]> git.cworth.org Git - obsolete/notmuch-wiki/commitdiff
Add the weird "shortcuts" for gpg signing mails
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 26 Apr 2010 12:41:42 +0000 (14:41 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 26 Apr 2010 12:41:42 +0000 (14:41 +0200)
emacstips.mdwn

index 816988a82277d6f4fbbfd1137ac789ed60cb36b1..5863ab60609fd2dd9fe336bc62c50c6838719ca6 100644 (file)
@@ -249,10 +249,12 @@ As its name implies, notmuch isn't really doing that much (which is part of its
 * <span id="sign_messages_gpg">**how to sign/encrypt my messages with
   gpg**</span>
 
-  You can manually sign your messages with gpg by
-  invoking `M-x mml-secure-sign-pgpmime` (or
-  `M-x mml-secure-encrypt-pgpmime`). To do so by default, I use this hook in
-  my .emacs file:
+  You can manually sign your messages with gpg by invoking `M-x
+  mml-secure-sign-pgpmime` (or `M-x
+  mml-secure-encrypt-pgpmime`). These functions are available via the
+  convenient (*cough cough*) keybindings `C-c C-m s p` and `C-c C-m c
+  p` by default. To sign my outgoing mail by default, I use this hook
+  in my .emacs file:
 
                       ;;sign messages by default
                       (add-hook 'message-setup-hook 'mml-secure-sign-pgpmime)