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

13887 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 8365483bb0 fix for crash in bug 186658, make GetServer return an error when it returns a null server, r/sr=sspitzer 2003-01-01 18:05:04 +00:00
cbiesinger%web.de f7a10b5472 102848 r=ducarroz sr=bienvenu remove (was: in subject line 2003-01-01 17:50:27 +00:00
bienvenu%netscape.com 83de051fd4 fix regression in delete immediately imap delete r/sr=sspitzer 186560 2002-12-23 22:43:09 +00:00
sspitzer%netscape.com c4244eaf64 fix js error that you can get if you do a message search, and then delete a message
from another mail window before doing a search.  bug #186600.  r/sr=bienvenu
2002-12-23 22:14:03 +00:00
cbiesinger%web.de d13c53e98d 186081 patch by pratik psolanki@netscape.net r=smontagu sr=roc+moz printing doesn't work after print previewing a mail 2002-12-23 22:04:16 +00:00
bienvenu%netscape.com e181a25305 don't set deleting rows if delete failed, r=blizzard, sr=sspitzer, 182808 2002-12-21 16:47:29 +00:00
bienvenu%netscape.com dbb7679474 fix problem deleting multiple imap messages (and with check for new mail on multiple folders), cleanup unused methods r/sr=sspitzer 182808 2002-12-21 16:43:23 +00:00
ducarroz%netscape.com 2637e30f6e Fix for bug 182643. The data stored in the palm pilote uses ISO-Latin-1 and not UTF-8. Also, the addressbook name is in UTF-8. R=cavin, rdayal, SR=sspitzer 2002-12-20 00:05:23 +00:00
cavin%netscape.com 694fd3edd8 Fix for bug 158367. Replaced macro IMPORT_LOGx() with PR_LOG() for ns logging and cleaned up some logging info at the top level driver function in nsImportMail.cpp. r=ducarroz, sr=sspitzer. 2002-12-19 23:28:58 +00:00
cavin%netscape.com 4e01133ec9 Fix for bug 161941. Allocated enough space for 'buffer'. r=ducarroz, sr=sspitzer. 2002-12-19 21:40:40 +00:00
sspitzer%netscape.com 6bc66eea66 another supplimental fix for #59638. send the notification for setting up toolbars
when we land after cross folder navigation for the stand alone msg window.
thanks for ssu for remembering this.
2002-12-19 06:52:43 +00:00
sspitzer%netscape.com ea96c7e10e supplimental fix for bug #59638. when navigating across folders from the stand alone msg
window, we need to update the toolbars.  also, some code cleanup suggested by neil.
r/sr=bienvenu
2002-12-19 05:27:47 +00:00
ducarroz%netscape.com 1afcc02c0a Bug 59673, Fix compiler warning. Patch submitted by Aleksey Nogin. R=ducarroz, SR=bienvenu 2002-12-19 00:07:51 +00:00
kaie%netscape.com 4bc7f1ad7e b=185749 Give correct message security info when not using an encryption cert
r=javi sr=bienvenu
2002-12-18 12:55:36 +00:00
sspitzer%netscape.com b5640204f2 landing bienvenu's fix for adding "has attachment" support to
local mail search and the mail views.  bug #183581.  r/sr=sspitzer
2002-12-18 05:03:56 +00:00
sspitzer%netscape.com 69fe7dd610 don't call PR_ASSERT(), it calls abort. instead, call NS_ASSERTION().
now when you forward signed messages as attachments (in debug builds)
we won't crash, we just assert.  bug #185926 covers the assertion.
r/sr=bienvenu
2002-12-18 03:45:01 +00:00
sspitzer%netscape.com df6aa5540f fix for regression bug #185416. this makes a lot of key codes
map to shift delete!  until I figure that out, commenting it out.
shift delete is now broken, and that's now covered by #185867.
r/sr=bienvenu
2002-12-17 21:56:47 +00:00
nhotta%netscape.com 86fcd89670 Initialize a local variable displayNameLastnamefirst, bug 181883, r=cavin, sr=sspitzer 2002-12-17 20:55:28 +00:00
sspitzer%netscape.com d5affd49b2 fix for bug #120188. "Save as file" dialog produces an error when you click cancel.
and some code cleanup and todo comments.  thanks to philip.zhao@sun.com for the initial patch.
r/sr=bienvenu
2002-12-17 20:24:18 +00:00
bienvenu%netscape.com ad78333a43 fix crash in nsImapMailFolder::NormalEndMsgWriteStream when reading 0 byte message r/sr=sspitzer 185666 2002-12-17 15:52:01 +00:00
sspitzer%netscape.com e025043b01 fix for #185755. "new address book" dialog should be modal.
r/sr=bienvenu
2002-12-17 06:45:47 +00:00
sspitzer%netscape.com a33308d924 add comment about how you can use the "mail.compose.other.header" pref
for X-Face, Approved, or other optional headers.  r/sr=no one.
2002-12-16 18:39:52 +00:00
bienvenu%netscape.com 8b0c97fb35 make newly discovered imap folders be collapsed by default, fix 147528 r/sr=sspitzer 2002-12-16 02:08:53 +00:00
ere%atp.fi 43f494f1cb Bug 165090 - spurious "Server has disconnected" messages
r/sr=bienvenu
2002-12-15 19:36:19 +00:00
bienvenu%netscape.com db35541789 fix compacting of local folders to follow symlinks, r=dmose, sr=sspitzer, 177635 2002-12-14 17:41:25 +00:00
cmanske%netscape.com b84ceb4eee Fixed insert HTML for Message Composer, b=180303 (wrong # in last checkin!), r=neil@parkwaycc.co.uk, sr=dveditz 2002-12-14 00:20:40 +00:00
cmanske%netscape.com 5ab9c69cb4 Fixed insert HTML for Message Composer, b=183055, r=neil@parkwaycc.co.uk, sr=dveditz 2002-12-14 00:18:14 +00:00
kaie%netscape.com 3880b9cdab b=182258 Give separate signature validity and sender address mismatch feedback
r=javi sr=bienvenu
2002-12-13 20:47:32 +00:00
sspitzer%netscape.com 8c5891eb62 fix for #10872. remember last selected message feature (4xp)
plus some code cleanup.  r/sr=bienvenu
2002-12-13 19:57:27 +00:00
sspitzer%netscape.com db93ed930d fix for #172178. for servers, "Edit | Properties..." and "Properties..." folder context menu
should open account manager dialog to the selected server.
also some code cleanup.  r/sr=bienvenu
2002-12-13 19:50:31 +00:00
sspitzer%netscape.com df08a70652 fix for #75584. get the delete key (and shift delete key)
to work in the advanced search dialog. thanks to varada for the initial patch.
r/sr=sspitzer
2002-12-13 07:33:41 +00:00
sspitzer%netscape.com 7c4713620c fix for bug #73515. delete button should disable in advanced news searches
(as we don't allow you to delete (cancel) from that dialog.)

r/sr=bienvenu
2002-12-13 06:52:18 +00:00
sspitzer%netscape.com bdb14cf763 fix for #185147. problems when you delete selected messages out from underneath the
advanced search dialog.  (similar to bug #172392)

also make it so when the number of advanced search
results changes (due to deletes) we update the status text.

r/sr=bienvenu
2002-12-13 06:33:45 +00:00
sspitzer%netscape.com e65d4f0690 fix for bug #172392. delete from other views (like search window, stand alone msg window)
cause selection problems in thread pane, if deleted message was in the selection.
r/sr=bienvenu
2002-12-13 03:50:53 +00:00
sspitzer%netscape.com 38832437ca no brainer code cleanup. not part of any bug. rs=bienvenu 2002-12-13 03:43:30 +00:00
seawood%netscape.com 58004c4a48 Add SRCS_IN_OBJDIR variable to workaround requirement introduced by bug 141834 that srcfiles must be in the srcdir.
Bug #171753 r=bryner
2002-12-13 02:36:06 +00:00
sspitzer%netscape.com 0dda4638d6 fix some minor whitespace changes that I had sitting in my tree.
r/sr=no one.
2002-12-12 06:25:17 +00:00
sspitzer%netscape.com 3ead8e230b real fix for #59638. for the stand alone msg window, the way to get
"next unread" to work is to do the work after we get the "folder loaded"
event notification.  r/sr=bienvenu
2002-12-12 06:16:20 +00:00
timeless%mozdev.org b01da14d21 Bug 180995 nsStatusBarBiffManager::~nsStatusBarBiffManager() unconditionally releases a null member
r=sspitzer sr=bz
2002-12-12 00:46:45 +00:00
timeless%mozdev.org 976d27bd73 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 cbb05359cf 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 8a962ca347 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 2b1be8f5f4 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 6e75a92b24 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 7f02f7fc8e fix crash creating new account, r=caillon, sr=sspitzer 182982 2002-12-11 01:01:14 +00:00
bienvenu%netscape.com 823326b3fa 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 796cdcb641 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 1c580a85d9 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 bd7f4a6508 fix crash reading some imap messages, add null check, r/sr=sspitzer 184455 2002-12-10 23:45:27 +00:00
bienvenu%netscape.com 2aa2f6fa6e 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 596d8eaa46 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 fb86bcba83 #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 013d962b41 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 c42faf989e 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 eac4a8fa7b Need lwbrk to compile factory. Fix build bustage. 2002-12-07 01:08:19 +00:00
beard%netscape.com 3fdcb712c3 Fix build bustage, need lwbrk, and unicharutil libraries. 2002-12-07 01:00:31 +00:00
beard%netscape.com 0959ebb0fc Need unicharutil. 2002-12-07 00:52:09 +00:00
beard%netscape.com db27cc70da Need to link against UniCharUtils[Debug].o. 2002-12-07 00:46:23 +00:00
beard%netscape.com 377eb1b1ff Fix for bug #183109, r=dmose, sr=sfraser, a=asa. 2002-12-07 00:42:48 +00:00
bienvenu%netscape.com d34f0cb1c4 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 c9853d2765 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 52298fc159 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 f5f30c3255 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 4ce2d3a60f 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 d79dcf466c 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 a736085beb 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 2b0254ddd4 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 db19ac7188 fix compact folder performance regression, r=cavin, sr=sspitzer 182262 2002-12-04 00:40:19 +00:00
nhotta%netscape.com 1319130bcc 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 278fe2a7ee 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 2cecbf5e2f 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 addd322f01 fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673 2002-12-03 15:31:47 +00:00
bienvenu%netscape.com d5b0d8b9f7 fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673 2002-12-03 15:23:42 +00:00
beard%netscape.com 7f55e7fd83 Fix build bustage, need MsgUtil[Debug].lib now. 2002-12-03 15:05:40 +00:00
bienvenu%netscape.com 72b5db0a56 remove unused var to fix warning from last checkin 2002-12-03 13:18:40 +00:00
bienvenu%netscape.com c57fdd9994 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 6e7ea01e65 Fix Irix bustage. Stray CR chars are bad. 2002-12-03 06:13:38 +00:00
bienvenu%netscape.com d11c4d4963 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 aef3ba6dbd fix warning about unused variable fromr recent checkin, no bug, r/sr=sspitzer 2002-12-03 03:54:18 +00:00
bienvenu%netscape.com be196d26b8 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 60a0aff107 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 57486e9965 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 02c6eb19f8 Adding sort/search support for phonetic names,
bug 179823, r=cavin, sr=sspitzer.
2002-12-02 22:27:38 +00:00
nhotta%netscape.com bee0d09613 Adding sort/search support for phonetic names,
bug 179823, r=cavin, sr=sspitzer.
2002-12-02 22:21:08 +00:00
nhotta%netscape.com 3f6038e7c1 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 6f33a29d9b 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 c6b0b2497e b=180806 IMAP backend should avoid unnecessary logout
r=bienvenu sr=sspitzer
2002-11-28 18:36:36 +00:00
kaie%netscape.com da1410e6e1 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 d302d3df14 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 216ddbecfe fix for bug #179989. make it so if you try to drop "illegal" urls (like mailto:)
or random, non-url text, we don't attach it.

r/sr=bienvenu
2002-11-28 08:55:09 +00:00
sspitzer%netscape.com acba021b70 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 4c82b1b099 fix for bug #180019.
fix problems when choosing "Customize..." mail view, and then cancelling.
also fix problems when you choose the same view as previously chosen.
r/sr=bienvenu
2002-11-28 04:31:58 +00:00
sspitzer%netscape.com a3795a36e4 fix for bug #182381. remove harded coded strings.
r/sr=bienvenu
2002-11-28 03:48:20 +00:00
bienvenu%netscape.com 42ca5f2672 fix problem with folder permissions and imap acl r/sr=sspitzer 170597 2002-11-28 03:32:17 +00:00
sspitzer%netscape.com 820a94b974 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 1d230ad935 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
ere%atp.fi 184532a39b Bug 24064: Need ability to specify Trash folder
r=Henry.Jia
sr=bienvenu
2002-11-27 12:20:37 +00:00
henry.jia%sun.com 729b7067ca Bug 161085: get rid of m_onlineBaseFolderExists, it's not used
r=antonio.xu@sun.com, sr=bienvenu@netscape.com
2002-11-27 04:02:00 +00:00
dmose%netscape.com baf766e1ad 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
ssu%netscape.com 918d4f620d checking in patches for bugzilla2@farside.demon.co.uk for bug 169159 - Inconsistency in the WinXP Start Menu item (version in one not in other). r=ssu, sr=dveditz 2002-11-26 23:21:07 +00:00
bienvenu%netscape.com ef464bccd9 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 859a783300 add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162 2002-11-26 21:41:44 +00:00
ducarroz%netscape.com 0405546462 Fix for 181155. As Mailing list cards don't have an email address, we should not request one to consider the card valid (this is a regression of my previous checkin). R=cavin, SR=bienvenu 2002-11-26 15:23:47 +00:00
bratell%lysator.liu.se 12b87e861c Bug 181545 - removal of some dead code. Fixes a couple of compiler warnings. r=ducarroz, sr=bienvenu 2002-11-26 08:36:22 +00:00
bienvenu%netscape.com 3dc79dbde4 fix topcrash in imap GetShowAttachmentsInline, r=ducarroz, sr=sspitzer 181858 2002-11-26 00:45:07 +00:00
nhotta%netscape.com b2f1f0cab7 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 b364539585 cleanup dead/unused pop3/local code, r/sr=sspitzer 181805 2002-11-25 23:28:01 +00:00
sicking%bigfoot.com 8d87d5e285 Bug 8929: Kill NS_COMFALSE
r=peterv sr=bz
2002-11-25 11:21:22 +00:00
bienvenu%netscape.com d91618556e fix 181639 strip out unused code, replace PR_FREEIF with PR_Free, r/sr=sspitzer 2002-11-24 17:14:25 +00:00
bienvenu%netscape.com d64f033f85 fix problem with IMail imap server flag changes not persisting also fixed whitespace and replace PR_FREEIF with PR_Free r=cavin, sr=sspitzer 180001 2002-11-24 17:11:43 +00:00
bienvenu%netscape.com 195f27ac2b 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 c67a02486c fix duplicate folder name in filter log, r/sr=sspitzer 2002-11-23 18:48:10 +00:00
leaf%mozilla.org 9cdf072c7d TRUE -> PR_TRUE, build bustage fix 2002-11-22 16:46:32 +00:00
ducarroz%netscape.com 47d6072128 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 ab71ce0a1d 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 f214636536 fixing mac bustage 2002-11-21 03:50:46 +00:00
bzbarsky%mit.edu 840850565e Clean up some mailnews array usage, fix some leaks. Bug 175540, r=dmose,
sr=alecf
2002-11-21 03:49:11 +00:00
ducarroz%netscape.com 6340226b9b Fix for bug 181127. Don't call nsMsgNewURL when the attachement is in fact a message. We need to use a different path to fetch it. R=caving, SR=bienvenu 2002-11-21 02:44:18 +00:00
bzbarsky%mit.edu 4b06a70b5f Use calloc() instead of malloc() followed by memset to 0. Bug 124302, patch by
Aaron Lehmann <aaronl@vitelus.com>, r=timeless, sr=bzbarsky
2002-11-20 23:13:09 +00:00
nhotta%netscape.com 1abd663937 Changed SetMailCharacterSet, moved us-ascii check from the callers to the function,
bug 178680, r=ducarroz, sr=bienvenu.
2002-11-20 21:44:31 +00:00
bienvenu%netscape.com 64f5a7f5cc add default pref for auto unzipping attachments, r/sr=sspitzer, not used yet, 180798 2002-11-20 15:35:32 +00:00
bienvenu%netscape.com b570c14671 apply filter plugins to new messages in local mail folders, r=cavin, sr=sspitzer 180153 2002-11-20 15:21:01 +00:00
sspitzer%netscape.com 137d7ccf5d 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 2d64a97bb3 Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-20 08:10:37 +00:00
pete.zha%sun.com e7bf2cef05 quote message should be disabled when no message selected
b=144748 r=ducarroz@netscape.com sr=bienvenu@netscape.com
2002-11-20 03:44:46 +00:00
dmose%netscape.com 05d855a48d 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 4c8e36830a Fix build bustage 2002-11-20 02:06:43 +00:00
smontagu%netscape.com e2331d2690 Bug 180339 Can't send message if receiver contain Chinese character. Author=joe@numa.com.tw, r=ducarroz, sr=sspitzer. 2002-11-20 01:32:08 +00:00
ducarroz%netscape.com 69fff12eea Fix for bug 174396. Cannot use m_attachment_count because it's not reliable for determine if the top part is a multipart container. R=cavin, SR=sspitzer 2002-11-20 01:03:42 +00:00
ducarroz%netscape.com 3d0e97ae5b Fix for bug 59148. Use the additional email address during autocompletion. R=cavin, SR=bienvenu 2002-11-19 15:35:06 +00:00
ducarroz%netscape.com 8020ff4a72 Fix for bug 178038. Add a preference to override FQDN for message-id generation. Patch provided by frank.schoenheit@gmx.de . R=ducarroz, SR=bienvenu 2002-11-19 15:20:15 +00:00
ducarroz%netscape.com 752ec92b3b 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
cmanske%netscape.com ec5bdf6829 Fixed rewrap command for messenger composer. b=76461, r=akkana, sr=sspitzer 2002-11-19 06:04:33 +00:00
pete.zha%sun.com 3f46db8140 line break needed after quote line ("... wrote:") when quoting original message using Options->Quote Message
b=158918 r=ducarroz@netscape.com sr=bienvenu@netscape.com
2002-11-19 03:09:46 +00:00
bienvenu%netscape.com c0e378dcc6 stop playing back operations in a folder when playback fails (e.g., we're not connected to the server), r=cavin, sr=sspitzer 145048 2002-11-18 15:17:34 +00:00
bienvenu%netscape.com c7b4e0f74c fix unused variable warning in msgdb, patch by aleksey nogin, r/sr=bienvenu 129631 2002-11-17 17:02:19 +00:00
timeless%mozdev.org 384066e98e 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 cd2cb3c439 fix mark read filters unread count handling r=cavin, sr=sspitzer 2002-11-16 18:38:35 +00:00
bienvenu%netscape.com a3b420bc30 fix counts when adding msg to ignored thread r=cavin,sr=sspitzer 147110 2002-11-16 18:25:59 +00:00
bienvenu%netscape.com 0dc5458b42 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
bratell%lysator.liu.se f784304b06 Bug 93066 - Don't use FindCharInSet when searching for only one character. r=sspitzer, sr=alecf 2002-11-15 08:16:43 +00:00
sspitzer%netscape.com b5dd4e4a94 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 06122715cc Changed to do UTF-8 conversion right after we get the body,
bug 120728, r=ducarroz, sr=bienvenu.
2002-11-15 00:03:49 +00:00
nhotta%netscape.com 2520f79e24 Removing unnecessary CreateUtf7ConvertedString,
bug 180166, r=naving, sr=bienvenu.
2002-11-14 23:33:02 +00:00
bienvenu%netscape.com 57ca9ca2fb remove unneeded call to CreateUtf7ConvertedString when refreshing folder acl r=nhotta, sr=sspitzer 180158 2002-11-14 22:01:58 +00:00
darin%netscape.com 5a6ccfaf39 fixes bug 173094 "Freeze nsIUploadChannel" r=dougt,timeless sr=rpotts 2002-11-14 20:36:20 +00:00
dmose%netscape.com 07db80bc13 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
kaie%netscape.com a16a952116 b=168450 Cleanup some PSM code and add JavaDoc documentation to all freeze candidates
r=javi sr=alecf
2002-11-14 00:50:02 +00:00
cmanske%netscape.com 172ff4abd5 Final removal of editorshell from messagecomposer 2002-11-13 23:56:28 +00:00
sspitzer%netscape.com 7414aba13a add comment about why we don't allow attach= on mailto: urls.
(see bug #99055).  no reviewer.
2002-11-13 22:55:42 +00:00