pjs/mail/base/content
bienvenu%nventure.com 1c5b9e0305 fix shift delete regression caused by fix for bug 242864, patch by tmeader@gmail.com, sr=bienvenu 2006-09-13 22:56:33 +00:00
..
unix fix 242864 delete key on mac doesn't delete messages, patch by tmeader@gmail.com, sr=bienvenu 2006-09-12 23:36:42 +00:00
win fix 242864 delete key on mac doesn't delete messages, patch by tmeader@gmail.com, sr=bienvenu 2006-09-12 23:36:42 +00:00
.cvsignore
ABSearchDialog.js fix 347858 use .accesskey for properties to help localization automation tools, patch by giacomo.magnini@portalis.it, r/sr=bienvenu 2006-08-08 22:57:59 +00:00
ABSearchDialog.xul fix 320258 duplicate ids in xul, patch by mcow@well.com, r=neil sr=bienvenu 2006-01-06 16:49:57 +00:00
FilterListDialog.js Bug #350874 --> status feedback object was not registering as a web progress listener on the message pane docshell because it was getting set before nsMsgWindow was initialized with a dom window. 2006-08-31 19:01:40 +00:00
FilterListDialog.xul Bug #323101 --> don't run the isp spam filters when manually running filters on a folder. sr=bienvenu 2006-06-21 21:27:46 +00:00
SearchDialog.xul fix 242864 delete key on mac doesn't delete messages, patch by tmeader@gmail.com, sr=bienvenu 2006-09-12 23:36:42 +00:00
about-credits.png
about-footer.png
about-thunderbird.png
aboutDialog.css
aboutDialog.xul Bug 241251: fix javascript warnings when opening about dialog, patch by Henrik Skupin <hskupin@gmail.com>, r=bienvenu 2006-08-11 20:49:00 +00:00
commandglue.js add support for custom thread pane columns, patch by nachmore@gmail.com, sr=bienvenu 348504 2006-09-02 18:23:29 +00:00
contentAreaClick.js bug 299901 - Middle click fail on links with nested tags, patch by gavin, r+sr=dveditz, a=jay 2005-07-07 09:22:37 +00:00
contextHelp.js
credits.xhtml update the credits page 2006-02-24 22:26:21 +00:00
customizeToolbar.js
customizeToolbar.xul Bug 297648: javascript strict warning in customizeToolbar.xul (remove unused variable), patch by Henrik Skupin <hskupin@gmail.com>, r=mconnor 2005-09-19 23:50:30 +00:00
help.rdf
hiddenWindow.js change label column to tags column in thread pane, sr=sspitzer 341661 2006-06-15 21:28:31 +00:00
hiddenWindow.xul Bug 341173: shortcut keys 0-9 for tags; r=bienvenu, sr=mscott 2006-07-31 19:19:44 +00:00
icon64.png
mail3PaneWindowCommands.js Bug #352430 --> SearchBarToggled is an unused method. sr=bienvenu 2006-09-13 18:20:40 +00:00
mailCommands.js fix some js warnings, change some formatting and comments, r=mscott patch by gautheri@noos.fr 339399 2006-06-30 02:05:48 +00:00
mailContextMenus.js Bug #350543 --> Add support for Copy / Move Again which allows you to copy or move messages to the last folder used for copying or moving. sr=bienven 2006-08-30 03:54:54 +00:00
mailCore.js Bug #349767 --> port Neil's folder location picker toolbar button to thunderbird as an optional toolbar button. sr=bienvenu 2006-08-24 02:45:04 +00:00
mailOverlay.xul Bug #271315 --> ctrl-n / option N should be the default key we use for opening new messages. we still support ctrl-m and shift-option-m, we just don't show that in the UI anymore. r=josh, sr=bienvenu 2006-08-03 17:54:17 +00:00
mailTasksOverlay.xul
mailWindow.js Bug #350874 --> status feedback object was not registering as a web progress listener on the message pane docshell because it was getting set before nsMsgWindow was initialized with a dom window. 2006-08-31 19:01:40 +00:00
mailWindowOverlay.js Bug 342065: wrong order of Tags; r=neil, sr=bienvenu 2006-09-11 23:20:36 +00:00
mailWindowOverlay.xul fix shift delete regression caused by fix for bug 242864, patch by tmeader@gmail.com, sr=bienvenu 2006-09-13 22:56:33 +00:00
messageWindow.js Bug #351959 --> stand alone message window has a quick search box in it. The customize toolbar dialog for stand alone msg window shows quick search, mail views and folder location toolbar buttons. sr=bienvenu 2006-09-13 00:09:12 +00:00
messageWindow.xul Bug 341173: shortcut keys 0-9 for tags; r=bienvenu, sr=mscott 2006-07-31 19:19:44 +00:00
messenger.css Bug #349767 --> port Neil's folder location picker toolbar button to thunderbird as an optional toolbar button. sr=bienvenu 2006-08-24 02:45:04 +00:00
messenger.xul part of fix for 348504, ability to extend thread pane columns, add id for treecols, patch by nachmore@gmail.com, sr=bienvenu 2006-08-31 16:36:38 +00:00
msgHdrViewOverlay.js Bug #348860 --> display name used for addresses not in the address book. sr=bienvenu 2006-08-16 20:59:12 +00:00
msgHdrViewOverlay.xul Bug #342576 --> toolbar button for tags, show message tags in the header pane, colorize the menu items based on the color associated with the tag, add color support to the add tag dialog. sr=bienvenu 2006-06-26 22:22:25 +00:00
msgMail3PaneWindow.js Bug 344872 - Mail window is leaking folderObserver on shutdown, patch by Adam Guthrie, r=bienvenu 2006-09-06 19:33:28 +00:00
msgPrintEngine.xul Bug 311028 Print Preview window is partly overlayed by background and is missing scrollbars 2006-01-04 22:34:34 +00:00
msgSelectOffline.xul
newmailalert.js Bug 341957: Improved mail alert does not respect task bar position, patch by Jens Bannmann <jens.b@web.de>, r+sr=mscott 2006-07-20 00:06:28 +00:00
newmailalert.xul Bug 330523 --> replace animated scrolling with a fade in / fade out effect for the new mail alert notification. sr=bienvenu 2006-03-15 01:17:53 +00:00
nsContextMenu.js Bug #342878 --> hide the tags separator in the message pane context menu when appropriate. Remove some dead code from nsContextMenu.js. sr=bienvenu 2006-06-28 15:03:38 +00:00
phishingDetector.js Bug 343059 In phishingDetector.js, "Warning: assignment to undeclared variable linkTextURL". Patch by Serge Gautherie <gautheri@noos.fr>, r/sr=bienvenu 2006-08-04 12:45:09 +00:00
search.xml bug310534 --> support text drag and drop into the quick search bar. patch by bisi. sr=mscott 2006-04-21 03:05:09 +00:00
searchBar.js Bug 262893 In searchBar.js, "Warning: redeclaration of var i" and others. p=Serge Gautherie <gautheri@noos.fr>,r=bryner,sr=mscott 2006-08-14 19:26:51 +00:00
start.xhtml Bug 320729: Last line of text on Start page can be partly hidden, patch by Hasse <hasse@jasajudeju.se>, r=mscott 2006-06-24 12:57:41 +00:00
startpage-back-rtl.png Bug #311241 --> make the start page support RTL. 2005-10-13 17:36:25 +00:00
startpage-back.png Bug #298460 --> Use xhtml files in content instead of html files in locale for the mail start page 2005-06-24 22:43:40 +00:00
startpage-gecko-rtl.png Bug #311241 --> make the start page support RTL. 2005-10-13 17:36:25 +00:00
startpage-gecko.png Bug #298460 --> Use xhtml files in content instead of html files in locale for the mail start page 2005-06-24 22:43:40 +00:00
startpage-h1-rtl.png Bug #311241 --> make the start page support RTL. 2005-10-13 17:36:25 +00:00
startpage-h1.png Bug #298460 --> Use xhtml files in content instead of html files in locale for the mail start page 2005-06-24 22:43:40 +00:00
startpage-h2-rtl.png Bug #311241 --> make the start page support RTL. 2005-10-13 17:36:25 +00:00
startpage-h2.png Bug #298460 --> Use xhtml files in content instead of html files in locale for the mail start page 2005-06-24 22:43:40 +00:00
startpage-li.png Bug #298460 --> Use xhtml files in content instead of html files in locale for the mail start page 2005-06-24 22:43:40 +00:00
subscribe.js Bug #350874 --> status feedback object was not registering as a web progress listener on the message pane docshell because it was getting set before nsMsgWindow was initialized with a dom window. 2006-08-31 19:01:40 +00:00
subscribe.xul Bug #309214 --> Unlabeled controls on newsgroup Subscribe dialog when using filter. 2005-09-22 22:02:13 +00:00
tasksOverlay.xul
thunderbird-watermark.png
uninstall.properties fixes bug 307296 "MAR files do not contain updates to the uninstaller" r=bsmedberg 2006-01-10 02:36:05 +00:00
utilityOverlay.xul fix 242864 delete key on mac doesn't delete messages, patch by tmeader@gmail.com, sr=bienvenu 2006-09-12 23:36:42 +00:00
widgetglue.js don't blank out thread pane when user brings up property dialog on non-loaded folder and rebuilds the index, sr=mscott 346553 2006-08-11 22:07:16 +00:00