Fix a bunch of warnings in imap code
[apps/madmutt.git] / imap / imap_private.h
index 2bdebe6..2a7a1f9 100644 (file)
@@ -99,7 +99,7 @@ enum {
 
 /* -- data structures -- */
 typedef struct {
-  unsigned int uid;
+  int uid;
   char *path;
 } IMAP_CACHE;