aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-browser.h
Commit message (Collapse)AuthorAgeFilesLines
* Get the "Hide Deleted Messages" option working.Matthew Barnes2009-04-291-0/+3
|
* Tweak the EShell API.Matthew Barnes2009-01-081-0/+1
| | | | | | | Disable File -> Close Window when there's only one window. Replace EMMessageBrowser with EMailBrowser. svn path=/branches/kill-bonobo/; revision=37009
* Get the Character Encoding menu working.Matthew Barnes2009-01-011-1/+0
| | | | | | Kill e_charset_picker_bonobo_ui_populate(). svn path=/branches/kill-bonobo/; revision=36950
* Define a new interface called EMailReader, which implements operationsMatthew Barnes2008-12-271-0/+69
common to both the main shell window and the message browser. Replaces EMFolderView. Also begin to define EMailBrowser (GtkWindow subclass), which implements EMailReader and replaces EMMessageBrowser. svn path=/branches/kill-bonobo/; revision=36933