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
ducarroz%netscape.com
05bcf307ad
Fix for bug 112986. When parsing data for draft/template, if we are processing a flowed plain text line, we need to remove any stuffed space. R=cavin, SR=sspitzer
2002-11-13 00:21:00 +00:00
sspitzer%netscape.com
2ffb9da1e2
fix for static build bustage. thanks for the tip from cls.
2002-11-12 23:13:50 +00:00
cmanske%netscape.com
87656a399b
Remove editorShell from message composer. b=174389, r=ducarroz, sr=sspitzer
2002-11-12 22:55:10 +00:00
yokoyama%netscape.com
d36283f1c3
Bug 172337
...
Attachment mechanism incompatible with Unicode
Impact only Windows. file URL will be UTF-8
when we put the MOZ_UNICODE flang
(MOZ_UNICODE flag is module by module bases for now
until other modules are ready. NSPR/XPCOM)
/r=nhotta; /sr=bienvenu
2002-11-12 22:48:53 +00:00
bienvenu%netscape.com
384c97f5b7
fix mdn receipts getting filtered to imap sent folder r=cavin, sr=sspitzer 178347
2002-11-12 22:46:58 +00:00
kaie%netscape.com
a8bbd75ad2
b=161488 Forwarding encrypted mail as attachments should be first deciphered
...
Patch produced by ducarroz and kaie
r=ducarroz/kaie sr=sspitzer
2002-11-12 19:51:54 +00:00
blizzard%redhat.com
6bcc98d8d0
Bug #179773 . mailViews.dat not installed during make install. r=sspitzer
2002-11-12 19:24:38 +00:00
ducarroz%netscape.com
97c3852a16
Fix for bug 179082. We need to insert a decoder even when we edit an encrypted message. R=kaie, SR=sspitzer
2002-11-12 19:22:37 +00:00
bienvenu%netscape.com
c0dc750492
ignore tabs in reference headers, fixes threading when folded headers have tabs, r/sr=sspitzer, 179736 thx to jmuto for diagnosing the problem, also, whitespace cleanup
2002-11-12 19:22:09 +00:00
nhotta%netscape.com
4f0554621a
Adding phonetic name fields to addressbook (default to be disabled),
...
bug 178891, r=cavin, sr=sspitzer
2002-11-12 19:21:28 +00:00
ducarroz%netscape.com
5587af2ed5
Fix for bug 167131. Not not display remote image in message compose when setting is on. R=morse, SR=sspitzer
2002-11-12 19:18:04 +00:00
nhotta%netscape.com
2035538e9c
Chagned to make search date format localizable,
...
bug 98144, r=ducarroz, sr=sspitzer
2002-11-12 19:11:22 +00:00
nhotta%netscape.com
093b943e40
Separated the menu charset code from the charset initialization function,
...
to avoid the mail font code calling the init function and reset the menu charset,
bug 150530, r=ducarroz, sr=bienvenu.
2002-11-12 19:08:23 +00:00
nhotta%netscape.com
f9844beb5c
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