aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-mail-list.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove "Tools" and "Actions" menus. Create a "ComponentActionsPlaceholder"Ettore Perazzoli2001-08-091-4/+4
| | | | | | | | | | * evolution.xml: Remove "Tools" and "Actions" menus. Create a "ComponentActionsPlaceholder" and a "ComponentToolsPlaceholder" instead. * evolution-mail-messagedisplay.xml: Likewise, put "Tools" and "Actions" in placeholders. svn path=/trunk/; revision=11823
* Changed the "Show All" menu item to be "Show Hidden Messages".Anna Marie Dirks2001-08-091-2/+2
| | | | | | | | 2001-08-08 Anna Marie Dirks <anna@ximian.com> * evolution-mail-list.xml: Changed the "Show All" menu item to be "Show Hidden Messages". svn path=/trunk/; revision=11805
* Capitalize "messgaes" in "Hide Read messages" menu item label. Bug #5091.Jason Leach2001-07-221-1/+1
| | | | | | | | | 2001-07-21 Jason Leach <jleach@ximian.com> * evolution-mail-list.xml: Capitalize "messgaes" in "Hide Read messages" menu item label. Bug #5091. svn path=/trunk/; revision=11296
* Get the File -> Folder -> Properties menu item work again for theEttore Perazzoli2001-07-051-6/+1
| | | | | | mailer. svn path=/trunk/; revision=10793
* Changed the Expunge accel to ^E instead of ^X since ^X is Cut andJeffrey Stedfast2001-06-281-7/+7
| | | | | | | | | | 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-list.xml: Changed the Expunge accel to ^E instead of ^X since ^X is Cut and reveresed the order of the Cut/Copy/Paste and Select* menu item groups. svn path=/trunk/; revision=10530
* Mail:Peter Williams2001-06-271-0/+124
001-06-26 Peter Williams <peterw@ximian.com> * folder-browser-ui.c: New file derived from folder-browser-factory.c. Contains the Bonobo UI code, split into three groups as described in ui/ChangeLog. Also contains the GalView stuff and the hookups into the Bonobo UI stuff. * folder-browser-factory.c: Move most of the UI stuff to folder-browser-ui.c. (control_activate): Add all three kinds of UI element to this folderbrowser. (control_deactivate): Remove all three kinds. * folder-browser-ui.h: New file. Prototypes functions to add UI elements to a FolderBrowser. * Makefile.am: Add folder-browser-ui.{c,h} * message-browser.c (PARENT_TYPE): Change to BONOBO_TYPE_WINDOW (message_browser_destroy): Chain to parent destroy function. (set_bonobo_ui): New function. Add the 'message' functions from the folder browser to our UI. (message_browser_close): BonoboVerbify this. * message-browser.h: Convert to BonoboWindow. UI: 6-26 Peter Williams <peterw@ximian.com> * evolution-mail-global.xml: * evolution-mail-list.xml: * evolution-mail-message.xml: New files. These are the result of splitting evolution-mail.xml into three pieces: one for the global mailer operations, one for the operations on a messagelist, and one for the operations on one or more messages. * evolution-mail-messagedisplay: New file. UI for the standalone message browser that you get when you double-click. Very skeleton. * evolution-mail.xml: Removed. * Makefile.am: Updated to install new files. svn path=/trunk/; revision=10514