aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-account-list.h
Commit message (Collapse)AuthorAgeFilesLines
* 2005-07-10 Shreyas SrinivasanShreyas Srinivasan2005-07-101-0/+5
| | | | | | | | * e-util/e-account.[ch]: Add structures to handle proxies. * e-util/e-account-list.[ch]: Add functions to remove proxy accounts and account's proxies. svn path=/trunk/; revision=29697
* similar to below.Not Zed2004-03-311-1/+1
| | | | | | | | | | | 2004-03-31 Not Zed <NotZed@Ximian.com> * e-account-list.h: similar to below. * e-account.h: define struct _EAccount* so you can properly forward declare it. svn path=/trunk/; revision=25260
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-0/+1
| | | | svn path=/trunk/; revision=22966
* 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