aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-account-list.h
Commit message (Collapse)AuthorAgeFilesLines
* helper to get the dfault account. (e_account_list_set_default): helper toNot Zed2003-02-241-5/+20
| | | | | | | | | | | | | | | 2003-02-20 Not Zed <NotZed@Ximian.com> * e-account-list.c (e_account_list_get_default): helper to get the dfault account. (e_account_list_set_default): helper to set the default account. (e_account_list_find): Helper to find accounts based on differnet key types. (e_account_list_add): helper to add account + emit added event. (e_account_list_change): helper to emit changed event. (e_account_list_remove): herlper to remove account + emit changed event. svn path=/trunk/; revision=20015
* New class, based on MailConfigAccount, for describing an evolution (mail)Dan Winship2003-01-171-0/+59
* e-account.c: New class, based on MailConfigAccount, for describing an evolution (mail) account. * e-account-list.c: New class for tracking the list of configured accounts. (Also uses some code from mail-config.) * e-list.c (e_list_construct, e_list_remove): New svn path=/trunk/; revision=19495