Re: [Patch v2 1/4] nmbug: use dump --format=batch-tag

2013-02-21 Thread Tomi Ollila
On Thu, Feb 21 2013, da...@tethera.net wrote: From: David Bremner brem...@debian.org This should make nmbug tolerate tags with whitespace and other special characters it. At the moment this relies on _not_ passing calls to notmuch tag through the shell, which is a documented feature of

Re: [Patch v2 1/4] nmbug: use dump --format=batch-tag

2013-02-21 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: This patch series looks good to me (as far as I can understand, I did not find the silly bug in your previous patch...) Compare : +print $notmuch $A_action.$TAGPREFIX.$pair-{tag}, -- , + 'id:'.$pair-{id}; vs. +print $notmuch

Re: [Patch v2 1/4] nmbug: use dump --format=batch-tag

2013-02-21 Thread Tomi Ollila
On Thu, Feb 21 2013, David Bremner da...@tethera.net wrote: Tomi Ollila tomi.oll...@iki.fi writes: This patch series looks good to me (as far as I can understand, I did not find the silly bug in your previous patch...) Compare : +print $notmuch $A_action.$TAGPREFIX.$pair-{tag}, --