Commit Graph

2640 Commits

Author SHA1 Message Date
alecf%netscape.com
36b81ea82b add an extra variable to make this easier for consumers of this file 2000-04-21 22:21:52 +00:00
alecf%netscape.com
fbb5ebf6da switch from titledbuttons and <div>'s to <text> for skinnability and speed 2000-04-21 22:16:39 +00:00
alecf%netscape.com
c914e6dca9 switch from titledbutton to <text> for skinnability 2000-04-21 22:14:31 +00:00
alecf%netscape.com
cffae356cc localize some hardcoded strings in the account manager 2000-04-21 22:04:10 +00:00
alecf%netscape.com
d78622e04c add some new strings for the account manager datasource 2000-04-21 22:01:38 +00:00
cls%seawood.org
f03dcb44c8 Explicitly cast string literals (const char*) to char *. 2000-04-21 21:26:21 +00:00
cls%seawood.org
afaa6c9492 Some compilers (HP) require an explicit cast from a const char * to a char *. String literals are treated as const char *. 2000-04-21 14:47:25 +00:00
cls%seawood.org
03ccd1769f Temp dummy implementation of nsMsgSearchValidityManager::NewTable for BeOS. Bug #36686 2000-04-21 14:40:54 +00:00
putterman%netscape.com
b2e69c30b7 r=sspitzer. Start page sticks around until the first message is loaded. If the message
pane is closed you can now double click on a message to open a standalone window.  More working
on moving code to correct front end files.
2000-04-21 14:22:16 +00:00
ben%netscape.com
1e92460051 correcting stylesheet load 2000-04-21 10:21:47 +00:00
hyatt%netscape.com
2364a5b609 Making tree scrolling faster in mailnews. 2000-04-21 09:49:34 +00:00
alecf%netscape.com
12c9fd1145 oops, back out previous change, my tree had other stuff in it 2000-04-21 08:53:32 +00:00
alecf%netscape.com
eb2b038aa1 oops, back out that unix change, my tree was filled with other crap 2000-04-21 08:52:29 +00:00
alecf%netscape.com
599ccf3028 oops, back out part of that change, forgot my tree had other stuff in it 2000-04-21 08:51:51 +00:00
alecf%netscape.com
8d879b0045 add scriptable search value to windows build 2000-04-21 08:49:46 +00:00
alecf%netscape.com
43fe40b42b add scriptable searchvalue to unix build 2000-04-21 08:49:06 +00:00
alecf%netscape.com
e0bd7a84f3 add new IDL to windows build 2000-04-21 08:48:14 +00:00
alecf%netscape.com
d704f10a2f add new IDL to unix build 2000-04-21 08:46:14 +00:00
alecf%netscape.com
2c14cdf12f add first cut at scriptable search scope terms 2000-04-21 08:45:53 +00:00
alecf%netscape.com
d7b3266a9e add scriptable version of search term value object 2000-04-21 08:38:24 +00:00
bienvenu%netscape.com
b26839a8e3 fix linux runtime failure to load mailnews 2000-04-21 02:47:53 +00:00
bienvenu%netscape.com
00c6086074 Fix dup file in Makefile 2000-04-21 02:18:03 +00:00
bienvenu%netscape.com
0897ffd62e add nsMsgSearchNews to the build 2000-04-21 02:12:58 +00:00
bienvenu%netscape.com
6550310893 add nsMsgSearchNews.cpp 2000-04-21 02:12:10 +00:00
bienvenu%netscape.com
50b258e57b fix linux warning 2000-04-21 02:08:44 +00:00
bienvenu%netscape.com
f318654148 add search validity stuff, not run yet 2000-04-21 02:05:35 +00:00
bienvenu%netscape.com
b84fb01b6d add news search, not part of build 2000-04-21 01:08:06 +00:00
sspitzer%netscape.com
9bc8a565f4 changes for autosubscribe. bug #11075. handle the case where they have a news server
already, and the case where they don't.  still more work to be done here, but the basics
work.

also, turn nsMessengerMigrator::CopyIdentity() into nsMsgIdentity::Copy() and
use that in migration and news account creation during autosubscribe.  r=alecf
2000-04-21 00:03:02 +00:00
bienvenu%netscape.com
d8fd10dad7 turn back on imap search code now that it's part of the mac build 2000-04-20 22:54:17 +00:00
waterson%netscape.com
6d53960e44 Replace raw use of nsArrayEnumerator with NS_NewArrayEnumerator(). r=sspitzer, alecf 2000-04-20 09:15:23 +00:00
sspitzer%netscape.com
cfdf77f73c more changes for the new subscribe dialog. 2000-04-20 07:11:27 +00:00
sspitzer%netscape.com
7ca18bd005 more work for the new subscribe dialog. 2000-04-20 06:59:43 +00:00
sspitzer%netscape.com
a7a7a6b36b more changes for the new subscribe dialog. use a check and dot instead of "true" and "false"
in the ui.
2000-04-20 06:39:28 +00:00
putterman%netscape.com
d2bfdc9f05 r=sspitzer. Move more functions into new FE files. Make sent folder display recipient column.
Make sorting by size and priority work correctly.
2000-04-20 05:30:32 +00:00
sspitzer%netscape.com
9e2b1200cd more changes for the new subscribe dialog. 2000-04-20 03:41:30 +00:00
mscott%netscape.com
41d87e355b fix build breakage for davidb 2000-04-20 03:18:45 +00:00
mscott%netscape.com
ad809bd96b fix build breakage for davidb. 2000-04-20 03:18:31 +00:00
bienvenu%netscape.com
54ded21b01 attempt to fix mac bustage 2000-04-20 02:46:01 +00:00
bienvenu%netscape.com
2cd78c2144 ifdef out code causing link problem 2000-04-20 02:21:40 +00:00
bienvenu%netscape.com
8e2a889ed6 fix linux build bustage 2000-04-20 02:14:24 +00:00
bienvenu%netscape.com
44bb566554 add nsImapSearch to unix makefile 2000-04-20 02:12:07 +00:00
bienvenu%netscape.com
e81b66e77b add search session and imap search 2000-04-20 02:00:07 +00:00
bienvenu%netscape.com
8452780973 add PROGID for search session 2000-04-20 01:40:39 +00:00
bienvenu%netscape.com
5ba864b7c1 fix linux build bustage 2000-04-20 01:36:16 +00:00
bienvenu%netscape.com
5c63e464ad add include of nsIMsgSearchSession 2000-04-20 01:32:02 +00:00
bienvenu%netscape.com
5a1750937f more work on search, not part of build 2000-04-20 01:19:41 +00:00
bienvenu%netscape.com
16251a8024 remove Init method for search, not part of build 2000-04-20 01:17:05 +00:00
bienvenu%netscape.com
8700781b1e add search session to mail news url, not used yet 2000-04-20 01:13:31 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
alecf%netscape.com
f37547dc11 add temporary styles for filters being enabled/disabled 2000-04-19 08:15:00 +00:00