summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-10-28 08:15:34 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-10-28 08:15:34 +0000
commite0cbca465545115fd79d9429b1c5171e4d177038 (patch)
treec7456277548c3ad2102dbf0ee637a676a32ac976 /globals.h
parent81fb49b20dda351eea5cafee4634b265cd8881bd (diff)
Adding imap_preconnect. This way, you can let mutt start an ssh
tunnel before it tries to connect to an IMAP server. From: <Jon.K.Hellan@item.ntnu.no>
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 31e7ff61..36ed6350 100644
--- a/globals.h
+++ b/globals.h
@@ -52,6 +52,7 @@ WHERE char *ImapCRAMKey INITVAL (NULL);
WHERE char *ImapPass INITVAL (NULL);
WHERE short ImapCheckTimeout;
WHERE char *ImapHomeNamespace INITVAL (NULL);
+WHERE char *ImapPreconnect INITVAL (NULL);
#endif
WHERE char *InReplyTo;
WHERE char *Inbox;