aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscription-editor.h
Commit message (Collapse)AuthorAgeFilesLines
* Make e_utils_prompt_user and callers use GSettings keysRodrigo Moya2011-10-141-2/+0
|
* Merge from masterRodrigo Moya2011-10-051-2/+5
|\
| * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-2/+3
| | | | | | | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality.
| * EMSubscriptionEditor: Manage stores, not accounts.Matthew Barnes2011-05-291-4/+3
| | | | | | | | | | We'll query the accounts to get display names for the combo box, but that's it. Use CamelStores instead.
* | EMSubscriptionEditor: Manage stores, not accounts.Matthew Barnes2011-06-301-4/+3
|/ | | | | We'll query the accounts to get display names for the combo box, but that's it. Use CamelStores instead.
* Rewrite the folder subscription editor.Matthew Barnes2010-10-031-0/+71
Redesign the "Folder Subscriptions" dialog and use Camel's async API instead of the MailMsg infrastructure to simplify the implementation.