summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-06-05 08:11:48 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-06-05 08:11:48 +0000
commitf7934bf66aa14d2cc753ba747e3f1b489d6e8638 (patch)
treee9d27757930f5ea0e70f6c6a6c42f125e654204b /globals.h
parentdfabfd68dd17f09f27f003d20f45a9ef4ebe6c7f (diff)
The attached patch should be the last feature I want to get in
before 1.4. It creates a new config variable $imap_authenticators, which is a comma-separated list of authentication methods for mutt to try to use to authenticate to an IMAP server. If it is unspecified you get the old behaviour - any method is tried, the first to succeed or fail ends the auth loop.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 874b6d88..f8b9a65b 100644
--- a/globals.h
+++ b/globals.h
@@ -50,6 +50,7 @@ WHERE char *HdrFmt;
WHERE char *Homedir;
WHERE char *Hostname;
#ifdef USE_IMAP
+WHERE char *ImapAuthenticators INITVAL (NULL);
WHERE char *ImapDelimChars INITVAL (NULL);
WHERE char *ImapHomeNamespace INITVAL (NULL);
WHERE char *ImapPass INITVAL (NULL);