search for: mailbox_is_inconsistent

Displaying 2 results from an estimated 2 matches for "mailbox_is_inconsistent".

2013 Dec 06
1
imap crash 2.2.9 hg
...rs in his outlook client, so maybe this crash only affects additional background connections. OS: Centos 6.5, 64 bit (gdb) bt full #0 0x00007f6fdcb9ef40 in mail_index_view_is_inconsistent () from /usr/lib64/dovecot/libdovecot-storage.so.0 No symbol table info available. #1 0x00007f6fdcb4f73b in mailbox_is_inconsistent () from /usr/lib64/dovecot/libdovecot-storage.so.0 No symbol table info available. #2 0x00000000004176dc in client_send_box_error () No symbol table info available. #3 0x0000000000411c46 in cmd_select_full () No symbol table info available. #4 0x0000000000416d6d in command_exec () No symbol tabl...
2012 May 29
4
per-mailbox message limits
...il_storage_set_error(box->storage, MAIL_ERROR_NOSPACE, + "Mailbox full: Too many messages"); + ret = -1; + } else { + ret = ctx->transaction->box->v.copy(ctx, mail); + } if (keywords != NULL) mailbox_keywords_unref(box, &keywords); return ret; } bool mailbox_is_inconsistent(struct mailbox *box) { return box->mailbox_deleted || box->v.is_inconsistent(box); }