annotate defaults/preferences/snowl.js @ 366:d2636b3cd8e2

add toggle between message and message link to list view, missing pref
author alta88
date Thu, 06 Nov 2008 12:22:28 -0700
parents 495fb632840c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
333
495fb632840c brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents: 225
diff changeset
1 // Header view pref: 0 = none, 1 = brief, 2= full
495fb632840c brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents: 225
diff changeset
2 pref("extensions.snowl.message.headerView", 1);
366
d2636b3cd8e2 add toggle between message and message link to list view, missing pref
alta88
parents: 333
diff changeset
3 // Collections hierarchical view pref: 0 = flat, 1 = hierarchical
d2636b3cd8e2 add toggle between message and message link to list view, missing pref
alta88
parents: 333
diff changeset
4 pref("extensions.snowl.collection.hierarchicalView", 0);