Commit Graph

12249 Commits

Author SHA1 Message Date
sspitzer%netscape.com
e650435580 fix for #83023. implement "advanced directory" search, re-using
the existing search code.  r/sr=bienvenu.
2002-02-13 08:01:04 +00:00
seawood%netscape.com
38cbf3c390 Add msgbaseutil to link list.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Fixing tinderbox bustage.
2002-02-13 07:36:12 +00:00
rdayal%netscape.com
9ba80f9e06 Fix for bug # 123596 to removes the mishaving duplicate pref for default mail client.
Also fixes bug #s 122377 and 120134.
r=ducarroz, sr=mscott.
2002-02-13 05:03:44 +00:00
rdayal%netscape.com
6f0109b54c Fix for bug # 123596, removes the mishaving duplicate pref for default mail client.
Also fixes bug #s 122377 and 120134.
r=ducarroz, sr=mscott.
2002-02-13 05:01:54 +00:00
kaie%netscape.com
a59feaa75a b=125097 Typo in error string identifier NoSenderEncryptionCert
r=ssaux
2002-02-13 01:48:55 +00:00
naving%netscape.com
9e2c1a9793 107598 r=racham sr=bienvenu. Imap folder creation is first done on server then on client so we need to
notify filterEditor window that we are done with folder creation and then we can set the folder picker
to new folder. Added SetBusyCursor for this action. Also remove alert code from imap and local and use
existing "ThrowAlertMsg" in base.
2002-02-13 01:46:37 +00:00
nhotta%netscape.com
ea352fc97a Backout my last change because it fails to handle ASCII cases. 2002-02-13 01:26:17 +00:00
racham%netscape.com
d759d0a8ab Fixing bug 124500. Place the View menu item in the right place. r=bhuvan 2002-02-13 00:25:06 +00:00
racham%netscape.com
372684454d Fixing bug 125029. Make account wizard to use a label for title from dtd file. r=bhuvan 2002-02-13 00:19:14 +00:00
racham%netscape.com
6c1039e2d9 Fixing bug 80296. This fix allows user to new messages for all authenticated accountswith a single click. This command canbe triggered from GetAllNewMessages item of GetMsg button drop marker, File|GetNewMessagesFor or shortcut Ctrl+Shift+T. r=morse, mscott sr=alecf 2002-02-13 00:15:08 +00:00
nhotta%netscape.com
8ac1a03abd Changed to use default charset for forward inline, if there no charset specified,
contibuted by adu@sparc.spb.su, bug 66098, r=nhotta, sr=bienvenu.
2002-02-12 23:20:58 +00:00
mscott%netscape.com
024fbdd7a3 Bug #122500 --> make sure the mail window comes to the front of all apps even if it's
minimized if the user double clicks the mail icon. Make sure the double click
works on optimized bits by using a static string for "mail:3pane"

