Andreas Krennmair:
[apps/madmutt.git] / imap / imap_private.h
index 0a55409..36d877d 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef _IMAP_PRIVATE_H
 #define _IMAP_PRIVATE_H 1
 
+#include <stdint.h>
+
 #include "imap.h"
 #include "mutt_socket.h"
 
@@ -179,6 +181,9 @@ typedef struct
   unsigned int newMailCount;
   IMAP_CACHE cache[IMAP_CACHE_LEN];
   int noclose : 1;
+#ifdef USE_HCACHE
+  uint64_t uid_validity;
+#endif
   
   /* all folder flags - system flags AND keywords */
   LIST *flags;