aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-mail-reader.ui
Commit message (Collapse)AuthorAgeFilesLines
* 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