aboutsummaryrefslogtreecommitdiff
path: root/libsylph/account.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-20 08:05:18 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-20 08:05:18 +0000
commit8945c06437dca9a40882ccd7a768c63c47a70366 (patch)
tree0176f83aca430bbcfc834518bb591ca475e6ab39 /libsylph/account.h
parent83023f81b011ac5957c7f7077feedba5e22dfb54 (diff)
look for all accounts when enable_swap_from is enabled.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@845 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/account.h')
-rw-r--r--libsylph/account.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/account.h b/libsylph/account.h
index d21cfaee..395f07a7 100644
--- a/libsylph/account.h
+++ b/libsylph/account.h
@@ -43,6 +43,8 @@ PrefsAccount *account_find_from_item (FolderItem *item);
PrefsAccount *account_find_from_message_file (const gchar *file);
PrefsAccount *account_find_from_msginfo (MsgInfo *msginfo);
+gboolean account_address_exist (const gchar *address);
+
void account_foreach (AccountFunc func,
gpointer user_data);
GList *account_get_list (void);
@@ -58,4 +60,6 @@ FolderItem *account_get_special_folder(PrefsAccount *ac_prefs,
void account_destroy (PrefsAccount *ac_prefs);
+void account_updated (void);
+
#endif /* __ACCOUNT_H__ */