projects
/
notmuch-wiki
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2645e72
)
correct small akonadimailsearch script problem
author
Maximilian Mehnert
<maximilian.mehnert@gmx.de>
Sun, 27 Oct 2013 20:20:53 +0000
(21:20 +0100)
committer
Maximilian Mehnert
<maximilian.mehnert@gmx.de>
Sun, 27 Oct 2013 20:20:53 +0000
(21:20 +0100)
emacstips.mdwn
patch
|
blob
|
history
diff --git
a/emacstips.mdwn
b/emacstips.mdwn
index 77055cf146f48f17684c66e486e7770f59c0013b..b886425329df7d3c6305e080dcb89aa462d30b21 100644
(file)
--- 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: