]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
cleanup
authorTimo Sirainen <tss@iki.fi>
Thu, 29 May 2003 23:01:47 +0000 (02:01 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 29 May 2003 23:01:47 +0000 (02:01 +0300)
--HG--
branch : HEAD

src/lib-index/maildir/maildir-sync.c

index c23fe9031030ed0117fdedbb11b6c063c240c1c2..35ef50a077855d017add65849958adfa7f7be7c1 100644 (file)
@@ -222,7 +222,7 @@ struct maildir_hash_rec {
        struct mail_index_record *rec;
        enum maildir_file_action action;
 };
-#define ACTION(hash) ((hash)->action & 0x0f)
+#define ACTION(hash) ((hash)->action & ~MAILDIR_FILE_FLAGS)
 
 struct maildir_sync_context {
         struct mail_index *index;