X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=emacstips.mdwn;h=11495b2f98add6a1cd45b3f154c584581f1ba1d9;hb=b989c29efb33a1f4db6322f7b50a9dc919cd1699;hp=2ce59e76dcdb0544341d87a23225a029aefe08c6;hpb=d8bb8bb5af6c1ecabf3fc3b702c4491fea31f4bf;p=notmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index 2ce59e7..11495b2 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -335,7 +335,7 @@ If you are not yet running 0.22, you can still use it by adding a wrapper around the command called, say, `notmuch-address`: #!/bin/sh - exec notmuch address from:"$@" + exec notmuch address from:"$*" Then you can set the `notmuch-address-command` to `notmuch-address` (if it is in your `$PATH` of course, otherwise use an absolute path).