From 245e51201e3238e6f19061f389850c7db304c8f3 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 1 Sep 2005 08:02:49 +0000 Subject: separated UI code from account.c. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@537 ee746299-78ed-0310-b773-934348b2243d --- src/account.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/account.h') diff --git a/src/account.h b/src/account.h index 2ec2a384..0cef7c50 100644 --- a/src/account.h +++ b/src/account.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2002 Hiroyuki Yamamoto + * Copyright (C) 1999-2005 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -43,19 +43,16 @@ PrefsAccount *account_find_from_item (FolderItem *item); PrefsAccount *account_find_from_message_file (const gchar *file); PrefsAccount *account_find_from_msginfo (MsgInfo *msginfo); -void account_set_menu (void); - void account_foreach (AccountFunc func, gpointer user_data); GList *account_get_list (void); +void account_list_free (void); +void account_append (PrefsAccount *ac_prefs); -void account_edit_open (void); -void account_add (void); -void account_open (PrefsAccount *ac_prefs); void account_set_as_default (PrefsAccount *ac_prefs); PrefsAccount *account_get_default (void); -void account_set_missing_folder(void); +//void account_set_missing_folder(void); FolderItem *account_get_special_folder(PrefsAccount *ac_prefs, SpecialFolderItemType type); -- cgit v1.2.3