Граф коммитов

7577 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 3ad854648b jefft has fixed bug #34383, so take out debugging dump(). 2000-04-04 02:58:38 +00:00
sspitzer%netscape.com 3341f57d8f fix for #10855. update newsgroup counts when expanding the server. still a few
edges to smooth.  also, continue clean up of the news code.  r=bienvenu
2000-04-04 02:31:43 +00:00
bienvenu%netscape.com 8317473e41 add nsINNTPProtocol.idl to build 2000-04-04 02:02:40 +00:00
bienvenu%netscape.com 013c4fc5d2 added files: mozilla/mailnews/news/public/nsINNTPProtocol.idl 2000-04-04 01:59:21 +00:00
alecf%netscape.com fc70ef2dc5 switch from titledbuttons to buttons 2000-04-04 01:45:06 +00:00
alecf%netscape.com 6798383d92 add support for auto-refreshing server list, set as default, and various other minior tweaks
r=sspitzer
2000-04-04 01:40:10 +00:00
alecf%netscape.com 6c4a494981 add support for automatically disabling certain controls in the smtp server editor
r=sspitzer
2000-04-04 01:39:11 +00:00
alecf%netscape.com a382e36f3e add am-smtp.js to the builds r=sspitzer 2000-04-04 01:36:41 +00:00
alecf%netscape.com be7a36352b make the smtp server panel reload itself when the advanced dialog tells it that there have been edits
r=sspitzer
2000-04-04 01:36:01 +00:00
alecf%netscape.com 7b171e786c add support for pages asking to be reloaded from scratch
(so that SMTP prefs can be reloaded)
r=sspitzer
2000-04-04 01:33:23 +00:00
bienvenu%netscape.com 64e9d2f757 adding interface for nsINNTPProtocol, nOT PART OF BUILD YET 2000-04-04 01:29:08 +00:00
jefft%netscape.com 7bdb46368e fixed bug 34383 - JS exception when selecting the twisty; r=scottip 2000-04-04 01:07:49 +00:00
bienvenu%netscape.com e47142bfe7 support for in-reply-to, r=sspitzer 8965 2000-04-04 00:53:23 +00:00
bienvenu%netscape.com d90d59bf1d back out changes for in-reply-to header; I don't need them after all 2000-04-04 00:52:22 +00:00
sspitzer%netscape.com 6a639e1cde use try and catch, to prevent bad things for happening when the user hits
bug #34383.
2000-04-04 00:27:42 +00:00
mkaply%us.ibm.com f74f9ef3c2 # 33859
r= mscott@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 23:13:14 +00:00
jefft%netscape.com a71099db53 fixed bug 16235 -- [FEATURE] pop3_gets_new_mail on biff; put up confirmation dialog when deleting imap folders; r=scottip 2000-04-03 22:48:40 +00:00
mkaply%us.ibm.com 161e33b56d # 33859
r= putterman@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:43:42 +00:00
putterman%netscape.com 2753148d86 add correct gif to makefile 2000-04-03 22:38:49 +00:00
alecf%netscape.com 5dec8ab6b2 fix semantics of these pref methods to match other pref methods and don't throw exceptions even on failure
r=sspitzer
2000-04-03 06:58:58 +00:00
alecf%netscape.com 5328478b8b add smtp server editor to the mac/windows build, and add one new file to the windows build r=sspitzer 2000-04-03 06:37:10 +00:00
alecf%netscape.com 2d0d24f25c make the server editor itself actually change the hostname of the server being edited r=sspitzer 2000-04-03 06:33:49 +00:00
alecf%netscape.com 8148445ae0 add Smtp editor stuff to the build r=sspitzer 2000-04-03 06:29:40 +00:00
alecf%netscape.com f41ec03e82 fix typo r=sspitzer 2000-04-03 06:29:04 +00:00
bienvenu%netscape.com 2c7746fcdc remove unused view attachments as links option, work on in-reply-to header, r=sspitzer 2000-04-03 03:22:56 +00:00
putterman%netscape.com 6d0c68ee48 Add new icons to mail news 3 pane UI. r=mscott 2000-04-03 02:58:21 +00:00
mscott%netscape.com a3e669ff3d Semi-large landing. I re-wrote mailnews compose to use a cached string bundle. I've had this code in my tree for
a couple weeks and just hadn't gotten around to checking it in yet.

