clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti 60f5bd1b 0fb1d15a

+19 -2
+1
mutt/.config/mutt/mailcap
··· 1 1 text/html; firefox %s; test=test -n "$display"; needsterminal; 2 + text/html; w3m -I %{charset} -T text/html -dump %s; copiousoutput; 2 3 text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput; 3 4 text/plain; cat %s; copiousoutput 4 5 application/pdf; firefox %s; test=test -n "$display"; needsterminal;
+18 -2
mutt/.config/mutt/notmuch/README.md
··· 13 13 - `to-screen` - Needs manual review 14 14 - Plus: `inbox`, `archive`, `spam`, `waiting`, `someday`, etc. 15 15 16 + ## Requirements 17 + 18 + ### Essential 19 + - **notmuch** - Email indexing and tagging 20 + - **isync (mbsync)** - IMAP sync 21 + - **neomutt** - Email client with notmuch support 22 + 23 + ### HTML Email Rendering 24 + - **w3m** - Primary HTML-to-text renderer (recommended) 25 + - **lynx** - Fallback HTML-to-text renderer 26 + 27 + Install all on Arch Linux: 28 + ```bash 29 + sudo pacman -S notmuch isync neomutt w3m lynx 30 + ``` 31 + 16 32 ## Quick Start 17 33 18 34 ```bash 19 - # 1. Install packages 20 - sudo pacman -S notmuch isync 35 + # 1. Install packages (if not done above) 36 + sudo pacman -S notmuch isync neomutt w3m lynx 21 37 22 38 # 2. Configure mbsync 23 39 cp ~/.config/mutt/notmuch/mbsyncrc.example ~/.mbsyncrc