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

2013-02-21 Thread Tomi Ollila
On Thu, Feb 21 2013, David Bremner wrote: > Tomi Ollila 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}, " -- ", > +

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

2013-02-21 Thread Tomi Ollila
On Thu, Feb 21 2013, david at tethera.net wrote: > From: David Bremner > > 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 perl's >

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

2013-02-21 Thread David Bremner
Tomi Ollila 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, 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}, --

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

2013-02-20 Thread da...@tethera.net
From: David Bremner 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 perl's system function. --- devel/nmbug/nmbug | 27

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

2013-02-20 Thread david
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 perl's system function. --- devel/nmbug/nmbug | 27