[Commits] [SCM] claws branch, master, updated. 3.16.0-229-g57c47f4

ticho at claws-mail.org ticho at claws-mail.org
Thu Jul 5 09:54:53 CEST 2018


The branch, master has been updated
       via  57c47f44494f770d6e33ceade1c5b49bef9b21d2 (commit)
      from  e595b5c0e978afa29983bfd79ce65668137879c2 (commit)

Summary of changes:
 src/plugins/managesieve/claws.def     |    2 ++
 src/plugins/managesieve/managesieve.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 57c47f44494f770d6e33ceade1c5b49bef9b21d2
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Thu Jul 5 09:54:11 2018 +0200

    More Windows build fixes.
    
    Patch by Abhay S. Kushwaha.

diff --git a/src/plugins/managesieve/claws.def b/src/plugins/managesieve/claws.def
index 9a634db..5652381 100644
--- a/src/plugins/managesieve/claws.def
+++ b/src/plugins/managesieve/claws.def
@@ -34,8 +34,10 @@ md5_hex_hmac
 message_search_other
 passcrypt_decrypt
 password_get
+passwd_store_get
 passwd_store_get_account
 passwd_store_set_account
+passwd_store_has_password_account
 prefs_account_get_privacy_prefs
 prefs_account_register_page
 prefs_account_set_privacy_prefs
diff --git a/src/plugins/managesieve/managesieve.c b/src/plugins/managesieve/managesieve.c
index d1cbcc4..c145715 100644
--- a/src/plugins/managesieve/managesieve.c
+++ b/src/plugins/managesieve/managesieve.c
@@ -1006,7 +1006,7 @@ static gint sieve_session_connect(SieveSession *session)
 
 	if (ac->use_proxy) {
 		if (ac->use_default_proxy) {
-			proxy_info = (ProxyInfo *)&(prefs_common.proxy_info);
+			proxy_info = (ProxyInfo *)&(prefs_common_get_prefs()->proxy_info);
 			if (proxy_info->use_proxy_auth)
 				proxy_info->proxy_pass = passwd_store_get(PWS_CORE, PWS_CORE_PROXY,
 					PWS_CORE_PROXY_PASS);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list