Add aerc back to my loadout
This commit is contained in:
parent
e13b0d8e54
commit
934243e49c
3 changed files with 254 additions and 0 deletions
46
.config/aerc/aerc.conf
Normal file
46
.config/aerc/aerc.conf
Normal file
|
@ -0,0 +1,46 @@
|
|||
[ui]
|
||||
index-columns = date<*,name<17,flags>4,subject<*
|
||||
column-date = {{.DateAutoFormat .Date.Local}}
|
||||
column-name = {{index (.From | names) 0}}
|
||||
column-flags = {{.Flags | join ""}}
|
||||
column-subject = {{.ThreadPrefix}}{{.Subject}}
|
||||
timestamp-format = Jan 02 15:04
|
||||
sidebar-width = 20
|
||||
empty-message = (no messages)
|
||||
empty-dirlist = (no folders)
|
||||
mouse-enabled = false
|
||||
new-message-bell = true
|
||||
pinned-tab-marker = '`'
|
||||
dirlist-left = {{.Folder}}
|
||||
dirlist-right = {{if .Unread}}{{humanReadable .Unread}}/{{end}}{{if .Exists}}{{humanReadable .Exists}}{{end}}
|
||||
sort = date
|
||||
next-message-on-delete = true
|
||||
stylesets-dirs = /home/trysdyn/.config/aerc/stylesets:/usr/share/aerc/stylesets/
|
||||
styleset-name = base16
|
||||
|
||||
[viewer]
|
||||
pager = bat -p
|
||||
alternatives = text/plain,text/html
|
||||
show-headers = false
|
||||
header-layout = From,To,Cc,Bcc,Date,Subject
|
||||
always-show-mime = false
|
||||
completion-delay = 250ms
|
||||
completion-popovers = true
|
||||
|
||||
[compose]
|
||||
editor =
|
||||
header-layout = To,From,Cc,Bcc,Subject
|
||||
address-book-cmd =
|
||||
|
||||
[filters]
|
||||
subject,~^\[PATCH = awk -f /usr/lib/aerc/filters/hldiff
|
||||
text/html = /usr/lib/aerc/filters/html
|
||||
text/* = awk -f /usr/lib/aerc/filters/plaintext
|
||||
|
||||
[templates]
|
||||
template-dirs = /usr/share/aerc/templates/
|
||||
quoted-reply = quoted_reply
|
||||
forwards = forward_as_body
|
||||
|
||||
[hooks]
|
||||
mail-received = notify-send -a aerc "New email from $AERC_FROM_NAME" "$AERC_SUBJECT"
|
Loading…
Add table
Add a link
Reference in a new issue