From 08b35722036536e1f09e8de7cd0f9eab93fdd024 Mon Sep 17 00:00:00 2001 From: Maximilian Mehnert Date: Sun, 27 Oct 2013 21:20:53 +0100 Subject: [PATCH] correct small akonadimailsearch script problem --- emacstips.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0