X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ca5e587bfa6ad1b35f11e899575cb872cf000fd0..3e59c20a7a476d0b704c2cc1b377b9b10be0640a:/mutt/muttrc?ds=sidebyside diff --git a/mutt/muttrc b/mutt/muttrc index f9c841a..3a87a28 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -1,6 +1,6 @@ # 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 set mail_check = 0 @@ -15,6 +15,9 @@ 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 +# send clacks +my_hdr X-Clacks-Overhead: GNU Terry Pratchett + # goobook set query_command = "goobook query '%s'" @@ -55,17 +58,9 @@ set index_format="[%Z] %{%e/%m} %-20.20L %?M?+ ?%s" # header ignore * -unignore from: to: cc: date: subject: +unignore from: to: cc: date: subject: x-clacks-overhead: unhdr_order * -hdr_order from: to: cc: date: subject: - -# 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?" +hdr_order from: to: cc: date: subject: x-clacks-overhead: # deal with crap set mailcap_path = ~/.mutt/mailcap @@ -86,6 +81,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