On Wed, 07 Apr 2010, micah anderson wrote: > On 2010-03-27, micah anderson wrote: > > On Thu, 25 Mar 2010 22:50:52 -0400, micah anderson <micah@riseup.net> wrote: > > > On Mon, 01 Mar 2010 15:57:00 +0100, "Sebastian Spaeth" <Sebastian@SSpaeth.de> wrote: > > > > > > > From git repository git://github.com/spaetz/notmuch-all-feature.git I > > > > would like to advocate the following branches for quick pulling. Each > > > > contains 1 or 2 patches. They have all been based on todays > > > > cworth/master, so it should be really painless. > > > > > > Thanks for pulling these all together! All the ones that you propose I > > > also use and would really like these to be merged as well. > > > > > > The only other patch that I find absolutely crucial, that you do not > > > include, is the 'Preserve folder information when indexing' patch which, > > > although not perfect, does significantly change my life. > > > > Glad you find it useful. Yes, having the folder information would indeed > > be nice. Is that patch working well for you? (Can you point me to the > > mail ID of the patch you are using? There have been several versions > > around). > > The patch works really well for me. I also had difficulty figuring out > which was the latest. I think that the patch you sent was not the latest version. The latest is in id:1265122868-12133-1-git-send-email-sojkam1@fel.cvut.cz, but it is not rebased to the current master. I do not use this patch right now, since I didn't find time to apply it on top of my mailstore abstraction patches. What I remember from when I used it is, that it was really problematic with mail sent by me to mailing lists. There were two version of the message - one in sent folder and one in list folder - and the "folder tag" was not assigned deterministically. I think that now I know how to implement this correctly, I only need some time. Also, the problem is very similar to synchronization of maildir flags to multiple files, which is what I'm solving right now. So probably, after I finish maildir flag synchronization I can work on this patch. -Michal