Re: Dsync Header Hashing

2016-04-12 Thread Richard Laager
On 04/12/2016 04:05 PM, Timo Sirainen wrote: I added it today: https://github.com/dovecot/core/commit/03af8e5325a7b4fec36414ac35949457bc426c0b Cool. And thanks for the awesome software! -- Richard

Re: Dsync Header Hashing

2016-04-12 Thread Richard Laager
We've completed our migration to Dovecot (yay!), so this isn't critical for me any more. But this change might still be a useful addition to Dovecot. It doesn't create any non-standard behavior (like my patch for non-atom flags). On 03/07/2016 11:16 PM, Richard Laager wrote: On 03/04/2016 08:

Re: Dsync Header Hashing

2016-04-12 Thread Timo Sirainen
I added it today: https://github.com/dovecot/core/commit/03af8e5325a7b4fec36414ac35949457bc426c0b > On 12 Apr 2016, at 23:46, Richard Laager wrote: > > We've completed our migration to Dovecot (yay!), so this isn't critical for > me any more. But this change might still be a useful addition to

Re: Dsync Header Hashing

2016-03-07 Thread Richard Laager
On 03/04/2016 08:52 AM, Timo Sirainen wrote: > On 04 Mar 2016, at 07:47, Richard Laager wrote: >> Is there any way to disable the header hashing in dsync? ... > Does the attached patch happen to work? Compiles, but untested for now. It works with one more change on top of your patch: diff --git

Re: Dsync Header Hashing

2016-03-04 Thread Timo Sirainen
On 04 Mar 2016, at 07:47, Richard Laager wrote: > > 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

Dsync Header Hashing

2016-03-03 Thread Richard Laager
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