aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-mail-global.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove a separator after the "Subscribe to Folders" item.Ettore Perazzoli2001-08-141-2/+0
| | | | | | | * evolution-mail-global.xml: Remove a separator after the "Subscribe to Folders" item. svn path=/trunk/; revision=11963
* in mail:Peter Williams2001-08-101-0/+1
| | | | | | | | | | | | | | | | | | 2001-08-09 Peter Williams <peterw@ximian.com> [ * folder-browser.c (on_key_press): The bonobo menu items now handle 'n' and 'p'. ] (on_key_press): 'q' as well. in ui: 2001-08-09 Peter Williams <peterw@ximian.com> * evolution-mail-global.xml: Give the (pre)view pane toggle an accelerator of 'q', like we were implementing the hard manual way before. svn path=/trunk/; revision=11858
* Put the "Tools" and "Actions" menus in the "ComponentToolsPlaceholder" andEttore Perazzoli2001-08-091-8/+8
| | | | | | | | | | | | | | | | | | * evolution-addressbook.xml: Put the "Tools" and "Actions" menus in the "ComponentToolsPlaceholder" and "ComponentActionsPlaceholder", respectively. * evolution-calendar.xml: Likewise. * evolution-contact-editor.xml: Likewise. * evolution-mail-global.xml: Likewise. * evolution-mail-message.xml: Likewise. * 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=11822
* Rename "Manage Subscriptons" to "Subscribe to Folders" as per Aaron'sPeter Williams2001-08-071-1/+1
| | | | | | | | | | 2001-08-03 Peter Williams <peterw@ximian.com> * evolution-mail-global.xml: Rename "Manage Subscriptons" to "Subscribe to Folders" as per Aaron's suggestion. Hopefully a little more intuitive. svn path=/trunk/; revision=11708
* Add "Compose New Message" to the Actions menu as suggested in bug #866.Peter Williams2001-07-251-2/+2
| | | | | | | | | | 2001-07-24 Peter Williams <peterw@ximian.com> * evolution-mail-global.xml: Add "Compose New Message" to the Actions menu as suggested in bug #866. Also fix it so that the pixmaps for the Compose menu items are displayed. svn path=/trunk/; revision=11344
* Mail:Peter Williams2001-06-271-0/+139
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