bienvenu%netscape.com
b11c7a0430
add ability to copy multiple imap messages efficiently, r=jefft,mscott 23302
2000-01-18 22:33:35 +00:00
dveditz%netscape.com
9fbd4f3e75
cleaning up leftover bookkeeping files in mdb and mork directories (since moved)
2000-01-18 20:40:37 +00:00
bienvenu%netscape.com
0fe654b890
fix mark all read performance for news,r=sspitzer 17470
2000-01-13 05:44:07 +00:00
putterman%netscape.com
6a9a13ff8f
Slightly speed up opening a mail folder by using IsHeaderRead instead of IsRead. r=bienvenu.
2000-01-12 00:31:06 +00:00
ducarroz%netscape.com
42d6cd338d
Fix for bug 23490. nsMsgDatabase::RowCellColumnToCharPtr should not return an error when a cell is empty but an empty string. Also add default subject when user doesn't specify one. R=bienvenu
2000-01-11 22:41:36 +00:00
alecf%netscape.com
cb05bcaa63
final stage of XPIDLizing nsIMsgHdr
2000-01-08 09:55:37 +00:00
bienvenu%netscape.com
c865b62dec
fix new flag handling, r=putterman
2000-01-07 00:24:35 +00:00
bienvenu%netscape.com
735d0b4851
fix parent thread for top level messages,fixes delete in threaded view r=putterman 22287
2000-01-06 21:18:45 +00:00
alecf%netscape.com
a9926bbf8e
pass 2 off XPIDLizing nsIMsgHdr - clean up IDL to use attributes where appropriate, and fix up API calls where necessary ( #7808 )
2000-01-05 02:02:50 +00:00
putterman%netscape.com
d00e9f8117
Fixes 17427, 17288. r=bienvenu. NextUnreadThread works and Next Unread Messages uses it
...
for optimization. Thread counts work in thread pane. Can now mark a replied or forwarded message
as unread.
2000-01-05 00:56:27 +00:00
alecf%netscape.com
39daca57b1
first pass at fix for #7808 , XPIDLizing nsIMsgHdr - for now just make an exact duplicate of the C++ interface, except in XPIDL
...
r=putterman
2000-01-04 22:41:21 +00:00
bienvenu%netscape.com
016131bb59
fix crash reading mail after deleting inbox.msf file, r=jefft
2000-01-04 15:58:54 +00:00
bienvenu%netscape.com
69a1d9162a
fix memory leaks, r=sspitzer
1999-12-23 20:05:19 +00:00
bienvenu%netscape.com
47e39cb52c
fix 19229, imap hierarchy separator,r=jefft,a=chofmann
1999-12-17 03:06:42 +00:00
bienvenu%netscape.com
7a9b108c96
fix problem threading headers by subject when date order is not arrival order, r=mscott 20421
1999-12-07 05:36:06 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
bienvenu%netscape.com
ca57c36966
fix 18925,r=sspitzer, mozilla status flags broken
1999-11-16 04:35:29 +00:00
bienvenu%netscape.com
b3626a6ff3
fixes for msg threading, r=scottip
1999-11-10 00:44:45 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
putterman%netscape.com
8aaaf5a4b6
No bug. reviewed by bienvenu. OnKeyDeleted wasn't sending the correct parent
...
thread value because the message was being deleted before we saved off the parent.
1999-10-26 19:52:20 +00:00
bienvenu%netscape.com
b8be9cb3b0
cleanup dbs at shutdown, r=mscott
1999-10-23 01:13:10 +00:00
bienvenu%netscape.com
99ac8289ae
check for null when marking header read, r=mscott
1999-10-21 22:22:07 +00:00
sspitzer%netscape.com
e6ebb5bcb0
fix warnings. following alecf's recommendations, remove the FindServerUsingURI() method from the nsIMsgAccountManager, remove CreateFolderInDatasource() from nsIMsgFolder, change several methods in nsMsgCopy to return nsresult, and have nsIMsgFolder ** as an outparam, use GetResource() instead of CreateFolderInDatasource(). use NS_SUCCEEDED() instead of comparing against NS_OK directly.
1999-10-18 20:42:06 +00:00
bienvenu%netscape.com
7a7bb2fde7
fix build bustage
1999-10-16 18:16:21 +00:00
bienvenu%netscape.com
4ce1f71a05
remove unused all threads table r=davidmc
1999-10-16 17:55:59 +00:00
bienvenu%netscape.com
5c6e18951e
fix mork factory r=mscott 12326, fix ref count logging
1999-10-07 14:29:45 +00:00
bienvenu%netscape.com
08b4d72292
use nsIModule for factory, r=rhp bug 000
1999-10-06 18:30:35 +00:00
beard%netscape.com
b547c2ffb0
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
mcafee%netscape.com
65be14d81c
Ignore generated files.
1999-09-28 04:21:55 +00:00
mscott%netscape.com
0d89e2d8cf
Remove all of these files from the repository. They are now built in mozilla\db\mork
1999-09-22 06:14:07 +00:00
mscott%netscape.com
ed97c7564a
Removing mdb files from the repository. These files now live in mozilla\db.
1999-09-22 03:21:49 +00:00
bienvenu%netscape.com
94b624cb4b
cache references for performance improvement
1999-09-21 19:10:37 +00:00
mccabe%netscape.com
39e5fe6519
Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
...
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage. Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes. (This could mean blackwood; sorry, guys!)
Many thanks to Alec Flett (alecf@netscape.com ) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu ) and Mike Shaver (shaver@mozilla.org ) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.
Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
bienvenu%netscape.com
89f4618fd6
fix mismatched delete
1999-09-18 18:45:57 +00:00
bienvenu%netscape.com
3b3aa9b8df
fix news to use folder cache
1999-09-17 20:13:22 +00:00
cls%seawood.org
71540cf2cd
Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h>
1999-09-16 14:50:19 +00:00
briano%netscape.com
26b04895f8
General cleanup.
1999-09-14 23:19:19 +00:00
bienvenu%netscape.com
6a4ee199f9
break out UpdateFolder method from GetMessages
1999-09-14 04:02:34 +00:00
cls%seawood.org
638ed48925
Fix my bustage using -D_BSD_SOURCE
1999-09-12 17:15:57 +00:00
bienvenu%netscape.com
aa4238bf83
cache mime convertor for sorting
1999-09-09 22:17:30 +00:00
putterman%netscape.com
5cccfe56a9
Performance improvements. Separate flags initialization from other cached values
...
and don't init cached values until first time needed.
1999-09-09 06:19:47 +00:00
mscott%netscape.com
2b9a9f5492
Bug #11405 --> Don't build mork and mdb.
1999-09-08 20:58:58 +00:00
mscott%netscape.com
bc04f17760
Bug #11405 --> stop building mailnews\db\mdb and mailnews\db\mork.
1999-09-08 20:54:20 +00:00
bienvenu%netscape.com
99782c91f8
use cached flag instead of asking mork
1999-09-07 18:40:59 +00:00
bienvenu%netscape.com
3eaab3bead
use auto strings where possible
1999-09-07 14:57:36 +00:00
davidmc%netscape.com
fb0013ca1b
First Checked In.
1999-09-03 22:32:58 +00:00
bienvenu%netscape.com
405e088d80
comment out code not ready to compile yet
1999-09-03 22:29:59 +00:00
davidmc%netscape.com
ac7ed3154f
file API changes
1999-09-03 22:27:25 +00:00
bienvenu%netscape.com
fc903d7944
add new files to makesystem
1999-09-03 22:25:46 +00:00
davidmc%netscape.com
e3d6030b4e
files, sorting, searching
1999-09-03 22:23:21 +00:00