I noticed that during a normal sending of a message, we were loading a string bundle 6 times! (most of this was to display
progress information during the send procedure). This caused us to hit the disk 6 times. With these changes, we
cache the string bundle in the compose string bundle service so we only hit the disk once.
2000-04-03 02:32:27 +00:00
mscott%netscape.com 4e47debfdc remove obsolete image files from the repository. 2000-04-03 02:16:59 +00:00
mscott%netscape.com 55d79f76b5 Remove old addtoab and attachment icons. We have new ones in mailnews/base/resources/content (which is
where this kind of stuff belongs) now.
2000-04-03 02:16:25 +00:00
mscott%netscape.com 12c3a0288f I broke newsgroups the other day so they weren't showing up in the message pane. undoing the damage. 2000-04-03 02:15:25 +00:00
mscott%netscape.com d1d6ef4bbf Bug #27884 --> new attachment icon & add to ab icon 2000-04-03 02:14:19 +00:00
sspitzer%netscape.com 7e88616d44 add PerformExpand() to the nsIMsgIncomingServer interface. in the base case, it does nothing.
we override it in news, and we'll use this as our hook to update the counts for all the
newsgroups for a give server.  right now, PerformExpand() only gets called on a double
click but eventually, it will be hooked up to the twisty.  r=bienvenu
2000-04-03 02:06:57 +00:00
sspitzer%netscape.com 6378448745 remove the MigrateFilters() calls. we are going with lazy filter migration. r=bienvenu 2000-04-03 02:03:58 +00:00
mscott%netscape.com 31d9907718 Bug #33747 --> fix mailto url handling which broke after warren's big nsIChannel landing. 2000-04-03 01:26:58 +00:00
bienvenu%netscape.com 2cba9d275c filter upgrade code for local filters, r=sspitzer 17174 2000-04-03 00:39:51 +00:00
sspitzer%netscape.com 5b450c8310 remove the news-test.* files, they are no longer used. so why make people check them out? 2000-04-03 00:09:09 +00:00
sspitzer%netscape.com 073d02b79c remove the MigrateNewsFilters() call. we don't have to migrate news filters.
(but they don't work yet, but that's another bug.)  r=bienvenu
2000-04-02 23:07:14 +00:00
sspitzer%netscape.com ee9a0052d1 add a stop button. does nothing right now. 2000-04-02 19:58:09 +00:00
sspitzer%netscape.com d209613a0b add Get/SetLocalFoldersServer and use it. r=bienvenu 2000-04-02 19:11:16 +00:00
sspitzer%netscape.com bc3673f959 use nsIComponentManager.h instead of nsComponetManagerUtils.h directly. 2000-04-02 17:20:50 +00:00
sspitzer%netscape.com 3f5595153a add GetLocalFoldersServer() for bienvenu, and use it in the account wizard.
also, stub out news filter migration calls in the messenger migrator code.
r=bienvenu
2000-04-02 16:52:29 +00:00
cls%seawood.org da66e49516 Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point. 2000-04-02 07:17:25 +00:00
jefft%netscape.com 5b19b98191 prevent deleting Inbox and Trash folder; r=scottip 2000-04-01 17:47:21 +00:00
chuang%netscape.com c751529bbd bug 32285 - [FEATURE]Add mailing list backend to address book, r=putterman 2000-04-01 17:34:39 +00:00
sspitzer%netscape.com 8727cafafb fix a bunch of bugs, including #31079 and #14435. when setting the local path for a server, or the newsrc file for
a news server, make sure the folder or file is unique.
use the hostname as part of the suggestion when creating the directory for the server.

r=bienvenu.
2000-04-01 09:37:24 +00:00
sspitzer%netscape.com 3c2bcff92a fix warning. r=bienvenu. 2000-04-01 06:29:15 +00:00
sspitzer%netscape.com 5a2998e649 fix warnings. r=bienvenu 2000-04-01 06:25:29 +00:00
sspitzer%netscape.com da78ce03ea removing the nsISubscribeDialog* interfaces, they aren't being used.
change for the new subscribe dialog, which isn't turned on yet.
r=bienvenu, a=leaf.
2000-04-01 04:23:53 +00:00
sspitzer%netscape.com 6833fc69c3 return NS_OK, but alert when CloseFilterList() is called. r=bienvenu, a=leaf. 2000-04-01 04:17:25 +00:00
sspitzer%netscape.com f1d139b206 start of filter migration work. r=bienvenu, a=leaf. not turned on yet for anyone
but david b. and me.  newsgroup filter migration not working yet.
2000-04-01 04:16:32 +00:00