Displaying 3 results from an estimated 3 matches for "no_hdr_hash".
Did you mean:
no_hdr_hashes
2016 Mar 08
2
Dsync Header Hashing
...18,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)
exporter->wanted_headers = dsync_mail_get_hash_headers(box);
/* first scan transaction log and save any expunges and flag changes */
--
Richard
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
...ort_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)
> exporter->wanted_headers = dsync_mail_get_hash_headers(box);
>
> /* first scan transaction log and save any expunges and flag changes */
>
--
Richard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dsync.diff
Type:...