bienvenu%netscape.com
922a55a1b7
replace nsIEnumerator with nsISimpleEnumerator
1999-08-26 04:41:07 +00:00
ramiro%netscape.com
7ee0e69965
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
putterman%netscape.com
361cd83a39
Work on MarkFlagged.
1999-08-24 21:48:44 +00:00
alecf%netscape.com
4416bea0e0
fix some uninitialized variables
1999-08-24 07:03:00 +00:00
mscott%netscape.com
b5ac4cbc7f
nsString updates --> nsString(eOneByte) --> nsCString
1999-08-24 00:59:56 +00:00
mccabe%netscape.com
381fb81c4f
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00
jdunn%netscape.com
d4943ea017
HP's compiler won't allow deletes of void *... so a base type is needed.
...
I talked this over with Bienvenu and since the code will be switched
eventually to nsCString, the change is ok.
1999-08-21 00:48:02 +00:00
bienvenu%netscape.com
88bc79a1d3
fix linux build bustage
1999-08-20 00:36:07 +00:00
bienvenu%netscape.com
cdf7e72e10
add support for doing compress commit when space is wasted, make listallkeys sort
1999-08-19 22:25:16 +00:00
bienvenu%netscape.com
cdd864e6c1
fix i18n sorting of sender
1999-08-18 04:05:57 +00:00
sspitzer%netscape.com
b3d7f66956
change API to avoid using NS_COMFALSE. As jband puts it: NS_COMFALSE generally sucks. NS_COMFALSE is going away. fixes bug #11579
1999-08-11 03:44:32 +00:00
mccabe%netscape.com
2a403483de
Changes to the xpidl compiler -
...
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].
This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.
As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout. As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
bienvenu%netscape.com
98bc602428
sort by sender correctly, fix ptr/ref idl stuff in nsIMsgDatabase
1999-08-09 19:52:46 +00:00
bienvenu%netscape.com
bbf4cffcd7
get rid of nsString2, more hooking up of status
1999-08-07 02:30:11 +00:00
sspitzer%netscape.com
ee79738f09
get mark all read to work for news. fixes #11104 . use the implementation in the base class.
1999-08-04 20:14:07 +00:00
bienvenu%netscape.com
b7c575997c
fix check for null result when threading
1999-08-02 21:42:20 +00:00
bienvenu%netscape.com
3064de3169
only print debug statement when we're really opening a Mork db, not just finding one in the cache
1999-08-02 21:41:20 +00:00
bienvenu%netscape.com
372264ef3f
enable scripting from js for opening db
1999-08-02 18:38:51 +00:00
bienvenu%netscape.com
6b686a5da5
fix some memory leaks
1999-08-01 17:03:38 +00:00
sspitzer%netscape.com
8035a9d87c
turn of my debugging printfs.
1999-07-31 19:07:05 +00:00
briano%netscape.com
0212559fff
Added NSPR_LIBS so it the shared lib would build on IRIX.
1999-07-30 23:36:14 +00:00
mscott%netscape.com
01ab699db6
Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko.
1999-07-29 00:42:25 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
bienvenu%netscape.com
b564f818c7
protect against 0 or negative thread child count
1999-07-22 21:24:57 +00:00
bienvenu%netscape.com
39d5ea36ef
fix warning described in bug 10012
1999-07-22 01:45:04 +00:00
bienvenu%netscape.com
d2946a5e07
add support for thread notifications
1999-07-21 21:49:46 +00:00
bienvenu%netscape.com
f515ef059c
fix memory leak and comment out assertion
1999-07-21 17:49:42 +00:00
bienvenu%netscape.com
0fb371f52c
ad parent key to notifications
1999-07-21 03:00:49 +00:00
bienvenu%netscape.com
6d67debb09
fix saving of uint values in dbs
1999-07-20 19:22:46 +00:00
sspitzer%netscape.com
6278501c89
fix #defines
1999-07-20 03:54:16 +00:00
bienvenu%netscape.com
46537ffe45
need to delete headers even if we can't find the thread
1999-07-19 22:43:26 +00:00
sspitzer%netscape.com
9aa894652c
clean up #defines. more printfs for my benefit.
1999-07-17 22:17:00 +00:00
sspitzer%netscape.com
4aed0216c8
fix warnings
1999-07-17 18:32:18 +00:00
bienvenu%netscape.com
800fd801a4
fix memory leak of mork env
1999-07-17 02:34:29 +00:00
nhotta%netscape.com
9efdd0806a
Bug fix 9968,9970, also removed unnecessary call to GetCategory().
1999-07-16 21:12:16 +00:00
bienvenu%netscape.com
b2c3ead607
turn off debug output
1999-07-16 01:46:36 +00:00
bienvenu%netscape.com
00a60ba1af
check for null resultIndex
1999-07-14 17:33:21 +00:00
bienvenu%netscape.com
963984e79e
turn off forcing of compress commit
1999-07-14 15:53:31 +00:00
bienvenu%netscape.com
a06f49f1ef
make enums scriptable to fix startup assert
1999-07-13 19:18:35 +00:00
bienvenu%netscape.com
d55bbf93f0
add msg db as idl
1999-07-13 18:43:04 +00:00
bienvenu%netscape.com
27b0414155
idl for msg db
1999-07-13 18:42:04 +00:00
jefft%netscape.com
f998e41867
check for valid msgHdr prior calling DeleteHeader()
1999-07-07 05:25:44 +00:00
bienvenu%netscape.com
e70c2e0711
more work on threading, fix unread child counts
1999-07-06 22:53:10 +00:00
bienvenu%netscape.com
90ccc541c4
fix unix warning
1999-07-03 22:09:11 +00:00
bienvenu%netscape.com
7d5f7ee761
more work on subject threading
1999-07-02 19:19:32 +00:00
dveditz%netscape.com
0eb6c820cf
nakefile cleanups
1999-07-02 13:42:17 +00:00
jefft%netscape.com
0a08b501ff
implement UndoDelete() method
1999-07-01 14:48:38 +00:00
sspitzer%netscape.com
68be6f7e3f
fix warnings
1999-07-01 08:01:48 +00:00
sspitzer%netscape.com
dc1ba6945d
add support for unread set. still working on this.
1999-07-01 06:13:06 +00:00
bienvenu%netscape.com
e657c833b8
add subject to thread, fix nsCOMPtr stuff, some warnings
1999-06-30 23:18:43 +00:00