X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacstips.mdwn;h=3eef27ebcb14ae1f097f632ec6e9003c10e5e174;hb=40a70ec14d02a607758a34ea9cccaef347508f2a;hp=f168647c443ad555bedb63a179c135cafa52b707;hpb=74f16e1a2b7792bf42f2a28b33423a1db1764658;p=notmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index f168647..3eef27e 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -194,8 +194,8 @@ And version for notmuch 0.12 (not released yet) "toggle deleted tag for message" (interactive) (notmuch-show-tag-message - (if (member "deleted" (notmuch-show-get-tags) - "+deleted" "-deleted"))))) + (if (member "deleted" (notmuch-show-get-tags)) + "-deleted" "+deleted")))) ## Restore reply-to-all key binding to 'r' @@ -398,7 +398,7 @@ part. ### Troubleshooting message-mode gpg support -- If you have trouble with expired subkeys, you may have encounted +- If you have trouble with expired subkeys, you may have encountered emacs bug #7931. This is fixed in git commit 301ea744c on 2011-02-02. Note that if you have the Debian package easypg installed, it will shadow the fixed version of easypg included with