imap-sync.c revision 63f36c2b47217fc2dc4ed49cfc1907311d5ed366
919N/A#include "mail-storage.h"
919N/A#include "imap-util.h"
919N/A#include "imap-sync.h"
919N/A#include "commands.h"
919N/Astruct cmd_sync_context {
919N/Astruct imap_sync_context {
919N/A struct mailbox_transaction_context *t;
1333N/A unsigned int messages_count;
1508N/Astruct imap_sync_context *
t_push();
t_pop();
return ret;
const char *const *keywords;
t_push();
case MAILBOX_SYNC_TYPE_FLAGS:
if (ret <= 0)
if (ret <= 0)
if (ret <= 0) {
t_pop();
return ret;
int ret;
ret = 0;
return FALSE;
if (ret < 0)
return TRUE;
bool no_newmail;
return TRUE;
if (no_newmail) {