Commit Graph

1260 Commits

Author SHA1 Message Date
cls%seawood.org
ce48612218 More gcc 2.95 fixes 1999-08-11 05:59:26 +00:00
jefft%netscape.com
d16188a373 enable Rename Folder & New Folder 1999-08-11 04:58:09 +00:00
jefft%netscape.com
97be48c3f5 enabled RenameFolder() for Imap 1999-08-11 04:53:36 +00:00
jefft%netscape.com
46c35dc3c6 added new folder name dialog for NewFolder() & RenameFolder() 1999-08-11 04:52:24 +00:00
jefft%netscape.com
4f23e1a295 added newFolderNameDialog.xul & newFolderNameDialog.js 1999-08-11 04:51:34 +00:00
jefft%netscape.com
ae63822653 added newFolderNameDialog.dtd 1999-08-11 04:49:49 +00:00
sspitzer%netscape.com
b3d7f66956 change API to avoid using NS_COMFALSE. As jband puts it: NS_COMFALSE generally sucks. NS_COMFALSE is going away. fixes bug #11579 1999-08-11 03:44:32 +00:00
alecf%netscape.com
37e2e57be4 move entities to external DTDs 1999-08-11 03:37:06 +00:00
alecf%netscape.com
ed9460f152 oops, fix chrome URLs to external DTDs 1999-08-11 03:24:05 +00:00
alecf%netscape.com
e3fe0a6d72 new en-US DTDs 1999-08-11 03:19:16 +00:00
alecf%netscape.com
e940f534ef move all strings to external DTDs 1999-08-11 03:17:04 +00:00
alecf%netscape.com
a72eebd885 localize these files, #10254 1999-08-11 02:50:39 +00:00
alecf%netscape.com
d1083fc7f0 fix for #10253 - localizing this file 1999-08-11 02:45:51 +00:00
alecf%netscape.com
a80bd03414 fix account manager to load pages when people click on the appropriate category 1999-08-11 02:40:43 +00:00
alecf%netscape.com
de4d4a8c22 switch to using == to compare resources rather than PL_strcmp on resource strings 1999-08-11 02:36:07 +00:00
alecf%netscape.com
f459d56b03 now that GetPrettyName works, use that for folders
(this is redundant code, also exists in the folder datasource)
1999-08-11 02:14:17 +00:00
alecf%netscape.com
1b6a19010c fix sizing - looks a little better this way 1999-08-11 00:43:23 +00:00
jefft%netscape.com
6fd52e96d6 enabled Delte Folder for Imap 1999-08-11 00:13:52 +00:00
mscott%netscape.com
e79d4ee94c add get server support. 1999-08-10 18:17:25 +00:00
mccabe%netscape.com
2a403483de Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
alecf%netscape.com
4794a7f45a make this compile on unix
(this build on unix only!)
1999-08-10 07:02:10 +00:00
bienvenu%netscape.com
b51f6c1b47 remove hello kitty (sob), twiddle a couple status messages 1999-08-10 04:45:58 +00:00
alecf%netscape.com
719f9b06af clean up folder and server naming:
- prettyName is now a unicode string and lives in nsIFolder
- servers now have the automatic pretty name of "userid on servername" and can be overridden
- name consolidation is complete
1999-08-10 04:39:22 +00:00
bienvenu%netscape.com
88bba45875 more work on meteors when loading imap folders 1999-08-10 03:28:30 +00:00
alecf%netscape.com
f304daa6f7 use == to compare actual nodes instead of PL_strcmp (more work still yet to be done here) 1999-08-10 00:44:29 +00:00
alecf%netscape.com
9694f7aa53 fix naming of folder by caching in mName 1999-08-10 00:03:46 +00:00
bienvenu%netscape.com
df2d5ddb2c get progress meter working 1999-08-09 21:08:47 +00:00
bienvenu%netscape.com
be9b965433 fix gcc warning 1999-08-09 21:07:33 +00:00
sspitzer%netscape.com
7ae5326863 remove some #if 0 code. why? because its crap. 1999-08-09 20:53:14 +00:00
putterman%netscape.com
447605d0a7 Only refresh after EmptyTrash if the trash is the currently selected folder. 1999-08-09 19:51:07 +00:00
bienvenu%netscape.com
a6925e47d6 fix status messages, hook up percents 1999-08-09 01:21:00 +00:00
bienvenu%netscape.com
58e57407a9 add broadcaster for progress 1999-08-08 19:42:30 +00:00
ramiro%netscape.com
4ca8634688 Ignore generated Makefiles. 1999-08-07 22:34:02 +00:00
bienvenu%netscape.com
61dc733433 remove nsString2 1999-08-07 16:28:43 +00:00
cls%seawood.org
3f1dcd11dc Various fixes to let the tree compile with gcc 2.95:
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.

Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
bienvenu%netscape.com
b83ba56403 more bulletproofing for those who assume nsMsgDBFolder was including nsIMessage 1999-08-07 03:53:12 +00:00
alecf%netscape.com
2213d0293c move the root of the folder pane to the tree, rather than the tree children 1999-08-07 02:32:08 +00:00
bienvenu%netscape.com
3653ea8d06 get rid of nsString2 1999-08-07 02:32:02 +00:00
bienvenu%netscape.com
bbf4cffcd7 get rid of nsString2, more hooking up of status 1999-08-07 02:30:11 +00:00
alecf%netscape.com
b07f1b82af remove "Accounts" treecell 1999-08-07 02:14:40 +00:00
putterman%netscape.com
0ce25d7084 UpdateSummaryTotals when adding messages. 1999-08-07 00:24:25 +00:00
putterman%netscape.com
32b1bb9355 Work on opening to correct folder. 1999-08-07 00:22:44 +00:00
putterman%netscape.com
85ac1f41f5 Start using dtd's 1999-08-07 00:22:01 +00:00
putterman%netscape.com
2501006782 Add locale to build. 1999-08-07 00:21:29 +00:00
chuang%netscape.com
debcc564a4 replace Entity with dtd file 1999-08-06 23:09:43 +00:00
putterman%netscape.com
cdc3b19c11 Add files and directories for dtd's. Not currently part of the build. 1999-08-06 21:31:29 +00:00
mscott%netscape.com
0765bb9e04 this file is now an idl file...it's obosoltete now. 1999-08-06 21:14:14 +00:00
alecf%netscape.com
d420e8ff24 remove rules that are now in xul.css 1999-08-06 20:46:52 +00:00
alecf%netscape.com
955f749917 add global style sheet so that we don't need as many rules in accounttree.css 1999-08-06 20:46:30 +00:00
alecf%netscape.com
8795488d8f remove extraneous comment (this isn't true anymore) 1999-08-06 20:43:43 +00:00