blob: 2dd82e2094c7b68a94bfca551084c424773c1c9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# vim: ft=conf
[ui]
dirlist-left={{if eq .Folder "INBOX"}} {{end}}{{if eq .Folder "Trash"}} {{end}}{{if eq .Folder "Archive"}} {{end}}{{if eq .Folder "Spam?"}} {{end}}{{if eq .Folder "Sent Items"}} {{end}}{{if eq .Folder "Drafts"}} {{end}}{{.Folder}}
dirlist-tree=true
next-message-on-delete=true
border-char-vertical="│"
border-char-horizontal="─"
styleset-name=r
threading-enabled=true
mouse-enabled=true
[ui:folder~^(Drafts|Sent Items)$]
index-columns = flags:4,to<20%,subject,date>=
column-to = {{index (.To | names) 0}}
[ui:account=notmuch]
index-columns = flags:4,name<20%,subject,date>=
column-tags = {{.Labels | join " " }}
[statusline]
column-left=[{{.Account}}][Q:{{exec "msmtp-queue-stat" "" | replace `\s+$` "" }}] {{.StatusInfo}}
[viewer]
always-show-mime=true
[compose]
address-book-cmd=sh -c 'grep -i -m 100 --color=never %s $HOME/mail/addressbook'
file-picker-cmd=porta filechooser
[filters]
#subject,~Git(hub|lab)=lolcat -f
#from,thatguywhodoesnothardwraphismessages=fmt -w 72 | colorize
X-GitHub-Recipient,robertgzr=github-review-fix | colorize
# keep defaults around
text/html=html | colorize
text/plain=wrap | colorize
text/calendar=calendar
message/delivery-status=colorize
message/rfc822=colorize
[hooks]
mail-received=fyi -a aerc "[$AERC_ACCOUNT/$AERC_FOLDER] new mail from $AERC_FROM_NAME" "$AERC_SUBJECT"
|