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
/
inc.c
diff --git
a/src/inc.c
b/src/inc.c
index 3ce44326a729f1f0a6d30721ae833c612a24e386..db44964e9f9f4ad8325cbb7c8053e29b28878d43 100644
(file)
--- a/
src/inc.c
+++ b/
src/inc.c
@@
-862,10
+862,8
@@
static void inc_all_spool(void)
IncSession *session;
PrefsAccount *account = list->data;
- if ((account->protocol == A_LOCAL)
- || (account->protocol == A_LOCAL_CMD)) {
+ if (account->protocol == A_LOCAL)
inc_spool_account(account);
- }
}
}