Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Access Thunderbird Window Areas

To access particular parts of the Thunderbird window you can use these helper methods. An alternative to these methods is to directly access the element by it's ID as in theĀ Detect When a Folder Opens example.

 var folderTree = GetFolderTree();
 var searchInput = GetSearchInput();
 var messagePane = GetMessagePane();
 var messagePaneFrame = GetMessagePaneFrame();
 var mailToolBox = getMailToolbox();
 var currentMsgFolder = GetLoadedMsgFolder();

see the msgMail3PaneWindow.js for other helper methods

Document Tags and Contributors

Tags: 
 Contributors to this page: aswin5, wbamberg, One, jllogan
 Last updated by: aswin5,