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

5597 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 2ab6106129 Bug 130600 Search includes MailWindowOverlay which includes viewZoomOverlay which throws an exception.
patch by neil@parkwaycc.co.uk r=jag sr=bienvenu
2002-12-11 14:10:13 +00:00
sspitzer%netscape.com de02e441d6 fix for #59638. cross folder navigation in the stand alone msg window
doesn't load the next unread message.  thanks to ssu for the initial patch,
and neil for the suggestions.  r/sr=bienvenu

fix for #49305.  in "view all headers" mode, we only see the last header
for headers where multiple headers are legal.  thanks to richard.li@sun.com
for the initial patch.  r/sr=bienvenu

fix for #179803. when we added mail views, we added "Sender is[n't] in addressbook"
support to filter / search / views, but it left us with two "Sender" menuitems.
this code unifies them into one.  on disk (for filters and views) both the old
way ("from in ab") and the new way ("from") work, so there isn't a migration issue.
r/sr=bienvenu
2002-12-11 04:28:05 +00:00
sspitzer%netscape.com ef206f7735 optimization suggested by neil. use test() instead of substring()
[part of bug #59638]  r/sr=bienvenu
2002-12-11 04:20:23 +00:00
bienvenu%netscape.com f4c5f43dc3 fix crash creating new account, r=caillon, sr=sspitzer 182982 2002-12-11 01:01:14 +00:00
bienvenu%netscape.com 0dab51d51a fix crash on startup with missing default val for server pref, r=dmose, caillon, sr=sspitzer 182982 2002-12-11 00:30:18 +00:00
caillon%returnzero.com fa74673f01 182982 - Mailnews utility library needs to use nsIPrefBranch, nsIPrefService, et alia
r=timeless/nhotta sr=bienvenu
2002-12-10 23:52:28 +00:00
sspitzer%netscape.com 179cc8e450 fix for bug #179412. on linux,
certain elements are disabled in the message search and
address search dialogs until a reflow happens.

this regression was exposed by the fix for #157210.

bug #183776 tracks the real issue.

r=bz, sr=bienvenu, a=asa
2002-12-05 21:28:43 +00:00
bienvenu%netscape.com 0f0ecf3706 fix checknew mail on startup for multiple accounts, 85227 r=cavin, sr=sspitzer, a=asa 2002-12-05 19:18:16 +00:00
darin%netscape.com 703bf724e3 fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
bienvenu%netscape.com 9f73b7f065 fix compact folder performance regression, r=cavin, sr=sspitzer 182262 2002-12-04 00:40:19 +00:00
bienvenu%netscape.com 5f5cd60877 another fix for 179162 fix run junk mail controls on selected messate r/sr=sspitzer, typo in dump statement 2002-12-03 20:12:29 +00:00
bienvenu%netscape.com a4763259e0 fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673 2002-12-03 15:23:42 +00:00
bienvenu%netscape.com 1e0776bf87 179162 chain junk mail classification requests by using new msg service streamMessage method r=dmose, sr=sspitzer 2002-12-03 13:06:46 +00:00
bienvenu%netscape.com 8fdacdab3b add string for auto unzip pref r=mstoltz, sr=sspitzer (not turned on yet) 180798 2002-12-03 04:35:05 +00:00
nhotta%netscape.com 442cfa1ba0 Adding sort/search support for phonetic names,
bug 179823, r=cavin, sr=sspitzer.
2002-12-02 22:27:38 +00:00
nhotta%netscape.com 06b59f19fb Adding sort/search support for phonetic names,
bug 179823, r=cavin, sr=sspitzer.
2002-12-02 22:21:08 +00:00
nhotta%netscape.com dbd1571b13 Adding an option to auto-detect common short date format,
bug 98144, r=ducarroz, sr=sspitzer.
2002-12-02 22:19:24 +00:00
nhotta%netscape.com 5b6122c333 Adding an option to auto-detect common short date format,
bug 98144, r=ducarroz, sr=sspitzer.
2002-12-02 22:13:18 +00:00
sspitzer%netscape.com f5d5ceeac1 followup fix to bug #182386
now that there isn't an unknown state, fix the dialog text.

thanks to kairo@kairo.at for pointing this out.
2002-11-28 16:42:50 +00:00
sspitzer%netscape.com 8a86890462 fix for #42105.
when creating a news account, don't set the username to be the username
part of the email address (from the wizard).

this fixes bug #154213, a problem with the account picker in the subscribe dialog
cause by the bogus username

also, some code cleanup

r/sr=bienvenu
2002-11-28 06:51:10 +00:00
sspitzer%netscape.com 47ebf4f1bb fix for bug #182381. remove harded coded strings.
r/sr=bienvenu
2002-11-28 03:48:20 +00:00
sspitzer%netscape.com c0df6c76a7 fix for #173915. add print preview sub menu to print button in mailnews.
fix title for print preview.  thanks to neil@parkwaycc.co.uk for the patch.
r/sr=sspitzer
2002-11-28 01:00:32 +00:00
sspitzer%netscape.com 14bb49372a fix for bug #180477. fix crasher and other problems with toggling junk
state from the advanced search dialog.  and some code cleanup.
r/sr=bienvenu
2002-11-27 23:36:38 +00:00
dmose%netscape.com dbd67c504c Fix mailnews gcc warnings (bug 179775); thanks to Pratik <psolanki@netscape.net> for the patch. r=dmose, sr=bienvenu 2002-11-27 02:52:37 +00:00
bienvenu%netscape.com 83602b2881 add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162 2002-11-26 21:47:27 +00:00
bienvenu%netscape.com 5ddfa5fe9b add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162 2002-11-26 21:41:44 +00:00
nhotta%netscape.com bf324b75f5 Moving displayName.lastnamefirst out to .property to make it localizable,
bug 160546, r=cavin, sr=bienvenu.
2002-11-26 00:40:50 +00:00
bienvenu%netscape.com 139480b065 make local msg body search not lock up ui, remove unused code, r=naving, sr=sspitzer 127398 2002-11-23 18:50:00 +00:00
bienvenu%netscape.com 4d91717765 fix duplicate folder name in filter log, r/sr=sspitzer 2002-11-23 18:48:10 +00:00
ducarroz%netscape.com 3ee0115c7f Fix for bug 55657. Implement possibility to disable display attachment inline. R=cavin, SR=bienvenu 2002-11-22 15:47:04 +00:00
dmose%netscape.com ad3dd42468 Fix spelling error in junk mail dialog (bug 181193). Patch from timeless, r=stephend@netscape.com 2002-11-22 03:28:10 +00:00
bzbarsky%mit.edu c0a8aaf4c5 Clean up some mailnews array usage, fix some leaks. Bug 175540, r=dmose,
sr=alecf
2002-11-21 03:49:11 +00:00
sspitzer%netscape.com 459f732ae7 fix for #180131. shift space should scroll upwards, and at the beginning,
go to the previous unread.  (space alone goes down, and at the end, to the next unread.)

thanks to neil@parkwaycc.co.uk for logging the RFE and providing the initial patch.

(I believe pine and Mail.app do this, much to the delight of their users)
2002-11-20 11:49:10 +00:00
timeless%mozdev.org e921e687cf Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-20 08:10:37 +00:00
dmose%netscape.com 90ac236a38 Initial size of junk mail dialog is huge (bug 180215). Patch from neil@parkwaycc.co.uk; thanks Neil! r=dmose, sr=sspitzer 2002-11-20 02:09:34 +00:00
ducarroz%netscape.com ca2aeb448e Fix for bug 25177. Date should be shown differently depending on the todays date. Patch provided by frank.schoenheit@gmx.de. R=ducarroz, SR=bienvenu 2002-11-19 15:16:39 +00:00
timeless%mozdev.org 7875f468ed Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
bienvenu%netscape.com a2d9fe13e7 fix get all new messages if an account doesn't have remember password r=cavin,sr=sspitzer 180407 2002-11-16 18:21:36 +00:00
sspitzer%netscape.com a8b5b1733c code cleanup.
don't do AppendInt(x, 10); as 10 is the default.
just do AppendInt(x);
rs=bienvenu.
2002-11-15 03:29:22 +00:00
nhotta%netscape.com 79f83260c7 Removing unnecessary CreateUtf7ConvertedString,
bug 180166, r=naving, sr=bienvenu.
2002-11-14 23:33:02 +00:00
dmose%netscape.com d723770d5c Allow links in mailnews message pane to open in browser tabs (bug 148974). r=sspitzer; sr=jaggernaut 2002-11-14 01:40:38 +00:00
bienvenu%netscape.com 61d9b0a114 fix mdn receipts getting filtered to imap sent folder r=cavin, sr=sspitzer 178347 2002-11-12 22:46:58 +00:00
nhotta%netscape.com e4a862d999 Chagned to make search date format localizable,
bug 98144, r=ducarroz, sr=sspitzer
2002-11-12 19:11:22 +00:00
nhotta%netscape.com 845fb647ed Adding pref for phonetic fields, search date format option,
bug 98144, r=ducarroz, sr=sspitzer
bug 178891, r=cavin, sr=sspitzer
2002-11-12 19:03:14 +00:00
sspitzer%netscape.com 379655e3c4 fix my comment. thanks to greg onufer for catching my mistake. 2002-11-10 18:12:01 +00:00
sspitzer%netscape.com e322e2bed2 fix some string code, per jag. some minor code cleanup. 2002-11-09 16:54:52 +00:00
mkaply%us.ibm.com 2131e17c08 #178961
r=me, sr=jag
Due to a bug in OS/2 compiler handling of temporaries in a conditional, we need to split this out.
Need this ASAP, Os/2 mail is DOA
Incidentally, I'll point out that this code is wrong anyway because different countries write kb in different ways (kb, KB, Kb)
2002-11-09 15:28:46 +00:00
mkaply%us.ibm.com 1ace5878be #178961
r=r=naving, sr=jag
Need a cast here - no telling what the compiler will due to the -1 on the compare
2002-11-09 15:26:04 +00:00
sspitzer%netscape.com 98db50ff0b add todo comment for bienvenu. 2002-11-09 08:58:55 +00:00
sspitzer%netscape.com 36b49665bb fix my comments. 2002-11-09 08:55:03 +00:00