Commit Graph

9 Commits

Author SHA1 Message Date
sspitzer%netscape.com
91d20aadc4 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
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
sspitzer%netscape.com
4cbe44d843 hook up the Subscribe menu item to the simple subscribe dialog. remove the old subscribe.* files. make the New Folder and Subscribe share the same code. make it so both new folder and subscribe will pre select the folder / server you selected when you clicked new folder or subscirbe. use try and catch to prevent exceptions. 1999-09-18 00:40:03 +00:00
putterman%netscape.com
b047198967 added msgMail3PaneWindow.js to build. 1999-09-01 23:49:47 +00:00
putterman%netscape.com
29e6397e4c add msgViewNavigation.js 1999-08-30 22:13:00 +00:00
jefft%netscape.com
4f23e1a295 added newFolderNameDialog.xul & newFolderNameDialog.js 1999-08-11 04:51:34 +00:00
chuang%netscape.com
a0afb83e9b replace html files to xul files 1999-08-04 18:29:28 +00:00
putterman%netscape.com
737a87d160 Work for adding folder pane to sidebar. 1999-07-13 20:29:33 +00:00
putterman%netscape.com
02f9b03683 Part of new mailnews resources hierarchy. 1999-05-28 19:41:31 +00:00