[notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-26 Thread Michal Sojka
On Tue, 23 Mar 2010, Ruben Pollan wrote: > On 14:35, Tue 23 Mar 10, Michal Sojka wrote: > > Yes, that's a bug. Messages in your mail_folder/new probably don't have > > any 'info' (flags) in their filename, which is correct with respect to > > http://cr.yp.to/proto/maildir.html. My patch incorrectly

Re: [notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-26 Thread Michal Sojka
On Tue, 23 Mar 2010, Ruben Pollan wrote: > On 14:35, Tue 23 Mar 10, Michal Sojka wrote: > > Yes, that's a bug. Messages in your mail_folder/new probably don't have > > any 'info' (flags) in their filename, which is correct with respect to > > http://cr.yp.to/proto/maildir.html. My patch incorrectly

[notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Ruben Pollan
On 14:35, Tue 23 Mar 10, Michal Sojka wrote: > On Tue, 23 Mar 2010, Ruben Pollan wrote: > > On 16:39, Thu 18 Mar 10, Michal Sojka wrote: > > > This mailstore allows bi-directional synchronization between maildir > > > flags and certain tags. The flag-to-tag mapping is defined by flag2tag > > > arra

[notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Michal Sojka
On Tue, 23 Mar 2010, Ruben Pollan wrote: > On 16:39, Thu 18 Mar 10, Michal Sojka wrote: > > This mailstore allows bi-directional synchronization between maildir > > flags and certain tags. The flag-to-tag mapping is defined by flag2tag > > array. > > I'm trying it, the synchronization from my mail

[notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Ruben Pollan
On 16:39, Thu 18 Mar 10, Michal Sojka wrote: > This mailstore allows bi-directional synchronization between maildir > flags and certain tags. The flag-to-tag mapping is defined by flag2tag > array. I'm trying it, the synchronization from my maildir to notmuch seems to work fine except for the "unr

Re: [notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Ruben Pollan
On 14:35, Tue 23 Mar 10, Michal Sojka wrote: > On Tue, 23 Mar 2010, Ruben Pollan wrote: > > On 16:39, Thu 18 Mar 10, Michal Sojka wrote: > > > This mailstore allows bi-directional synchronization between maildir > > > flags and certain tags. The flag-to-tag mapping is defined by flag2tag > > > arra

Re: [notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Michal Sojka
On Tue, 23 Mar 2010, Ruben Pollan wrote: > On 16:39, Thu 18 Mar 10, Michal Sojka wrote: > > This mailstore allows bi-directional synchronization between maildir > > flags and certain tags. The flag-to-tag mapping is defined by flag2tag > > array. > > I'm trying it, the synchronization from my mail

Re: [notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Ruben Pollan
On 16:39, Thu 18 Mar 10, Michal Sojka wrote: > This mailstore allows bi-directional synchronization between maildir > flags and certain tags. The flag-to-tag mapping is defined by flag2tag > array. I'm trying it, the synchronization from my maildir to notmuch seems to work fine except for the "unr

[notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-18 Thread Michal Sojka
This mailstore allows bi-directional synchronization between maildir flags and certain tags. The flag-to-tag mapping is defined by flag2tag array. The synchronization works this way: 1) Whenever notmuch new is executed, then for every new/renamed message the tags defined in flag2tag are either

[notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-18 Thread Michal Sojka
This mailstore allows bi-directional synchronization between maildir flags and certain tags. The flag-to-tag mapping is defined by flag2tag array. The synchronization works this way: 1) Whenever notmuch new is executed, then for every new/renamed message the tags defined in flag2tag are either