sspitzer%netscape.com
a7226fbaa6
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
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
8897f7c963
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
47ebf4f1bb
fix for bug #182381 . remove harded coded strings.
...
r/sr=bienvenu
2002-11-28 03:48:20 +00:00
bienvenu%netscape.com
27aab9eee9
fix problem with folder permissions and imap acl r/sr=sspitzer 170597
2002-11-28 03:32:17 +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
ere%atp.fi
3d5f029e03
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
c788cec71a
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
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
ssu%netscape.com
26fc1fd9cb
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
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
ducarroz%netscape.com
13d3bd1c8b
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
a24a86edb2
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
a2fa815f1c
fix topcrash in imap GetShowAttachmentsInline, r=ducarroz, sr=sspitzer 181858
2002-11-26 00:45:07 +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
3c614ec98d
cleanup dead/unused pop3/local code, r/sr=sspitzer 181805
2002-11-25 23:28:01 +00:00
sicking%bigfoot.com
8fa4129fc1
Bug 8929: Kill NS_COMFALSE
...
r=peterv sr=bz
2002-11-25 11:21:22 +00:00
bienvenu%netscape.com
bb91ada11d
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
0f226b185a
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
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
leaf%mozilla.org
9f437fd3a7
TRUE -> PR_TRUE, build bustage fix
2002-11-22 16:46:32 +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
873a41dfac
fixing mac bustage
2002-11-21 03:50:46 +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
ducarroz%netscape.com
fc978f8f06
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
e43c4fe666
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
2b730f9963
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
118f0c65bb
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
3d6cdf53d0
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
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
pete.zha%sun.com
ccd9afd6f6
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
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
e5e0557714
Fix build bustage
2002-11-20 02:06:43 +00:00
smontagu%netscape.com
a3fede82bb
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
cf76913184
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
d6ae683d95
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
8e19665aaa
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
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
cmanske%netscape.com
8b3202348d
Fixed rewrap command for messenger composer. b=76461, r=akkana, sr=sspitzer
2002-11-19 06:04:33 +00:00
pete.zha%sun.com
307a6cc8f1
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
05a85d8f4f
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
93858bb709
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
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
519835179c
fix mark read filters unread count handling r=cavin, sr=sspitzer
2002-11-16 18:38:35 +00:00
bienvenu%netscape.com
23e87d1e91
fix counts when adding msg to ignored thread r=cavin,sr=sspitzer 147110
2002-11-16 18:25:59 +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
bratell%lysator.liu.se
7b73ea06ff
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
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
fe2b660273
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
79f83260c7
Removing unnecessary CreateUtf7ConvertedString,
...
bug 180166, r=naving, sr=bienvenu.
2002-11-14 23:33:02 +00:00
bienvenu%netscape.com
304d626a2b
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
978883d928
fixes bug 173094 "Freeze nsIUploadChannel" r=dougt,timeless sr=rpotts
2002-11-14 20:36:20 +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
kaie%netscape.com
11e4a80cf5
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
056563da4e
Final removal of editorshell from messagecomposer
2002-11-13 23:56:28 +00:00
sspitzer%netscape.com
add78aa63e
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
3aa03af8ad
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
9007844118
fix for static build bustage. thanks for the tip from cls.
2002-11-12 23:13:50 +00:00
cmanske%netscape.com
c3051ddfd0
Remove editorShell from message composer. b=174389, r=ducarroz, sr=sspitzer
2002-11-12 22:55:10 +00:00
yokoyama%netscape.com
a8412b70ff
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
61d9b0a114
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
87809ea71d
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
86d09b9cec
Bug #179773 . mailViews.dat not installed during make install. r=sspitzer
2002-11-12 19:24:38 +00:00
ducarroz%netscape.com
990aac4a49
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
9eb445adf4
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
2586dc7438
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
562473049c
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
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
05a5fa5e87
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
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
bienvenu%netscape.com
e4b186594b
fix copying multiple imap messages on servers with non-canonical hierarchy delimiter (e.g., cyrus servers), also whitespace cleanup, r=cavin, sr=sspitzer
2002-11-12 01:00:17 +00:00
bienvenu%netscape.com
f479b047a0
fix copying of messages to local folders leaving the db in an invalid state, r=naving, sr=sspitzer, 178641
2002-11-12 00:58:03 +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
sspitzer%netscape.com
48e3623411
fix the behaviour and enabling of the "Get Msgs" button.
...
1) make it always enabled (bug #89404 , bug #111102 )
2) if news server selected, it updates the unread counts on that server
3) if "Local Folders" selected, it does "get msgs" for default account
r/sr=bienvenu
2002-11-09 08:52:22 +00:00
sspitzer%netscape.com
078eb117b1
fix js warning.
2002-11-09 06:49:34 +00:00
seawood%netscape.com
a21ca257f6
Tighten (add?) tool version checks for win32 builds.
...
Allow MIDL to be specified from mozconfig or env since various MS SDKs contain an unsupported version of midl and they insist upon adding their SDK dirs to the beginning of the PATH (bug #178392 )
Bug #164646 r=bryner
2002-11-09 02:16:55 +00:00
akkana%netscape.com
0d53e0ecc0
76461: Enable rewrap in html mail compose. r=ducarroz sr=sspitzer
2002-11-09 00:22:32 +00:00
nhotta%netscape.com
b84dfd23c1
Moved FN/LN definitions to .dtd to allow localizer to change the order.
...
bug 160544, r=cavin, sr=sspitzer.
2002-11-08 23:47:38 +00:00
rdayal%netscape.com
68826a6167
Bug #178989 sometimes records are not added to Palm AB during Palm Sync
...
r=ssu, sr=bienvenu.
2002-11-08 23:45:00 +00:00
bienvenu%netscape.com
7131ad0a35
fix crash undoing imap delete r=cavin, sr=sspitzer, 177835
2002-11-08 23:32:40 +00:00
sspitzer%netscape.com
dd0c8a83d6
moving to 8.3. it's too easy to goof this up otherwise.
2002-11-08 20:41:45 +00:00
mkaply%us.ibm.com
5f450d9f98
Os/2 needs 8.3 names
2002-11-08 15:24:29 +00:00
sspitzer%netscape.com
a33d330917
implement the | operator for mail 3 pane quick search.
...
bug #177034
r/sr=bienvenu
2002-11-08 09:09:27 +00:00
mkaply%us.ibm.com
5bf6f20a44
OS/2 bustage
...
1. PR_CALLBACK
2. PLEASE don't create more implementations using min() and max()
name them something different.
2002-11-08 05:05:28 +00:00
mkaply%us.ibm.com
2afb8ff07a
OS/2 DLL names need to be 8.3
2002-11-08 04:08:31 +00:00
mkaply%us.ibm.com
33797d05da
Need to change true/false to PR_TRUE/PR_FALSE as well
2002-11-08 03:27:12 +00:00
dmose%netscape.com
8133fefe21
Fix OS/2 tinderbox build bustage by changing instances of bool to PRBool
2002-11-08 03:13:07 +00:00
sspitzer%netscape.com
9ccc478fa2
fix my comments. we don't need to hash the file name, it's already been hashed
...
before we get here. r/sr=no one
2002-11-08 02:02:56 +00:00
peterv%netscape.com
a6eae8bf93
Turn on basic junk-mail detection functionality in mail on Mac. r=dmose.
2002-11-07 22:30:16 +00:00
bienvenu%netscape.com
aacca6bbd0
fix mark thread watched/ignored news filter actions r=cavin, sr=sspitzer
2002-11-07 22:16:25 +00:00