X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/697fa213c6d05127c095586717383c26492e0693..0d89e0b38f04e0dc6fd0e2b51efa044bd3ccfc5a:/mutt/muttrc?ds=inline diff --git a/mutt/muttrc b/mutt/muttrc index d2f05c1..a214bc6 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -1,7 +1,8 @@ # general settings -alternates -group me samir.benmendil@gmail.com ram-z@hotmail.com -alternates -group me -group chakra ram-z@chakra-project.org +alternates -group me samir.benmendil@gmail.com ram-z@hotmail.com @rmz.io +alternates -group me -group chakra ram-z@chakra-project.org chakra@rmz.io alternates -group me -group unimaas s.benmendil@student.maastrichtuniversity.nl +alternates -group me -group cadscan sb@cad-scan.co.uk set mail_check = 0 set envelope_from @@ -48,13 +49,15 @@ set pager_context = 5 set pager_stop = yes # don't jump to next message set resolve = yes # jump when flagging set menu_scroll = yes +set wrap = 78 +set reflow_wrap = 78 # reflow received format=flowed msgs +set text_flowed = yes # write f=f messages set smart_wrap = yes # wrap at word boundaries set tilde = yes # fills end of messages with tilde set markers = no set mark_old = no # leave messages as new if unread set status_on_top = yes # also help on bottom -set index_format="%Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s" -set index_format="[%Z] %{%e/%m} %-20.20L %?M?+ ?%s" +set index_format="[%Z] %{%e/%m} %15.15L %?M?+ ?%s" # header ignore * @@ -62,14 +65,6 @@ unignore from: to: cc: date: subject: x-clacks-overhead: unhdr_order * hdr_order from: to: cc: date: subject: x-clacks-overhead: -# sidebar -set sidebar_width = 14 -set sidebar_visible = no -set sidebar_delim = '│' -set sidebar_sort = no -set sidebar_shortpath = yes -set sidebar_format = "%B%* %?N?%N?" - # deal with crap set mailcap_path = ~/.mutt/mailcap auto_view text/html # view html automatically @@ -89,6 +84,17 @@ set sendmail = ~/.msmtp/msmtpq # use msmtp message queue set sendmail_wait = -1 # fork sendmail to the background set send_charset="us-ascii:utf-8" # only use ascii and utf8 +# GnuPG +set crypt_autosign = yes # autosign messages +set crypt_replyencrypt = yes # encrypt replies to encrypted messages +set crypt_replysign = yes # sign replies to signed messages +set crypt_replysignencrypted = yes # you get the idea +set crypt_verify_sig = yes # verify signatures +set pgp_long_ids = yes # use 64 bit key IDs +set pgp_mime_auto = no # don't fallback to inline mime +set pgp_use_gpg_agent = yes # don't ask for passwords +source /usr/share/doc/mutt/samples/gpg.rc + source ~/.mutt/hooks source ~/.mutt/bindings -source ~/.mutt/colors # color theme +source ~/.mutt/colors/badfox # color theme