aboutsummaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-01 08:02:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-01 08:02:49 +0000
commit245e51201e3238e6f19061f389850c7db304c8f3 (patch)
tree573636c99efa47e893ec743f82848e793cdf815e /src/account.h
parentb0fb0f8b018364931477614a6c1fe3e8e2ceeb7d (diff)
separated UI code from account.c.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@537 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h11
1 files changed, 4 insertions, 7 deletions
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);