Добро пожаловать в дополнения Thunderbird.
Добавляйте дополнительные функции и стили, чтобы настроить Thunderbird по своему вкусу.
ЗакрытьОтзывы на Folder Pane View Switcher от J2m06
Рейтинг 4 из 5 звёзд
code pour l'extension custom Buttons (fleche droite)
/* CODE ok TB52-J2m06@laposte.net */
/* http://j2m-06.pagesperso-orange.fr/ */
var currentMode = gFolderTreeView.baseMode();
if (currentMode === "all")
gFolderTreeView.toggleMode("smart");
else
gFolderTreeView.toggleMode("all");
if (currentMode === "smart")
gFolderTreeView.toggleMode("unread");
if (currentMode === "unread")
gFolderTreeView.toggleMode("favorite");
/**************************************]
Cde pour flèche gauche
/* CODE ok TB52-J2m06@laposte.net */
/*http://j2m-06.pagesperso-orange.fr/ */
var currentMode = gFolderTreeView.baseMode();
if (currentMode === "smart")
gFolderTreeView.toggleMode("all");
else
gFolderTreeView.toggleMode("smart");
That's easier than I thought it would be. ;-) I'll try to find some time in the next few weeks to add the buttons back to Folder Pane View Switcher.
Рейтинг 4 из 5 звёзд
Hello
A workaround is to use the Custom Buttons extension
See here http://j2m-06.pagesperso-orange.fr/faq_tb_A.html#reta_flec_chgt_vues2
(google translate)
/-------------------------------------------\
Bonjour
Une solution de contournement, qui fonctionnent, c'est d'utiliser l'extension Custom Buttons
Voir ici http://j2m-06.pagesperso-orange.fr/faq_tb_A.html#reta_flec_chgt_vues2
I don't see anything at that link or anywhere else which explains in detail _how_ to use that extension to put back these buttons. I would love to document this workaround, but I can't do that unless there are specific instructions I can give or point people at. Do you know where they are?
Для создания своих подборок вам необходимо иметь учётную запись на сайте дополнений Mozilla.