Commit Graph

5798 Commits

Author SHA1 Message Date
timeless%mozdev.org
e107b2138f 200001 Rewrite nsMsgDBView::GetLevelInUnreadView
r=dmose sr=bienvenu
2003-04-15 01:06:09 +00:00
sspitzer%netscape.com
cf8471230d fix for bug #118887
don't show the data: url when printing an addressbook card, or the addr book url when
printing an addressbook, as they are meaningless and confusing to the user.

also, don't show the mail urls when printing a message, as it leaks out the
username and the salt.  part of bug #176016

r/sr=bienvenu
2003-04-14 23:00:41 +00:00
sspitzer%netscape.com
4fcb741381 supplimental fix for my supplimental fix for bug #143565
"Opening a "*.eml" attachment displays the atttachment in raw text instead of opening an email message window."
thanks to neil for setting me straight.
2003-04-14 20:37:14 +00:00
sspitzer%netscape.com
bd9dba1753 supplimental fix for bug #143565. properly update the stand alone msg window toolbar
when opening a message in a stand alone msg window that previously contained
just an rfc/822 attachment.
2003-04-13 22:47:43 +00:00
sspitzer%netscape.com
611eb8a38c fix for bug #143565.
"Opening a rfc/822 attachment displays the atttachment as raw text instead of opening in the stand alone message window."
thanks to antonio.xu@sun.com and ducarroz for the fix.

r=neil, parts r=kaie, sr=sspitzer

also include's kaie's related fix for bug #195378.
"Crypto status must be shown correctly when viewing attached messages in a new window"
r/sr=sspitzer
2003-04-13 19:45:11 +00:00
bienvenu%netscape.com
dd3d986e3c one more fix for 41594, cram-md5 support, handle case where digest has embedded nulls, r/sr=sspitzer 2003-04-13 18:46:10 +00:00
ssu%netscape.com
c507845f15 fixing bug 198364 - auto advance on delete to next unread mail message is broken with recent cvs since 20030319. r=/sr=sspitzer 2003-04-12 08:24:00 +00:00
shliang%netscape.com
738c1d3a60 125197 - and/or search tables for ab searches - r=cavin, sr=sspitzer 2003-04-11 00:10:18 +00:00
shliang%netscape.com
020bfa4f02 166912 - mail account manager settings appear not to take effect - r=cavin, sr=sspitzer 2003-04-10 23:58:52 +00:00
cavin%netscape.com
c521649145 Removing unused code, no bug, no reviewer. 2003-04-10 19:29:16 +00:00
timeless%mozdev.org
722239b743 Bug 135745 Some buttons for filters are mostly off the window on intial use of Filters dialog
r=sspitzer sr=sspitzer
2003-04-10 02:53:12 +00:00
sspitzer%netscape.com
6289171e86 fix for bug #107953.
when incoming server and outgoing server are the same the username for the SMTP server should be the same a the username for the incoming server.

fix by ian@arlen.demon.co.uk (Ian Neal)

r=dmose, sr=sspitzer
2003-04-10 00:17:49 +00:00
sspitzer%netscape.com
8646cd3afc whoops, the last checkin for #135745 changed the label, but not the access key. 2003-04-09 21:24:12 +00:00
sspitzer%netscape.com
7e6c5e6111 fix for bug #86370. problems with SMTP (and account central UI) if SMTP username contains
characters that should be escaped.  the fix for that is in nsSmtpDelegateFactory.cpp.
thanks to nrt@dial.pipex.com for the patch, and cls for testing.

the same problem existed for nntp, in nsNNTPProtocol.cpp

the rest is some code cleanup I had sitting around.
2003-04-09 00:47:54 +00:00
neil%parkwaycc.co.uk
90d8f4306e Bug 168853 Inconsistent capitalization of "Threads With Unread" menu item p=david.tenser@telia.com r=me sr=sspitzer 2003-04-07 11:55:32 +00:00
neil%parkwaycc.co.uk
3701b81e10 Bug 74835 marking thread/all read needs to invalidate collapsed thread(s) having unread children p=ch.ey@gmx.net r=me sr=sspitzer 2003-04-07 11:45:19 +00:00
sspitzer%netscape.com
7300d6a5fe code cleanup sitting in my tree. no bug, no reviewer. 2003-04-07 03:49:55 +00:00
bienvenu%netscape.com
d3c702b814 try to fix imap cram md5 r/sr=sspitzer, null terminate digest correctly 41594 2003-04-07 03:17:29 +00:00
sspitzer%netscape.com
9dae2417c4 update (internal) mozilla start page. keeping it simple. bug #66570 2003-04-07 02:41:31 +00:00
bienvenu%netscape.com
d11405d58c extend cram md5 digest result len buffer to 17 bytes r/sr=sspitzer 41594 2003-04-06 21:31:23 +00:00
kairo%kairo.at
cc4961c511 bug 191171 - Move mailnews start page to chrome://, r=neil, sr=sspitzer 2003-04-06 12:29:18 +00:00
bienvenu%netscape.com
98fff34f56 part of fix for 41594 and 150212 add cram md5 to imap, smtp and pop r/sr=sspitzer 2003-04-05 20:34:39 +00:00
mscott%netscape.com
0e31f957a8 Porting a minotaur fix back into mozilla mail.
Bug #200696 --> Status text improvements. Load Document... is now "Load Message..."
Don't use "Done' as the default status text for mail. It doesn't make sense.

