Commit Graph

123 Commits

Author SHA1 Message Date
putterman%netscape.com
53bb123d4e Fix for 21846. Next Msg works for thread view. r=sspitzer, a=sdagley 1999-12-21 23:38:31 +00:00
sspitzer%netscape.com
fddb2ee54a fix for regression, where after move or delete, the next message would not be
selected.  thanks to putterman for the fix.
1999-12-18 19:23:09 +00:00
alecf%netscape.com
1038bd68e3 general cleanup of dead code in messenger, and fixup to use non-DOM interfaces so that the interface isn't tied to a UI
r=sspitzer
a=chofmann
1999-12-18 00:48:25 +00:00
sspitzer%netscape.com
4f57d4410e use the new folder picker cascading menus in the "copies and folders" panel of the
account setup dialog.  remove cruft in am-copies.*.
fixes #19400.  r=alecf
1999-12-04 01:43:12 +00:00
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
jefft%netscape.com
a4a163266a fixed bug 12929 & bug 20415 - imap rename/delete/move folder should reset the connection to authenticated state; imap empty trash didn't delete subfolders; r=bienvenu 1999-12-03 05:59:57 +00:00
sspitzer%netscape.com
483486a073 remove my cheesy dump statements. 1999-11-30 23:15:27 +00:00
sspitzer%netscape.com
45fc16c656 clean up in preparation for bug #14254. remove unused files. create
new string bundle (messenger.properties) for use by the messenger application
fix widgetglue.js to use the string bundle.  now we get the title of the
new folder / subscribe dialog from the string bundle.
also fix the problem where the new folder / subscribe dialog wouldn't open
if zero, or more than one server / folder were selected.
1999-11-30 22:57:42 +00:00
jefft%netscape.com
9ddf019857 fixed bug 10801 -- failed to save messages as templates; stationary folder is now per identity; r=putterman 1999-11-23 22:19:48 +00:00
jefft%netscape.com
e2336552b7 fixed bug 17765 - Rename not implemented for Pop3, bug 19097 -- copying messages cause corrupted messages if the message size is greater than 4 k; r=putterman; clear tree selection item when rename 1999-11-19 14:34:55 +00:00
ducarroz%netscape.com
0ad0bd5338 Fix for bug 18402, don't use AutoCString when need to deal with a UTF8 string (nsMsgCompose.cpp only). Fix for bug 13261, use constants instead of numerical. Cleanup Forward code, eliminate duplicate or dead code (in prep. for bug 15682) 1999-11-10 23:47:59 +00:00
hangas%netscape.com
9c3cc4d4d2 Command updating and dispatching changes for menu items. Fixes 17848. r=hyatt, a=chofmann 1999-11-05 02:21:47 +00:00
hangas%netscape.com
6978081f5a Fix for bug 16189, which allows undo/redo to be used in the thread pane of mail/news. r-jefft a=chofmann 1999-11-03 23:03:12 +00:00
hangas%netscape.com
26fbbb140d Progress on Command Updating and Dispatching (15127). r=scottip 1999-11-02 03:55:59 +00:00
bienvenu%netscape.com
075caf0152 changes to use nsIMsgWindow r=putterman 1999-10-29 04:39:06 +00:00
hyatt%netscape.com
b2a4325241 Landing re-architected command dispatcher. r=hangas(XUL/JS), saari(C++) 1999-10-14 10:58:25 +00:00
alecf%netscape.com
0fa5cd6df4 update new image names in all XUL, JS, and CSS 1999-10-13 04:26:01 +00:00
law%netscape.com
d07c34991f Bug #14999; removed use of toolkit app core; rev=scottip@netscape.com 1999-10-09 06:23:30 +00:00
jefft%netscape.com
0d7587bd28 implemented forward messages as attachments & inline; a=mcafee 1999-09-29 20:43:50 +00:00
hangas%netscape.com
940bc92a57 Added ability to hide and show toolbars and taskbar to all mail windows. Added accesskeys to a number of menu items and fixed menus across product. Moved broadcaster elements to top of xul files to give command keys a chance to work. a=chofmann 1999-09-29 04:29:20 +00:00
hangas%netscape.com
20d1e45d46 a=chofmann r=hyatt,jefft Cleaned up File and Edit menus for navigator and mail, fixed 14837, fixed 14255. Moved menu from navagator.xul and hiddenwindow.xul into navigatorOverlay.xul. Created global 'New" menu. 1999-09-24 23:03:40 +00:00
alecf%netscape.com
0c27f12fd6 misspelled variable - it's "folderTree" not "tree"
a=chofmann
1999-09-23 03:01:17 +00:00
sspitzer%netscape.com
580ddeefd0 fix for #14518.
add the stop and print buttons to the three pane.
print works, stop doesn't.  bug already logged against mscott.
(stop is a nasty issue.)
1999-09-22 03:32:18 +00:00
alecf%netscape.com
caf40ba426 when we refresh the folder pane, clear the selection (workaround for bug in the tree widget) 1999-09-21 20:25:52 +00:00
alecf%netscape.com
9605468e7b implement Show->Folders 1999-09-21 06:17:00 +00:00
sspitzer%netscape.com
ca2ce65b99 check in work around for #10235
check in start of work for #14312
fix a couple warnings
comment out some dump() calls
1999-09-20 02:12:28 +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
hangas%netscape.com
c1a36fb57c Added dump statement for debugging 1999-09-16 22:21:47 +00:00
putterman%netscape.com
e9b29be746 Select next message after a move. 1999-09-16 21:11:19 +00:00
hangas%netscape.com
97a0bdb5a3 Added commandUpdater code to mail 3pane. 1999-09-16 20:24:07 +00:00
hangas%netscape.com
701134dee8 More advances in commanUpdater development. Making this work from globalOverlay.xul so that less xul and js is required for each window. 1999-09-16 07:37:45 +00:00
alecf%netscape.com
fd72cc937f cache a whole bunch of nodes that are being retrieved with document.getElementById 1999-09-15 08:39:28 +00:00
alecf%netscape.com
4bdea3de3e give new folder window a name, and make sure it's modal 1999-09-15 05:16:00 +00:00
alecf%netscape.com
86fdf663c1 open wizard and account manager with refresh parameter, so we know whether or not to refresh the folder pane 1999-09-15 04:40:34 +00:00
alecf%netscape.com
f1f1ab8867 support View->Show...->Message 1999-09-14 06:28:05 +00:00
putterman%netscape.com
d9703aa7e9 After deleting, the next message is selected. 1999-09-14 04:41:46 +00:00
hangas%netscape.com
b476cf0018 Added Preferences to globalOverlay.xul and converted the windows over to use it. 1999-09-12 08:27:01 +00:00
putterman%netscape.com
db08f10bba Adding message view changes. 1999-09-09 06:18:40 +00:00
jefft%netscape.com
94e527b91f enable SaveAs() command 1999-09-03 02:26:58 +00:00
alecf%netscape.com
d06027fd7b open account wizard a little larger by default 1999-08-31 03:36:29 +00:00
putterman%netscape.com
0c76851ba8 use new view navigation code for next and previous menu items. 1999-08-30 22:13:45 +00:00
putterman%netscape.com
361cd83a39 Work on MarkFlagged. 1999-08-24 21:48:44 +00:00
putterman%netscape.com
b0ead65322 Changes to use onselect in threadpane. Make Next Message and Next Unread Message work
as well.
1999-08-23 02:58:28 +00:00
putterman%netscape.com
da1d392ac2 Create datasources in js and rewrite views. 1999-08-20 22:47:12 +00:00
jefft%netscape.com
46c35dc3c6 added new folder name dialog for NewFolder() & RenameFolder() 1999-08-11 04:52:24 +00:00
alecf%netscape.com
37e2e57be4 move entities to external DTDs 1999-08-11 03:37:06 +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
jefft%netscape.com
37b4c3a63e filled in MsgEmptyTrash() function 1999-08-06 18:22:05 +00:00
jefft%netscape.com
3312ae9c61 adding MsgRenameFolder(), MsgCompactFolder() function 1999-08-06 13:35:11 +00:00
chuang%netscape.com
a0afb83e9b replace html files to xul files 1999-08-04 18:29:28 +00:00
putterman%netscape.com
ddd4d0da16 Beginning work on Next Message. 1999-08-02 23:58:09 +00:00
bienvenu%netscape.com
e90e1e4e41 hook up status text 1999-08-01 18:39:04 +00:00
rhp%netscape.com
975ad90fb9 Changes for Drafts and Templates 1999-07-31 19:59:35 +00:00
bienvenu%netscape.com
fef28ca93b start getting throbber working 1999-07-31 18:19:54 +00:00
putterman%netscape.com
a28e4aa71c Use ref instead of id when referring to the threadPane tree. 1999-07-27 23:02:54 +00:00
putterman%netscape.com
166d67d0d1 Added MarkAllMessagesRead 1999-07-24 21:10:53 +00:00
sspitzer%netscape.com
ea91269dfa fix for #8219. only honor delete of a news message (cancel) when from the menu. 1999-07-23 09:18:13 +00:00
hangas%netscape.com
d0c9f6b3ab Adjusted Account Setup window so that it would display on the screen. 1999-07-22 18:38:40 +00:00
alecf%netscape.com
25c7fa3a9e add account wizard to the edit menu 1999-06-25 09:44:39 +00:00
putterman%netscape.com
7fef340bde Work for doing copy through RDF 1999-06-24 21:26:48 +00:00
hyatt%netscape.com
b66c3c67f2 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
ducarroz%netscape.com
cc671bb812 Remove forward as quoted. 1999-06-21 20:28:39 +00:00
sspitzer%netscape.com
25a1cfb65c launch the subscribe dialog. 1999-06-15 04:22:41 +00:00
alecf%netscape.com
57c924e7d9 add code to open Search and Filter dialogs from menus, and put functions in the right place 1999-06-15 00:49:23 +00:00
putterman%netscape.com
a54cbf4431 Work on UnsentMessages. 1999-06-11 22:11:32 +00:00
ducarroz%netscape.com
206ae0f8a3 Replace ComposeMessageWithType by ComposeMessage 1999-06-11 00:25:20 +00:00
mcmullen%netscape.com
7298d48ea8 Fix the mailnews pref-window-showing code to work with the prefwindow changes. 1999-06-10 20:23:06 +00:00
jefft%netscape.com
4636838c54 added Undo/Redo method 1999-06-08 22:15:58 +00:00
alecf%netscape.com
aa061f9788 add NPL 1.1 1999-06-08 02:17:35 +00:00
alecf%netscape.com
15ba149a07 add mozilla license, rename OnLoad/etc to OnLoadMessenger/etc 1999-06-08 00:59:02 +00:00
jefft%netscape.com
149d5de6f8 clean up - get rid of FindMessenger() & SetWindow() calls; fixed Move/CopyMesseages not working for POP3 mail folders; implemented Close() & OnUnload() method 1999-06-08 00:26:29 +00:00
sspitzer%netscape.com
31dd60fb77 FindMsgAppCore() is gone, since alecf removed the MsgAppCore.
The correct call is FindMessenger().
1999-06-04 17:45:57 +00:00
putterman%netscape.com
02f9b03683 Part of new mailnews resources hierarchy. 1999-05-28 19:41:31 +00:00