Commit Graph

130 Commits

Author SHA1 Message Date
nhotta%netscape.com
fbc50b4516 Moved the hard coded reply header strings to pref so they can be editable, bug 70842, r=ducarroz, sr=sspitzer. 2001-10-31 23:13:35 +00:00
sspitzer%netscape.com
8b194ac631 fix for perf bug #103010. don't persist the "open" state of news servers.
(revert to 4.x behaviour).  persisting the open state of news servers
causes us to update the unread count on news servers if they are "open"
on startup, slowing us down.  r=ssu,varada sr=bienvenu
2001-10-30 22:57:12 +00:00
naving%netscape.com
589ebfc3e3 105162 r=racham sr=mscott. Remove unused prefs 2001-10-17 04:53:25 +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
roc+%cs.cmu.edu
61ab1ae53a Bug 56696. Add ctrl-enter Send shortcut to mailnews composer. r=ducarroz, sr=blizzard 2001-10-01 02:14: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
sspitzer%netscape.com
cf0d7d1fc8 fix for #96979. hide the Total and Unread folder columns for existing profiles.
r=mscott, sr=bienvenu
2001-09-22 00:13:21 +00:00
gerv%gerv.net
1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org
102170b2a0 bug #98089: ripped new license 2001-09-19 20:09:47 +00:00
bienvenu%netscape.com
c6a76b8fcc default for unsent messages should be escaped uri, r=sspitzer, sr=mscott 79245 2001-09-13 03:00:59 +00:00
varada%netscape.com
a661ee481e fix for bug#99146;performance improvement for mailcompose;r/sr=sspitzer 2001-09-12 20:47:28 +00:00
sspitzer%netscape.com
89d2112b5b fix for #39862. backend support for push (force) authentication for news.
sorry, no UI yet.  thanks to ayn2@cornell.edu for the patch.
r/sr=sspitzer
2001-08-09 03:06:58 +00:00
varada%netscape.com
24832ab15a removing pref for updating compose window title ;part of blake's patch in bug#89624;r=varada;sr=sspitzer 2001-08-04 00:04:46 +00:00
racham%netscape.com
fa20b5daf4 Fixing bug 6830. Setting default pref values for filing messages and creating folders on servers. r,sr=sspitzer 2001-06-29 07:05:35 +00:00
racham%netscape.com
210dbfe932 Part of Fix to bug 87396. Set the global pref to point special folders prefs to server to true. r,sr=sspitzer a=chofmann 2001-06-23 21:12:23 +00:00
dianesun%netscape.com
2e487bdf56 Fix for bugs 79554, 80194, 82805, 82984. r=bhuvan, sr=sspitzer, a=asa@mozilla.org 2001-06-20 00:23:35 +00:00
mscott%netscape.com
87b08c474d Bug #84731 --> default smtp servers to never use ssl instead of try
sr=sspitzer
a=asa
2001-06-13 21:28:16 +00:00
ducarroz%netscape.com
ce9a689217 Fix for bug 28348. Turn on by default the send progress dialog. R=varada, SR=mscott, A=asa 2001-06-09 05:26:39 +00:00
dianesun%netscape.com
fe022c3e81 Fix for bugs 79555(Download/Sync doesn't retain pref) 80127(Select dialog not modal). r=bhuvan, sr=sspitzer, a=dbaron 2001-06-08 21:17:43 +00:00
srilatha%netscape.com
b9748c74e9 Fix for bug# 79814. Removed preferences for netcenter,infospace and verisign directories.
r=hwaara,sr=spritzer,a=dbaron
2001-06-08 01:04:17 +00:00
dianesun%netscape.com
86d6c5929d Back up checkin for 79555 and 80127 2001-05-23 00:50:58 +00:00
dianesun%netscape.com
c08d05ce60 Bug fixes for 79555(Download/Sync not retain pref), 80127(Select Dialog not modal). r=bhuvan, sr=sspitzer 2001-05-22 21:23:04 +00:00
racham%netscape.com
0e55d49175 Fixing bug 76388. Adding a default pref which will be used by incoming servers to check if the offline support level is already set. r=bienvenu, sr=sspitzer 2001-05-19 01:39:03 +00:00
srilatha%netscape.com
121ba66dd9 Modified the Addressing pref panel to fit in the pref window. bug# 80304.
r=mohanb, sr=sspitzer
2001-05-17 00:43:32 +00:00
srilatha%netscape.com
22437b8ee1 LDAP UI implementation.
Bug# 31881. r=chuang, bhuvan.
sr=sspitzer
2001-05-03 21:24:48 +00:00
hwaara%chello.se
4e1c241b36 Implement date&time support in reply-headers, like:
"On <date & time>, <author> wrote:"
For now, this is optional (set mailnews.reply_header_type to '2' in prefs.js), we will default to only show "<author> wrote:", as usual.  This is due to some l10n issues which are part of bug 75377. The date&time format is hard-coded to be en-US if set, again, bug 75377.
bug 23615. r=disttsc@bart.nl, sr=sspitzer@netscape.com

Fix a bunch of leaks (15 of them) in addressbook, addressbook-sync and import-mail code. None of the callers to GetUserProfileDirectory() deallocated their nsFileSpec.
bug 75332. r=chuang@netscape.com, sr=bienvenu@netscape.com
2001-04-16 20:40:07 +00:00
ducarroz%netscape.com
aa48d46148 Part of bug 28348. Add pref to show progress dialog during send message. This pref will be turn to true when the progress dialog will be statble enough. R=varada, SR=sspitzer 2001-04-13 04:50:14 +00:00
bienvenu%netscape.com
ce119855ef add prefs for compacting folders threshhold 15865 sr=sspitzer 2001-04-12 14:35:05 +00:00
sspitzer%netscape.com
03730aa14e fix for #74072. since "forward as quoted" is obsolete, treat it as
"forward inline."  fix by cavin@netscape.com, sr=sspitzer@netscape.com
2001-04-06 03:53:42 +00:00
bienvenu%netscape.com
847a0288ea add new pref for limiting size of messages downloaded for offline 15865 sr=sspitzer 2001-03-25 18:48:27 +00:00
tao%netscape.com
52c8c643d6 71341: mailnews.view_default_charset pref item should not be stored,
(r=naoki,sr=erik)
2001-03-22 02:20:48 +00:00
racham%netscape.com
ed566c5794 Fixing bug 67634. Clearing the default url value so that beep takes the default place for biff sound. r=racham, sr=sspitzer 2001-03-07 01:16:44 +00:00
varada%netscape.com
3018e815ee fix for bug#37928;adding preferences to the mailnews.js file;r=ducarroz;sr=mscott 2001-02-26 19:48:03 +00:00
tao%netscape.com
90bfcacfe5 62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
racham%netscape.com
e69b39cd3c Fixing bug 66460. Adding pref needed to implement Check new mail at startup feature. r=bienvenu, sr=sspitzer 2001-02-23 02:48:35 +00:00
sspitzer%netscape.com
ea05793dea control the default url for sound to play on new mail with a pref,
instead of hard coding it.  (really, this is a back door for mac users,
until we have a UI for this.) #64462
sr=bienvenu
2001-02-23 02:27:53 +00:00
jgmyers%netscape.com
63772054f9 fallback to HELO even if SMTP AUTH enabled: bug 67538 r=bryner sr=mscott 2001-02-13 02:09:25 +00:00
jgmyers%netscape.com
f5bd875e08 Fix SMTP/SSL: bug 32018 sr=mscott 2001-02-03 00:17:52 +00:00
sspitzer%netscape.com
3d20671705 fix for #67255. define a default for "mail.content_disposition_type"
sr=bienvenu
2001-02-01 15:53:05 +00:00
sspitzer%netscape.com
14753e4abf fix for #67095, disable news biff by default, and allow us to
default biff (on or off) on a per protocol basis.
r=racham, sr=bienvenu.

turning news biff off will help us to stop pounding news.mozilla.org
2001-01-31 20:25:33 +00:00
alecf%netscape.com
06aa98bae5 add default pref for #67072, sr=sspitzer 2001-01-31 00:59:30 +00:00
racham%netscape.com
66092c4f34 Fixing bug 65556. Turning the Biff feature on by default and automatic message download is turned off for POP3 servers on biff as deafult. r=sspitzer sr=mscott 2001-01-25 20:38:45 +00:00
racham%netscape.com
db08547a0c Fixing bugs 14301 and 63251. As a part of fix to bug 14301, Setting the default value of the pref that says log onto this account at startup to false. All newly created accounts will not have this one turned on and interested users with multiple accounts will have to manually turn it on, by turning the checkbox on, to take the advantage multiple logins at startup. While fixing bug 63251, a new pref is added to findout the url of the page that need to be displayed in the AccountCentral frame. r=sspitzer sr=bienvenu 2001-01-23 21:54:12 +00:00
blakeross%telocity.com
3f4c7704f0 Fix 33115: attempt to shave milliseconds off of startup time by removing obsolete/unused prefs. more to come. r=timeless,sspitzer sr=bienvenu 2001-01-22 20:30:26 +00:00
chuang%netscape.com
a7cce8b310 Bug33543 Addresses from reading a newsgroup posting shouldn't be added to collected addresses, r=sspitzer, sr=sr=bienvenu 2001-01-18 05:38:03 +00:00
sspitzer%netscape.com
7e6cdd56d0 remove the unused default pref "mail.allow_at_sign_in_user_name".
see #53970 for details.
2001-01-12 20:14:12 +00:00
sspitzer%netscape.com
28df9b9646 fix for #36025. play sound when new mail arrives. thanks to
rcassin@supernova.org for the front end work.  all the prefs work,
but we only have UI for enabling / disabling the sound.
sr=bienvenu
2001-01-06 02:43:03 +00:00
sspitzer%netscape.com
923fe95a7a fixes for #57912, #14295, #14301
1) add ui and backend support for "log into this account at startup".  all that is missing is the code to actually do the logging in at startup.  that comes next.

2) hide the user name for news servers in the account manager.

3) fix ui to allow users to edit the username and hostname for a server, but disable it until the back end can handle a live swap of those values.

sr=bienvenu
2000-12-22 23:32:32 +00:00
sspitzer%netscape.com
e1ab0cea00 fix for #56074. thanks to andrew taylor (andrew.taylor@cal.montage.ca) for the fix.
r=sspitzer,sr=bienvenu
2000-12-21 23:34:22 +00:00
bratell%lysator.liu.se
80e0e6f5e9 Fix for bug 62031. Make it possible to display format=flowed mails as normal text/plain mails. r=nhotta@netscape.com sr=bienvenu@netscape.com 2000-12-19 19:43:12 +00:00