Граф коммитов

14465 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%nventure.com 751fd1efe1 fix problem re-applying junk/non-junk status to new messages after first update of folder r/sr/a=sspitzer 2003-08-09 02:03:09 +00:00
bienvenu%nventure.com c72bbe58d0 speedup downloading of news messages for offline use 214525 r/sr/a=sspitzer 2003-08-09 02:01:45 +00:00
scott%scott-macgregor.org 373bd1e4be Bug #211031 --> if we are saving as draft/template/send later then don't insert the undisclosed recipients text. We'll do that
later when we actually go to send the message.

r/sr=bienvenu
a=asa
2003-08-08 22:56:44 +00:00
scott%scott-macgregor.org 74e68df7aa ***Thunderbird Only blocker***
Back out 213538 which attempted to remove a thunderbird ifdef in nsWebShell.cpp. This broke the ability to display mail messages
on mac, linux and win95/win98 builds. Miraculously it sometimes works on win xp, but still has issues.
2003-08-08 16:20:19 +00:00
bienvenu%nventure.com 54cd1c90a3 fix 115096 problem constructing subject of replies when charset of subject string is not the same as the message charset r=mscott, sr/a=sspitzer 2003-08-08 14:19:18 +00:00
bienvenu%nventure.com 764b67eae3 add default pref for password protecting local hdr cache, 214402, r=scott, sr/a=sspitzer 2003-08-08 14:16:11 +00:00
bienvenu%nventure.com 04ab082141 fix 214245 speedup downloading of large messages, and messages for offline use, r/sr/a=sspitzer 2003-08-08 14:14:08 +00:00
bienvenu%nventure.com 4b172c2ff9 re-use offline store stream when doing a mass download of news messages, r/sr=scott attempt to speed up mass download, 214525 also cleanup tabs and formatting 2003-08-05 23:58:36 +00:00
neil%parkwaycc.co.uk 3b745c24c3 Bug 126626 getNumUnread(true) and getTotalMessages(true) return incorrect values for servers probably causing bug 201392 r/sr=bienvenu 2003-08-05 23:04:25 +00:00
scott%scott-macgregor.org 0dac65c8cd Bug #162640 --> kick out if we don't have a server instead of generating a JS exception. This fixes an error some users saw when they try to bring up a compose window and insead got a dialog saying the compose window could not be loaded.
r=neil
sr=mscott
2003-08-05 22:40:44 +00:00
scott%scott-macgregor.org 88b3503432 Bug #214063 --> remove obsolete method that no one is using. Patch by mbockelkamp@web.de (Matthias Bockelkamp)
r/sr=mscott
2003-08-05 21:19:10 +00:00
brendan%mozilla.org b7cdb7debb Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron). 2003-08-05 20:09:21 +00:00
bienvenu%nventure.com 06af5aba93 try to speed up downloading for offline imap, get rid of obsolete method, notifystoreclosedallheaders, r/sr=mscott 214245 2003-08-05 19:35:38 +00:00
pkw%us.ibm.com 7d9d871f3b Bug 212804 - Enable installation of movemail.rdf on non-AIX systems
r/sr=sspitzer@netscape.com
2003-08-05 13:21:17 +00:00
neil%parkwaycc.co.uk c29d2c1ce5 Bug 127423 Offline prefs appear when MailNews isn't installed p=diego@buirrun.de r=me sr=mscott 2003-08-05 08:23:37 +00:00
neil%parkwaycc.co.uk 6bda94e8a4 Bug 127423 Offline prefs appear when MailNews isn't installed p=diego@biurrun.de r=me sr=mscott 2003-08-05 08:14:21 +00:00
cls%seawood.org 064d382e0c Fix VPATH build problem with cygwin make 3.80:
* Force use of native cygwin paths & cygwin_wrapper
* Remove _NO_AUTO_VARS mess
* Use full source path when calling win32 compiler so debugging info shows up
* Change DEPENDENT_LIBS to use an intermediate header file instead of commandline define
Bug #210393 r=leaf sr=bryner
2003-08-05 04:43:49 +00:00
scott%scott-macgregor.org 74083f380a Thunderbird only.
Hacks to work around Bug #213538. By removing the ifdef in docshell, and managing this stuff in nsMsgWindow::OnStartURI,
we have lost the context as to whether the url originated from a link click (in which case thunderbird wants to kick it out
to the OS) or if it the url is something we are internally trying to load into the message pane.

Temporarily work around this issue by allowing chrome, jar and about:blank to be loaded.
2003-08-04 06:55:45 +00:00
scott%scott-macgregor.org e16003ce45 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.

r/sr=bienvenu
2003-08-02 05:43:40 +00:00
scott%scott-macgregor.org c494c829df Bug #213538 --> remove the MOZ_THUNDERBIRD ifdef in nsWebShell.cpp
Also, break out a method on nsIMessenger for thunderbird which can be used to launch urls externally instead of doubling up inside
of loadUrl.

r/sr=bienvenu
2003-08-02 05:42:25 +00:00
timeless%mozdev.org 7f10e2592a Bug 213685 POP3 APOP failed error msg missing
patch by ch.ey@gmx.net r/sr=bienvenu
2003-08-01 15:39:47 +00:00
scott%scott-macgregor.org 21043aa428 Bug #214687 --> thunderbird specific change. Show the account name in the mail compose menu list value
just like we do for the menu list popup.

