From f2adf5170adfec2ac7922e53b7b5526ed56e7a6c Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 11 Jul 2020 11:26:59 +0100 Subject: [PATCH] Updated mutt config --- mutt/.mutt/signature | 3 +++ mutt/.muttrc | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 mutt/.mutt/signature diff --git a/mutt/.mutt/signature b/mutt/.mutt/signature new file mode 100644 index 0000000..dfceb79 --- /dev/null +++ b/mutt/.mutt/signature @@ -0,0 +1,3 @@ +Andrew Williams / nikdoof +e: nikdoof@dimension.sh +w: https://dimension.sh/~nikdoof/ diff --git a/mutt/.muttrc b/mutt/.muttrc index e69de29..6357f88 100644 --- a/mutt/.muttrc +++ b/mutt/.muttrc @@ -0,0 +1,20 @@ +set signature="~/.mutt/signature" +set editor="nano -r 72 -b" + +set envelope_from # which from? +set edit_headers # show headers when composing +set fast_reply # skip to compose when replying +set askcc # ask for CC: +set fcc_attach # save attachments with the body +set forward_format = "Fwd: %s" # format of subject when forwarding +set forward_decode # decode when forwarding +set attribution = "On %d, %n wrote:" # format of quoting header +set reply_to # reply to Reply to: field +set reverse_name # reply as whomever it was to +set include # include message in replies +set forward_quote # include message in forwards +set text_flowed +unset mime_forward # forward attachments as part of body + +unmy_hdr * # delete existing header-settings, if there are any. +my_hdr X-PGP-Key: https://keybase.io/nikdoof/pgp_keys.asc