Window layout - ThunderbirdFrom MozillaZine Knowledge Base
This article describes the overall layout of Thunderbird's main window. The window is organized in panes, with bars at the top and bottom. Between the panes there are splitters that you can use to adjust the sizes of the panes. To move keyboard focus clockwise from one pane to the next, press F6. To move keyboard focus counterclockwise, press Shift+F6.
[edit] Folder paneThe folder pane is the pane at the left. It lists your accounts and folders:
To resize the folder pane, use your mouse to drag its splitter to the left or right:
If you drag the splitter far to the left, making the folder pane too narrow, the pane suddenly collapses. This is useful when you do not need the folder pane. The splitter remains at the edge of the window: To see the folder pane again, drag the splitter back to the right. Notes:
[edit] Folder pane headerA header at the top of the folder pane contains buttons for cycling through four views of your folders:
You can also choose the folders view from the menu bar: View – Folders By default, favorite folders are your inboxes for each account. To add or remove a folder from your favorites, get a context menu for the folder (for example, by right-clicking it) and check or clear the Favorite Folder choice. Thunderbird chooses recent folders automatically. [edit] Account centralAccount central is the pane at the right when you select an account in the folder pane:
Account central lists some of the main tasks relating to the account. Each item in the list is a link that you can click to perform the task. Note: You cannot use Account central with your keyboard. [edit] Thread paneThe thread pane is the pane at the top right when you select a folder in the folder pane:
The thread pane lists the contents of the current folder. The height of the thread pane depends on the message pane below it, which is described in the next section. [edit] Message paneThe message pane is the pane below the thread pane. If you have not selected any message since Thunderbird started, it displays the start page. Otherwise it displays the message that is selected in the thread pane:
To resize the message pane, drag its splitter up or down:
If you drag the splitter down, making the message pane too short, the pane suddenly collapses. This is useful when you do not need the message pane. The splitter remains at the bottom of the window: To see the message pane again, drag the splitter back up. Notes:
The message pane is divided into four areas, though not all of them are always visible—from the top: the notification bar, the headers area, the message itself, and the attachment pane. [edit] Notification barA bar at the top of the message pane appears when Thunderbird needs to notify you about something in the message—the message has remote content (for example, a remote image), the message seems to be an e-mail scam, or the message seems to be junk ("spam"). S/MIME notifications appear in the headers area, not in the notification bar. [edit] Headers paneA pane at the top of the message pane shows some or all of the message headers. To control the display of headers, choose: View – Headers – All or View – Headers – Normal The display might not actually change until you reselect the message. You can also control the display of headers by clicking on icons in the headers area to expand or collapse them. In the default theme, these icons look like + and - signs. [edit] Attachment paneIf the message has attachments, a pane at the bottom of the message shows them. The top of the attachment pane has a splitter that you can use to resize the pane within the message pane. [edit] LayoutsThunderbird provides a choice of three layouts. To switch layout, choose: View – Layout then Classic View, Wide View or Vertical View. Classic View:
Wide View:
Vertical View:
[edit] Menu bar, toolbar and status barThe menu bar at the top of the window (or at the top of the desktop on a Mac) contains menus that you can use to control Thunderbird. You can also use the menu bar as an extra toolbar for toolbar buttons. To customize the menu items, use an extension—for example: MenuManipulator At the right of the menu bar, the throbber animates when Thunderbird has an active connection to a server. You can customize the throbber so that it also opens a web page when you click it—see: Throbber URL The toolbar above the main panes contains toolbar buttons that you can use for the controls that you use most frequently. Not all the menu controls are available as toolbar buttons. To hide or reveal the toolbar, choose: View – Toolbars – Mail Toolbar To customize it, choose View – Toolbars – Customise..., then move the toolbar buttons around by dragging them. To add extra buttons, use an extension—for example: Buttons! The status bar below the main panes contains the Offline button and areas for status messages. To hide or reveal the status bar, choose: View – Toolbars – Status Bar [edit] ExtensionsSome extensions change the layout of Thunderbird's main window. For example:
[edit] AdvancedYou can customize the appearance and layout of Thunderbird's main window, and the operation of the panes. [edit] AppearanceTo customize the appearance of Thunderbird's user interface, use a userChrome.css file. Here is an example that changes some background colors in the user interface to match the colors in this article:
#folderPaneHeader,
#folderTree treecol,
#folderTree
{background-color: #ccf !important;}
#acctCentralGrid
{background-color: #cfc !important;}
#threadTree treecol,
#threadTree
{background-color: #fcc !important;}
#msgHeaderView,
#attachmentList
{background-color: #eec !important;}
#folderpane_splitter,
#threadpane-splitter,
#attachment-splitter
{background-color: #338 !important;}
To customize the appearance of messages, use a userContent.css file. Here is an example that changes the background color of messages to match the color in this article: body {background-color: #eec !important;}
[edit] LayoutTo customize the layout, use a userChrome.css file. Here are some examples: Message pane at the top (classic view) or center (vertical view) #messagesBox {-moz-box-direction: reverse;}
Message pane at the top (wide view) #mailContentWrapper {-moz-box-direction: reverse;}
Hide the folder pane header #folderPaneHeader {visibility: collapse;}
Hide the folder pane and its splitter #folderPaneBox, #folderpane_splitter {visibility: collapse;}
Hide the message pane and its splitter #messagepanebox, #threadpane-splitter {visibility: collapse;}
[edit] OperationTo customize the operation of the panes, use an extension. Some examples are:
Here is some sample code: Toggle the folder pane open/collapsed: with (document.getElementById("folderpane_splitter"))
setAttribute("state", getAttribute("state") == "collapsed"? "open":"collapsed")
[edit] See also |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||