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

390 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com f079776b39 make priority a scriptable type
add scriptable enums for priority
make more of the search interface use nsIMsgSearchValue instead of nsMsgSearchValue
2000-05-01 23:19:46 +00:00
bienvenu%netscape.com 1cd3759e93 avoid cell api's, get yarn directly from column, performance win, r=waterson 2000-04-24 03:42:15 +00:00
cls%seawood.org 8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
scc%netscape.com 5af36c0b61 making string conversions explicit 2000-04-23 10:58:27 +00:00
jefft%netscape.com e2e71e57b2 make sure we write out 4 digit status flag; this fixes local mail folder corrupted problem when updating folder message flags 2000-04-19 03:39:45 +00:00
bienvenu%netscape.com 9a834c2293 maintain mailboxname across imap uid validity change 2000-04-17 01:46:47 +00:00
bienvenu%netscape.com a91714cc03 fix problem saving flags when we blow away dbs 32531 2000-04-16 22:09:52 +00:00
sspitzer%netscape.com b3fac19544 fix for blocker bug #34438. we weren't linking in -lmsgbaseutil, which left
us with an unresolved symbol, which caused bad things at run time.

there may be more, I'm trying to find them now.

a=leaf.
2000-04-04 19:33:10 +00:00
cls%seawood.org fdd09457b4 Fix for EXTRA_DSO_LIBS in rules.mk
OS/2 Makefile.in changes (Patch 4a).  Bug #34106
2000-04-04 07:37:50 +00:00
cls%seawood.org f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
bienvenu%netscape.com d90d59bf1d back out changes for in-reply-to header; I don't need them after all 2000-04-04 00:52:22 +00:00
bienvenu%netscape.com 2c7746fcdc remove unused view attachments as links option, work on in-reply-to header, r=sspitzer 2000-04-03 03:22:56 +00:00
bienvenu%netscape.com aae571ade1 more work on imap delete model, r=putterman 16805 2000-03-30 23:08:53 +00:00
bienvenu%netscape.com 3444cfa790 get downloading of imap attachments working, r=alecf 32767 2000-03-29 00:58:21 +00:00
jim_nance%yahoo.com bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
bienvenu%netscape.com 688286d453 add accessor for expunged bytes, r=jefft 2000-03-24 21:33:04 +00:00
alecf%netscape.com 32bacdb3e9 First part of fix for #29651 - expose unichar versions of subject/sender/etc to scripts) r=bienvenu,putterman 2000-03-24 08:10:59 +00:00
nhotta%netscape.com e1ef01689d Changed to use nsILocaleService instead of nsLocaleFactory, bug 18338, r=bienvenu. 2000-03-20 22:50:55 +00:00
jefft%netscape.com dd2accbee8 fixed unnecessary database loading when building folder view; r=bienvenu 2000-03-15 06:26:31 +00:00
putterman%netscape.com 7fabaf0326 r=bievenu. fix for 16966. Can now mark a thread read. 2000-03-14 05:31:56 +00:00
bienvenu%netscape.com e5cd3ce413 add in use hdr cache, performance enhancement, r=scottip 2000-03-14 03:39:43 +00:00
rickg%netscape.com 0e8a2aaf7a replaced calls to deprecated string methods 2000-03-12 21:09:50 +00:00
bienvenu%netscape.com f990b71747 fix threading performance with header cache, r=mscott,a=phil 28233 2000-03-01 04:15:12 +00:00
putterman%netscape.com 5f45c92152 a=phil. r=bienvenu. More work on 26456, speeding up Imap mail folder loading by
reusing dbhdr in syncflags.
2000-02-26 20:48:14 +00:00
bienvenu%netscape.com 8e74df3de9 fix problem after stopping folder reparse, r=putterman, a=phil 28324 2000-02-21 21:08:53 +00:00
bienvenu%netscape.com 057b3e4a97 fix reparenting when top level msg in thread is deleted, r=putterman,a=phil 27688 2000-02-18 00:44:53 +00:00
sspitzer%netscape.com 03dd9e5a6e fix for #8075. use the newsrc files (~/.mozilla/<profile>/News/newsrc-<hostname>) for the unread/read status instead of the msgdb. r=alecf 2000-02-15 08:35:40 +00:00
pp%ludusdesign.com d8d073bd7c Conversion of ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-04 00:39:15 +00:00
bienvenu%netscape.com 994358ad34 fix 25343 problems in threaded view, r=putterman 2000-01-28 23:18:46 +00:00
bienvenu%netscape.com e6e750bc3f try breaking up long line - I have no idea 2000-01-28 05:18:55 +00:00
bienvenu%netscape.com 48d9801751 add MarkThreadRead, cache thread parent, r=sspitzer, putterman 2000-01-28 00:42:03 +00:00
akkana%netscape.com 9131f68b78 Fix build bustage -- should be using PR_MIN, not MIN 2000-01-26 03:03:42 +00:00
dougt%netscape.com 0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
bienvenu%netscape.com d443511610 bulletproof against num thread children getting to 0 r=jefft 2000-01-24 15:51:47 +00:00
bienvenu%netscape.com dc6da4bc94 add ability to copy multiple imap messages efficiently, r=jefft,mscott 23302 2000-01-18 22:33:35 +00:00
bienvenu%netscape.com ce4293d0ec fix mark all read performance for news,r=sspitzer 17470 2000-01-13 05:44:07 +00:00
putterman%netscape.com 63a9c92d75 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 609762887c 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 481bba988b final stage of XPIDLizing nsIMsgHdr 2000-01-08 09:55:37 +00:00
bienvenu%netscape.com b820ad8a58 fix new flag handling, r=putterman 2000-01-07 00:24:35 +00:00
bienvenu%netscape.com 5fd5f72f9d 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 69bfd0011e 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 eb30692c89 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 24f15fcdf7 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 81f77c0efc fix crash reading mail after deleting inbox.msf file, r=jefft 2000-01-04 15:58:54 +00:00
bienvenu%netscape.com ec2736182d fix memory leaks, r=sspitzer 1999-12-23 20:05:19 +00:00
bienvenu%netscape.com b6affc07ea fix 19229, imap hierarchy separator,r=jefft,a=chofmann 1999-12-17 03:06:42 +00:00
bienvenu%netscape.com 89a342ce1e 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 96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
bienvenu%netscape.com 60c867f37a fix 18925,r=sspitzer, mozilla status flags broken 1999-11-16 04:35:29 +00:00