/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
243a4c7
)
Merge branch 'nd/imap-send-typofix'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 12 Feb 2019 17:00:25 +0000
(09:00 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 12 Feb 2019 17:00:25 +0000
(09:00 -0800)
* nd/imap-send-typofix:
imap-send.c: add a missing space in error message
imap-send.c
patch
|
blob
|
blame
|
history
diff --git
a/imap-send.c
b/imap-send.c
index
18ca6ba
..
6c54d8c
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;