Displaying 4 results from an estimated 4 matches for "dsync_mailbox_export_init".
2016 Mar 08
2
Dsync Header Hashing
...now.
It works with one more change on top of your patch:
diff --git a/src/doveadm/dsync/dsync-mailbox-export.c b/src/doveadm/dsync/dsync-mailbox-export.c
index 361cc55..0267f86 100644
--- a/src/doveadm/dsync/dsync-mailbox-export.c
+++ b/src/doveadm/dsync/dsync-mailbox-export.c
@@ -518,7 +518,7 @@ dsync_mailbox_export_init(struct mailbox *box,
p_array_init(&exporter->expunged_seqs, pool, 16);
p_array_init(&exporter->expunged_guids, pool, 16);
- if (!exporter->mails_have_guids)
+ if (!exporter->mails_have_guids && !exporter->no_hdr_hashes)
ex...
2016 Mar 04
2
Dsync Header Hashing
Is there any way to disable the header hashing in dsync?
I'm doing a one-time migration to Dovecot using imapc. The FETCHes for
Date & Message-ID take a non-trivial amount of time and it's not clear
to me if they have a function for a one-time migration.
--
Richard
2016 Apr 12
1
Dsync Header Hashing
...change on top of your patch:
>
> diff --git a/src/doveadm/dsync/dsync-mailbox-export.c b/src/doveadm/dsync/dsync-mailbox-export.c
> index 361cc55..0267f86 100644
> --- a/src/doveadm/dsync/dsync-mailbox-export.c
> +++ b/src/doveadm/dsync/dsync-mailbox-export.c
> @@ -518,7 +518,7 @@ dsync_mailbox_export_init(struct mailbox *box,
> p_array_init(&exporter->expunged_seqs, pool, 16);
> p_array_init(&exporter->expunged_guids, pool, 16);
>
> - if (!exporter->mails_have_guids)
> + if (!exporter->mails_have_guids && !exporter->no_hdr_h...
2013 Oct 20
1
backup maildir mailbox bugs
...backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x59e6a) [0x7f91ad185e6a] ->
/usr/lib/dovecot/libdovecot.so.0(default_fatal_handler+0x2a)
[0x7f91ad185f2a] -> /usr/lib/dovecot/libdovecot.so.0(i_fatal+0)
[0x7f91ad144b89] -> doveadm [user at example.com Printing Quotes send:mailbox
recv:mailbox](dsync_mailbox_export_init+0x8b8) [0x434028] -> doveadm [
user at example.com Printing Quotes send:mailbox
recv:mailbox](dsync_brain_sync_mailbox_open+0x233) [0x42ba83] -> doveadm [
user at example.com Printing Quotes send:mailbox
recv:mailbox](dsync_brain_slave_recv_mailbox+0x125) [0x42c615] -> doveadm [
user at ex...