X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=notmuch-emacs.mdwn;h=bc42d1af8ffc8b167de3f379e32b3627b3b890df;hp=d14a5c4841316029afb6ef0385b1b54fcb1f47b7;hb=HEAD;hpb=703183af3c39be2f56676fb2501d90bf9a6aa49d diff --git a/notmuch-emacs.mdwn b/notmuch-emacs.mdwn index d14a5c4..f5c8f01 100644 --- a/notmuch-emacs.mdwn +++ b/notmuch-emacs.mdwn @@ -2,9 +2,11 @@ # Notmuch Emacs Interface One of the more popular Notmuch message reading clients is **notmuch.el**, or -`notmuch-emacs`, an [Emacs](https://www.gnu.org/software/emacs/) major mode for -interacting with Notmuch. It is included in the Notmuch package (`notmuch-emacs` -in Debian). The [[screenshots|screenshots]] give a good overview of the mode. +`notmuch-mode`, an [Emacs](https://www.gnu.org/software/emacs/) major mode for +interacting with Notmuch. It is included in the Notmuch package (as +`elpa-notmuch` within the `notmuch` package in current Debian or as +`notmuch-emacs` in Debian 10 or prior). The [[screenshots|screenshots]] give a +good overview of the mode. This page is a basic guide for setting up and using Notmuch with Emacs. See also the [[tips and tricks page|emacstips]] for more advanced details. @@ -13,9 +15,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 @@ -132,3 +135,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.