Searched refs:mailbox_ignore (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox.h13 bool mailbox_ignore; member in struct:dsync_mailbox
H A Ddsync-brain-mails.c44 if (dsync_box->mailbox_ignore) {
H A Ddsync-brain-mailbox.c763 delete_box.mailbox_ignore = TRUE;
H A Ddsync-ibc-stream.c105 .optional_keys = "mailbox_lost mailbox_ignore "
1323 if (dsync_box->mailbox_ignore)
1324 dsync_serializer_encode_add(encoder, "mailbox_ignore", "");
1429 if (dsync_deserializer_decode_try(decoder, "mailbox_ignore", &value))
1430 box->mailbox_ignore = TRUE;

Completed in 19 milliseconds