Commit Graph

6676 Commits

Author SHA1 Message Date
tonyr%fbdesigns.com
1abe7ce7f9 Update to generic modules and add field map support 2000-01-14 01:41:56 +00:00
tonyr%fbdesigns.com
d4e579608c Added field mapping UI 2000-01-14 01:40:34 +00:00
bienvenu%netscape.com
3113769c3f fix box spec memory leaks, mismatched free r=mscott 2000-01-14 01:02:57 +00:00
rhp%netscape.com
77e71c66d7 Changes to fix problem with rendering and qutoing I18N messages - Bug #: 22655 - r: naoki 2000-01-14 01:01:18 +00:00
danm%netscape.com
f3fcbf5966 removing JS for persisting position and size (now handled automatically by C code) 2000-01-14 00:09:50 +00:00
alecf%netscape.com
ad1c3f61c3 fix compiler bustage
r=mscott
2000-01-13 23:43:46 +00:00
sspitzer%netscape.com
e706278316 we don't have panes in 5.0, remove some of this HAVE_PANES cruft. 2000-01-13 09:31:20 +00:00
sspitzer%netscape.com
230b5320a7 fix that annoying off by one bug. 2000-01-13 09:27:08 +00:00
sspitzer%netscape.com
36b0a01555 polish and shine. 2000-01-13 09:08:35 +00:00
alecf%netscape.com
4bf54686cc switch account wizard to using .controls instead of getElementsByTagName 2000-01-13 09:01:00 +00:00
sspitzer%netscape.com
464dcb3188 fix some minor problems with the download header dialog. 2000-01-13 08:51:53 +00:00
sspitzer%netscape.com
84219d96dc clean this up. since I'm passing the server id through, I don't
need to pass the markOldRead and max_articles values through.
I can get them in JS.  no doy.
2000-01-13 08:37:26 +00:00
sspitzer%netscape.com
943f4cfb7f heed the per server "news.notify.on" pref. 2000-01-13 08:22:19 +00:00
sspitzer%netscape.com
49ccc5989b changes for the per server (instead of global) news.mark_old_read, max_messages, and news.notify.on
prefs.  hook up the download news headers dialog to use and set these prefs.
2000-01-13 08:12:12 +00:00
putterman%netscape.com
6508b732a6 Secondary sort thread pane by date. r=sspitzer. Bug 15142. 2000-01-13 06:02:29 +00:00
bienvenu%netscape.com
ce4293d0ec fix mark all read performance for news,r=sspitzer 17470 2000-01-13 05:44:07 +00:00
mscott%netscape.com
df476382d9 Landing imap integration with the memory cache!! *Yeah*
Bug #23491 --> add memory cache support for imap urls.
Bug #23325 --> fix a crasher...only try to find a folder if we have a folder name
r=bienvenu
2000-01-13 04:54:23 +00:00
chuang%netscape.com
69cc1d4e10 fix bug5476 Preference radio buttons are not initialized, r=ducarroz 2000-01-13 04:31:02 +00:00
sspitzer%netscape.com
567c4a4565 "news.notify.size" is not used anymore 2000-01-13 04:09:43 +00:00
sspitzer%netscape.com
09bddcbd46 "news.notify.size" is not used anymore. 2000-01-13 04:05:51 +00:00
alecf%netscape.com
2e7af13168 use new .controls attribute to speed up account manager 2000-01-13 03:48:16 +00:00
mscott%netscape.com
10c6137a8d Bug #23491 --> add GetSet/AddToMemoryCache as part of hooking up imap urls
to the memory cache
r=bienvenu
2000-01-13 03:20:59 +00:00
mscott%netscape.com
4b1316a4e3 Bug #23491 --> implement GetSet/AddToMemoryCache as part of hooking up imap urls
to the memory cache
r=bienvenu
2000-01-13 03:20:29 +00:00
rhp%netscape.com
2a564f20c4 Fix for bug #: 12675 - Code never reached in vCard handler. r: rhp (external contribution) 2000-01-13 02:47:30 +00:00
rhp%netscape.com
b5a5457f98 Fix for controlling FCC operation - Bug #18919 - r: jefft 2000-01-13 02:20:28 +00:00
bienvenu%netscape.com
e07fcecffc fix solaris build bustage 2000-01-12 23:48:35 +00:00
sspitzer%netscape.com
a39617cb0f after all my bitching, I goofed and made it so for a new imap server, the copies and folders prefs defaults to the imap server, and not local folders.
fix #21237
2000-01-12 22:18:50 +00:00
bienvenu%netscape.com
5b392de1c5 remove obsolete file 2000-01-12 22:07:53 +00:00
bienvenu%netscape.com
4937f4c8bb remove obsolete folder sink proxy 2000-01-12 21:59:10 +00:00
bienvenu%netscape.com
5c4612c424 add copymessages to message service,r=mscott 2000-01-12 21:43:59 +00:00
bienvenu%netscape.com
0ef6b2b69a add idl for mailbox spec and mail folder sink, r=mscott 2000-01-12 21:42:19 +00:00
bienvenu%netscape.com
36136bf490 add nsIIMailboxSpec, nsIImapMailFolderSpec.idl,r=mscott 2000-01-12 21:41:23 +00:00
sspitzer%netscape.com
1c84b93a3a fix warning. 2000-01-12 08:57:41 +00:00
alecf%netscape.com
5eb41ebeaf increment i every time we go through the loop to avoid an infinite loop
r=sspitzer
fixes #17833
2000-01-12 08:50:42 +00:00
alecf%netscape.com
62b64995f2 remove large font so wizard is readable 2000-01-12 08:32:33 +00:00
sspitzer%netscape.com
0089326454 don't hardcode this alert, move it to a string bundle. 2000-01-12 08:04:07 +00:00
sspitzer%netscape.com
b773a3fa83 fix for #13767, when creating a news account, default compose html to false. 2000-01-12 07:57:42 +00:00
putterman%netscape.com
5e92d3ed61 Instead of selecting first new message on startup, just scroll to it. r=alecf. 2000-01-12 07:18:58 +00:00
mcafee%netscape.com
244a57d9b2 Cleaning up XUL, shrinking UI to fit, simplified some labels. r=rgoodger@ihug.co.nz 2000-01-12 04:50:15 +00:00
bienvenu%netscape.com
f89d9339f3 folder sink idl, not part of build yet 2000-01-12 03:30:21 +00:00
sspitzer%netscape.com
00fd3093ac fix the bogus comment 2000-01-12 03:03:30 +00:00
putterman%netscape.com
f02e8fafc5 Begin work on mail context menus. This is for the thread pane. r= alecf. 2000-01-12 02:25:35 +00:00
rjc%netscape.com
b3dac48b54 Fix broken end tag location. 2000-01-12 01:48:17 +00:00
alecf%netscape.com
66785118f1 fix typos, no review needed 2000-01-12 01:47:36 +00:00
alecf%netscape.com
01fec6c998 make the account wizard use a common overlay for some elements
prep for using ben's account wizard.
r=sspitzer
2000-01-12 01:46:55 +00:00
jdunn%netscape.com
370313154b Fix slamm's warnings of shadowing previous variables.
r= rhp@netscape.com
r= warren@netscape.com
r= rpotts@netscape.com
2000-01-12 00:54:10 +00:00
slamm%netscape.com
9822eafc10 Remove obsolete call to sidebarOpenClosePanel(). r=sspitzer 2000-01-12 00:48:27 +00:00
rhp%netscape.com
78ff616b28 Fix for line endings after linked text - Bug #: 23507 - r: jefft 2000-01-12 00:37:47 +00:00
putterman%netscape.com
63a9c92d75 Slightly speed up opening a mail folder by using IsHeaderRead instead of IsRead. r=bienvenu. 2000-01-12 00:31:06 +00:00
bienvenu%netscape.com
4a6b816bca first entry into cvs, not part of build 2000-01-12 00:24:26 +00:00