commit d72e497b08685612894ae259612cb2d299817a32
parent bac1a5d035e14498908359f8b745d7b7b2c17c3d
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Thu, 5 Jul 2018 09:54:11 +0200
More Windows build fixes.
Patch by Abhay S. Kushwaha.
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git 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
@@ -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);