Andreas Krennmair:
[apps/madmutt.git] / imap / imap_private.h
index 0a55409..0863fd7 100644 (file)
@@ -179,6 +179,9 @@ typedef struct
   unsigned int newMailCount;
   IMAP_CACHE cache[IMAP_CACHE_LEN];
   int noclose : 1;
+#ifdef USE_HCACHE
+  unsigned long long uid_validity;
+#endif
   
   /* all folder flags - system flags AND keywords */
   LIST *flags;