Commit Graph

37 Commits

Author SHA1 Message Date
bienvenu%netscape.com
bc51fb126a add label type r=ssu, sr=sspitzer 106067 2001-10-23 22:04:03 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
alecf%netscape.com
19e1c9490b Update mailnews REQUIRES and MODULEs for bug 98371, r=cls 2001-09-12 20:30:32 +00:00
sspitzer%netscape.com
d14a9cddce fix for bugs #57034 and #60514. fix some search and filter UI problems caused
by a mismatch of consts in two different interfaces (nsMsgSearchScope and nsIMsgSearchValidityManager),
and some various clean up.
r=naving, sr=bienvenu
2001-07-06 21:16:32 +00:00
bienvenu%netscape.com
040a28b39c add ability to persist view info r=naving, sr=sspitzer part of work for 12896 2001-05-18 00:53:21 +00:00
mscott%netscape.com
fe4edc0bea Land the Mailnews Performance Branch.
Includes front end re-write to use the outliner widget for the thread pane.

Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.

enjoy =).
2001-03-17 01:59:34 +00:00
sspitzer%netscape.com
e2955b1ba8 make the message view persist on a per folder basis. (#63853)
make it so you can view "threads with unread".  (#52927)
threaded and unread are no longer mutually exclusive.

later, I'll add "unread threaded" which is no the
same thing as "thread with unread".

fix the nsMsgMessageDataSource() to ask the view, thread or msg database for existance of messages, instead of getting an enumerator for all messages, and seeing if it is non empty.  more performance work on the way.

move enums from MailNewsTypes.h to MailNewsTypes2.idl, so that I can use the same ones from JS and C++.

sr=bienvenu
2001-01-04 00:12:36 +00:00
gayatrib%netscape.com
dfd928ee8d Biff Feature bug 36011 review=scottip 2000-06-23 03:19:17 +00:00
sspitzer%netscape.com
06e22a4d45 fix for #36159, get send unsent messages to work again. while I'm here, remove
the rosetta_mailnews.h horse crap.  r=mscott.
2000-05-25 01:02:13 +00:00
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
briano%netscape.com
751faeabd1 Build fix. Some compilers try to interpret the #0xx in the unused #defines
as octal values, so the ones that contain 8's and 9's make the compilers unhappy.
1999-12-09 02:59:40 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
briano%netscape.com
0c1d97b591 General cleanup. 1999-09-15 00:02:25 +00:00
ducarroz%netscape.com
faee0f3324 Rewrite nsIMsgCompFields/nsMsgCompFields in order to be usable from JS. Remove dependence on the UI implementation (except for the message body) 1999-07-03 21:40:38 +00:00
putterman%netscape.com
bdeb63a4ef Add MailNewsTypes2.idl 1999-06-11 22:12:51 +00:00
sspitzer%netscape.com
614b25751b giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
mscott%netscape.com
989344b80b remove IGNORE_MANIFEST. 1999-06-07 21:28:20 +00:00
bienvenu%netscape.com
8a4994d751 fix priority enum names 1999-05-10 21:08:18 +00:00
jefft%netscape.com
5af8375c92 added nsMsgBiffState enum 1999-04-03 00:05:15 +00:00
ducarroz%netscape.com
8ecc4e7b22 First Checked In. 1999-03-24 21:49:55 +00:00
ducarroz%netscape.com
785915c691 add new entries 1999-03-11 01:44:44 +00:00
alecf%netscape.com
c6607f3843 don't put text on the end of an #endif 1999-02-23 01:41:06 +00:00
ducarroz%netscape.com
a7b964d829 no comment 1999-02-17 19:59:37 +00:00
warren%netscape.com
e8114e350d Converted nsIMsg into nsIMessage, unifying with nsMsgHdr. Removed NS_DEFINE_IID macros. Renamed a few types and enums. 1999-02-13 10:39:59 +00:00
ducarroz%netscape.com
b48918fe73 add export for rosetta_mailnews.h 1999-02-11 00:10:48 +00:00
ducarroz%netscape.com
c54000d02c Initial check in 1999-02-11 00:06:35 +00:00
bienvenu%netscape.com
facc407d14 add (temporarily?) types for sorting and views 1999-02-01 02:59:06 +00:00
bienvenu%netscape.com
2465d60465 export MailNewsTypes.h 1999-01-27 00:35:12 +00:00
bienvenu%netscape.com
ea75d3118a add view index, remove msg flags which are stored elsewhere 1999-01-27 00:34:31 +00:00
bienvenu%netscape.com
51aa3604c6 initial entry of types used throughout mailnews backend 1999-01-26 00:52:54 +00:00
alecf%netscape.com
a304d139ff move nsIMsgHost.* into base 1999-01-14 23:51:32 +00:00
alecf%netscape.com
ff4de10790 adding new nsIMsgHost interface 1999-01-12 20:37:41 +00:00
alecf%netscape.com
911ad9485c Don't complain about Makefile 1998-12-21 22:16:01 +00:00
alecf%netscape.com
1f5e2a6a7b *** empty log message *** 1998-12-21 22:12:02 +00:00
mscott%netscape.com
1f7794844d Moved nsIMsgRFC822Parser into mailnews/base/public. 1998-12-21 21:24:41 +00:00
mscott%netscape.com
5c26690a0e These files now live in mailnews/base/public. 1998-12-21 21:20:48 +00:00
mscott%netscape.com
03feba0770 Just created. 1998-12-19 01:07:40 +00:00