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

282 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 8e519c68fe remove duplicate implementations of nsNewsSet. rename nsNewsSet to nsMsgKeySet.
heed the news set.  this fixes #6730 and #6244.
1999-05-20 02:54:25 +00:00
sspitzer%netscape.com 48e5ddbd61 alter code to quiet warnings 1999-05-16 04:14:57 +00:00
bienvenu%netscape.com c214b6f85a check for null store when adding headers 1999-05-15 02:28:01 +00:00
jefft%netscape.com 0bdd196b04 fixed ForceClosed() crashes con CloseDB() 1999-05-15 00:47:47 +00:00
sspitzer%netscape.com 694210f08f code cleanup 1999-05-15 00:22:23 +00:00
sspitzer%netscape.com f59bdc1811 fix a bug in nsMsgDBEnumerator. this means I don't have to use
2 enuermators for my "show me only the last n news message" hack.
1999-05-14 22:25:31 +00:00
putterman%netscape.com b899c94d49 Added Mark Read. 1999-05-14 00:45:48 +00:00
mscott%netscape.com 785d38d3d7 Fix warnings. Use nsAutoCString. 1999-05-13 23:24:59 +00:00
bienvenu%netscape.com aa4691fcdd add old flags to key change notification, use PRUint32 exclusively 1999-05-13 23:16:39 +00:00
bienvenu%netscape.com 761efc4d1e don't addref the db, don't release it 1999-05-13 02:34:36 +00:00
sspitzer%netscape.com 4be0f2c301 news, like imap and local mail, needs to use the db cache to make sure that when several
Open()'s happen, they get the same db object.  this fixes the problem where getting new
news wouldn't update the db listers (folder pane and thread pane, in this case.)
1999-05-11 04:04:10 +00:00
sspitzer%netscape.com 43ba84d28b don't delete m_newsgroupSpec here. causes sigsegv on linux. 1999-05-11 01:55:42 +00:00
sspitzer%netscape.com 54f7aad594 fix memory leak 1999-05-11 00:49:14 +00:00
ducarroz%netscape.com 504b3d6482 Don't create anymore a nsFileSpec from a unix path 1999-05-11 00:38:08 +00:00
ducarroz%netscape.com c18acc5c5e fix bug #6175 due to new behavior of nsFileSpec on Mac 1999-05-10 22:02:39 +00:00
bienvenu%netscape.com 15ae2bad4e fix priority enum names 1999-05-10 21:08:18 +00:00
sspitzer%netscape.com 2023c492c8 changes for GetLineCount().
we had SetLineCount(), but no GetLineCount().

