aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscription-editor.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-261-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-141-2/+3
|
* Miscellaneous cleanups.Matthew Barnes2011-09-141-1/+6
| | | | | | | Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch.
* Very slow filling of EMSubscriptionEditor tree viewMilan Crha2011-09-141-7/+21
|
* Use new CamelService:display-name property.Matthew Barnes2011-09-141-9/+5
| | | | Simplify, simplify...
* Adapt to new CamelSubscribable interface.Matthew Barnes2011-09-141-11/+19
|
* EMSubscriptionEditor: Manage stores, not accounts.Matthew Barnes2011-06-301-72/+104
| | | | | We'll query the accounts to get display names for the combo box, but that's it. Use CamelStores instead.
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-1/+4
|
* Adapt to CamelFolderInfo.name -> display_name.Matthew Barnes2011-06-301-1/+1
|
* Adapt to CamelService changes.Matthew Barnes2011-06-301-6/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+3
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-301-7/+3
|
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+3
|
* Bug #641011 - Ugly appointment editing windowsMilan Crha2011-06-301-0/+1
|
* gdk_cursor_unref() -> g_object_unref()Matthew Barnes2011-06-301-3/+3
|
* Drop backward-compatibility cruft.Matthew Barnes2011-06-301-3/+0
|
* Remove an unused function.Matthew Barnes2010-11-101-22/+0
|
* Bug 633172 - Folder->Subscriptions is always enabledMatthew Barnes2010-11-101-16/+14
|
* Add missing gtk-compat.h include to various filesMilan Crha2010-10-211-0/+3
|
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-4/+4
|
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-3/+4
| | | | | | GObject now does property bindings itself. Requires GLib >= 2.26.
* Rewrite the folder subscription editor.Matthew Barnes2010-10-031-0/+1342
Redesign the "Folder Subscriptions" dialog and use Camel's async API instead of the MailMsg infrastructure to simplify the implementation.