Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ak/lazy-prereq-mktemp'
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index 938c6915858b93b7c860e49e906c45e0e2ea5d03..50377c5b88d59a3563b49e669b93f17009bcdd19 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-1443,6
+1443,7
@@
static CURL *setup_curl(struct imap_server_conf *srvc)
if (0 < verbosity || getenv("GIT_CURL_VERBOSE"))
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
+ setup_curl_trace(curl);
return curl;
}