diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-09-01 05:40:14 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-09-01 05:40:14 +0000 |
commit | c7f311faa65a86d9751d536cb0ea6f755133471c (patch) | |
tree | 084a3079f7d949aa55022751257d0d1ca027b8e1 /src/prefs_account.c | |
parent | 61988f3a30a6a8e76530c36482b1227571721fd4 (diff) |
more code cleanups.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@534 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_account.c')
-rw-r--r-- | src/prefs_account.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/prefs_account.c b/src/prefs_account.c index 825f85df..9f80a811 100644 --- a/src/prefs_account.c +++ b/src/prefs_account.c @@ -34,12 +34,9 @@ #include "prefs.h" #include "prefs_account.h" -#include "prefs_customheader.h" -#include "prefs_common.h" +#include "customheader.h" #include "account.h" #include "utils.h" -#include "smtp.h" -#include "imap.h" static PrefsAccount tmp_ac_prefs; @@ -197,7 +194,7 @@ void prefs_account_read_config(PrefsAccount *ac_prefs, const gchar *label) ac_prefs->use_apop_auth = TRUE; } - prefs_custom_header_read_config(ac_prefs); + custom_header_read_config(ac_prefs); } void prefs_account_write_config_all(GList *account_list) |