Commit Graph

1395 Commits

Author SHA1 Message Date
sspitzer%netscape.com
77e36b4a18 fix for performance bug #107481 (reduce mail-toolbar command updating)
fix for bug #102180 (close std alone msg window on delete if no more messages
in the folder).  also, fix spelling mistake, "supress" -> "suppress"
r=cavin, sr=bienvenu.
2001-11-01 04:05:41 +00:00
bienvenu%netscape.com
c7d7dd829f fix toolbar flashing on deleting messages r=cavin, sr=sspitzer 100802 2001-11-01 00:19:46 +00:00
naving%netscape.com
d78073e8dc 107393 r/sr=bienvenu. make minor change to last checkin 2001-10-31 06:51:20 +00:00
naving%netscape.com
323264936b 107393. r/sr=bienvenu. Make the flag changes in QS view show up when you go back to folder
view.
2001-10-31 06:31:33 +00:00
mscott%netscape.com
c31100f98f Bug #107608 --> allow generic extensions to account manager,
nsIMsgIdentity and nsIMsgIncomingServer. checking in for Seth.
r=bhuvan
sr=mscott
2001-10-31 03:45:24 +00:00
jaggernaut%netscape.com
f02611e9eb Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-29 09:27:57 +00:00
rpotts%netscape.com
ae53430684 bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface... 2001-10-27 02:52:39 +00:00
nhotta%netscape.com
2e7ba04626 Replace nsTextFormatter by NS_ConvertUTF8toUCS2, bug 105527, r=ducarroz, sr=bienvenu. 2001-10-26 17:24:18 +00:00
racham%netscape.com
4a92ee7b35 Fixing crasher bug 105670. Adding null check on incoming server in the process of getting default account. r=racham, sr=sspitzer 2001-10-26 02:19:43 +00:00
cavin%netscape.com
ecc90c94ff Bug #74955: When loading folders, preset the msg hdr cache table size to eliminate
the need of allocating and de-allocating tables. Same thing for users of nsUInt32Array
and nsUInt8Array. r=bienvenu, sr=sspitzer.
2001-10-26 02:02:58 +00:00
naving%netscape.com
bf43e53f5b 103734 r=sspitzer sr=bienvenu. landing Quick Search feature for mail 3 pane. 2001-10-25 05:34:49 +00:00
bienvenu%netscape.com
5955ba4686 add backend support for labels r=ssu, sr=sspitzer 106067 2001-10-23 22:06:03 +00:00
dougt%netscape.com
0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
sspitzer%netscape.com
ef04978d99 more clean up the string foo in mailnews. r=cavin, rs=bienvenu. #103412. 2001-10-19 01:44:53 +00:00
alecf%netscape.com
bd048504df convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser 2001-10-13 00:16:32 +00:00
dbaron%fas.harvard.edu
a22072c008 Bug 69873: remove nsAutoCString. r=jag rs=scc 2001-10-12 02:57:59 +00:00
sspitzer%netscape.com
94abe5f5b3 fix for #104226. instead of using "Mailbeep" (the windows system sound for new mail notification)
use "_moz_mailbeep".  on windows, we map this to "MailBeep" (so it works on win2k and win98)
and on mac we use sfraser's code to go to internet config.  (nothing on linux yet, that's another bug)
r=pinkerton, sr=sfraser

also, fix #104252.  selectively notify folder listeners.  when we register the folder listener
with the mail session, we pass in flags for what types of things we care about.
this reduces the notifications, especially those across XPConnect.
r=bienvenu, sr=mscott
2001-10-11 20:45:44 +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
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
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
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
76ae3cc241 fix leak of password in biff, sr=sspitzer, r=naving 103676 2001-10-08 22:24:13 +00:00
sspitzer%netscape.com
25161eec21 fix string usage in mailnews. #103412. rs=bienvenu 2001-10-08 20:10:18 +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
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
eff1e38d5e fix leak of all folders table r=naving, sr=sspitzer 103077 2001-10-06 01:09:46 +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
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
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
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
racham%netscape.com
b35d6ce7fc Fixing bug 97650. Fix to display unread message mail count of default mail account on Windwos XP welcome screen. In case of multiple profiles, cumulative total of unread messages of default accounts is displayed. On clicking that messagem, it displays per account unread mail count in a tooltip. r=mscott, sr=sspitzer 2001-10-02 06:23:48 +00:00
varga%utcru.sk
82cbda88c4 Fix for bug 75572. Separator support in outliner.
r=waterson, sr=hyatt
2001-10-02 04:42:48 +00:00
jaggernaut%netscape.com
ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
naving%netscape.com
d9dc0205f3 94968 r=bienvenu sr=sspitzer. Add error messages in cases where filter disables itself because it cannot
find the folder or filtering fails due to some other reasons.
2001-09-28 23:02:05 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
alecf%netscape.com
b570b3627a beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser 2001-09-26 20:26:14 +00:00
mscott%netscape.com
2b22bc8ed8 Bug #9178 --> when migrating an account be sure to not call get default server. Instead,
create a new smtp server then set the migrated smtp settings on that new server.

r=bhuvan
sr=sspitzer
2001-09-26 05:11:58 +00:00
sspitzer%netscape.com
d6b386e62a fix for #101640, to allow cavin to finish #14295. if a server is removed
or if a server "changes" notify the incoming server listeners.  for the three pane
listener, we use that to decide if we need to change our selection.
r=cavin, sr=bienvenu
2001-09-26 01:01:49 +00:00
naving%netscape.com
70dee1d7f3 101057 r=robinf, bienvenu sr=sspitzer Add error messages when compact fails because of insufficient disk space or writing to folder failed. 2001-09-26 00:48:35 +00:00
bienvenu%netscape.com
483ce3feda fix leak of offline imap playback object r=naving, sr=sspitzer 101265 2001-09-24 23:28:15 +00:00
bienvenu%netscape.com
222fbba877 prevent biff from firing during shutdown r=naving, sr=sspitzer 101209 2001-09-24 23:20:02 +00:00
cls%seawood.org
9bdf2eb594 Make -DHAVE_MOVEMAIL localized to mailnews.
Bug #58117 r=jag
2001-09-22 00:26:48 +00:00
ccarlen%netscape.com
8ab23df067 Bug 99387 - turbo gain minimized due to profile support. Now observing a notifier which is sent to forget passwords without a profile shutdown. r=bhuvan/sr=mscott 2001-09-21 05:04:25 +00:00
bienvenu%netscape.com
bbbcd2ca54 fix unescaped send later uris in profile migration code r=naving, sr=sspitzer 91936 2001-09-21 04:43:16 +00:00