news will be using GetMessageSize() and SetMessageSize(), but we'll have
the line count, in case we need it.
1999-05-08 17:02:19 +00:00
putterman%netscape.com 7354a7f1d7 ContainsKey added and now remove header before notifying observers about delete. 1999-05-07 00:33:56 +00:00
putterman%netscape.com cc63ac3739 ContainsKey added. 1999-05-07 00:33:29 +00:00
bienvenu%netscape.com 1a479e17bc fix ref counting problems, write code for deleteing a header from a thread 1999-05-07 00:11:18 +00:00
dp%netscape.com cee9b8c834 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
alecf%netscape.com 543c63644f fix some warnings on unix:
- fix shadow variable "key"
- rename "index" to "kindex"
- rename shadow "err" to mdberr because the outter one was a nsresult
1999-05-06 01:01:11 +00:00
bienvenu%netscape.com 481a0f894e make Close not release db 1999-05-05 02:03:47 +00:00
mscott%netscape.com c90171f651 part of mailnews audit --> Conversion to NS_WITH_SERVICE 1999-05-04 21:05:30 +00:00
rickg%netscape.com 3c61a124f6 fixed API mismatch 1999-05-04 06:48:45 +00:00
mcafee%netscape.com 3e319f59c7 Solaris needs explicit cast. a,r=kevinmc@netscape.com. 1999-05-04 03:24:13 +00:00
sspitzer%netscape.com 72a54c5fb1 adding newline at end of file 1999-05-04 03:01:16 +00:00
sspitzer%netscape.com 804fb0ca02 use the NS_WITH_SERVICE macro 1999-05-04 02:55:59 +00:00
bienvenu%netscape.com 9f481ea375 add FindRow api, fix lots of warnings, speed up msg threading 1999-05-04 02:55:30 +00:00
jj%netscape.com 02559028c1 changed output shlb creator to 'MOZZ' in one or more targets. a=cyeh 1999-04-29 22:18:44 +00:00
sspitzer%netscape.com ec6e26b471 fix for bug #5668. now multiple news hosts really works. 1999-04-29 04:10:49 +00:00
putterman%netscape.com 88de2b6b06 Fixed ref counting problems associated with deleting messages. Reviewed by bienvenu
and approved by chofmann.
1999-04-29 01:38:25 +00:00
jefft%netscape.com 6a955d5779 fixed bug 5662 - imap failed to discover folders and downloading mail messages; added NotifyAnnouncerGoingAway() to ForceClosed(); r=bienvenu, a=chofmann 1999-04-29 00:05:16 +00:00
ducarroz%netscape.com b85ce6385f Fix build bustage. 1999-04-28 21:59:32 +00:00
bienvenu%netscape.com 2496f14a92 fix header row copy to use mork, force invalid dbs to close 1999-04-27 22:58:18 +00:00
mscott%netscape.com fe1dc67b52 Fix build breakage for hangas. 1999-04-27 22:49:15 +00:00
bienvenu%netscape.com ee835dfe89 add option to create summary file specs automatically 1999-04-27 14:58:57 +00:00
mscott%netscape.com 4ac4709ac1 Use MSG_LINEBREAK instead of LINEBREAK. 1999-04-27 03:06:34 +00:00
sspitzer%netscape.com 31ee0ec44a change int32 to PRInt32 1999-04-26 23:10:23 +00:00
ducarroz%netscape.com 194610fd02 update projects 1999-04-26 22:55:01 +00:00
bienvenu%netscape.com 93f625098c add interface to set mailboxname 1999-04-25 22:00:58 +00:00
putterman%netscape.com 432e4e2837 use nsIMsgDBHdr instead of nsIMessage. Part of removing rdf dependency. 1999-04-24 20:40:47 +00:00
putterman%netscape.com e310fe10ed Added nsIMsgHdr 1999-04-24 20:38:57 +00:00
putterman%netscape.com 78e6187db9 removed RDF dependency from db. 1999-04-24 20:38:04 +00:00
rickg%netscape.com 60d6e75581 update to sync with nsString2 1999-04-22 06:39:40 +00:00
davidmc%netscape.com 6c08b91c3b set morkStore::mStore_CanAutoAssignAtomIdentity to true in places where MDB clients can access a store instance, so that this bool is enabled only at the last possible moment. 1999-04-21 23:57:03 +00:00
davidmc%netscape.com bf2173b19b fix morkAtomSpace::MakeBookAtomCopy() so it will use new boolean slot on morkStore, mStore_CanAutoAssignAtomIdentity, to decide whether new atoms with auto assigned identity is allowed. 1999-04-21 23:56:02 +00:00
davidmc%netscape.com ffcaa0159e use new default atom space constant; init the new boolean controlling whether auto assignment of atom IDs is allowed 1999-04-21 23:54:22 +00:00
davidmc%netscape.com 2c4aad5376 add new constant kValueSpaceScope to replace old ambiguous ground atom space constant to fix problem with default atom spacing 'a' being used instead of the 'v' space expected by the parser (causing more than one atom space to be used ... bad). Also add a boolean controlling whether auto-assignment of atom IDs is permitted by atom spaces (so this can be disabled during parsing, so it can be detected when it's inappropriate). 1999-04-21 23:53:38 +00:00
davidmc%netscape.com e8b89fb6f9 fix morkEnv::OidAsHex() to print a scope < 0x80 as a plain text byte instead of ^hex hex when the character is a name byte 1999-04-21 23:51:22 +00:00