dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 48a78352b1f5150f7353c0e9903444d24042aeaa
parent bf06067efb52fbee5474073a33339d0a833e0fbe
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  9 May 2023 11:56:34 +0100

gpg color change. add sig

Diffstat:
Mmutt/.mutt/muttrc | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc @@ -44,8 +44,8 @@ color index color6 default "~U" color index color15 default "~O" color index red black "~D" color index color14 default "~F" -color index color3 default "~g" -color index color0 color3 "~G" +color index color13 default "~g" +color index color0 color13 "~G" # pgp source "~/.mutt/gpg.rc" @@ -59,6 +59,7 @@ set askbcc = yes set autoedit = yes set edit_headers = yes set text_flowed +set signature = ~/.mutt/signature # display set index_format = "%4C %Z %-30.30L %M %s"