Skip to content

Commit d3c4e32

Browse files
committed
Merge branch 'nd/imap-send-typofix'
* nd/imap-send-typofix: imap-send.c: add a missing space in error message
2 parents 243a4c7 + 6d1fbf8 commit d3c4e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imap-send.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ static struct imap_store *imap_open_store(struct imap_server_conf *srvc, char *f
11141114

11151115
if (!strcmp(srvc->auth_method, "CRAM-MD5")) {
11161116
if (!CAP(AUTH_CRAM_MD5)) {
1117-
fprintf(stderr, "You specified"
1117+
fprintf(stderr, "You specified "
11181118
"CRAM-MD5 as authentication method, "
11191119
"but %s doesn't support it.\n", srvc->host);
11201120
goto bail;

0 commit comments

Comments
 (0)