[mutt] A few tweaks to mailcap and colors
This commit is contained in:
parent
ea014b7b92
commit
ec54a33422
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
text/html; w3m -v -F -I %{charset} -T text/html -cols 120 -dump %s; edit=vim; compose=vim; nametemplate=%s.html; needsterminal; copiousoutput
|
||||||
image/jpeg; ~/.mutt/view_attachment.sh %s jpg
|
image/jpeg; ~/.mutt/view_attachment.sh %s jpg
|
||||||
image/jpg; ~/.mutt/view_attachment.sh %s jpg
|
image/jpg; ~/.mutt/view_attachment.sh %s jpg
|
||||||
image/pjepg; ~/.mutt/view_attachment.sh %s jpg
|
image/pjepg; ~/.mutt/view_attachment.sh %s jpg
|
||||||
|
|
4
muttrc
4
muttrc
|
@ -89,8 +89,8 @@ macro pager \Cu "|urlview<enter>" "call urlview to open links"
|
||||||
color index default default ~A
|
color index default default ~A
|
||||||
# Unread email
|
# Unread email
|
||||||
color index color33 default ~U
|
color index color33 default ~U
|
||||||
# Email to me
|
# Email to me. Not flagged or tagged. (Those have their own colors.)
|
||||||
#color index color64 default ~p
|
color index color64 default "~p!~T!~F"
|
||||||
# Collapsed thread
|
# Collapsed thread
|
||||||
color index color61 default ~v
|
color index color61 default ~v
|
||||||
# Deleted email
|
# Deleted email
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue