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

36 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com fc6d39f73f more changes for the "Choose..." button near the signature text area.
also, make the smtp server pane in the account wizard grey, like the rest of them.
1999-12-29 02:53:33 +00:00
sspitzer%netscape.com aee754f4cf fixes for #21345 and #17090. remove the junk mail folder, since we
don't support it yet.  and remove the message center prefs, since we
don't support that UI anymore.
1999-12-24 09:18:36 +00:00
sspitzer%netscape.com 0c9b7c6a74 fix for #17665, allow the user to configure if they want to use
the newsgroup name abbreviations in the folder pane.
default is yes.  comment out some dumps.  make it so the account manager
can deal with radio inputs.
1999-12-24 08:57:54 +00:00
sspitzer%netscape.com 33f912fe13 rest of fix for #2658, allow user to disable the mailnews start page through the prefs ui.
a=sdagley
1999-12-22 06:17:43 +00:00
sspitzer%netscape.com 6a74d4ea6a fix for #2658, allow the user to set the mailnews start page via prefs.
I'm re-using some of the js in PrefWindow.js to do this, since it very much like
setting the users home page.
1999-12-22 06:08:51 +00:00
sspitzer%netscape.com cd09bf713b now that the newsrc file is not in $(HOME), I better allow the user to see
where it is and change the location (if they want, not recommended)
from the account setup dialog.
1999-12-22 04:28:32 +00:00
shaver%netscape.com 566b8945c7 remove excess 'Netscape' references from the chrome (r=dmose,a=leaf) 1999-12-15 23:00:34 +00:00
sspitzer%netscape.com eca3788d93 fix for #17402, stationary -> stationery.
r=alecf

major fixes for the new folder / rename folder / subscribe dialogs.
we no longer use an html select for the folder picker.
now we use cascading menu popups, like the copy and move menus.
this fixes a lot of bugs, and allows pre-flighting to finally work.

our folder data source has some new properies:
CanFileMessages, CanSubscribe, CanRename, and CanCreateSubfolders
we use these to determine what cascading menu to build, what to disable, etc.

also, nsMessenger::NewFolder() and nsMessenger::RenameFolder() were changes to
take a nsIRDFResource instead of a nsIDOMXULElement.  Before we were
passing through to the back end the selected xul element, now we pass
the resource in.

other cool side effects:
in the copy & move menus, you don't get the choice to file or copy to a server, on folders
in the rename dialog, you can't pick a server, on a folder
in the new folder dialog, you can't pick the imap inbox. (* more needs to be done here.)

bugs fixed: #14773, #14254, #20599, #20646
r=alecf

a couple bullet proofing fixes to prevent some crashes reported on fullcircle
r=bienvenu
1999-12-03 08:10:09 +00:00
alecf%netscape.com a5f0b6de65 add new preference for automatically downloading mail on biff 1999-12-01 00:10:37 +00:00
hangas%netscape.com 1f11af9677 Fix for 18018, mail prefs messed up. r=davidm 1999-11-29 21:38:32 +00:00
alecf%netscape.com 70c9945c4a fixing spelling error in dtd (no reviewer necessary) 1999-11-23 21:50:19 +00:00
rchen%netscape.com 1548c594a0 Add Localization Notes 1999-10-29 20:28:18 +00:00
sspitzer%netscape.com 0631e9253c make the xul look pretty by using html fieldsets and legends. 1999-10-22 23:31:05 +00:00
alecf%netscape.com d9d95ae328 add fix typos, add strings I needed for the wizard 1999-09-22 06:06:37 +00:00
alecf%netscape.com 534c9fb4a4 bring account setup dialog up to spec 1999-09-22 03:44:58 +00:00
alecf%netscape.com 7cb33ea5c6 check in new copies UI, use combo boxes for folders
(many thanks to waterson for making this happen)
1999-09-22 02:54:49 +00:00
chjung%netscape.com 9dd3174af1 [chjung 990920] add localization notes 1999-09-20 23:29:30 +00:00
chuang%netscape.com 1090bc7bc4 Fix bug 13904 Preferences: Mail and News typos 1999-09-20 22:16:14 +00:00
alecf%netscape.com a2daf07566 update SMTP server pane to reflect latest specs 1999-09-20 00:03:15 +00:00
alecf%netscape.com 062824df8d Server panel update:
- make pop deck appear even after visiting a non-POP deck!
- add local mail directory
1999-09-19 20:48:30 +00:00
fergus%netscape.com c2701cfe5e Adding localization comments 1999-09-17 23:59:23 +00:00
sspitzer%netscape.com 5cc500347b even though only tab gets shown per server type, all tabs in the deck widget (nntp, pop3, imap, and none) exist, and attept to be filled in. but for a given server, the query interface will fail 3 times, and succeed on one: the one it matches. only do the query interface if the requested type matches the actual type. 1999-09-16 04:18:13 +00:00
sspitzer%netscape.com 81ec18ac83 remove am-server-<type>.xul and am-server-<type>.dtd files.
the entities are in am-server-top.dtd now
and the xul is all in am-server.xul (in a cool deck widget. go alecf!)
add the news server specific ui for the max_articles pref
1999-09-15 19:34:20 +00:00
alecf%netscape.com af2e48522a move server-specific stuff into a deck 1999-09-15 19:21:07 +00:00
chuang%netscape.com 734bf54d98 Bug 13787 pref return receipts entered multipule times 1999-09-15 17:55:32 +00:00
alecf%netscape.com 9828c5c5f8 move strings into AccountManager.xul and remove old DTD 1999-09-15 04:46:26 +00:00
sspitzer%netscape.com ee8faed95c fix for #13708. remove the message formatting pref pane: it's in the account wizard now. 1999-09-14 00:43:10 +00:00
sspitzer%netscape.com 3a44610cff change to migrate the old 4.x copies and folders prefs.
changes to js and xul to make these show up in the Account manager.
more macros to clean up the code.
remove anything that indicates we are clearing old prefs, since we aren't doing that yet.
1999-09-10 08:12:05 +00:00
alecf%netscape.com 2738844107 update DTDs to use new strings 1999-08-31 03:16:02 +00:00
alecf%netscape.com 6bf80aa9c4 check in revved account manager
now displays many settings and allows you to change them, but doesn't write it back to prefs
1999-08-28 00:29:23 +00:00
alecf%netscape.com fd9a1e46f8 updated account manager - prepare to prepopulate pages 1999-08-27 08:01:19 +00:00
alecf%netscape.com 57e153a924 updates to account manager
now create a <deck> for each server, and put an <iframe> in each one
1999-08-20 02:38:02 +00:00
alecf%netscape.com de2eee6a2a new en-US DTDs 1999-08-11 03:19:16 +00:00
chuang%netscape.com 4d2ad1ed1d remove extra characters 1999-08-06 17:37:05 +00:00
chuang%netscape.com bb73406f0e dtd files, not in build yet 1999-08-05 23:03:38 +00:00
chuang%netscape.com a7f182f45e dtd files, not in build yet 1999-08-05 22:53:12 +00:00