diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-04-08 21:34:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-04-08 21:34:45 -0300 |
commit | e8e4b4413b78d3eb0b34bb25c70d2d2f696725e4 (patch) | |
tree | 839a99969f18c5020584e668f1380195d2a6d00f | |
parent | 2255fef6f6a06903499e5fac61c9199f5bca4ed4 (diff) | |
download | mail-e8e4b4413b78d3eb0b34bb25c70d2d2f696725e4.tar.gz mail-e8e4b4413b78d3eb0b34bb25c70d2d2f696725e4.tar.bz2 |
Productivity enhancements for mutt
-rw-r--r-- | mailcap.dot.link | 6 | ||||
-rw-r--r-- | 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 |