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

4306 Коммитов

Автор SHA1 Сообщение Дата
putterman%netscape.com c87f4a1b76 Check in IMAP to Local copying fix for jefft. 1999-07-24 22:07:59 +00:00
putterman%netscape.com d103d49bd4 Only remove the transaction manager if we're handling the command. 1999-07-24 21:48:45 +00:00
putterman%netscape.com 8594d09967 Added MarkAllMessagesRead 1999-07-24 21:10:53 +00:00
chuang%netscape.com 1495e0e7d2 Add "Edit new feature attributes" support 1999-07-24 19:06:08 +00:00
sspitzer%netscape.com 1bfce7ffb0 fix for #9896. make nsMsgLineBuffer work for buffers that use CR, LF, and CRLF. (before, only CRLF and LF worked.) the mac uses CR, and we'd lose the last line of the newsrc file. 1999-07-24 18:15:19 +00:00
sspitzer%netscape.com b7a253cd7b remove these header files. all idl files for news, now! 1999-07-24 01:36:44 +00:00
sspitzer%netscape.com 5a6eb790af turn on the new idl files for the mac now. 1999-07-24 01:36:36 +00:00
putterman%netscape.com d826715b5b Adding MANIFEST file to fix build. 1999-07-23 16:36:23 +00:00
jefft%netscape.com 511ecf7bd5 enable undo move/copy messages from different server 1999-07-23 14:40:55 +00:00
sspitzer%netscape.com b6828b6f17 fix for #8219. only honor delete of a news message (cancel) when from the menu. 1999-07-23 09:18:13 +00:00
sspitzer%netscape.com 612bd6cedd turn on new idl files for windows 1999-07-23 08:33:10 +00:00
sspitzer%netscape.com ebb4407005 turn on the new news idl files for unix. I'll do windows and mac tomorrow. 1999-07-23 07:32:48 +00:00
sspitzer%netscape.com fd962769fb removing const-ness, in prep for turning on new idl files. 1999-07-23 07:32:20 +00:00
sspitzer%netscape.com cb3365f4df not part of build, yet. one step closer to IDLifying all of news. 1999-07-23 06:26:09 +00:00
sspitzer%netscape.com 86ea591e5c adding this idl file. not part of the build yet. 1999-07-23 06:00:50 +00:00
putterman%netscape.com 21c7e02f17 MarkMessagesRead now goes through folder. 1999-07-23 04:59:13 +00:00
putterman%netscape.com d180f27c08 Use PL_strfree 1999-07-23 04:34:01 +00:00
putterman%netscape.com 172576d86e Use delete[] 1999-07-23 04:33:40 +00:00
putterman%netscape.com 6275a4343c Added MarkMessagesRead, MarkAllMessagesRead, GetChildWithURI 1999-07-23 04:33:20 +00:00
putterman%netscape.com 722da9d523 Added MarkMessagesRead, MarkAllMessagesRead, and GetChildWithURI 1999-07-23 04:32:54 +00:00
rhp%netscape.com cf935fd31e change to 8.3 filename 1999-07-23 02:45:50 +00:00
hangas%netscape.com 24f57c17f0 Added taskbar to address book, turned on abilty to go to front most mail 3pane or ab from Tasks menu. Added Page Setup to messenger compose. Hook? = jj 1999-07-23 02:14:33 +00:00
sspitzer%netscape.com a0cbe7fa46 fix #10320 1999-07-23 01:08:09 +00:00
sfraser%netscape.com 8d4239ffbc Fix message compose to identify content iframe the correct way. 1999-07-23 00:18:44 +00:00
rhp%netscape.com 12019f03f5 closure of window fix 1999-07-22 22:46:32 +00:00
rhp%netscape.com d579bd0313 Change for fixing FCC operations 1999-07-22 22:21:27 +00:00
rhp%netscape.com 4c929a4467 Fix for send later operations 1999-07-22 21:35:58 +00:00
chuang%netscape.com 338cdabc9f Fix Remove new feature attribute 1999-07-22 21:34:41 +00:00
sspitzer%netscape.com 6b8efc3e73 fix assertion on post. remove crufty code. 1999-07-22 21:33:49 +00:00
bienvenu%netscape.com ef48075def protect against 0 or negative thread child count 1999-07-22 21:24:57 +00:00
hangas%netscape.com ce4d8741e6 Added editor.css so that editor toolbar would have the right appearance. 1999-07-22 18:45:13 +00:00
ramiro%netscape.com 9d8a86b093 Add missing $(TIMER_LIBS) 1999-07-22 18:44:27 +00:00
hangas%netscape.com 0a075b4d99 Adjusted Account Setup window so that it would display on the screen. 1999-07-22 18:38:40 +00:00
mscott%netscape.com 44d556f304 I added this file to the MailNews_Necko_BRANCH and am reflecting the addition here in the tip. It isn't built
by any makefiles except those on the necko branch.
1999-07-22 18:37:42 +00:00
sspitzer%netscape.com a2d7506e33 fix warnings 1999-07-22 17:38:38 +00:00
rhp%netscape.com c68f4fb47e Refcount fix 1999-07-22 13:11:42 +00:00
hyatt%netscape.com 743ecac9d9 Fixing more Windows build bustage caused by the charset stuff. 1999-07-22 07:48:18 +00:00
waterson%netscape.com 3a1502c9ea fix build bustage. 1999-07-22 07:02:57 +00:00
scc%netscape.com 12c243677f explicitly define kCharsetConversionManagerCID only in files that need it ... move to canonical scheme for defining and using IIDs and CIDs 1999-07-22 05:25:17 +00:00
sspitzer%netscape.com 5500fb7bf0 clean up my #defines. wrap another printf with #ifdef DEBUG_NEWS 1999-07-22 05:05:28 +00:00
sspitzer%netscape.com c05b5874b4 following hangas's suggestion, use iframes. this prevents the crash reported in #10304 from happening, but there are new problems. 1) the window is small and resizing doesn't work. second, I may have broken alecf's javascript. but at least the crash is gone. this will give him something to do when he gets back. 1999-07-22 04:51:56 +00:00
hangas%netscape.com d031635692 Added generateDisplayName preference. 1999-07-22 04:49:54 +00:00
tao%netscape.com 475cd91987 Adopt new str res api prototype. 1999-07-22 04:41:11 +00:00
chuang%netscape.com b0434592b9 Address book new feature attributes support and fix bug 10087 1999-07-22 04:12:25 +00:00
tbogard%aol.net eb0dd2815e Changed nsCStringKey to nsStringKey. This new key now has the ability to hash on PRUnichar* strings as well as char* strings. 1999-07-22 02:11:04 +00:00
bienvenu%netscape.com d9061ef403 fix warning described in bug 10012 1999-07-22 01:45:04 +00:00
sspitzer%netscape.com 595188054c change to use the new animation 1999-07-22 01:41:56 +00:00
bienvenu%netscape.com d3dc961604 mark imap msgs read in db when displaying them 1999-07-22 00:54:28 +00:00
sspitzer%netscape.com e0cda2a38f GetPersistentDescriptorString() doesn't seem to be working on the mac when the nsIFileSpec is a directory. (I'll log a bug when I confirm this. GetNativePath() is working, so you that. This gets mail-news migration working on the Mac. 1999-07-22 00:53:26 +00:00
bienvenu%netscape.com 80c187155e use nsString::Truncate to truncate strings 1999-07-21 23:27:53 +00:00