]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
correct small akonadimailsearch script problem
[notmuch-wiki] / emacstips.mdwn
index 77055cf146f48f17684c66e486e7770f59c0013b..b886425329df7d3c6305e080dcb89aa462d30b21 100644 (file)
@@ -498,7 +498,7 @@ Create a ~/bin/akonadimailsearch.sh file with the following content and make it
 (Adjust the path for the akonadimailsearch binary.)
 
         #!/bin/sh
-        akonadimailsearch $@ 2>/dev/null
+        akonadimailsearch "$@" 2>/dev/null
 
 As described above, you can now add the following settings to your ~/.emacs file: