diff options
| author | Maximilian Mehnert <maximilian.mehnert@gmx.de> | 2013-10-27 21:20:53 +0100 |
|---|---|---|
| committer | Maximilian Mehnert <maximilian.mehnert@gmx.de> | 2013-10-27 21:20:53 +0100 |
| commit | 08b35722036536e1f09e8de7cd0f9eab93fdd024 (patch) | |
| tree | fa4ff432be2068ee697e86143e65eba1beed08a6 | |
| parent | 2645e72d2c67ee76d7c669316909af9d72980031 (diff) | |
correct small akonadimailsearch script problem
| -rw-r--r-- | emacstips.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
