X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-emacs.mdwn;h=bc42d1af8ffc8b167de3f379e32b3627b3b890df;hb=fc555c57dce98da6ab3bc92a4831a14c91807b6e;hp=24742edef924831e85460de458fa9a32e2e84893;hpb=759e2e386f64f7fafc22e386fbf9584134e39a8b;p=notmuch-wiki diff --git a/notmuch-emacs.mdwn b/notmuch-emacs.mdwn index 24742ed..bc42d1a 100644 --- a/notmuch-emacs.mdwn +++ b/notmuch-emacs.mdwn @@ -2,7 +2,7 @@ # Notmuch Emacs Interface One of the more popular Notmuch message reading clients is **notmuch.el**, or -`notmuch-emacs`, an [Emacs](http://www.gnu.org/software/emacs/) major mode for +`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. @@ -25,8 +25,8 @@ to ensure this is to use the package(s) in your distribution's package repository. If you've installed Notmuch from a [git -checkout](http://git.notmuchmail.org/git/notmuch) or a [source -release](http://notmuchmail.org/releases/), Notmuch Emacs is included by +checkout](https://git.notmuchmail.org/git/notmuch) or a [source +release](https://notmuchmail.org/releases/), Notmuch Emacs is included by default. It is **not** recommended to install Notmuch Emacs from the Emacs Lisp Package @@ -91,7 +91,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 +132,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.