diff options
author | Ensa <psychoticfervor@tuta.io> | 2019-12-20 00:14:09 -0800 |
---|---|---|
committer | Ensa <psychoticfervor@tuta.io> | 2019-12-20 00:14:09 -0800 |
commit | 4684d80b6271dd775cd23dabf2b91d6ce56fa33a (patch) | |
tree | ddb6c6219e213132b8500e016b1ce238aa71029d /data/mailcap | |
parent | f733ca7c8041866df27752c8e0c2610e0ecef6a7 (diff) | |
download | cfg-4684d80b6271dd775cd23dabf2b91d6ce56fa33a.tar.gz |
first significant commit
see README.md for information
Diffstat (limited to 'data/mailcap')
-rw-r--r-- | data/mailcap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/mailcap b/data/mailcap new file mode 100644 index 0000000..d57b783 --- /dev/null +++ b/data/mailcap @@ -0,0 +1,4 @@ +text/plain; $EDITOR %s ; +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; +video/*; mpv --quiet %s &; copiousoutput +application/pdf; $READER %s ; |