]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
We don't need these fields
authorTimo Sirainen <tss@iki.fi>
Wed, 9 Apr 2003 20:13:02 +0000 (23:13 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 9 Apr 2003 20:13:02 +0000 (23:13 +0300)
--HG--
branch : HEAD

src/lib-index/mail-index.h

index c20a688fe44ba1bddb3a8c98fda34a305f9a9f4d..de7257eebaa8d5526cb00e9c2b31b04bbc0b1841 100644 (file)
@@ -396,8 +396,6 @@ struct mail_index {
        /* last maildir sync: */
        dev_t uidlist_dev;
        ino_t uidlist_ino;
-       time_t uidlist_mtime;
-       off_t uidlist_size;
 
        int maildir_lock_fd;
 
@@ -447,8 +445,7 @@ struct mail_index {
        0, 0, 0, 0, 0, 0, { 0, 0, 0 }, 0, 0, \
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
-       0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
-       0
+       0, 0, 0, 0, 0, 0, 0, 0, 0
 #endif
 
 /* defaults - same as above but prefixed with mail_index_. */