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

7749 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 13277a193c get snews://<host>/<group> urls to work for autosubscribe. 2000-04-21 06:55:12 +00:00
bienvenu%netscape.com b567fbbe65 fix linux runtime failure to load mailnews 2000-04-21 02:47:53 +00:00
rhp%netscape.com a1681459bd Just fixing a test harness program. NOT PART OF THE BUILD!!!! 2000-04-21 02:25:03 +00:00
bienvenu%netscape.com df64864415 Fix dup file in Makefile 2000-04-21 02:18:03 +00:00
rhp%netscape.com a8986e5e6d Fix for problem with invalid file names - Bug # 24962 - r: bienvenu 2000-04-21 02:13:18 +00:00
bienvenu%netscape.com 24d16d9e1a add nsMsgSearchNews to the build 2000-04-21 02:12:58 +00:00
bienvenu%netscape.com 170aeef4f2 add nsMsgSearchNews.cpp 2000-04-21 02:12:10 +00:00
bienvenu%netscape.com 46b1a05d8b fix linux warning 2000-04-21 02:08:44 +00:00
bienvenu%netscape.com 43446e06c9 add search validity stuff, not run yet 2000-04-21 02:05:35 +00:00
sspitzer%netscape.com 0d3c6c65ed no newline at the end of the file. this will hork some compilers 2000-04-21 02:04:53 +00:00
rhp%netscape.com 35344a2580 Fix for message text on signed message stub - Bug # 34570 - r: bienvenu 2000-04-21 01:09:50 +00:00
bienvenu%netscape.com d25e70e9b1 add news search, not part of build 2000-04-21 01:08:06 +00:00
ducarroz%netscape.com cbd4d58252 Remove old autocomplete IDL files 2000-04-21 00:28:53 +00:00
sspitzer%netscape.com 2567b6015f changes for autosubscribe. bug #11075. handle the case where they have a news server
already, and the case where they don't.  still more work to be done here, but the basics
work.

also, turn nsMessengerMigrator::CopyIdentity() into nsMsgIdentity::Copy() and
use that in migration and news account creation during autosubscribe.  r=alecf
2000-04-21 00:03:02 +00:00
nhotta%netscape.com e02cdc0d7c Re-label charset us-ascii to ISO-8859-1 when quoting text, bug 35105, 36410, r=rhp. 2000-04-20 23:06:04 +00:00
nhotta%netscape.com 5372c85494 Adding a new file, functions to enumerate available fonts, to be used for mailnews.view_default_charset.
Not part of the build.
2000-04-20 23:04:08 +00:00
bienvenu%netscape.com 780ce66457 turn back on imap search code now that it's part of the mac build 2000-04-20 22:54:17 +00:00
waterson%netscape.com 218d4bf070 Replace raw use of nsArrayEnumerator with NS_NewArrayEnumerator(). r=sspitzer, alecf 2000-04-20 09:15:23 +00:00
sspitzer%netscape.com f3d1d92a50 more changes for the new subscribe dialog. 2000-04-20 07:11:27 +00:00
sspitzer%netscape.com d72f0a7398 more work for the new subscribe dialog. 2000-04-20 06:59:43 +00:00
sspitzer%netscape.com f3150c3898 more changes for the new subscribe dialog. use a check and dot instead of "true" and "false"
in the ui.
2000-04-20 06:39:28 +00:00
sspitzer%netscape.com 34354ac8b2 debug vs. opt problem. I need these labels at run time for PR_LOG. 2000-04-20 05:49:58 +00:00
putterman%netscape.com 96a7b41233 r=sspitzer. Move more functions into new FE files. Make sent folder display recipient column.
Make sorting by size and priority work correctly.
2000-04-20 05:30:32 +00:00
sspitzer%netscape.com 2318009ec5 fix warnings. 2000-04-20 05:18:55 +00:00
sspitzer%netscape.com 6d2b3a4766 more work for the subscribe dialog. use PR_LOG instead of printfs. #35217 2000-04-20 05:12:14 +00:00
sspitzer%netscape.com bdcf99db69 more changes for the new subscribe dialog. 2000-04-20 03:41:30 +00:00
mscott%netscape.com c4f04b5eea fix build breakage for davidb 2000-04-20 03:18:45 +00:00
mscott%netscape.com 1d122006d5 fix build breakage for davidb. 2000-04-20 03:18:31 +00:00
bienvenu%netscape.com bcac547138 attempt to fix mac bustage 2000-04-20 02:46:01 +00:00
bienvenu%netscape.com 095ba64d1f ifdef out code causing link problem 2000-04-20 02:21:40 +00:00
bienvenu%netscape.com f247af09fa fix linux build bustage 2000-04-20 02:14:24 +00:00
bienvenu%netscape.com d38da69a95 add nsImapSearch to unix makefile 2000-04-20 02:12:07 +00:00
bienvenu%netscape.com 695842c228 add search session and imap search 2000-04-20 02:00:07 +00:00
jefft%netscape.com 7659729d32 partial fix for limit message size download; we now generate truncated message html from mime 2000-04-20 01:55:42 +00:00
bienvenu%netscape.com 035bc11472 add PROGID for search session 2000-04-20 01:40:39 +00:00
bienvenu%netscape.com 3b30a1f33b fix linux build bustage 2000-04-20 01:36:16 +00:00
bienvenu%netscape.com 7aadc2b9f6 add include of nsIMsgSearchSession 2000-04-20 01:32:02 +00:00
bienvenu%netscape.com dd305fc7ce maintain folder flags if we delete a local mail folder potential fix for 24376 2000-04-20 01:26:45 +00:00
bienvenu%netscape.com a9e3d073b6 more work on search, not part of build 2000-04-20 01:19:41 +00:00
bienvenu%netscape.com 8211d0dd10 remove Init method for search, not part of build 2000-04-20 01:17:05 +00:00
bienvenu%netscape.com 41c5302c22 add search session to mail news url, not used yet 2000-04-20 01:13:31 +00:00
bienvenu%netscape.com 4f5fa44156 fix generation of search url spec 2000-04-20 01:11:52 +00:00
bienvenu%netscape.com 77f3d2acf4 fix parsing of search urls 2000-04-20 01:11:05 +00:00
danm%netscape.com 622d6fe83b dist...chrome restructuring 2000-04-19 21:42:30 +00:00
alecf%netscape.com e8c0198737 add temporary styles for filters being enabled/disabled 2000-04-19 08:15:00 +00:00
alecf%netscape.com a1a7edad31 add cool icons when a filter is enabled, and add a warning about filing bugs 2000-04-19 08:13:08 +00:00
alecf%netscape.com 7ba6eb65f0 use the new non-html widgets, and take out the html namespace entirely 2000-04-19 08:12:02 +00:00
alecf%netscape.com e731b49281 add locale directory to build (doh!) 2000-04-19 07:42:40 +00:00
alecf%netscape.com 413cfa7d30 remove spam filter item and enable mail filters item 2000-04-19 05:43:36 +00:00
alecf%netscape.com 578bb9340b clean this up (not part of build anyway) 2000-04-19 05:37:47 +00:00