diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-10 09:44:58 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-10 09:44:58 +0300 |
commit | e6aa326505607988d507fc3bd33c7eab8f899a1d (patch) | |
tree | d222696efb371f5743796230aefca05352694779 /dotfiles/.config/mutt | |
parent | 5e816beda9df8dc55a22d5d159e72c5c379d8c14 (diff) | |
download | swayrice-e6aa326505607988d507fc3bd33c7eab8f899a1d.tar.gz swayrice-e6aa326505607988d507fc3bd33c7eab8f899a1d.zip |
Minor changes
* Neomutt changes to abook query, mailcap default html viewer.
* Youtube-viewer config update.
* qutebrowser edit with external editor command.
Diffstat (limited to 'dotfiles/.config/mutt')
-rw-r--r-- | dotfiles/.config/mutt/mailcap | 2 | ||||
-rw-r--r-- | dotfiles/.config/mutt/muttrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/mutt/mailcap b/dotfiles/.config/mutt/mailcap index e00a607..71ce50c 100644 --- a/dotfiles/.config/mutt/mailcap +++ b/dotfiles/.config/mutt/mailcap @@ -1,6 +1,6 @@ text/plain; $EDITOR %s ; -text/html; mutt-open %s ; nametemplate=%s.html text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput; +text/html; mutt-open %s ; nametemplate=%s.html image/*; mutt-open %s ; video/*; setsid mpv --quiet %s &; copiousoutput audio/*; mpv %s ; diff --git a/dotfiles/.config/mutt/muttrc b/dotfiles/.config/mutt/muttrc index e77a8c0..207f7c4 100644 --- a/dotfiles/.config/mutt/muttrc +++ b/dotfiles/.config/mutt/muttrc @@ -6,7 +6,7 @@ set date_format="%y/%m/%d %I:%M%p" set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set sort = 'reverse-date' set smtp_authenticators = 'gssapi:login' -set query_command = "abook --mutt-query '%s'" +set query_command = "abook -C $HOME/.config/abook/abookrc --datafile $HOME/docs/data/contacts/addressbook --mutt-query '%s'" set rfc2047_parameters = yes set sleep_time = 0 # Pause 0 seconds for informational messages set markers = no # Disables the `+` displayed at line wraps |