]> git.notmuchmail.org Git - notmuch-wiki/commitdiff
correct small akonadimailsearch script problem
authorMaximilian Mehnert <maximilian.mehnert@gmx.de>
Sun, 27 Oct 2013 20:20:53 +0000 (21:20 +0100)
committerMaximilian Mehnert <maximilian.mehnert@gmx.de>
Sun, 27 Oct 2013 20:20:53 +0000 (21:20 +0100)
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: