From: Maximilian Mehnert Date: Sun, 27 Oct 2013 20:20:53 +0000 (+0100) Subject: correct small akonadimailsearch script problem X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=08b35722036536e1f09e8de7cd0f9eab93fdd024 correct small akonadimailsearch script problem --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 77055cf..b886425 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -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: