summaryrefslogtreecommitdiffstats
path: root/globals.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 /globals.h
parent1a5381e07e97fe482c2b3a7c75f99938f0b105d4 (diff)
Mutt 0.92.9i.mutt-0-92-9i
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 8413a7a6..d01f4666 100644
--- a/globals.h
+++ b/globals.h
@@ -40,6 +40,11 @@ WHERE char *Fqdn;
WHERE char *HdrFmt;
WHERE char *Homedir;
WHERE char *Hostname;
+#ifdef USE_IMAP
+WHERE char *ImapUser INITVAL (NULL);
+WHERE char *ImapPass INITVAL (NULL);
+WHERE short ImapCheckTime;
+#endif
WHERE char *InReplyTo;
WHERE char *Inbox;
WHERE char *Ispell;