use personal mailcap config

This commit is contained in:
Alexander Bocken 2021-06-01 16:35:45 +02:00
parent 482fee530c
commit 5b420c6330
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# PDF
application;zathura %s
image/pdf;zathura %s
# Images
image/bmp;sxiv %s
image/gif;sxiv %s
@ -13,4 +12,5 @@ image/tiff;sxiv %s
image/x-png;sxiv %s
#Text
#text/html;firefox %s
text/html; qutebrowser %s
text/calendar; calendaradd %s

View File

@ -1,6 +1,8 @@
# vim: filetype=neomuttrc
source /usr/local/share/mutt-wizard/mutt-wizard.muttrc # mw-autogenerated
set mailcap_path = /home/alex/.config/mutt/mailcap #overwrite default mailcap location
macro index,pager i2 '<sync-mailbox><enter-command>source /home/alex/.config/mutt/accounts/2-ethz.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to abocken@ethz.ch" # mw-autogenerated
source /home/alex/.config/mutt/accounts/1-bocken.muttrc # mw-autogenerated
macro index,pager i1 '<sync-mailbox><enter-command>source /home/alex/.config/mutt/accounts/1-bocken.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to alexander@bocken.org" # mw-autogenerated
macro index,pager i3 '<sync-mailbox><enter-command>source /home/alex/.config/mutt/accounts/3-moodle.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to moodle@bocken.org" # mw-autogenerated
macro index,pager i4 '<sync-mailbox><enter-command>source /home/alex/.config/mutt/accounts/5-bockenspam.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to spam@bocken.org" # mw-autogenerated