my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove muttrc

j3s d245e9a4 bb401386

-57
-57
.config/mutt/muttrc
··· 1 - source 'echo "$( pw=$(pass c3f); echo set my_pass=\"$pw\" )" |' 2 - set sort='reverse-last-date-received' 3 - set my_user='j3s' 4 - set spoolfile=imaps://$my_user:$my_pass@mail.c3f.net/ 5 - set folder="imaps://mail.c3f.net/" 6 - set record='=Sent' 7 - set postponed='=Drafts' 8 - set imap_check_subscribed 9 - set timeout=5 10 - set imap_keepalive=300 11 - set mail_check=5 12 - set realname='Jesse Olson' 13 - set from='j3s@c3f.net' 14 - set use_from=yes 15 - 16 - set smtp_url=smtp://$my_user:$my_pass@mail.c3f.net:587 17 - set ssl_starttls=yes 18 - set ssl_force_tls=yes 19 - set edit_headers=yes 20 - set markers=no 21 - 22 - set index_format="%2C %Z %D %-17.17n (%3l) %s" 23 - set pager_format="%S [%C/%m] %l %n: %s" 24 - set date_format="%Y-%m-%d %l:%M %p" 25 - macro index a '<save-message>=Archive<enter>y' 26 - macro index A '<pipe-message>git am<enter>j' 27 - push '<change-folder> =<enter>' 28 - 29 - color index blue default ~P 30 - # Patch syntax highlighting 31 - color body brightwhite default ^[[:space:]].* 32 - color body yellow default ^(diff).* 33 - color body brightwhite default ^(\s).* 34 - color body cyan default ^(Signed-off-by).* 35 - color body cyan default ^(Docker-DCO-1.1-Signed-off-by).* 36 - color body brightwhite default ^(Cc) 37 - color body yellow default "^diff \-.*" 38 - color body brightwhite default "^index [a-f0-9].*" 39 - color body brightblue default "^---$" 40 - color body white default "^\-\-\- .*" 41 - color body white default "^[\+]{3} .*" 42 - color body green default "^[\+][^\+]+.*" 43 - color body red default "^\-[^\-]+.*" 44 - color body brightblue default "^@@ .*" 45 - color body green default "LGTM" 46 - color body brightmagenta default "-- Commit Summary --" 47 - color body brightmagenta default "-- File Changes --" 48 - color body brightmagenta default "-- Patch Links --" 49 - color body green default "^Merged #.*" 50 - color body red default "^Closed #.*" 51 - color body brightblue default "^Reply to this email.*" 52 - 53 - # GPG 54 - set pgp_replyencrypt # now crypt_replyencrypt 55 - set pgp_replysign # now crypt_replysign 56 - set pgp_replysignencrypted # now crypt_replysignencrypted 57 - set pgp_show_unusable=no