small pixel drawing of a pufferfish dotfiles

Add mutt conf, remove misleading git smtp pass
j3s j3s@c3f.net
Sat, 28 Dec 2019 16:51:32 -0600
commit

923d1fe7778989f12b6d5cdb4d2f20b90b052944

parent

1a3d634e28a3b029d1c198b9a592e8cd3ca76914

2 files changed, 52 insertions(+), 1 deletions(-)

jump to
M .config/git/config.config/git/config

@@ -32,7 +32,6 @@ email = j3s@c3f.net

[sendemail] smtpserver = mail.c3f.net smtpuser = j3s - smtppass = !"pass c3f" smtpencryption = tls smtpserverport = 587 annotate = yes
A .config/mutt/muttrc

@@ -0,0 +1,52 @@

+source 'echo "$( pw=$(pass c3f); echo set my_pass=\"$pw\" )" |' +set sort='reverse-last-date-received' +set imap_user='j3s' +set my_user='j3s@c3f.net' +set spoolfile=imaps://$imap_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.*"