aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-mail.ui
Commit message (Collapse)AuthorAgeFilesLines
* Merge [mark-all-read] plugin into core codeMilan Crha2013-05-041-0/+1
| | | | | | During fixes on bug #602428, rather than do everything twice, I merged the plugin into the core code, thus it should be easier to maintain as well.
* Remove conditionals from GtkUIManager definitions.Matthew Barnes2013-04-011-11/+0
|
* Bug #202576 - A way to refresh IMAP folder listMilan Crha2012-11-221-0/+1
|
* Bug 678397 - Move "mail-to-task" actions to a submenuMatthew Barnes2012-06-211-7/+7
| | | | Shortens the Message menu a little for low screen resolutions.
* Adapt to vFolder changes from evolution-data-serverMilan Crha2012-05-311-0/+1
|
* Bug #668482 - Edit account properties from menu on folder storeMilan Crha2012-02-161-0/+1
|
* Bug 646817 - Hide View->Preview menu in express modeMatthew Barnes2011-04-081-0/+2
|
* Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-261-2/+2
|
* Bug #632683 - Remove-duplicates should work on selectionMilan Crha2010-11-101-1/+0
|
* Bug #587011 - Integrate remove-duplicates into evolutionMilan Crha2010-10-151-0/+1
|
* Bug 510020 - Add "Manage Subscriptions" to store context menusMatthew Barnes2010-10-031-0/+1
|
* Bug #629037 - Email operations existed in ContactsHao H Li2010-09-131-0/+3
| | | | Email operations existed in Contacts in Express mode.
* Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-05-271-1/+1
| | | | | | | This reverts commit 43e2c871a418b560b391af00df2b10896055026c. Correct icon name is "mail-mark-notjunk". The previous fix got clobbered by the express2 merge.
* Merge branch 'express2'Matthew Barnes2010-05-271-1/+1
|\
| * Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-301-1/+1
| | | | | | | | mail-mark-notjunk -> mail-mark-not-junk
| * Only show "Send/Receive" in mailer when using express mode.Matthew Barnes2010-04-071-2/+4
| |
| * Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-03-241-6/+6
| | | | | | | | avoids the need for intltool changes.
* | Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-301-1/+1
| | | | | | | | | | | | This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02. gnome-icon-theme got it wrong, not us. See bug #616954.
* | Work around another dropped gnome-icon-theme icon.Matthew Barnes2010-04-231-1/+1
| | | | | | | | mail-mark-notjunk -> mail-mark-not-junk
* | Bug 468448 - Kill "Hide Read Messages" and "Hide Selected Messages"Matthew Barnes2010-03-281-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the following menu items under View: Hide Selected Messages Hide Read Messages Show Hidden Messages These options are confusing and don't fit with the rest of the mailer design. Hidden messages were tracked by folder in: ~/.evolution/mail/config/hidestate-<<folder-uri>> So by simply not loading those files any more we reveal all previously hidden messages and avoid any risk of lost messages. Also inverted "Hide Deleted Messages" to "Show Deleted Messages".
* | Only show "Send/Receive" in mailer when using express mode.Matthew Barnes2010-03-281-2/+4
| |
* | Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-03-231-6/+6
|/ | | | avoids the need for intltool changes.
* Add a set of actions that open a view in a new windowMichael Meeks2010-03-141-0/+5
|
* disable cancel buttonMichael Meeks2010-03-141-0/+6
|
* Bug 607608 - Empty Trash does not work unless Trash is selectedMatthew Barnes2010-01-221-2/+2
|
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-1/+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.
* Bug 602799 - "Mark for Follow Up" menu item glitchesMatthew Barnes2009-11-251-0/+2
|
* Bug #579599 - Let the Advanced Search work againMilan Crha2009-11-191-0/+1
|
* Bug 601601 - No Create Rule in popup menuLucian Langa2009-11-141-0/+12
|
* Enable File->Empty Trash menu item for all foldersMilan Crha2009-10-071-1/+1
|
* Bug 593905 - 'Subject or Addresses contains' search criteria missingMatthew Barnes2009-09-111-2/+1
|
* Kill EMMenu and EMPopup.Matthew Barnes2009-08-101-0/+2
| | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup.
* Get the "mail-to-task" plugin working again.Matthew Barnes2009-06-261-3/+3
| | | | | 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.
* Kill the "folder-unsubscribe" plugin.Matthew Barnes2009-06-261-0/+4
| | | | Feature is now integrated in core mailer, and has a main menu item.
* Bug 531757 – "Mark folder as read" is bizarrely hard to get toMatthew Barnes2009-06-141-1/+2
|
* Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-081-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-241-0/+1
| | | | | | Get the "mark-all-read" and "plugin-manager" plugins working. svn path=/branches/kill-bonobo/; revision=37125
* Formalize the "no disabled items in popup menus" policy in the form of aMatthew Barnes2009-01-201-3/+4
| | | | | | | | | 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
* Hack GtkIconTheme so we can reference category icons as named icons.Matthew Barnes2009-01-181-7/+8
| | | | | | | | | | | | | | Necessary for EActionComboBox, since GtkActions can only handle named or stock icons. Hopefully this is just a temporary hack. Eventually we should make the category icons themeable. Kill the "mail-account-disable" plugin and integrate it properly. More dead plugins to follow... Don't show disabled menu items in pop-up context menus. It does the user no good to see things he CAN'T do with the object he clicked on. svn path=/branches/kill-bonobo/; revision=37093
* Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-111-28/+0
| | | | | | 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-109/+13
| | | | | | Kill e_charset_picker_bonobo_ui_populate(). svn path=/branches/kill-bonobo/; revision=36950
* Implement more mail actions. Slowly phasing out EMFolderView.Matthew Barnes2008-12-181-0/+3
| | | | svn path=/branches/kill-bonobo/; revision=36914
* Commit recent work so I can merge from trunk.Matthew Barnes2008-10-251-2/+5
| | | | svn path=/branches/kill-bonobo/; revision=36684
* Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-0/+9
| | | | | | showing anything. Probably something stupid. Also enabled the composer. svn path=/branches/kill-bonobo/; revision=36623
* Progress update:Matthew Barnes2008-10-141-0/+203
- Calendar is kind of a mess at the moment. Doesn't compile. - Roughed in the Mail module, including all the actions. That _does_ compile. Runs, even. svn path=/branches/kill-bonobo/; revision=36611