Add .mailcap to auto view HTML mail in lynx
This commit is contained in:
parent
e8c012b9a4
commit
42ae57f186
2 changed files with 5 additions and 0 deletions
1
roles/home-cli/files/mailcap
Normal file
1
roles/home-cli/files/mailcap
Normal file
|
@ -0,0 +1 @@
|
||||||
|
text/html; lynx -dump -stdin; copiousoutput
|
|
@ -23,3 +23,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: dput.cf
|
src: dput.cf
|
||||||
dest: "{{ ansible_env.HOME }}/.dput.cf"
|
dest: "{{ ansible_env.HOME }}/.dput.cf"
|
||||||
|
- name: Copy .mailcap
|
||||||
|
copy:
|
||||||
|
src: mailcap
|
||||||
|
dest: "{{ ansible_env.HOME }}/.mailcap"
|
||||||
|
|
Loading…
Reference in a new issue