diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-08-26 23:19:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-08-26 23:19:04 +0000 |
commit | 45ba00921a83a7744a5f8fedad7dbd0652eb9812 (patch) | |
tree | f9835654385b898eb9ca0541eb3571844b8476db /imap.c | |
parent | aa0d39fe51eb00dcb82969d273782b25884f105a (diff) | |
download | fetchmail-45ba00921a83a7744a5f8fedad7dbd0652eb9812.tar.gz fetchmail-45ba00921a83a7744a5f8fedad7dbd0652eb9812.tar.bz2 fetchmail-45ba00921a83a7744a5f8fedad7dbd0652eb9812.zip |
Added autoprobe logic.
svn path=/trunk/; revision=66
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ struct hostrec *queryctl; /* print the greeting */ if (outlevel > O_SILENT && outlevel < O_VERBOSE) - fprintf(stderr,"%s\n",buf); + fprintf(stderr,"IMAP greeting: %s\n",buf); /* try to get authorized */ ok = IMAP_cmd(socket, |