diff options
| author | Jiang Xin <worldhello.net@gmail.com> | 2019-02-15 10:09:07 +0800 |
|---|---|---|
| committer | Jiang Xin <worldhello.net@gmail.com> | 2019-02-15 10:09:07 +0800 |
| commit | a603d9406e6b4e8087b44a1b3c988b5f007ea770 (patch) | |
| tree | 4f1929916d9500ec76596e0774df47b379b792d1 /imap-send.c | |
| parent | 94328ceff010fc6df89c062a1e3a2561e719cb53 (diff) | |
| parent | 2d08f3deb9feb73dc8d21d75bfd367839fc1322c (diff) | |
| download | git-a603d9406e6b4e8087b44a1b3c988b5f007ea770.tar.gz | |
Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
Diffstat (limited to 'imap-send.c')
| -rw-r--r-- | imap-send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imap-send.c b/imap-send.c index 18ca6ba10a..6c54d8c29d 100644 --- 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; |
