Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
imap-send.c: add a missing space in error message
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Mon, 11 Feb 2019 09:40:11 +0000
(16:40 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 12 Feb 2019 03:07:13 +0000
(19:07 -0800)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0d0ac38
)
diff --git
a/imap-send.c
b/imap-send.c
index b4eb886e2a6a40bce1e478d8d24f43f64ed2e3aa..36bba5b50d026c686781a78219144785b72b6667 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-1114,7
+1114,7
@@
static struct imap_store *imap_open_store(struct imap_server_conf *srvc, char *f
if (!strcmp(srvc->auth_method, "CRAM-MD5")) {
if (!CAP(AUTH_CRAM_MD5)) {
- fprintf(stderr, "You specified"
+ fprintf(stderr, "You specified
"
"CRAM-MD5 as authentication method, "
"but %s doesn't support it.\n", srvc->host);
goto bail;