mutt notes
This commit is contained in:
parent
20f9856dec
commit
910f8f0a8b
16
mutt.md
Normal file
16
mutt.md
Normal file
@ -0,0 +1,16 @@
|
||||
## Office 365 Setup
|
||||
|
||||
[office365 config](https://github.com/ork/mutt-office365)
|
||||
|
||||
[setup html viewer in mutt](http://jasonwryan.com/blog/2012/05/12/mutt/)
|
||||
|
||||
* requires w3m
|
||||
* add this to .mutt/muttrc
|
||||
```
|
||||
auto_view text/html # view html automatically
|
||||
alternative_order text/plain text/enriched text/html # save html for last
|
||||
```
|
||||
* add this to .mutt/mailcap
|
||||
```
|
||||
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
||||
```
|
Loading…
Reference in New Issue
Block a user