Commit Graph

45 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
468b473dca Bug #145798 --> Create Filter from Message is not doable when message pane is closed.
Porting to thunderbird

patch by mcow
2004-03-15 19:41:14 +00:00
scott%scott-macgregor.org
1408cb8821 Bug #142748 --> File/Compact Folders disabled until you focus a folder
Porting to thunderbird

Patch by mcow
2004-03-15 19:31:11 +00:00
Stefan.Borggraefe%gmx.de
2a90cb5f99 Fix for bug 219620: "Rationalize Thread Messages menu items"
r=neil, sr=mscott, a=chofmann
2004-03-12 08:09:42 +00:00
scott%scott-macgregor.org
6e8da670a8 Port Bug #61870 to thunderbird. Patch by Neil.
Delete item in Edit menu says "Delete Message" when selection is in the quick search text box
2004-03-09 20:17:36 +00:00
scott%scott-macgregor.org
80f95e0fc2 Bug #235367 --> unsanitize spam should refresh and load images 2004-03-05 01:55:33 +00:00
bienvenu%nventure.com
5e6e35bf32 prompt to send unsent messages when starting up online, or going online via pressing get new mail while offline sr=mscott 232452 2004-02-20 18:12:51 +00:00
scott%scott-macgregor.org
bc93a38233 Bug #232011 Should effect thunderbird only. Thunderbird changes for using the xul pre-processor to generate the locale version.
No more need for contents.rdf.in files.

Port random mozilla/mailnews fixes to the thunderbird
2004-02-12 05:44:05 +00:00
cbiesinger%web.de
b2cc894226 Bug 201879 Warn the user that many message windows are going opened due to a double-click when many messages are selected
patch by Chris Thomas <cst@andrew.cmu.edu> r=neil sr=bienvenu
2004-02-09 00:38:51 +00:00
scott%scott-macgregor.org
18904a2a7f Bug #220173 --> If new email comes in while reading a message in the preview pane, the message scrolls back to the start 2004-01-24 20:05:05 +00:00
bienvenu%nventure.com
f9ed38e114 replace gPrefs with gPrefBranch, patch by neil@parkwaycc, tbird changes to stay in sync with seamonkey changes, sr=me 230649 2004-01-16 17:27:07 +00:00
scott%scott-macgregor.org
591ef7cdf0 Bug #75866 --> Mark a message as read in JS instead of once for each mail protocol to simplify code.
Hookup the JS function to a timer to allow users to only mark messages as read after they have
been viewed in the preview pane for a configurable number of seconds.

