Commit Graph

2620 Commits

Author SHA1 Message Date
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
alecf%netscape.com
e696326198 add cool icons when a filter is enabled, and add a warning about filing bugs 2000-04-19 08:13:08 +00:00
alecf%netscape.com
b030870e30 use the new non-html widgets, and take out the html namespace entirely 2000-04-19 08:12:02 +00:00
alecf%netscape.com
51f65b7fae add locale directory to build (doh!) 2000-04-19 07:42:40 +00:00
alecf%netscape.com
d3c306c73c remove spam filter item and enable mail filters item 2000-04-19 05:43:36 +00:00
alecf%netscape.com
a1020e447b clean this up (not part of build anyway) 2000-04-19 05:37:47 +00:00
alecf%netscape.com
ac757e0b9b convert base to be a generic factory, and add temporary ProgIDs for the filter delegate factory 2000-04-19 05:32:22 +00:00
alecf%netscape.com
24121e07d1 add filter datasource and delegate factory to the windows build 2000-04-19 05:25:50 +00:00
alecf%netscape.com
1a2c1696c6 add filter datasource and delegate factory to unix build 2000-04-19 05:24:46 +00:00
alecf%netscape.com
2cc1e289d5 added nsMsgFilterDataSource.cpp and nsMsgFilterDelegateFactory.cpp 2000-04-19 05:23:36 +00:00
alecf%netscape.com
6a6cf847f3 export nsMsgRDFUtils.h so search can use it. 2000-04-19 05:00:34 +00:00
alecf%netscape.com
a951b56ce1 update delegate factory to create the object first, then QI
(so object creation is not dependant on the interface)
2000-04-19 04:00:15 +00:00
alecf%netscape.com
2cd15b8d77 fix datasource to treat delegates as opaque objects which are QI'ed to find their type. implement GetTarget and GetTargets for filters.
Not part of build.
2000-04-19 01:04:14 +00:00
alecf%netscape.com
de7aea7ce5 implemented Get/SetFilterName/Desc, and remove old duplicate GetName/Description methods 2000-04-19 01:03:01 +00:00
bienvenu%netscape.com
13b56fbbea More work on search, not run yet 2000-04-19 01:01:51 +00:00
alecf%netscape.com
6d2b0fba47 update some strings to match the spec 2000-04-19 01:01:26 +00:00
bienvenu%netscape.com
7f138cd541 add msg folder to Search interface, not run yet 2000-04-19 01:01:08 +00:00
alecf%netscape.com
7485a8c52f make filter dialog actually capable of listing filters through RDF!
Also bring filter editor closer up to spec
(not really part of anything just yet)
2000-04-19 01:01:05 +00:00
alecf%netscape.com
5f16e358c1 get rid of xp_core.h dependancies 2000-04-19 00:03:14 +00:00
sspitzer%netscape.com
5a1cde4e36 more divorcing of pop from local mail. use the nsILocalMailIncomingServer interface
for what is shared between pop and none (and eventually movemail).
changes needed for tobias, who will be fixing some i18n bugs in mailnews.
2000-04-18 22:10:36 +00:00
nhotta%netscape.com
c91ebaeab6 Forgot to use NS_MSG_BASE for added conversion functions. 2000-04-18 21:05:10 +00:00