projects
/
claws.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed local account without SMTP server - added option to use mail command
[claws.git]
/
src
/
prefs_account.h
diff --git
a/src/prefs_account.h
b/src/prefs_account.h
index e08ff1dbc890daaa5d8d4bff5575c74b011cdb1d..cae6f8dbb00d4e5548869477788cd6aef22c15fd 100644
(file)
--- a/
src/prefs_account.h
+++ b/
src/prefs_account.h
@@
-37,7
+37,7
@@
typedef enum {
A_IMAP4,
A_NNTP,
A_LOCAL,
- A_LOCAL_CMD
+
//
A_LOCAL_CMD
} RecvProtocol;
#if USE_GPGME
@@
-68,6
+68,7
@@
struct _PrefsAccount
gchar *passwd;
gchar * local_mbox;
+ gboolean use_mail_command;
gchar * mail_command;
/* Temporarily preserved password */