r=bhuvan
sr=bienvenu
2002-02-12 22:29:39 +00:00
nhotta%netscape.com
dfc650cdbf Changed QuotingOutputStreamListener to pass charset and charsetoverride to the constructor,
also added MimeConverter to the class because it is used in multiple places,
bug 115869, r=ducarroz, sr=bienvenu.
2002-02-12 22:21:11 +00:00
nhotta%netscape.com
0c3f8b9a6b Changed to use a default charset for non forward case if we cannot find a charset in the header or the override is set.
Also removed unnecessary conversion to UTF-8,
bug 117956, r=ducarroz, sr=bienvenu.
2002-02-12 22:18:56 +00:00
cavin%netscape.com
ace4ee4d27 Fix for #89235. Rewrote main portion of ImportMailbox() to use global util function EscapeFromSpaceLine() to handle "From " lines. r=ducarroz, sr=bienvenu. 2002-02-12 21:52:08 +00:00
naving%netscape.com
49c1fea165 114960 r=bhuvan sr=mscott. Select the search string when the focus is on the search input field. 2002-02-12 21:48:29 +00:00
naving%netscape.com
1da50ef5df 122713 r=ssu sr=mscott. fixing 'w'- watchThread to not interfere with quick search. 2002-02-12 21:37:12 +00:00
mscott%netscape.com
fc5d0e7398 Bug #123104 --> clear out the number of new messages when a folder no longer
has new messages.
r=naving
sr=bienvenu
2002-02-12 21:31:16 +00:00
ssu%netscape.com
3f49bb01b3 checking in patch for mhammond@skippinet.com.au. fixing bug 75027 - Accelerator for Mark Thread as Read. r=ssu, sr=mscott 2002-02-12 19:43:04 +00:00
ccarlen%netscape.com
0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
rods%netscape.com
224588e46f 1) It moves the BeginDocument to a earlier place in the call change
2) Fixes the negitive page range display problem
3) Improves performance by reducing the delay on pages not in the page range, i.e. before if you printed the 30th page out of 31 you had to wait 15 secs to get to the 30th page to print it.
4) Added AbortDocument, so now when Print jobs are cancelled we call AbortDocument and remove them from the print spooler
5) Fixed a couple of minor issue with Canceling and cancelling mail printings
6) selection was not printing correctly. The problem with selection was that the clip was not being set corrctly.
Bug 115227 & 123181 r=dcone,sspitzer sr=attainasi
2002-02-12 13:33:39 +00:00
ducarroz%netscape.com
5c19b4c98c Fix Mac Bustage 2002-02-12 05:36:54 +00:00
ducarroz%netscape.com
3ae0f8b9c3 Fix for bug 100591. We need to replace illegal characters in file name before trying to use it during a file save. R=cavin, law, SR=alecf, mscott 2002-02-12 03:57:39 +00:00
ducarroz%netscape.com
15420ff7b1 Fix for bug 123032. Check for null pointers before using them. R=rdayal, SR=bienvenu 2002-02-12 03:45:33 +00:00
ssu%netscape.com
ee0f481174 fixing bug 95844 - Cannot select To: drop-down with keyboard because focus is not visible there. r=bhuvan, sr=mscott 2002-02-12 01:25:33 +00:00
mhammond%skippinet.com.au
de29652f02 Fix bug 123768 - Unsubscribing while headers downloading hangs.
r=hwaara/sr=mscott.
2002-02-12 00:55:04 +00:00
naving%netscape.com
82bb95931f 115950 r=racham sr=bienvenu. fix next msg selection for imap multiple deletes(imap-delete model). Also clear
msg pane on multiple msg selection
2002-02-11 23:31:49 +00:00
bzbarsky%mit.edu
97aad157b6 Relanding the Compare --> Equals conversion. a=mcafee 2002-02-10 15:49:46 +00:00
cbiesinger%web.de
08b62eff33 Fix for blocker bug 124578, "Mailnews is dead (shows only busy cursor)"
Checking in for hidday@geocities.com, r=bzbarsky sr=bienvenu a=endico
2002-02-09 22:11:23 +00:00
bzbarsky%mit.edu
98afc5ee0f Testing performance impact of backout of what's left of the patch from
bug 115289.  See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
naving%netscape.com
2274ba276b 28129 sr=bienvenu. make the stop button work to stop copying msgs between imap folders and also when
copying local msgs to imap.
2002-02-09 01:36:22 +00:00
naving%netscape.com
c667369f40 122713. sr=jst convert localName to lower case (needed for html elements) 2002-02-08 23:39:47 +00:00
naving%netscape.com
3a0027dcac 49868 r=ducarroz sr=mscott. Throw alert out of disk space if we cannot download pop3 messages because
of insufficient disk space.
2002-02-08 22:39:15 +00:00
ssu%netscape.com
69fd695df9 fixing bug 120634 - Typing numbers in sidebar (IM password) affects label colors in Mail. r=naving sr=mscott. 2002-02-08 22:34:50 +00:00
naving%netscape.com
f5267bbd95 108110 r=racham sr=mscott Hiding quick search box will take you out of search view 2002-02-08 22:34:40 +00:00
naving%netscape.com
7725472e68 122713 r=ssu sr=mscott. change ".localName" to compare with lowercase - fixes
shortcut interference with quick search and sidebar.
2002-02-08 22:29:26 +00:00
seawood%netscape.com
5871ae6f2d Use @ so that regchrome commands aren't echoed.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #124328 r=cls
2002-02-08 08:30:30 +00:00
sspitzer%netscape.com
61a4e0e506 fix for #123013, fix "View | Sort By" menu item issues in the 3 pane
and addressbook.  r/sr=bienvenu
2002-02-08 05:17:23 +00:00
naving%netscape.com
53425a0c08 59694. sr=bievenu. Add the capability to toggle imap deletes using
delete button when the delete model is imap-delete model. Also
update undo/redo to reflect such toggling.
2002-02-08 03:30:20 +00:00
sspitzer%netscape.com
be682523bf fix for #124320. js error when you do "File | New Message" or hit the compose
button from addressbook, and no cards are selected. r/sr=bienvenu
2002-02-08 03:13:25 +00:00
naving%netscape.com
b6cd30e242 124295 sr=bienvenu move msgHdr out of imapThread to ui thread - fixes
assertion on copying local msgs to imap.
2002-02-08 02:15:10 +00:00
bienvenu%netscape.com
9f48923e0d add support for xmailboxinfo for doing imap sharing admin urls r=naving, sr=sspitzer 123093 and 124011 2002-02-08 02:05:28 +00:00
cathleen%netscape.com
a5ec167c47 eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan 2002-02-08 01:11:33 +00:00
racham%netscape.com
d96fff51b3 Fixing bug 124100. Fixing regression where clicking on Cancel is closing the mailnews account wizard. A boolean indicating whether or to close the wizard is returned to handle user actions properly. r/sr=hewitt. 2002-02-08 01:09:23 +00:00
ducarroz%netscape.com
e893cdcf0c Fix for bug 122815 (part 2). We don't need to manggle the file name of the temp file, just use the default one. R=cavin, SR=bienvenu 2002-02-08 01:07:20 +00:00
ducarroz%netscape.com
6b24a50e0a Fix for bug 117030. gContentChanged wasn't always set when needed. SR=hewitt 2002-02-08 01:00:52 +00:00
srilatha%netscape.com
f89cd96e68 Fix for bug 120423. Enable and disable Addressbook commands when directory is selected
r=racham@netscape.com, sr=sspitzer@netscape.com
2002-02-08 00:55:54 +00:00
cmanske%netscape.com
f5190f99e4 Fix crash in message composer because of stranded Insert Character dialog, b=117791, r=duccaroz, sr=dveditz 2002-02-07 23:46:55 +00:00
naving%netscape.com
20569a4c78 105266 r/sr=bienvenu. Increase the size of buffer when msg lines are very
long > 16384 chars. this will enable us to move/copy such messages between
local folders and from local to imap.
2002-02-07 03:23:56 +00:00
darin%netscape.com
108b6206b4 fixes pending XP_WIN bustage 2002-02-07 01:18:48 +00:00