small pixel drawing of a pufferfish dotfiles

Remove muttrc
j3s j3s@c3f.net
Tue, 24 Aug 2021 22:22:47 -0500
commit

d245e9a44509e9ca60e1ff9e2602fc5422707f9c

parent

bb401386f8c3f5fe1435128a06cb9aab983c8eae

1 files changed, 0 insertions(+), 57 deletions(-)

jump to
D .config/mutt/muttrc

@@ -1,57 +0,0 @@

-source 'echo "$( pw=$(pass c3f); echo set my_pass=\"$pw\" )" |' -set sort='reverse-last-date-received' -set my_user='j3s' -set spoolfile=imaps://$my_user:$my_pass@mail.c3f.net/ -set folder="imaps://mail.c3f.net/" -set record='=Sent' -set postponed='=Drafts' -set imap_check_subscribed -set timeout=5 -set imap_keepalive=300 -set mail_check=5 -set realname='Jesse Olson' -set from='j3s@c3f.net' -set use_from=yes - -set smtp_url=smtp://$my_user:$my_pass@mail.c3f.net:587 -set ssl_starttls=yes -set ssl_force_tls=yes -set edit_headers=yes -set markers=no - -set index_format="%2C %Z %D %-17.17n (%3l) %s" -set pager_format="%S [%C/%m] %l %n: %s" -set date_format="%Y-%m-%d %l:%M %p" -macro index a '<save-message>=Archive<enter>y' -macro index A '<pipe-message>git am<enter>j' -push '<change-folder> =<enter>' - -color index blue default ~P -# Patch syntax highlighting -color body brightwhite default ^[[:space:]].* -color body yellow default ^(diff).* -color body brightwhite default ^(\s).* -color body cyan default ^(Signed-off-by).* -color body cyan default ^(Docker-DCO-1.1-Signed-off-by).* -color body brightwhite default ^(Cc) -color body yellow default "^diff \-.*" -color body brightwhite default "^index [a-f0-9].*" -color body brightblue default "^---$" -color body white default "^\-\-\- .*" -color body white default "^[\+]{3} .*" -color body green default "^[\+][^\+]+.*" -color body red default "^\-[^\-]+.*" -color body brightblue default "^@@ .*" -color body green default "LGTM" -color body brightmagenta default "-- Commit Summary --" -color body brightmagenta default "-- File Changes --" -color body brightmagenta default "-- Patch Links --" -color body green default "^Merged #.*" -color body red default "^Closed #.*" -color body brightblue default "^Reply to this email.*" - -# GPG -set pgp_replyencrypt # now crypt_replyencrypt -set pgp_replysign # now crypt_replysign -set pgp_replysignencrypted # now crypt_replysignencrypted -set pgp_show_unusable=no