X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacstips.mdwn;h=070edba3b653a318e2a515d5fcdf44bd1cf92c3e;hb=5f5765ced6969050be63278f8dc77939571a2489;hp=f393a1fb7589dcda150d2fbd7bddefc628ebb69b;hpb=879df316752d69945562ab6c54ebf09f40a1a678;p=notmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index f393a1f..070edba 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -87,7 +87,7 @@ mentioned as script arguments. (Note: The script expects that you have #!/bin/sh attach_cmds="" while [ "$1" ]; do - fullpath=$(readlink --canonicalize $1) + fullpath=$(readlink --canonicalize "$1") attach_cmds="$attach_cmds (mml-attach-file \"$fullpath\")" shift done @@ -195,7 +195,7 @@ And version for notmuch 0.12 (not released yet) (interactive) (notmuch-show-tag-message (if (member "deleted" (notmuch-show-get-tags)) - "+deleted" "-deleted")))) + "-deleted" "+deleted")))) ## Restore reply-to-all key binding to 'r'