[PATCH] contrib/nmbug: convert to use batch tagging.

2013-02-13 Thread David Bremner
Tomi Ollila writes: > > The code LGTM. Is there any quoting differences between these 2 > tagging methods ? > That's a good point. I added quoting easily enough, but as soon as I did, I discovered the rest of nmbug has some issues with tags with spaces in them. I'll see how hard this is to

[PATCH] contrib/nmbug: convert to use batch tagging.

2013-02-13 Thread Tomi Ollila
On Sat, Feb 09 2013, david at tethera.net wrote: > From: David Bremner > > In the case of large changes to the database from git, one of main > current bottlenecks is the large number of execs of notmuch tag. This > avoids that by using use the batch tagging facilities as of notmuch > 0.15. > >

Re: [PATCH] contrib/nmbug: convert to use batch tagging.

2013-02-13 Thread Tomi Ollila
On Sat, Feb 09 2013, da...@tethera.net wrote: From: David Bremner brem...@debian.org In the case of large changes to the database from git, one of main current bottlenecks is the large number of execs of notmuch tag. This avoids that by using use the batch tagging facilities as of notmuch

Re: [PATCH] contrib/nmbug: convert to use batch tagging.

2013-02-13 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: The code LGTM. Is there any quoting differences between these 2 tagging methods ? That's a good point. I added quoting easily enough, but as soon as I did, I discovered the rest of nmbug has some issues with tags with spaces in them. I'll see how hard

[PATCH] contrib/nmbug: convert to use batch tagging.

2013-02-08 Thread da...@tethera.net
From: David Bremner In the case of large changes to the database from git, one of main current bottlenecks is the large number of execs of notmuch tag. This avoids that by using use the batch tagging facilities as of notmuch 0.15. We use "spawn" directly rather than

[PATCH] contrib/nmbug: convert to use batch tagging.

2013-02-08 Thread david
From: David Bremner brem...@debian.org In the case of large changes to the database from git, one of main current bottlenecks is the large number of execs of notmuch tag. This avoids that by using use the batch tagging facilities as of notmuch 0.15. We use spawn directly rather than inventing a