alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Remove muttrc
author
j3s
date
4 years ago
(Aug 24, 2021, 10:22 PM -0500)
commit
d245e9a4
d245e9a44509e9ca60e1ff9e2602fc5422707f9c
parent
bb401386
bb401386f8c3f5fe1435128a06cb9aab983c8eae
-57
1 changed file
Expand all
Collapse all
Unified
Split
.config
mutt
muttrc
-57
.config/mutt/muttrc
Reviewed
···
1
1
-
source 'echo "$( pw=$(pass c3f); echo set my_pass=\"$pw\" )" |'
2
2
-
set sort='reverse-last-date-received'
3
3
-
set my_user='j3s'
4
4
-
set spoolfile=imaps://$my_user:$my_pass@mail.c3f.net/
5
5
-
set folder="imaps://mail.c3f.net/"
6
6
-
set record='=Sent'
7
7
-
set postponed='=Drafts'
8
8
-
set imap_check_subscribed
9
9
-
set timeout=5
10
10
-
set imap_keepalive=300
11
11
-
set mail_check=5
12
12
-
set realname='Jesse Olson'
13
13
-
set from='j3s@c3f.net'
14
14
-
set use_from=yes
15
15
-
16
16
-
set smtp_url=smtp://$my_user:$my_pass@mail.c3f.net:587
17
17
-
set ssl_starttls=yes
18
18
-
set ssl_force_tls=yes
19
19
-
set edit_headers=yes
20
20
-
set markers=no
21
21
-
22
22
-
set index_format="%2C %Z %D %-17.17n (%3l) %s"
23
23
-
set pager_format="%S [%C/%m] %l %n: %s"
24
24
-
set date_format="%Y-%m-%d %l:%M %p"
25
25
-
macro index a '<save-message>=Archive<enter>y'
26
26
-
macro index A '<pipe-message>git am<enter>j'
27
27
-
push '<change-folder> =<enter>'
28
28
-
29
29
-
color index blue default ~P
30
30
-
# Patch syntax highlighting
31
31
-
color body brightwhite default ^[[:space:]].*
32
32
-
color body yellow default ^(diff).*
33
33
-
color body brightwhite default ^(\s).*
34
34
-
color body cyan default ^(Signed-off-by).*
35
35
-
color body cyan default ^(Docker-DCO-1.1-Signed-off-by).*
36
36
-
color body brightwhite default ^(Cc)
37
37
-
color body yellow default "^diff \-.*"
38
38
-
color body brightwhite default "^index [a-f0-9].*"
39
39
-
color body brightblue default "^---$"
40
40
-
color body white default "^\-\-\- .*"
41
41
-
color body white default "^[\+]{3} .*"
42
42
-
color body green default "^[\+][^\+]+.*"
43
43
-
color body red default "^\-[^\-]+.*"
44
44
-
color body brightblue default "^@@ .*"
45
45
-
color body green default "LGTM"
46
46
-
color body brightmagenta default "-- Commit Summary --"
47
47
-
color body brightmagenta default "-- File Changes --"
48
48
-
color body brightmagenta default "-- Patch Links --"
49
49
-
color body green default "^Merged #.*"
50
50
-
color body red default "^Closed #.*"
51
51
-
color body brightblue default "^Reply to this email.*"
52
52
-
53
53
-
# GPG
54
54
-
set pgp_replyencrypt # now crypt_replyencrypt
55
55
-
set pgp_replysign # now crypt_replysign
56
56
-
set pgp_replysignencrypted # now crypt_replysignencrypted
57
57
-
set pgp_show_unusable=no