splittng threads [was: Re: Combining threads]

David Bremner bremner at unb.ca
Sun Nov 14 15:58:40 PST 2010


On Sun, 14 Nov 2010 23:24:09 +0100, Michal Sojka <sojkam1 at fel.cvut.cz> wrote:
> On Sat, 13 Nov 2010, Daniel Kahn Gillmor wrote:
> > my current understanding is that a not-uncommon use case is to have two
> > separate notmuch instances, synchronized by syncing maildirs and
> > tagsets.  Would such a thread-split be syncable between two notmuch
> > instances?
> 
> It won't be syncable without a special support somewhere in notmuch.
> 

To elaborate, threads are currently reconstructed in every instance
rather than being syncable. This is mainly because the thread-ids are
generated sequentially. Since messages could arrive in different
instances at different times, assigning the "right" thread-id is a bit
non-trivial.


More information about the notmuch mailing list