summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-12-31 12:39:15 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-12-31 12:39:15 +0000
commitbbaa1839e46e1aa0f493c55dba870522e2f3930c (patch)
tree68b54888de02e52d2302fb0e018bcfe69fe8687b /globals.h
parent88b3020df11224485aae6f907ec99d0111bcc0e8 (diff)
Experimental patch to add an imap-fetch-mail function.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 936b8b9e..45691a1e 100644
--- a/globals.h
+++ b/globals.h
@@ -111,6 +111,10 @@ WHERE LIST *UnIgnore INITVAL(0);
WHERE LIST *MailLists INITVAL(0);
WHERE LIST *SubscribedLists INITVAL(0);
+#ifdef USE_IMAP
+WHERE time_t ImapLastCheck INITVAL(0);
+#endif
+
/* bit vector for boolean variables */
#ifdef MAIN_C
unsigned char Options[(OPTMAX + 7)/8];