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

1740 Коммитов

Автор SHA1 Сообщение Дата
jdunn%netscape.com 2ed3995c96 fix compiler error (NS_DECL_ISUPPORTS doesn't require a ';' 1999-04-12 20:56:15 +00:00
jdunn%netscape.com a51581be50 fix compile warning about no return value 1999-04-12 20:54:27 +00:00
jdunn%netscape.com 151ce89743 add comment delimiter after endif 1999-04-12 20:52:38 +00:00
jdunn%netscape.com b793f90c0d fix compiler error (NS_DECL_ISUPPORTS does not require a ';' 1999-04-12 20:51:52 +00:00
jdunn%netscape.com 7eec40ddbc fix compiler error (NS_DECL_ISUPPORTS shouldn't befollowed by a ';' 1999-04-12 20:47:08 +00:00
jdunn%netscape.com 55264b1336 fix native compiler error (NS_DECL_ISUPPORTS should not have ';' 1999-04-12 20:46:09 +00:00
jdunn%netscape.com 985b58a940 fix compiler error (NS_DECL_ISUPPORTS shouldn't have a ';' at the end 1999-04-12 20:40:13 +00:00
jdunn%netscape.com 892a510708 fix native compiler error (NS_DECL_ISUPPORTS should not be followed by a ';' 1999-04-12 20:38:57 +00:00
putterman%netscape.com cdc0a0aa36 Add descending sort, add Message counts to folder pane and Open Navigator
from within Messenger.
1999-04-12 20:25:41 +00:00
putterman%netscape.com 71f0141d5e use PL_strfree. 1999-04-12 20:24:47 +00:00
putterman%netscape.com cc18218930 Use PL_strfree. 1999-04-12 20:24:24 +00:00
putterman%netscape.com 9dd7f8ab6d Don't read past end of buffer. 1999-04-12 20:23:57 +00:00
putterman%netscape.com 29bf3a820c View message counts in the folder pane. 1999-04-12 20:23:40 +00:00
putterman%netscape.com 87f340af46 Add GetBufferPos 1999-04-12 20:23:04 +00:00
putterman%netscape.com eff3bc0a01 use PR_FALSE instead of FALSE 1999-04-12 20:22:48 +00:00
putterman%netscape.com 719a4156c5 Some code cleanup. 1999-04-12 20:22:27 +00:00
putterman%netscape.com 84fd532184 Pass in old values to property changed. 1999-04-12 20:22:10 +00:00
sspitzer%netscape.com f67e8a300e need to do a SessionCommit, not a SmallCommit, to get the changes
written out to disk
1999-04-12 20:10:42 +00:00
chuang%netscape.com f6be158059 update window autoflow policy 1999-04-12 19:39:25 +00:00
sspitzer%netscape.com ab3860d150 do a commit to get the db to write.
someone (nsMsgFolder?) still has an open reference to the db when I quit,
so it doesn't automatically get written out
1999-04-12 19:07:36 +00:00
sspitzer%netscape.com ce35f9e12e use a real CID, from http://niki/cgi-bin/uuidgen.pl 1999-04-12 19:06:50 +00:00
sspitzer%netscape.com 21fba6bffb nsf is back to msf 1999-04-12 19:06:26 +00:00
bienvenu%netscape.com 37aa7c1af3 put ? in for user instead of requiring user to type it 1999-04-12 18:44:52 +00:00
bienvenu%netscape.com 839d28a099 put tag in for commands from test app 1999-04-12 18:44:23 +00:00
mscott%netscape.com 97da47c5ae (Not part of the build process)
Update imap incoming server to be in synch with Alec's latest identities drop. This fixes our build problem too.
1999-04-12 18:17:00 +00:00
chuang%netscape.com 1c747bcccc Set window overflow policy 1999-04-12 09:02:48 +00:00
braddr%puremagic.com 4cee9af102 oops.. $(ZLIB_LIB) -> $(ZLIB_LIBS) 1999-04-12 07:06:05 +00:00
sspitzer%netscape.com 9641f9a8ac use a more realistic example in the comment 1999-04-12 03:58:21 +00:00
sspitzer%netscape.com 2e29c63d52 use a more realistic path 1999-04-12 03:57:19 +00:00
sspitzer%netscape.com 2330cb0b56 add news_message:// URI to the example comment 1999-04-12 03:53:27 +00:00
sspitzer%netscape.com 951e50dbd6 renamed NS_MAILNEWSMESSAGERESOURCE_CID to NS_MAILBOXMESSAGERESOURCE_CID
(it is mailbox_message:// after all) created NS_NEWSMESSAGERESOURCE_CID (for news_message://)
1999-04-12 03:42:08 +00:00
sspitzer%netscape.com bdb969e36b cleaned this code up. (still a work in progress) 1999-04-12 03:41:32 +00:00
sspitzer%netscape.com fa143b4359 more debugging printfs and comments to help explain what's going on 1999-04-12 03:37:29 +00:00
sspitzer%netscape.com a23a6b2d9c changes required because I added nsNewsSummarySpec.h nsNewsSummarySpec.cpp 1999-04-12 03:35:38 +00:00
sspitzer%netscape.com 3918620a5d initial add (for the newsdb work) 1999-04-12 03:32:22 +00:00
bienvenu%netscape.com e54e498e39 add a couple methods for imap folder sync 1999-04-11 23:28:48 +00:00
bienvenu%netscape.com 40289e551a fix a couple top level threading bugs 1999-04-11 23:27:36 +00:00
bienvenu%netscape.com d295afc321 hook up some of the stuff for syncing folders 1999-04-11 23:26:30 +00:00
bienvenu%netscape.com 52bf8e6e2b add abstract interface for flag and uid state 1999-04-11 23:14:31 +00:00
braddr%puremagic.com bc34760959 Changed direct uses of -lz or -lzlib to $(ZLIB_LIBS)
Changed direct use of -lnspr3 and friends to $(NSPR_LIBS)
1999-04-11 23:07:04 +00:00
braddr%puremagic.com 47749dec10 -lz should be -lzlib 1999-04-11 22:37:49 +00:00
braddr%puremagic.com 689164d9f2 Fix linking for nspr libs 1999-04-11 22:12:29 +00:00
sspitzer%netscape.com 158b7bd43e windows doesn't build the mailbox test, so UNIX isn't going to either. 1999-04-11 19:24:12 +00:00
sspitzer%netscape.com c989e21049 fix the hardcoded value. don't wory. this is temporary anyways 1999-04-11 00:39:30 +00:00
sspitzer%netscape.com b44a1dab62 fix the hardcoded value. don't panic, this is all temporary work anyways 1999-04-11 00:39:01 +00:00
sspitzer%netscape.com 4f91b59887 more newsdb related stuff 1999-04-11 00:38:32 +00:00
sspitzer%netscape.com 68fecc78c7 strcmp returns 0 if the strings match. doh! 1999-04-10 23:12:01 +00:00
sspitzer%netscape.com 70b8a65146 commented out the pop3 test because alecf's recent changes cause it not
to build
1999-04-10 22:55:21 +00:00
sspitzer%netscape.com e56359dbce pop3Test is broken, due to alecf's recent changes. 1999-04-10 22:50:41 +00:00
sspitzer%netscape.com 12206d967b changes for the news host gif 1999-04-10 22:43:12 +00:00