From: Carl Worth Date: Wed, 25 Nov 2009 03:08:53 +0000 (-0800) Subject: notmuch.el: Quote arguments to protect from shell interpretation. X-Git-Tag: 0.1~335 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=adef90791867001f859d3b3fdcb46d265148cd11;hp=adef90791867001f859d3b3fdcb46d265148cd11;ds=sidebyside notmuch.el: Quote arguments to protect from shell interpretation. We want to allow the user to be able to use search expressions with parentheses and semi-colons, etc. and we definitely don't want the shell interpreting those! ---