r/sr=sspitzer
2003-04-05 04:10:02 +00:00
seawood%netscape.com
80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
seawood%netscape.com
18152975d3 Don't ask. Bug #199920 2003-04-02 08:32:46 +00:00
dmose%mozilla.org
c35bd98cd5 Add basic UI for displaying IMAP quota information (bug 178758). Thanks to Lorenzo Colliti <lorenzo@collitti.com> for the patch. r=bienvenu@netscape.com, neil@parkwaycc.co.uk; sr=dmose@mozilla.org 2003-04-02 04:18:57 +00:00
seawood%netscape.com
4957953e70 Obsoleting xp_str.h:
* Move XP_IS_ macros into nsCRT.h & rename them to NS_IS_
* Make local XP_IS_ macros use the nsCRT ones
* Remove NOT_NULL defines
Bug #199920 r=alecf sr=bryner
2003-04-01 19:38:12 +00:00
jst%netscape.com
b4cc5d4695 Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com 2003-03-26 07:41:30 +00:00
shliang%netscape.com
0e9619f9b8 178328 - combine bcc settings in mail account manager copies and folders panel. r=cavin, sr=sspitzer. 2003-03-26 01:54:29 +00:00
sspitzer%netscape.com
4c1a37be3d fix polish bug #198280 (for esther).
Inconsistent text color for descriptive text in Junk Mail Control window,  prefs, and account settings.
r/sr=bienvenu
2003-03-25 22:38:27 +00:00
sspitzer%netscape.com
564b2b5354 supplimental fix for bug #194918.
fix collision with other commands in "Tools".
thanks to neil for the patch.  r/sr=sspitzer
2003-03-25 20:22:06 +00:00
alecf%netscape.com
8c50d0242a landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions!
sr=darin, r=dbaron
2003-03-25 18:55:59 +00:00
varga%netscape.com
a8670013de Landing bookmarks branch. Everything except mozilla/xpfe
Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
2003-03-25 04:44:31 +00:00
timeless%mozdev.org
697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
sspitzer%netscape.com
e2b82a152c fix for bug #168496 [Go | Mail Start Page doesn't work in the stand alone message window, should be hidden]
thanks to neil for the fix, r/sr=sspitzer

fix for bug #195238 [Junk toolbar button text should say "Not Junk" if junk messages are selected]

fix for bug #198877 [removed extra menu seperator in view menu, for stand alone msg window]

also, disable junk UI for news messages, since the junk feature doesn't work for news yet.

r/sr=bienvenu.
2003-03-23 22:12:39 +00:00
sspitzer%netscape.com
62dca39a90 supplimental fix for bug #194918, make sure to enable tools | search messages properly. 2003-03-23 17:33:00 +00:00
sspitzer%netscape.com
1448ce285e fix for bug #194918. implement "Tools | Delete Mail Marked as Junk in Folder"
also, enable / disable "Tools | <delete junk> & <run jmc> & <run filters>" when appropriate.
r/sr=bienvenu
2003-03-23 17:03:44 +00:00
sspitzer%netscape.com
4d7927289c supplimental fix for bug #198749
1)  expand the view, otherwise we won't analyzed collapsed thread
2)  disable the two Tools menu items (apply filters and run jmc) in the stand
alone msg window, as they don't make sense.

r/sr=bienvenu
2003-03-23 01:03:43 +00:00
bryner%netscape.com
967abdad74 Fix a shutdown atom leak in nsMsgFolder (bug 198790). r/sr=sspitzer. 2003-03-22 23:43:18 +00:00
sspitzer%netscape.com
fe1c8831f5 fix for bug #198749
implement "Tools | Run Junk Mail Controls on Folder"
rename "Tools | Run Filters on Selected Folder" to
"Tools | Run Filters on Folder"

r/sr=bienvenu
2003-03-22 18:11:41 +00:00
sspitzer%netscape.com
d88650e5f1 back out that last change from 3/20/2003
it was not part of bug #195287 (as the checkin comment claimed)
it was something from neil that I had in my tree that I didn't want to check in.
2003-03-22 00:08:56 +00:00
alecf%netscape.com
b6584a77fb backout my static atom patch for now until I figure out the performance loss! :(
bug 195262
2003-03-21 20:13:08 +00:00
sspitzer%netscape.com
5f2ab0d363 fix for bug #197729
reduce number of mail toolbar buttons by default, reorder delete & junk buttons
r/sr=bienvenu, a=jglick
2003-03-21 08:54:38 +00:00
sspitzer%netscape.com
ccc3622bae supplimental fix for #195287, fix wording of junk mail info dialog.
r=robinf
2003-03-21 07:04:54 +00:00
alecf%netscape.com
ecf24a2b78 fix for bug 195262:
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin

this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
sspitzer%netscape.com
87756a11b0 change menu item wording, to not get cropped on mac os x.
r=robinf
2003-03-21 05:12:43 +00:00
sspitzer%netscape.com
95dc7c665a fix for bug #197209, Opening Folder Properties throws exception for non imap folders
r/sr=bienvenu.  thanks to Sebastian and Neil for the bug and assist.
2003-03-21 04:15:27 +00:00
sspitzer%netscape.com
95b98ade89 supplimental fix for bug #195287 (adding "?" button in junk bar envelope.)
changes suggested and approved by jglick,robinf, r/sr=bienvenu.
2003-03-21 00:13:00 +00:00
sspitzer%netscape.com
f6c144f463 supplimental fix for bug #96134,
improving File | Save As... default behaviour for messages.
r/sr=bienvenu
2003-03-19 22:27:51 +00:00
timeless%mozdev.org
844e3442df Bug 135745 Some buttons for filters are mostly off the window on intial use of Filters dialog
r=robinf sr=sspitzer
2003-03-19 20:43:00 +00:00