summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-08 09:17:25 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-08 09:17:25 +0000
commit57c930bf79e06c485142efeb62ffb1e9d8fe3d3b (patch)
treec3c1e876454aead42f16023f45b23a73961a03d6 /init.h
parent1a5381e07e97fe482c2b3a7c75f99938f0b105d4 (diff)
Mutt 0.92.9i.mutt-0-92-9i
Diffstat (limited to 'init.h')
-rw-r--r--init.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.h b/init.h
index 40515718..5f5e9df6 100644
--- a/init.h
+++ b/init.h
@@ -116,6 +116,11 @@ struct option_t MuttVars[] = {
{ "help", DT_BOOL, R_BOTH, OPTHELP, 1 },
{ "history", DT_NUM, R_NONE, UL &HistSize, 10 },
{ "hostname", DT_STR, R_NONE, UL &Fqdn, 0 },
+#ifdef USE_IMAP
+ { "imap_user", DT_STR, R_NONE, UL &ImapUser, UL 0 },
+ { "imap_pass", DT_STR, R_NONE, UL &ImapPass, UL 0 },
+ { "imap_checkinterval", DT_NUM, R_NONE, UL &ImapCheckTime, 0 },
+#endif
{ "in_reply_to", DT_STR, R_NONE, UL &InReplyTo, UL "%i; from %n on %{!%a, %b %d, %Y at %I:%M:%S%p %Z}" },
{ "include", DT_QUAD, R_NONE, OPT_INCLUDE, M_ASKYES },
{ "indent_string", DT_STR, R_NONE, UL &Prefix, UL "> " },