X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-emacs.mdwn;h=5ced0cf6edabff613447a00b1cca5d6ba7328c51;hb=dca2a45c19c86bac102424eb62b1130a3c7d086f;hp=6b7eccd17e74fe01fe738afbaef7030252e7ce36;hpb=a9c913c9820b8c43519e8eb808ebb346b8281669;p=notmuch-wiki diff --git a/notmuch-emacs.mdwn b/notmuch-emacs.mdwn index 6b7eccd..5ced0cf 100644 --- a/notmuch-emacs.mdwn +++ b/notmuch-emacs.mdwn @@ -13,9 +13,10 @@ the [[tips and tricks page|emacstips]] for more advanced details. ## Prerequisites -The Notmuch Emacs interface uses the Notmuch [[command line interface|manpages]] -to interact with the Notmuch database and your mail store. Please make sure -you've [[set up Notmuch|getting-started]] first. +The Notmuch Emacs interface uses the Notmuch [command line +interface](https://notmuchmail.org/doc/latest/man1/notmuch.html) to +interact with the Notmuch database and your mail store. Please make +sure you've [[set up Notmuch|getting-started]] first. ## Installation @@ -91,7 +92,7 @@ When composing new messages, you will be entered in Emacs's messages. When in message mode, you can type `C-c ?` for help. If you would like to use address autocompletion when composing -messages, see [address completion](emacstips#index13h2). +messages, see [address completion](/emacstips#index13h2). When you are ready to send a message, type `C-c C-c`. By default message mode will use your sendmail command to send mail, so make sure @@ -132,3 +133,7 @@ mentioned as script arguments. (Note: The script expects that you have shift done emacsclient -a '' -c -e "(progn (compose-mail) $attach_cmds)" + +Also, if you're the kind of person who forgets to add attachments, +there's a cure for that disease. See [Never forget +attachments](/emacstips#index27h2) for all the details.