diff options
author | Yigit Sever | 2025-10-17 12:31:51 +0300 |
---|---|---|
committer | Yigit Sever | 2025-10-17 12:31:51 +0300 |
commit | 7af538e1f0adba19b3c8b8f8f39ac9ce4815266e (patch) | |
tree | 19383789b0737c8ed5921ea07ab629cdd209e7e8 /.config | |
parent | 5c8ef378e6ba9a14f0adb23ef349b9562f649239 (diff) | |
download | dotfiles-7af538e1f0adba19b3c8b8f8f39ac9ce4815266e.tar.gz dotfiles-7af538e1f0adba19b3c8b8f8f39ac9ce4815266e.tar.bz2 dotfiles-7af538e1f0adba19b3c8b8f8f39ac9ce4815266e.zip |
mutt: openfile excel extensions
Diffstat (limited to '.config')
-rw-r--r-- | .config/mutt/mailcap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap index b355f32..027a394 100644 --- a/.config/mutt/mailcap +++ b/.config/mutt/mailcap | |||
@@ -7,3 +7,5 @@ audio/*; mpv %s ; | |||
7 | application/pdf; openfile %s ; | 7 | application/pdf; openfile %s ; |
8 | application/pgp-encrypted; gpg -d '%s'; copiousoutput; | 8 | application/pgp-encrypted; gpg -d '%s'; copiousoutput; |
9 | application/pgp-keys; gpg --import '%s'; copiousoutput; | 9 | application/pgp-keys; gpg --import '%s'; copiousoutput; |
10 | application/vnd.ms-excel; openfile '%s'; | ||
11 | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet ; openfile '%s'; | ||