From e8e4b4413b78d3eb0b34bb25c70d2d2f696725e4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 Apr 2023 21:34:45 -0300 Subject: Productivity enhancements for mutt --- mailcap.dot.link | 6 +++++- muttrc.dot.link | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mailcap.dot.link b/mailcap.dot.link index 62b8094..1d95800 100644 --- a/mailcap.dot.link +++ b/mailcap.dot.link @@ -145,9 +145,13 @@ application/vnd.sun.xml.math;soffice %s application/vnd.stardivision.math;soffice %s application/x-starmath;soffice %s applicatiom/rtf; unrtf --text '%s'; copiousoutput; description="M$ Word Text"; nametemplate=%s.doc -text/html; lynx -dump %s; nametemplate=%s.htm; copiousoutput +text/html; w3m -I %{charset} -T text/html; copiousoutput +#text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput +#text/html; lynx -dump %s; nametemplate=%s.htm; copiousoutput #text/html; pandoc -f html -t markdown; copiousoutput; description=HTML Text; test=type pandoc >/dev/null #text/html; links -dump %s; nametemplate=%s.htm; copiousoutput +#text/html; elinks -dump; copiousoutput; +#text/html; elinks -dump -dump-color-mode 1; copiousoutput; application/pgp-keys; gpg -f < %s ; copiousoutput audio/mp3;mpg123 %s audio/mpeg;mplayer %s diff --git a/muttrc.dot.link b/muttrc.dot.link index f26055e..9af1163 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -27,6 +27,8 @@ set user_agent = no set quit = yes set read_inc = 10 set mail_check = 120 +set mail_check_recent = no +set mark_old = no set menu_scroll = no set help = yes set delete = yes @@ -98,8 +100,8 @@ set folder_format = "%2C %t %N %f" # http://www.davep.org/mutt/muttrc/folder-hooks.html # http://www.earth.li/~huggie/mutt/muttrc.html # http://rc.vc/files/mutt/folderhooks.html -#folder-hook . 'set record="^"' #folder-hook =INBOX$ 'set record = "mail/INBOX.Sent"' +folder-hook . 'set record="^"' # ------- # Sending -- cgit v1.2.3