r/sr=bienvenu
2003-08-01 00:17:10 +00:00
neil%parkwaycc.co.uk 1db54cf6bc Bug 16967 implement Mark by Date p=frank.schoenheit@gmx.de r=me sr=bienvenu 2003-07-31 21:20:23 +00:00
bienvenu%nventure.com 83a77b7505 make it so pressing stop doesn't make us forget imap password part of work on 214217, r/sr=scott, and ramifications of backing out fix for 160425 2003-07-30 22:46:46 +00:00
neil%parkwaycc.co.uk d5636b503e Bug 214026 addressbook crashes sorting empty values r=smontagu sr=bienvenu 2003-07-30 22:41:03 +00:00
timeless%mozdev.org be08752872 Bug 214391 Dragservice isn't always available
r=neil sr=bz
2003-07-30 18:00:54 +00:00
bienvenu%nventure.com 9a116574be fix hdr ref-counting problem that was holding open db's, causing memory bloat 210985, r/sr=mscott, plus formatting/tab cleanup 2003-07-30 14:18:37 +00:00
scott%scott-macgregor.org 0f7db2dcee Bug #214336 --> fix a thunderbird crash in libmime. Add a null ptr check on the pref's service.
Thanks to Calum Mackay for the fix.

r/sr=mscott
2003-07-29 22:38:51 +00:00
bienvenu%nventure.com e57a0375c0 fix build warnings and cleanup tabs/formatting, r/sr=mscott 210694 2003-07-29 22:22:18 +00:00
bienvenu%nventure.com ca28fc8334 fix compiler warning in nsImapProtocol.cpp 182275 r/sr=mscott 2003-07-29 22:15:01 +00:00
bienvenu%nventure.com 55fbc59b87 fix more bloat with open dbs, r/sr=mscott, 213688 and more tab cleanup 2003-07-29 22:12:34 +00:00
neil%parkwaycc.co.uk 1377512401 Bug 213974 too many checkboxes in subscribe window r=varga sr=bienvenu 2003-07-29 21:33:56 +00:00
scott%scott-macgregor.org 5c0f1568d8 Bug #213852 --> fix a crash in the address book caused from modifying an existing card and re-inserting it
into the view. We weren't adjusting the row count properly when removing the card.

r/sr=bienvenu
2003-07-29 21:33:10 +00:00
bienvenu%nventure.com 135de94513 fix bloat bringing up copy menu item on imap folders by caching imap acl, remove unused methods, r/sr=mscott 213688 miscellaneous formatting cleanup 2003-07-29 03:42:23 +00:00
bienvenu%nventure.com 76fcfabeb1 remove unused methods, addUnique and replaceElement 214120 miscellaneous cleanup r/sr=mscott 2003-07-28 01:51:20 +00:00
bienvenu%nventure.com b98233a1fb fix 175488 we don't recognize some imap folders as special folder if they're under the inbox, r/sr=mscott 2003-07-28 01:03:46 +00:00
bienvenu%nventure.com 56700fe134 get rid of unused structs in nsImapCore, r/sr=mscott, part of cleanup work for 209545 2003-07-28 01:00:18 +00:00
neil%parkwaycc.co.uk 6b975fa7aa Supplementary patch to address sr=sspitzer comment for bug 207634 2003-07-26 22:16:56 +00:00
bzbarsky%mit.edu b0d068ccde Bump skinVersion up to 1.5, since older skins are likely to get broken by the
change to no longer support single-':' pseudo-elements.  Bug 211657, r+sr=dbaron
2003-07-25 23:03:39 +00:00
jaggernaut%netscape.com 95899387f6 Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2003-07-25 19:06:59 +00:00
cbiesinger%web.de bb37693039 147679 GetFromMIMEType on Windows only gets one extension and needs rethinking r=bzbarsky sr=darin
this merges nsIMIMEService::GetFromType and GetFromExtension
2003-07-25 16:48:00 +00:00
timeless%mozdev.org d02cc42395 Bug 205709 javascript script warning in abDragDrop.js
patch by stevechapel@earthlink.net r=stephend sr=bz
2003-07-24 23:11:35 +00:00
neil%parkwaycc.co.uk e7c585c091 Bug 207634 Convert GetSortKeyLen/CreateRawSortKey to AllocateRawSortKey r=smontagu sr=sspitzer 2003-07-24 20:31:35 +00:00
bienvenu%nventure.com 31c69e8e25 fix 213768 reverse sort by threads broken, r/sr=mscott 2003-07-24 20:15:09 +00:00
jaggernaut%netscape.com 4e7c966d11 Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron 2003-07-24 04:53:13 +00:00
bienvenu%nventure.com 6f63e462ff fix 103732, sending unsent messages doesn't set replied/forwarded status on original msg, r/sr=mscott 2003-07-23 21:53:05 +00:00
scott%scott-macgregor.org 2aedc8f271 Bug #213036 --> Thunderbird only! Has no effect on the seamonkey build.
New XBL widget that acts like a horizontal list box for new attachment display in thunderbird. This widget will shortly be moving
to toolkit once verbage & location is worked out with the toolkit folks.

r/sr=bienvenu
2003-07-23 19:03:17 +00:00
bienvenu%nventure.com 9f8a9bab94 fix Keep Only Unread messages when no other purge criteria is set, 168743 r/sr=mscott 2003-07-22 21:22:23 +00:00
bienvenu%nventure.com edb48aaa33 fix handling of uid gaps when opening folders and requesting headers, r/sr=mscott 103401 2003-07-22 13:57:48 +00:00
scott%scott-macgregor.org d1c1d95ec2 Bug #65472 --> Port a thunderbird change back to mozilla mail. If the user has turned on the pref for showing the user-agent string,
show x-mailer if there is no user-agent. We currently show it under the same user-agent box we currently use in the UI.

r/sr=bienvenu
2003-07-21 05:00:09 +00:00