Commit Graph

11407 Commits

Author SHA1 Message Date
bienvenu%netscape.com
a1990289a9 close nntp socket after logging out fixes memory leaks and assertions, r=mscott, sr=sspitzer 96381 2001-10-11 14:53:34 +00:00
sspitzer%netscape.com
de3f0803a8 fix for #60139. fix problem with next navigation not working when bubbling out
fo subfolders.  r/sr=bienvenu
2001-10-11 00:33:50 +00:00
naving%netscape.com
ea18234e39 102751 r=bienvenu sr=sspitzer. If a localfolder's db is outdated, parse the folder and then compact the
folder to avoid dataloss.
2001-10-11 00:00:20 +00:00
alecf%netscape.com
a35fb4b29c part of fix for 38061 - remove last reference to XP_File
r=bryner, rs=bienvenu
2001-10-10 22:52:32 +00:00
naving%netscape.com
c3b46ea817 fix bustage for ports 2001-10-10 21:17:57 +00:00
bienvenu%netscape.com
1cc40cb092 fix call to PR_CWait to use interval r=ducarroz, sr=sspitzer 85250 2001-10-10 20:59:49 +00:00
naving%netscape.com
50d502aa56 backing out file not part of earlier checkin. 2001-10-10 19:53:29 +00:00
sspitzer%netscape.com
b58dca9221 fix conflicts that got checked in with the licensing foo.
rs=bienvenu
2001-10-10 19:50:30 +00:00
naving%netscape.com
ec9762e1e1 16902. oops missed this file 2001-10-10 19:34:23 +00:00
naving%netscape.com
5b64bf539e 16902 r=sspitzer sr=bienvenu, Implement custom headers for mail filter and search. 2001-10-10 19:27:06 +00:00
bienvenu%netscape.com
bfdc49509c fix losing read state of news messages r=naving, sr=sspitzer 103824 2001-10-10 19:25:07 +00:00
sspitzer%netscape.com
135f5f1c77 remove unneeded crud. rs=bienvenu 2001-10-10 19:23:15 +00:00
sspitzer%netscape.com
4c514df917 remove unused code, now that we use playSystemSound(). (see #64462)
rs=bienvenu
2001-10-10 08:40:22 +00:00
sspitzer%netscape.com
a305479ba0 fix for #64462. play OS specified sound when new mail arrives.
r=pavlov, sr=bienvenu.  right now, this only works on windows.
mac is next.  for linux (and the other platforms), we currently beep.
if there isn't an OS specified sound, we'll play the pre-packaged
sound that mailnews will eventually ship with.
2001-10-10 08:08:22 +00:00
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