summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-03-05 23:38:22 -0700
committerLuke Smith <luke@lukesmith.xyz>2018-03-05 23:38:22 -0700
commit3049b27fa5c7874db802b8fbdf2e016abe87fd9e (patch)
tree41eed02e8322d0a5578ae0c342b6ab3a293f9c2f /README.md
parent580cc963cb2fe1a76d0ce4da2e2c974e0a13dea9 (diff)
notify system added
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8abc1b0..352437b 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ The system takes an email and autodetect its server settings, generating a muttr
+ Multiple account management in mutt: jump from account to account with the `i` prefix in mutt: `i1`: first email account, `i5`: fifth, etc.
+ Easy movement to mail folders in mutt: `gi`: go to inbox, `gs` to sent mail, `ga` to archive, `gS` to spam, `gd` to drafts, etc.
+ Some default controls and colors. This system is going to be integrated into my [public auto-rice script](https://larbs.xyz) so I want it to look pretty and be usable out the box.
++ An optional autosync script that will smartly run offlineimap when connected to the internet at what interval you want and will notify you with a ding when new mail arrives.
### Will it work on my email? (95% yes)
@@ -50,6 +51,8 @@ The automatically deployed configs will look for certain programs for certain ex
+ `mupdf` -- for viewing attached pdfs (`v` to view attachments, then select .pdf)
+ `notmuch` -- for mail searching and indexing set to `ctrl-f`. Be sure to run `notmuch setup`. Remember your mail is in `~/.mail/` when you configure notmuch.
+ `w3m` and/or `w3mimg` -- for viewing images. Like .pdfs, view in the attachments menu.
++ A cron manager if you want the autosync feature.
++ `mpv` if you want the autosync feature to notify you with a ding on new mail.
### "Wait? The script asks for my passwords?"