[Commits] [SCM] claws branch, master, updated. 3.16.0-214-gea7d60a
ticho at claws-mail.org
ticho at claws-mail.org
Sun Jun 17 13:15:39 CEST 2018
The branch, master has been updated
via ea7d60a3cb95229d4342bf291b25cd679bf36d29 (commit)
from 1af1326d6177e84d1d3cb2693732912e3f6ab1f5 (commit)
Summary of changes:
src/account.c | 10 ++++++++++
1 file changed, 10 insertions(+)
- Log -----------------------------------------------------------------
commit ea7d60a3cb95229d4342bf291b25cd679bf36d29
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sun Jun 17 13:14:58 2018 +0200
Clone also proxy-related prefs in account_clone().
diff --git a/src/account.c b/src/account.c
index b3a92da..b51e7b8 100644
--- a/src/account.c
+++ b/src/account.c
@@ -1055,6 +1055,16 @@ static void account_clone(GtkWidget *widget, gpointer data)
ACP_FASSIGN(config_version);
+ ACP_FASSIGN(use_proxy);
+ ACP_FASSIGN(use_default_proxy);
+ ACP_FASSIGN(use_proxy_for_send);
+ ACP_FASSIGN(proxy_info.proxy_type);
+ ACP_FDUP(proxy_info.proxy_host);
+ ACP_FASSIGN(proxy_info.proxy_port);
+ ACP_FASSIGN(proxy_info.use_proxy_auth);
+ ACP_FDUP(proxy_info.proxy_name);
+ ACP_FDUP(proxy_info.proxy_pass);
+
account_list = g_list_append(account_list, ac_clon);
account_list_view_set();
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list