[Patch v7 07/14] cli: add support for batch tagging operations to "notmuch tag"

2012-12-16 Thread Jani Nikula
On Fri, 14 Dec 2012, david at tethera.net wrote: > From: Jani Nikula > > Add support for batch tagging operations through stdin to "notmuch > tag". This can be enabled with the new --batch command line option to > "notmuch tag". The input must consist of lines of the format: > > +|- [...] [--]

Re: [Patch v7 07/14] cli: add support for batch tagging operations to notmuch tag

2012-12-15 Thread Jani Nikula
On Fri, 14 Dec 2012, da...@tethera.net wrote: From: Jani Nikula j...@nikula.org Add support for batch tagging operations through stdin to notmuch tag. This can be enabled with the new --batch command line option to notmuch tag. The input must consist of lines of the format: +tag|-tag [...]

[Patch v7 07/14] cli: add support for batch tagging operations to "notmuch tag"

2012-12-14 Thread da...@tethera.net
From: Jani Nikula Add support for batch tagging operations through stdin to "notmuch tag". This can be enabled with the new --batch command line option to "notmuch tag". The input must consist of lines of the format: +|- [...] [--] [...] Each line is interpreted similarly to

[Patch v7 07/14] cli: add support for batch tagging operations to notmuch tag

2012-12-14 Thread david
From: Jani Nikula j...@nikula.org Add support for batch tagging operations through stdin to notmuch tag. This can be enabled with the new --batch command line option to notmuch tag. The input must consist of lines of the format: +tag|-tag [...] [--] search-term [...] Each line is interpreted