sr=bienvenu
2004-01-09 06:51:44 +00:00
scott%scott-macgregor.org
85ca4747c6 Port Bug 229450 JavaScript strict warning: redeclaration of var msgFolder 2004-01-04 04:08:52 +00:00
scott%scott-macgregor.org
90181875b9 remove ctrl-m characters 2003-12-14 22:43:38 +00:00
scott%scott-macgregor.org
2e9a30a7a4 Bug #227335 --> Find in page from stand alone message window is broken 2003-12-03 06:28:01 +00:00
scott%scott-macgregor.org
514b310e95 Bug #227216 --> Find in message should always set focus to the message pane 2003-12-01 19:50:35 +00:00
scott%scott-macgregor.org
bb96b02e68 fix typo. 2003-12-01 02:05:13 +00:00
scott%scott-macgregor.org
32c5152124 Add a try/catch around a method call in HandleMDNResponse to catch a weird JS error I have not tracked down yet. 2003-11-30 20:36:18 +00:00
scott%scott-macgregor.org
b20d6e57ca Land Qute theme update for Thunderbird 2003-11-27 03:21:54 +00:00
scott%scott-macgregor.org
eecc819944 Bug #218812 --> Ignore return receipt requests if the message is marked as junk. 2003-11-24 23:21:35 +00:00
bienvenu%nventure.com
4b43f5dd1e fix get all new messages and password protecting local caches, 225867, r/sr=mscott 2003-11-18 21:44:43 +00:00
scott%scott-macgregor.org
f446f3257b Bug #224380 --> some items in message menu should be disabled if no messages are selected
thanks to mbr for the fix
2003-11-06 18:30:03 +00:00
scott%scott-macgregor.org
f837646b1c change jan varga's email address 2003-10-21 23:02:38 +00:00
bienvenu%nventure.com
3237c558cc 218275 fix thunderbird sort send/recipient columns, patch by ere@atp.fi, r=me 2003-09-21 23:24:50 +00:00
scott%scott-macgregor.org
0e55e60d19 Bug #218024 --> Portions of View | Messages menu missing
Ported by Stephen Walker based on a patch by Neil.
2003-09-11 17:28:33 +00:00
scott%scott-macgregor.org
7f4c1ebae6 Port Mark by Date over to thunderbird (Bug #16967) 2003-09-08 21:41:59 +00:00
scott%scott-macgregor.org
5f8b0724dd Checking this in for real this time!
Bug #190941 --> mailWindowOverlay.js uses obsolete outliner referenes. Thanks to Stephen Walker for porting this patch.
2003-08-13 19:11:10 +00:00
scott%scott-macgregor.org
07d026ee7f Add a View / Layout menu item which allows the user to set the desired mail 3-pane layout.
Move the menu item for hiding the message pane from Toolbars (where it did not belong) down to
the new Layout menu.

Thanks to Stephen Walker for contributing this patch.
2003-08-12 03:12:22 +00:00
scott%scott-macgregor.org
ba51e41b22 Bug #213538 --> remove the MOZ_THUNDERBIRD ifdef in nsWebShell.cpp. Add moz thunderbird functionality to OnStartURI to kick
non mail urls out to the operating system.

Also, break out a method on nsIMessenger for thunderbird which can be used to launch urls externally instead of doubling up inside
of loadUrl.
2003-08-02 05:45:21 +00:00
scott%scott-macgregor.org
de61d77579 Due to popular demand,
Add back the View / Messages as Simple HTML, origianl HTML or plain text options.
2003-07-22 18:19:07 +00:00
bienvenu%netscape.com
c624b882e2 apply changes for sorting threads from 72493 to thunderbird, r/sr=mscott 2003-07-14 23:39:31 +00:00
scott%scott-macgregor.org
f34c5121ac Dynamically generate the correct 3-pane. Obsolete Msg3PaneWindowVertLayout.xul
Land the new vertical 3-pane for thunderbird. Folder pane | Thread Pane | Message pane.
new pref UI for selecting three 3-pane configurations.
2003-07-12 20:40:22 +00:00
scott%scott-macgregor.org
05ca30b3cf reload the message pane whenever we toggle a message as junk or not junk. 2003-07-02 00:17:15 +00:00
scott%scott-macgregor.org
422c22283c if we are sanitizing the html in junk mail, then reload the message if the user marks the message as NOT JUNK. This will
allow the user to see the message without any sanitized html / blocked images, etc.
2003-07-01 22:24:03 +00:00
bienvenu%netscape.com
25d87ad42e thunderbird, npob, don't prompt/send mdn response when reading news messages, r/sr=sspitzer 209516 2003-06-29 02:54:06 +00:00
scott%scott-macgregor.org
6d201ad4ee more work to strip out license & copyright lines using the xul pre-processor from chrome.
Thanks to Stephen Walker for the patch.
2003-06-05 03:46:46 +00:00
scott%scott-macgregor.org
0c04544a62 synch with trunk.
Fix some problems with autocomplete given the new toolkit landing.
2003-05-22 02:10:44 +00:00
scott%scott-macgregor.org
9b159a7c31 synch with the trunk. Add the Thread menu item back which was removed during a bad merge. 2003-05-15 18:07:46 +00:00
scott%scott-macgregor.org
0556abadb9 Include locale packages for pipnss and pippki
synch with the trunk.
2003-05-06 02:21:55 +00:00
scott%scott-macgregor.org
21dc295e01 trunk updates 2003-04-25 22:30:02 +00:00
scott%scott-macgregor.org
d38ecc1d57 Merge Bug #77202 into thunderbird. 2003-04-16 20:55:22 +00:00
scott%scott-macgregor.org
ef2d77441a Branding changes: Minotaur --> Thunderbird
Synch up bug fixes in from mozilla mailnews into thunderbird.

add a pref: mail.standalone which is set to true for stand alone mail builds.
2003-04-16 01:00:35 +00:00
mscott%netscape.com
4c9c428741 Minotaur base 2003-04-05 07:27:20 +00:00
blakeross%telocity.com
cb6f85e778 Reviving minotaur. 2002-10-03 19:33:07 +00:00
blakeross%telocity.com
166505939a More perf work. 2002-08-16 06:44:56 +00:00
blakeross%telocity.com
f128afb612 Minotaur. Only half bull. 2002-08-16 00:26:44 +00:00