X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b19efc10dd24eee3575c9a7c8d6575b12e8391b2..e3bc42d5aa2868d51a8024aec1ecce46ea2fb8f2:/mutt/muttrc diff --git a/mutt/muttrc b/mutt/muttrc index a381dd7..9134598 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -13,7 +13,7 @@ group -group ultrahaptics -rx @ultrahaptics.com group -group fpp -rx @fppnt.com set mail_check = 0 -set envelope_from +set use_envelope_from set forward_format = "Fwd: %s" set forward_quote = yes @@ -23,6 +23,7 @@ set editor = vim # d'uh set include = yes # don't ask, just do set delete = yes # don't ask, just do set date_format = "!%b %d, %Y at %-H:%M" # use 24-hour clock +unset signature # don't try to include a signature # send clacks my_hdr X-Clacks-Overhead: GNU Terry Pratchett @@ -41,6 +42,7 @@ subscribe -group ros @lists.ros.org$ subscribe -group sailfish @lists.sailfishos.org subscribe -group neovim ^neovim.*github.com subscribe -group mutt mutt-users@mutt.org +subscribe -group zsh zsh-users@zsh.org subscribe -group qutebrowser ^qutebrowser.* subscribe -group lug @mailman.lug.org.uk @@ -64,7 +66,11 @@ set markers = no set mark_old = no # leave messages as new if unread set status_on_top = yes # also help on bottom set wait_key = no # don't wait for enter key -set index_format="[%Z] %{%e/%m} %15.15L %?M?+ ?%s" + +set index_format="[%Z] %-6@date@ %15.15L %?M?+ ?%s" +index-format-hook date "~d<1d" "%[%H:%M]" +index-format-hook date "~d<1y" "%[%e/%m]" +index-format-hook date "~A" "%[%m/%Y]" # header ignore * @@ -76,6 +82,7 @@ hdr_order from: to: cc: date: subject: x-clacks-overhead: set mailcap_path = $my_config_dir/mailcap auto_view text/html # view html automatically auto_view text/calendar # view ical automatically +auto_view application/gzip application/zip # for dmarc reports alternative_order text/calendar text/plain text/enriched text/html # view ical first, html last # IMAP: mbsync @@ -104,6 +111,6 @@ send-hook "%t nosign" "set crypt_autosign = no" source hooks source bindings -source colors/badfox # color theme +source colors/nord # color theme source accounts/mailfence # source default account