Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/apply: make try_create_file() return -1 on error
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index 9cbe27fcd44d81465ac20bf99cc6efadb36f4097..db0fafee995874824f91cb8378399fcf720d705c 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;
}