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
sspitzer%netscape.com
3d27972f80
fix for bug #183965 . assertions and problems when running news urls.
...
caused by the checkin for #179162 . r/sr=bienvenu
2002-12-11 04:06:26 +00:00
sspitzer%netscape.com
89cefcf7a4
fix bug #184078 . localize "All" and "Unread" in message views.
...
r=mstoltz,sr=dveditz,sspitzer. thanks to Marek.Wawoczny@GmbH.rubikon.pl for the fix.
2002-12-11 04:03:20 +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
ducarroz%netscape.com
7c1a5bcb7e
Fix for bug 184550. Don't need anymore to insert the document header separatly. That will avoid the performance regression as well. R=cavin, SR=bienvenu
2002-12-11 00:14:27 +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
bienvenu%netscape.com
78416637f9
fix crash reading some imap messages, add null check, r/sr=sspitzer 184455
2002-12-10 23:45:27 +00:00
bienvenu%netscape.com
ae1b3b6db8
fix potential memory trounce when syncing for offline on some imap servers, r=ducarroz, sr=sspitzer 181372
2002-12-10 23:43:09 +00:00
bienvenu%netscape.com
57bdb19db9
attempt to fix stalling of imap urls due to race condition in url chaining, r=ducarroz, sr=sspitzer, a=asa 182808
2002-12-09 20:03:43 +00:00
shanjian%netscape.com
9ab1981fda
#124941 charset detector does not work with single line attachment in certain situation
...
We need to call MimeInlineText_open_dam after ibuffer has been all processed.
Because there are 2 return path, we need to call this function each in each
path.
r=ducarroz, sr=sspitzer, a=asa
2002-12-09 20:00:14 +00:00
bienvenu%netscape.com
728c933efc
fix for failure deleting in/moving multiple message to local folders 182808 r=dmose, sr=bzbarsky a=asa
2002-12-09 17:41:50 +00:00
bienvenu%netscape.com
ed17bb3e6f
move link of unicharutil to build from src to try to fix build bustage
2002-12-07 01:37:09 +00:00
beard%netscape.com
c02ffde0ce
Need lwbrk to compile factory. Fix build bustage.
2002-12-07 01:08:19 +00:00
beard%netscape.com
0872e79355
Fix build bustage, need lwbrk, and unicharutil libraries.
2002-12-07 01:00:31 +00:00
beard%netscape.com
77e2c8ef75
Need unicharutil.
2002-12-07 00:52:09 +00:00
beard%netscape.com
4f3aea5e80
Need to link against UniCharUtils[Debug].o.
2002-12-07 00:46:23 +00:00
beard%netscape.com
e69f642268
Fix for bug #183109 , r=dmose, sr=sfraser, a=asa.
2002-12-07 00:42:48 +00:00
bienvenu%netscape.com
343ff721f1
fix scoring multiple messages when opening folders, r=dmose,beard, sr=sspitzer, a=blizzard 179162
2002-12-06 00:45:13 +00:00
sspitzer%netscape.com
6594f2deab
bad skinVersion (copy and paste error on my part)
...
should be 1.2, not 1.0 (like the rest of the tree)
2002-12-05 23:15:09 +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
bienvenu%netscape.com
64d12d8ed7
fix problem displaying inline images in local mail messages, r=ducarroz, sr=sspitzer, a=brendan 183559
2002-12-05 19:13:24 +00:00
ere%atp.fi
aca2da5da4
Fix for bug 182678: IMAP flags are lost if Mozilla crashes or connection is lost.
...
r=bienvenu, sr=sspitzer, a=asa
2002-12-04 21:17:02 +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
caillon%returnzero.com
5702080651
Bug 182953: Clean up IMAP prefs usage to use nsIPrefBranch and friends
...
r=timeless sr=bienvenu
2002-12-04 02:09:11 +00:00
bienvenu%netscape.com
9f73b7f065
fix compact folder performance regression, r=cavin, sr=sspitzer 182262
2002-12-04 00:40:19 +00:00
nhotta%netscape.com
02e5b44c01
Adding UI to swap first and last name in address book,
...
the UI is disabled as a default, configuable by the entity "hideSwapFnLnUI",
bug 181883, r=cavin, sr=sspitzer.
2002-12-03 21:36:06 +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
ducarroz%netscape.com
b79654cec5
Fix for bug 63639. Prevent adding duplicate address when pre-filling a message compose window. Patch submitted by Koike Kazuhiko <kazhik@mozilla.gr.jp>. R=ducarroz, SR=bienvenu
2002-12-03 19:53:53 +00:00
bienvenu%netscape.com
eb21039375
fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673
2002-12-03 15:31:47 +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
beard%netscape.com
04d5f67de0
Fix build bustage, need MsgUtil[Debug].lib now.
2002-12-03 15:05:40 +00:00
bienvenu%netscape.com
6c0c561f7f
remove unused var to fix warning from last checkin
2002-12-03 13:18:40 +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
bzbarsky%mit.edu
13dd70fcd7
Fix Irix bustage. Stray CR chars are bad.
2002-12-03 06:13:38 +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
bienvenu%netscape.com
341b6f22f6
fix warning about unused variable fromr recent checkin, no bug, r/sr=sspitzer
2002-12-03 03:54:18 +00:00
bienvenu%netscape.com
38352272d4
make sure we have a db in SyncFlags, bullet proofing for crash going offline r/sr=sspitzer 181372
2002-12-03 03:42:36 +00:00
bienvenu%netscape.com
d8ad92d569
fix losing delete changes on server that says there are no permanent flags, r/sr=sspitzer 182641
2002-12-03 03:38:10 +00:00
ducarroz%netscape.com
08c8901b2f
Fix for bug 180901. Instead of addressing the message to the sender when no recipient is disclosed, it's send now to an empty group named undisclosed-recipients (this is localizable). Also, this is done only if the pref "mail.compose.add_undisclosed_recipients" is set to true. R=cavin, SR=bienvenu
2002-12-02 23:43:26 +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
kaie%netscape.com
20efdc8b4f
b=180806 IMAP backend should avoid unnecessary logout
...
r=bienvenu sr=sspitzer
2002-11-28 18:36:36 +00:00
kaie%netscape.com
210417ee19
b=115294 Support S/Mime signing only configuration / relax certificate configuration requirements
...
r=javi sr=sspitzer
2002-11-28 18:31:03 +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