feat(neomutt): Add initial non-secret configuration
Adds the config that I use for a lot of the non-secret or personally identifying parts of neomutt. Lacks a lot of important bits like actually doing anything with the emails; but at least a lot of the graphical stuff is pretty now and saved in git.
This commit is contained in:
parent
341db7911e
commit
22dbb128c0
5 changed files with 308 additions and 0 deletions
10
config/mutt/mailcap
Normal file
10
config/mutt/mailcap
Normal file
|
@ -0,0 +1,10 @@
|
|||
text/plain; $EDITOR %s ;
|
||||
text/html; xdg-open %s ; nametemplate=%s.html
|
||||
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput;
|
||||
image/*; xdg-open %s ;
|
||||
video/*; setsid mpv --quiet %s &; copiousoutput
|
||||
audio/*; mpv %s ;
|
||||
application/pdf; xdg-open %s ;
|
||||
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
|
||||
application/pgp-keys; gpg --import '%s'; copiousoutput;
|
||||
application/x-subrip; $EDITOR %s ;
|
Loading…
Add table
Add a link
Reference in a new issue