sspitzer%netscape.com
7841f2f822
fix for #19254 . propagate unread state of subfolders to parents if the parent is closed.
...
r/sr=bienvenu
2001-10-09 23:40:23 +00:00
ducarroz%netscape.com
17537b7abb
Fix for bug 90028. During a forward, we need to put back the "Re:" in the subject if the flag MSG_FLAG_HAS_RE is set. Patch provided by Denis Antrushin <adu@sparc.spb.su>. R=ducarroz, SR=bienvenu
2001-10-09 22:48:32 +00:00
eddyk%netscape.com
efe9ab34a1
bug 103181: disable code in AccountManager regression
...
More stuff for eClient disable code.
r=bhuvan, sr=sspitzer
2001-10-09 21:04:12 +00:00
nhotta%netscape.com
cd9f347110
In mail compose, notify charset change to editor when a charset is changed, bug 103282, r=ducarroz, sr=bienvenu.
2001-10-09 20:15:23 +00:00
cavin%netscape.com
4bfbe5059a
Bug #14295 : (1) Add 'realHostName' and 'realUsername' to nsIMsgIncomingServer and reflect them
...
in prefs (ex: mail.server.server1.realHostName). (2) The getters for the new attributes call
GetHostName() and GetUsername() if prefs is not set. (3) Change GetHostName() and GetUsername()
to GetRealHostName() and GetRealUsername() at places where we open connections or send the
username to servers. (4) Prevent users from changing an account to one that already exists.
(5) After the change is validated, close all open connections and clear all stored passwords,
plus modify the account name based on the new user/server name. r=ssiptzer, sr=bienvenu.
2001-10-09 19:20:31 +00:00
ducarroz%netscape.com
34f8309984
Fix for bug 55591. UNC files need to be treated as remote attachment and not local. R=varada, SR=mscott
2001-10-09 18:23:06 +00:00
sspitzer%netscape.com
6ea428ac69
fix for #73853 . allow the user to post news message when there isn't a msg window
...
around. r/sr=bienvenu
2001-10-09 06:57:48 +00:00
sspitzer%netscape.com
55e1f06cfb
fix for #92393 and #91421 . "Get Message" menu item and toolbar button disable
...
when they shouldn't. r/sr=bienvenu
2001-10-09 06:36:30 +00:00
sspitzer%netscape.com
05b8b2645d
fix for #49157 . support nntp://host/message-id urls (we already support
...
news://host/message-id urls). r/sr=bienvenu
2001-10-09 06:01:16 +00:00
sspitzer%netscape.com
46dde148e9
fix for #56419 . implement the "Go To Message Folder" feature from search.
...
r/sr=bienvenu.
2001-10-09 03:05:18 +00:00
bienvenu%netscape.com
39f9c789a8
fix 10K leak when filtering multiple pop message r=naving, sr=sspitzer 103614
2001-10-08 22:26:02 +00:00
bienvenu%netscape.com
76ae3cc241
fix leak of password in biff, sr=sspitzer, r=naving 103676
2001-10-08 22:24:13 +00:00
bienvenu%netscape.com
b924c5c865
fix 103701 leak of url spec when loading local message rs=sspitzer
2001-10-08 22:23:44 +00:00
sspitzer%netscape.com
08c99a8091
fix for #60139 and #72821 . implement proper next folder navigation.
...
now we should find the right "next" folder when you hit next and there
are no more unread messages in the current folder. we respect the folder
pane sort order for determining what's next, which is what's "below" in the folder pane.
r/sr=bienvenu
2001-10-08 20:56:52 +00:00
sspitzer%netscape.com
25161eec21
fix string usage in mailnews. #103412 . rs=bienvenu
2001-10-08 20:10:18 +00:00
sspitzer%netscape.com
72a150cb60
fix for #103681 (no status messages when doing pop).
...
back out my bad fix for #102978 . we set the msg window on the folder datasource
and we've got a folder datasource per msg window. by moving this from js to xul,
it made it so we'd set the msg window on one folder ds, and we'd be using the other one.
r/sr=bienvenu
2001-10-08 20:05:00 +00:00
bryner%netscape.com
2b0eb53ec4
Removing references to xp_file.h, for bug 38061. Patch from cls, r=bryner, sr=alecf.
2001-10-08 07:22:27 +00:00
naving%netscape.com
6672801cea
99168 r=bienvenu sr=mscott. fix imapUrl leaks on reading imap messages and possibly on other operations
2001-10-08 02:43:17 +00:00
bienvenu%netscape.com
c710b69ec3
more work on closing db's when changing folders, 95865 rs=sspitzer
2001-10-08 02:06:15 +00:00
bienvenu%netscape.com
11f4e3e94c
part of fix for 95685 reduce bloat by closing db if a folder is unselected, r=naving (who did part of this patch), sr=sspitzer
2001-10-08 01:05:58 +00:00
jaggernaut%netscape.com
0c2b3bc449
Bug 81444: eliminate |null_nsCOMPtr|. Eliminating all callers, r=syd, rs=mozbot.
2001-10-07 10:58:39 +00:00
sspitzer%netscape.com
a88fa8fca1
fix for #103446 . improve folder pane perfomance by not calling
...
SetPrefFlags() *every time* GetSubFolders() is called.
that's really expensive (we copy all the urls from the identity) and we get
access prefs. not something we should do when painting.
r/sr=bienvenu
2001-10-06 08:38:19 +00:00
sspitzer%netscape.com
097704bd05
more changes for #103412 . fix string usage in mailnews to avoid
...
unneeded copying, allocation and converting.
also, remove dead code. r/sr=bienvenu
2001-10-06 06:35:32 +00:00
sspitzer%netscape.com
cf26bf2717
more code cleanup for #103412 . avoid unnecessary conversions in the account manager ds.
...
r/sr=bienvenu
2001-10-06 05:26:31 +00:00
sspitzer%netscape.com
999c08932d
more code cleanup for #103412 . avoid unnecessary conversions, fix warning.
...
r/sr=sspitzer
2001-10-06 05:16:25 +00:00
sspitzer%netscape.com
600b2f6854
code cleanup for #103412 . better string usage in the mail datasources
...
to prevent unneeeded allocations and copies. fix OnItemPropertyFlagChanged()
to check the property first to do as little as possible. r/sr=bienvenu
2001-10-06 05:11:51 +00:00
bienvenu%netscape.com
696289dad4
more addressbook leaks r=naving sr=sspitzer 99135 103014 and others
2001-10-06 03:13:54 +00:00
bienvenu%netscape.com
c95eec7a0f
fix 50K memory leak on certain messages r=ducarroz, sr=sspitzer 103023
2001-10-06 02:48:27 +00:00
stephend%netscape.com
6c2084a07e
Bug 103068. Remove tooltip on label for emoticons pref. r=dean_tessman@hotmail.com, sr=mscott@netscape.com (UI approved by jglick@netscape.com)
2001-10-06 02:37:17 +00:00
bienvenu%netscape.com
eff1e38d5e
fix leak of all folders table r=naving, sr=sspitzer 103077
2001-10-06 01:09:46 +00:00
bienvenu%netscape.com
b281c2ae1b
fix memory leak of mdbEnv and m_dbFolderInfo r=naving, sr=sspitzer 103003
2001-10-06 01:06:28 +00:00
sspitzer%netscape.com
7c15ae749f
fix for #103037 . preflight the message "save as file" dialog with
...
message.eml, and not "mail". also move this string to a string bundle
r/sr=bienvenu.
2001-10-06 01:04:32 +00:00
sspitzer%netscape.com
f7d3abb9bb
fix for #102978
...
set up the folder pane datasource in the xul, not in the on load handler.
r=waterson, sr=bienvenu
2001-10-06 00:55:39 +00:00
bienvenu%netscape.com
55a770a93a
fix UMR r=naving, sr=sspitzer 103134
2001-10-06 00:53:01 +00:00
bienvenu%netscape.com
99ea350f31
fix many many address book leaks r=naving, sr=sspitzer 103077 and others
2001-10-06 00:50:17 +00:00
sspitzer%netscape.com
10e43c61fc
fix for #103220 #94774 and #79103 . when the folder name changes, we need to notify
...
that #Name, #FolderTreeName and #FolderTreeSimpleName have changed.
also clean up the folder datasource to not copy strings when not necessary.
r=racham, sr=bienvenu.
2001-10-06 00:50:12 +00:00
bienvenu%netscape.com
05a8d53426
fix memory leak of dir servers, use contract id's, and fix UMR r=naving, sr=sspitzer 103134 66435
2001-10-06 00:46:49 +00:00
dmose%netscape.com
5690900ccc
Fix LDAP autocomplete regression with CJK names by adding a separate pref for minimum length of CJK names to search with a different default (bug 101086). r=shanjian@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
2001-10-05 02:59:32 +00:00
sspitzer%netscape.com
9eacdc09ac
fix for #97863 and #96314 . get saving IMAP messages as templates or as files
...
to work on linux again. r=naving, sr=bienvenu, a=asa
2001-10-04 01:47:44 +00:00
racham%netscape.com
778bf75c30
Fixing bug 97650. Adding improvements to unread count mail count display feature on Win XP. When the mail application starts, as soon as the unread count on Inbox folder changes, registry is updated. This enables us to present the user accurate unread count on the welcome screen, if user quits the app before the 5 minute timer is triggered. r=mscott, sr=sspitzer
2001-10-03 05:54:30 +00:00
bienvenu%netscape.com
412a6398cd
blow away corrupt history dbs r=naving sr=sspitzer 102319
2001-10-03 03:47:54 +00:00
blizzard%redhat.com
a39ca07673
Fix bug #101828 . Sending more than one piece of unsent mail fails when posting to sent mail folder. This patch serializes the posting to the sent mail folder so that we don't try to post more than one message at a time. r=naving,sr=bienvenu
2001-10-03 01:48:56 +00:00
bienvenu%netscape.com
ff775f6d6a
fix memory leak on every mime2 decode trying to get global charset r=sspitzer, sr=mscott 102466
2001-10-03 01:02:00 +00:00
bienvenu%netscape.com
7cbe2f7637
fix problem going from threaded to sorted view, deleting a message in a thread, then switching back to threaded view r=naving, sr=sspitzer 102572
2001-10-03 00:11:02 +00:00
sspitzer%netscape.com
a91345fad0
fix for #102753 , use the disableonsend attribute trick for the subject
...
to be consistent. r=varada, sr=bienvenu
2001-10-02 22:16:28 +00:00
mscott%netscape.com
ae630581a9
Bug #96053 --> executing a query may not return an end of query.
...
Checking in for john.marmion@ireland.sun.com
r/sr=sspitzer,mscott
2001-10-02 22:12:14 +00:00
sspitzer%netscape.com
9920af5208
remove redundant #include. thanks to hwaara for letting me know about it.
2001-10-02 22:11:08 +00:00
mscott%netscape.com
e3d91108bd
Bug #97497 --> Try to protect against a crash in nsUint32Array where the server may be giving us a bogus message key.
...
r=naving
sr=bienvenu
2001-10-02 21:51:11 +00:00
dbaron%fas.harvard.edu
208103c1b8
Add nsIMessengerOSIntegration.idl for racham, bug 97650.
2001-10-02 07:36:21 +00:00
racham%netscape.com
108729b474
Fixing bustage by adding idl entries into makefiles for linux ad mac.
2001-10-02 07:01:32 +00:00