X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprefs_account.h;h=45ca63821e5e909c8dd9d38bd15268376e832a7e;hp=57f40ef8307fd5b2d0a184af55505f7644b588d8;hb=f583120d381594a7083e89c10c4dfa602e3ee129;hpb=fd6b3cbc44e0a6fc6bd79acaf8bd404c24b6b348 diff --git a/src/prefs_account.h b/src/prefs_account.h index 57f40ef83..45ca63821 100644 --- a/src/prefs_account.h +++ b/src/prefs_account.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999,2000 Hiroyuki Yamamoto + * Copyright (C) 1999-2001 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 @@ -20,6 +20,10 @@ #ifndef __PREFS_ACCOUNT_H__ #define __PREFS_ACCOUNT_H__ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include typedef struct _PrefsAccount PrefsAccount; @@ -62,6 +66,10 @@ struct _PrefsAccount gchar *userid; gchar *passwd; + gchar * local_mbox; + gboolean use_mail_command; + gchar * mail_command; + /* Temporarily preserved password */ gchar *tmp_pass; @@ -71,6 +79,8 @@ struct _PrefsAccount gboolean recv_at_getall; gboolean filter_on_recv; + gchar *imap_dir; + /* Send */ gboolean add_date; gboolean gen_msgid; @@ -100,6 +110,11 @@ struct _PrefsAccount gushort smtpport; gboolean set_popport; gushort popport; +#if USE_SSL + gboolean pop_ssl; +#endif + gboolean set_imapport; + gushort imapport; gboolean set_nntpport; gushort nntpport; gboolean set_domain;