aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mdn
Commit message (Collapse)AuthorAgeFilesLines
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-2/+5
| | | | | | | | | | | | | | | | | | | | | This implements https://bugzilla.gnome.org/show_bug.cgi?id=663527#c3. Account reordering is now done by drag-and-drop instead of up/down buttons. Turned out to be a wee bit more complicated than I initially thought. This scraps EAccountManager and EAccountTreeView and replaces them with new classes centered around EMailAccountStore, which EMailSession owns. EMailAccountStore is the model behind the account list in Preferences. The folder tree model now uses it to sort its own top-level rows using gtk_tree_path_compare(). It also broadcasts account operations through signals so we don't have to rely so heavily on EAccountList signals, since EAccountList is going away soon. Also as part of this work, the e-mail-local.h and e-mail-store.h APIs have been merged into EMailSession and MailFolderCache.
* Bug 585066 - Add Auto-Submitted header to outgoing MDNsMatthew Barnes2011-11-221-10/+79
| | | | | | | | | | | | Also set the disposition field according to user preferences. If the MDN is sent without user confirmation ("always"), use: Disposition: automatic-action/MDN-sent-automatically;displayed If the MDN is sent in response to user confirmation ("ask"), use: Disposition: manual-action/MDN-sent-manually;displayed
* Split MDN handling into a module.Matthew Barnes2011-11-223-0/+545