aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-account-gui.h')
-rw-r--r--mail/mail-account-gui.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/mail-account-gui.h b/mail/mail-account-gui.h
index b62d9a1966..6a6735bf48 100644
--- a/mail/mail-account-gui.h
+++ b/mail/mail-account-gui.h
@@ -58,10 +58,6 @@ typedef struct {
} MailAccountGuiService;
typedef struct {
- char *name, *uri;
-} MailAccountGuiFolder;
-
-typedef struct {
GtkWidget *top;
MailConfigAccount *account;
MailAccountsTab *dialog;
@@ -102,9 +98,9 @@ typedef struct {
/* special folders */
GtkButton *drafts_folder_button;
- MailAccountGuiFolder drafts_folder;
+ char *drafts_folder_uri;
GtkButton *sent_folder_button;
- MailAccountGuiFolder sent_folder;
+ char *sent_folder_uri;
/* always cc/bcc */
GtkToggleButton *always_cc;