From dd950f09859bf24dc1d99e0d4605232ee629fc05 Mon Sep 17 00:00:00 2001 From: William Vaughn Date: Thu, 6 May 2021 22:25:48 -0700 Subject: [PATCH 1/4] add "an" to description --- modules/email/notmuch/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/notmuch/README.org b/modules/email/notmuch/README.org index b7a368466..0c88e0b36 100644 --- a/modules/email/notmuch/README.org +++ b/modules/email/notmuch/README.org @@ -21,7 +21,7 @@ - [[#troubleshooting][Troubleshooting]] * Description -This module turns Emacs into email client using ~notmuch~. +This module turns Emacs into an email client using ~notmuch~. ** Module Flags + =+afew= Enables integration with =afew=. From 4edbe3bd65656442b073d3b20b4da67990cf1f9e Mon Sep 17 00:00:00 2001 From: William Vaughn Date: Thu, 6 May 2021 22:27:08 -0700 Subject: [PATCH 2/4] notmuch readme: add keymaps features subheaing --- modules/email/notmuch/README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/email/notmuch/README.org b/modules/email/notmuch/README.org index 0c88e0b36..56f10b33f 100644 --- a/modules/email/notmuch/README.org +++ b/modules/email/notmuch/README.org @@ -68,7 +68,11 @@ environment.systemPackages = with pkgs; [ ** TODO openSUSE ** TODO Debian/Ubuntu -* TODO Features +* Features + +| Keymap | Command | Description | +| ~SPC m u~ | =+notmuch/update= | Download, sync, and index emails with notmuch | +| ~SPC m c~ | =+notmuch/compose= | Compose new email | * Configuration ** Downloading your email From 2bf97211ff08165a72bbe0036d14f4c986db9269 Mon Sep 17 00:00:00 2001 From: William Vaughn Date: Thu, 6 May 2021 22:34:20 -0700 Subject: [PATCH 3/4] notmuch: add lieer links --- modules/email/notmuch/README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/email/notmuch/README.org b/modules/email/notmuch/README.org index 56f10b33f..107d6c05f 100644 --- a/modules/email/notmuch/README.org +++ b/modules/email/notmuch/README.org @@ -88,7 +88,9 @@ index your email for the first time: notmuch new #+END_SRC -*** TODO Gmailier +*** lieer + +[[https://github.com/gauteh/lieer][Lieer]], formerly called Gmailieer, is the indexing tool used by default. To install lieer, see the [[https://github.com/gauteh/lieer#installation][installation docs]]. *** offlineimap To use [[https://www.offlineimap.org/][offlineimap]], change ~+notmuch-sync-backend~: From 76b9ab18dddd38767f2cddd4b5618edce78c5a5a Mon Sep 17 00:00:00 2001 From: William Vaughn Date: Thu, 6 May 2021 22:35:17 -0700 Subject: [PATCH 4/4] notmuch: add links about sending mail --- modules/email/notmuch/README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/email/notmuch/README.org b/modules/email/notmuch/README.org index 107d6c05f..df2c3f275 100644 --- a/modules/email/notmuch/README.org +++ b/modules/email/notmuch/README.org @@ -16,6 +16,7 @@ - [[#features][Features]] - [[#configuration][Configuration]] - [[#downloading-your-email][Downloading your email]] + - [[#sending-mail][Sending mail]] - [[#customize-notmuch-hello-buffer][Customize =*notmuch-hello*= buffer]] - [[#changing-the-notmuch-landing-page][Changing the =notmuch= landing page]] - [[#troubleshooting][Troubleshooting]] @@ -140,7 +141,10 @@ own backend: ;; Set this to an arbitrary shell command +notmuch-sync-command "my-notmuch-sync-cmd") #+END_SRC - +** Sending mail +- [[https://notmuchmail.org/notmuch-emacs/#index6h2][notmuch docs: Sending mail]] +- [[https://notmuchmail.org/emacstips/#index11h2][notmuch docs: msmtp, message mode and multiple accounts]] +- [[https://notmuchmail.org/emacstips/#index12h2][notmuch docs: sending mail using smtpmail]] ** Customize =*notmuch-hello*= buffer It is possible to change the =*notmuch-hello*= buffer if you want to.