summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-26 11:15:04 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-26 11:15:04 -0400
commit8bf5ef31fc2769ab19a573668dda597b0e02e22b (patch)
tree5640517ae2b24d68af33ed856d02173af3e4a027 /README.md
parentedb3841711c1210e6453b6a81a4c1161e6827b1e (diff)
notmuch dox changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 404dceb..2dc4ec3 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ The mutt-wizard is run with the command `mw`. It also installs the `mailsync` co
### Optional
- `w3m` - view HTML email and images in neomutt.
-- `notmuch` - index and search mail. Install it and run `notmuch setup`, tell it that your mail is in `~/.local/share/mail/`. You can run it in mutt with `ctrl-f`. Run `notmuch new` to process new mail, although the included `mailsync` script does this for you.
+- `[notmuch](notmuch)` - index and search mail. Install it and run `notmuch setup`, tell it that your mail is in `~/.local/share/mail/` (although `mw` will do this automatically if you haven't set notmuch up before). You can run it in mutt with `ctrl-f`. Run `notmuch new` to process new mail, although the included `mailsync` script does this for you.
- `libnotify`/`libnotify-bin` - allows notifications when syncthing mail with `mailsync`
- `abook` - a terminal-based address book. Pressing tab while typing an address to send mail to will suggest contacts that are in your abook.
- A cron manager - if you want to enable the auto-sync feature.