notmuch/contrib
Kevin J. McCarthy f3dc5be6f2 notmuch-mutt: Fix tagging issues
This patch fixes three issues with "notmuch-mutt tag":

1. The message_id was not shell quoted.
   Thanks to Jason Miller for the bug report and patch.

2. The tags passed into tag_action() were not being properly quoted.
   The "join before shell_quote" was combining multiple tags into a
   single argument to notmuch tag: '+one -two -three' instead of
   '+one' '-two' '-three'.

3. A "--" was added between the tags and search-term as shown in the
   current notmuch-tag man page.

Thanks to Tomi Ollila for suggesting the simple fix of using
the list form of system(), which bypasses the shell.
2013-09-08 22:47:51 -03:00
..
notmuch-deliver notmuch-deliver: Update to new notmuch_database_open API 2012-06-01 11:31:26 -03:00
notmuch-mutt notmuch-mutt: Fix tagging issues 2013-09-08 22:47:51 -03:00
notmuch-pick contrib: pick: test: buffer movement 2013-09-04 06:33:41 -03:00
notmuch-vim notmuch-vim: deprecate, move to contrib 2013-02-16 08:03:09 -04:00