aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-mail-reader.ui
Commit message (Collapse)AuthorAgeFilesLines
* EMailReader: Remove unused actions.Matthew Barnes2013-06-031-5/+0
| | | | | | | | | | These are just Express Mode leftovers. Also remove obsolete functions: e_mail_reader_get_enable_show_folder() e_mail_reader_enable_show_folder() e_mail_paned_view_set_enable_show_folder()
* Remove conditionals from GtkUIManager definitions.Matthew Barnes2013-04-011-6/+0
|
* Bug 678397 - Move "mail-to-task" actions to a submenuMatthew Barnes2012-06-211-8/+8
| | | | Shortens the Message menu a little for low screen resolutions.
* Bug #632683 - Remove-duplicates should work on selectionMilan Crha2010-11-101-0/+2
|
* Bug #632679 - Add 'Remove attachments' in pop up menuMilan Crha2010-10-211-0/+1
|
* Bug #630969 - Implement also Message->Go to->Previous ThreadMilan Crha2010-10-201-0/+1
|
* Bug #534453 - Incorporate 'Remove attachments' pluginRex Tsai2010-10-191-0/+1
|
* Whitespace cleanup in evolution-mail-reader.ui.Matthew Barnes2010-09-031-6/+6
|
* Add commands for keybindings for tab mode.Srinivasa Ragavan2010-08-121-1/+6
|
* Change 'Reply to All' toolbar button into configurable 'Group Reply'David Woodhouse2010-07-151-1/+6
| | | | | ...with a dropdown menu like the Forward button, and configuration for whether it tries to do 'Reply to List' by default.
* Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-05-271-2/+2
| | | | | | | This reverts commit 43e2c871a418b560b391af00df2b10896055026c. Correct icon name is "mail-mark-notjunk". The previous fix got clobbered by the express2 merge.
* Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-301-2/+2
| | | | mail-mark-notjunk -> mail-mark-not-junk
* Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-03-241-6/+6
| | | | avoids the need for intltool changes.
* remove more complex pieces in the UIMichael Meeks2010-03-141-0/+2
|
* Add generic 'express mode' conditionals to the UI XMLMichael Meeks2010-03-141-0/+4
|
* Add focus tracking to EMailBrowser.Matthew Barnes2010-01-201-0/+4
|
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-6/+0
| | | | | | | | | | | | | | | | | | EFocusTracker tracks the input focus within a window and helps keep the sensitivity of "selectable" actions in the main menu up-to-date. Selectable actions include Cut, Copy, Paste, Select All and Delete. EFocusTracker has built-in support for widgets that implement the GtkEditable interface such as GtkEntry and GtkTextView. It also supports custom widgets that implement the ESelectable interface, which is a subset of GtkEditable and can apply to anything that displays selectable content (esp. tree views and ETables). This commit integrates EFocusTracker with EShellWindow, CompEditor, EMsgComposer, and ESignatureManager. It also bumps the GtkHTML requirement to 2.29.5 to utilize the new GtkhtmlEditor:html constructor property.
* Add a menu to the Forward toolbar button.Matthew Barnes2009-10-281-1/+9
| | | | | Allows users to choose different mail forwarding methods without navigating the main menu. Suggested by Ng Oon-Ee on evolution-list.
* Bug 594863 - Message body doesn't allow right click pop up menuMatthew Barnes2009-09-131-0/+13
|
* Get the mailing-list-actions plugin working.Matthew Barnes2009-09-051-0/+1
| | | | | | | Also get mail-to-task working for the message browser window. Came up with a new technique for managing actions and action groups in the process. Also gave the EMailReader interface an "update-actions" signal for plugins to connect to.
* Get the "mail-to-task" plugin working again.Matthew Barnes2009-06-261-0/+2
| | | | | This one was more challenging. It exposed some flaws in the new shell design and in EPluginUI, which is good because they're fixed now.
* Get the mailer's URI popup menu working.Matthew Barnes2009-05-281-8/+0
| | | | | Except for "Add to Address Book", which looks like a project unto itself. This also kills off another plugin (copy-tool).
* Kill obsolete menu items.Matthew Barnes2009-05-211-3/+0
| | | | | | URI Popup Menu -> Call To... Message -> Post New Message to Folder Message -> Post a Reply
* Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-081-21/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Kill the e-util-labels API and read label information into a single-column GtkListStore. Use GConfBridge to automatically keep GConf synched with the list store. - The list store (a singleton instance) is stored in EShellSettings so it's available everywhere. - The list store serves as the model for EMailLabelTreeView, which itself is embedded in EMailLabelManager; a complete label management UI as seen in the preferences dialog. - EMailLabelDialog is used to add or edit a label. Avoid using a color button, instead embed a GtkColorSelection directly in the dialog so everything is in one window. Open issues: - The weird toggle/color/text menu items in the popup menu aren't there. For now they're just regular toggle items. I'll deal with it later. - Filter intergration is broken at the moment. svn path=/branches/kill-bonobo/; revision=37233
* Formalize the "no disabled items in popup menus" policy in the form of aMatthew Barnes2009-01-201-9/+11
| | | | | | | | | GtkAction subclass called EPopupAction. Migrate all the modules over to using EPopupActions in their popup menus. Add sensitivity management of GtkActions to EMailReader. Not finished. svn path=/branches/kill-bonobo/; revision=37106
* Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-111-0/+31
| | | | | | Migrate from gnome_url_show() to e_show_uri(). svn path=/branches/kill-bonobo/; revision=37038
* Get the Character Encoding menu working.Matthew Barnes2009-01-011-1/+4
| | | | | | Kill e_charset_picker_bonobo_ui_populate(). svn path=/branches/kill-bonobo/; revision=36950
* Get the basic mail browser window working. No message contents yet.Matthew Barnes2008-12-291-0/+123
svn path=/branches/kill-bonobo/; revision=36946