nhotta%netscape.com
79a9d93160
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-13 21:36:17 +00:00
bienvenu%netscape.com
d18bf71029
don't allow failure to logon to stop going offline process r=naving, sr=sspitzer 115405
2002-02-13 20:54:39 +00:00
sspitzer%netscape.com
3d3a760878
how did I forget this? thanks to peterv@netscape.com for pointing this out.
...
rs=no one
2002-02-13 20:52:54 +00:00
ssu%netscape.com
4c7915dc4e
fixing bug 102561 - Copy Link Address doesn't work in standalone msg window. r=bhuvan, sr=mscott.
2002-02-13 20:49:26 +00:00
bienvenu%netscape.com
49c57deada
don't check inboxes of imap servers with no folders configured for offline use when going offline, don't make errors stop going offline process, r=naving, sr=sspitzer 103047
2002-02-13 20:49:10 +00:00
bienvenu%netscape.com
904145d11c
get imap shared folders to display shared folder icon 28756 r=naving, sr=sspitzer
2002-02-13 20:25:05 +00:00
bienvenu%netscape.com
e6f1f0abf8
fix 102782 downloaad newsgroups for offline newsgroups when we offer to download msgs when going offline r/sr=sspitzer
2002-02-13 20:18:31 +00:00
sspitzer%netscape.com
e9caacf9e5
fix for #125305 . disable "Properties" button after the "Clear" button is hit.
...
r/sr=bienvenu
2002-02-13 19:58:32 +00:00
sspitzer%netscape.com
21b942f256
fix for #125292 . fix advanced addressbook search dialog title.
...
r=jglick, rs=bienvenu
2002-02-13 19:53:07 +00:00
bienvenu%netscape.com
320ed615c9
add imap shared attribute so we can display special folder pane icon r=naving, sr=mscott 28756
2002-02-13 15:49:15 +00:00
sspitzer%netscape.com
26f4bf7fc5
fix warning, add new line to end of file. rs=no one
2002-02-13 09:37:54 +00:00
sspitzer%netscape.com
ae5284799c
don't list screen name as one of the possible search attributes for local
...
addressbook searches. it doesn't work (so what's the point)
and to get it to work, I really need to implement generic column searching so
the ns build can search on _AimScreenName. rs=bienvenu
2002-02-13 09:33:36 +00:00
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