Add aerc configuration
This commit is contained in:
parent
03a3da1b7e
commit
e1ab1e533b
2 changed files with 106 additions and 0 deletions
19
aerc/aerc.conf
Normal file
19
aerc/aerc.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[ui]
|
||||
index-format=%Z | %D | %-17.17n %s
|
||||
timestamp-format=02.01.06 15:04
|
||||
sidebar-width=20
|
||||
empty-message=(no messages)
|
||||
empty-dirlist=(no folders)
|
||||
|
||||
[viewer]
|
||||
pager=less -R
|
||||
alternatives=text/plain,text/html
|
||||
show-headers=false
|
||||
|
||||
[compose]
|
||||
editor=nvim
|
||||
|
||||
[filters]
|
||||
subject,~^\[PATCH=awk -f /usr/share/aerc/filters/hldiff
|
||||
text/*=awk -f /usr/share/aerc/filters/plaintext
|
||||
text/html=/usr/share/aerc/filters/html
|
||||
Loading…
Add table
Add a link
Reference in a new issue