diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-09-25 14:14:25 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-09-25 14:17:14 +0200 |
commit | 8be67ed62c5f40933fc96cedd39e66d2fe972785 (patch) | |
tree | e5b8fcce4af33c080d0ab6028a43fde22700d8f2 | |
parent | 3bca40cdb016a869c75d72a9af4f46881bfaff22 (diff) | |
download | fetchmail-8be67ed62c5f40933fc96cedd39e66d2fe972785.tar.gz fetchmail-8be67ed62c5f40933fc96cedd39e66d2fe972785.tar.bz2 fetchmail-8be67ed62c5f40933fc96cedd39e66d2fe972785.zip |
Refer user to FAQ item #R15 on authfail with automatic scheme selection.
-rw-r--r-- | driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1188,6 +1188,9 @@ static int do_session( ctl->server.truename, (ctl->wehaveauthed ? GT_(" (previously authorized)") : "") ); + if (ctl->server.authenticate == A_ANY && !ctl->wehaveauthed) { + report(stderr, GT_("For help, see http://www.fetchmail.info/fetchmail-FAQ.html#R15\n")); + } /* * If we're running in background, try to mail the |