mailbox-recent-flags.c revision bf57767df6be53431994f813a8b240b5be180972
/* Copyright (c) 2002-2016 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "mail-storage-private.h"
#include "mailbox-recent-flags.h"
{
return;
"Recent flags state corrupted for mailbox %s",
box->recent_flags_count = 0;
}
}
{
}
}
struct mail_index_view *view,
{
}
}
{
}
{
box->recent_flags_count = 0;
box->recent_flags_prev_uid = 0;
}
{
const struct mail_index_header *hdr;
unsigned int i, count, recent_count;
return 0;
for (i = count; i > 0; ) {
i--;
break;
/* completely invisible to this view */
} else {
/* partially invisible */
break;
}
}
return recent_count;
}
{
return;
}
}
{
}
}