[Commits] [SCM] claws branch, master, updated. 3.11.0-12-gc19facd

ticho at claws-mail.org ticho at claws-mail.org
Sat Oct 25 00:58:38 CEST 2014


The branch, master has been updated
       via  c19facda6df50d13f7fd4d10b66ac6b00b9ba891 (commit)
      from  031ad564c89d01fcd1f70e4f0d1bc2324275798a (commit)

Summary of changes:
 src/plugins/rssyl/libfeed/feed.c |    1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit c19facda6df50d13f7fd4d10b66ac6b00b9ba891
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Oct 25 00:57:43 2014 +0200

    RSSyl: Allow use of .netrc by libcurl. Bug/enhancement #3309, by Vincent Pelletier

diff --git a/src/plugins/rssyl/libfeed/feed.c b/src/plugins/rssyl/libfeed/feed.c
index 7719278..cc8c49f 100644
--- a/src/plugins/rssyl/libfeed/feed.c
+++ b/src/plugins/rssyl/libfeed/feed.c
@@ -250,6 +250,7 @@ guint feed_update(Feed *feed, time_t last_update)
 	curl_easy_setopt(eh, CURLOPT_NOSIGNAL, 1);
 	curl_easy_setopt(eh, CURLOPT_ENCODING, "");
 	curl_easy_setopt(eh, CURLOPT_USERAGENT, "libfeed 0.1");
+	curl_easy_setopt(eh, CURLOPT_NETRC, CURL_NETRC_OPTIONAL);
 
 	/* Use HTTP's If-Modified-Since feature, if application provided
 	 * the timestamp of last update. */

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list