Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Thunderbird reverts to Vertical View

  • 5 ответов
  • 0 имеют эту проблему
  • 7 просмотров
  • Последний ответ от sfhowes

more options

My Thunderbird main window layout (View > Layout) keeps reverting to Vertical View even though I set it to Classic View. Is there any way of setting the default layout to Classic View in the Configuration Editor?

My Thunderbird main window layout (View > Layout) keeps reverting to Vertical View even though I set it to Classic View. Is there any way of setting the default layout to Classic View in the Configuration Editor?

Все ответы (5)

more options

This works: - exit thunderbird - in profile, copy prefs.js elsewhere in case of problem - open prefs.js in text editor, such as notepad - insert this line before first user_pref line

  user_pref("mail.pane_config.dynamic", 0);

- save and restart thunderbird

NOTE: if there are multiple prefs.js, e.g., prefs-1.js, that indicates something is preventing thunderbird from saving settings. If problems surface, exit thunderbird and copy the backup prefs.js back. I did test this prior to posting.

more options

If that is the solution then why do Thunderbird’s developers not add a mail.pane_config.dynamic option to the Config Editor so that it may be set to 0? That is much simpler than editing the prefs.js file.

more options

What I gave you was a workaround. The developers did a super job of making it easy: just click View>layout>classic view. Unfortunately, something is keeping thunderbird from updating the prefs.js by itself.

more options

Unless the prefs.js file has that crucial line, it will be just as easy for Thunderbird to revert to Vertical View as it is for its user to change the layout to Classic View. This is a serious bug in Thunderbird which I plan to report and hope the developers resolve ASAP.

more options

Close TB, open the profile folder, delete or rename session.json, restart TB, then see if the layout setting is retained between TB restarts.