aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscription-editor.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
|
* Remove an unused function.Matthew Barnes2010-10-311-22/+0
|
* Bug 633172 - Folder->Subscriptions is always enabledMatthew Barnes2010-10-301-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.