aerc: Fix several settings
This commit is contained in:
parent
4168ccef66
commit
d5fc1a29fa
1 changed files with 12 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
[ui]
|
[ui]
|
||||||
index-columns = flags>4,date<20,name<20,subject<*
|
index-columns = flags>4,date<20,name<20,subject<*
|
||||||
column-flags = {{.Flags | join ""}}
|
column-flags = {{.Flags | join ""}}
|
||||||
column-date = {{.DateAutoFormat .Date.Local}}
|
column-date = {{.Date.Local}}
|
||||||
column-name = {{index (.From | names) 0}}
|
column-name = {{index (.From | names) 0}}
|
||||||
column-subject = {{.ThreadPrefix}}{{.Subject}}
|
column-subject = {{.ThreadPrefix}}{{.Subject}}
|
||||||
|
sort = -r date
|
||||||
|
|
||||||
sidebar-width=20
|
sidebar-width=20
|
||||||
empty-message=(no messages)
|
empty-message=(no messages)
|
||||||
|
|
@ -12,10 +13,18 @@ border-char-vertical=│
|
||||||
border-char-horizontal=─
|
border-char-horizontal=─
|
||||||
stylesets-dirs=/home/oliver/.config/aerc/stylesets
|
stylesets-dirs=/home/oliver/.config/aerc/stylesets
|
||||||
styleset-name=vombatidae
|
styleset-name=vombatidae
|
||||||
|
mouse-enabled=true
|
||||||
threading-enabled=true
|
threading-enabled=true
|
||||||
|
|
||||||
[ui:folder=Sent]
|
[ui:folder=Sent]
|
||||||
column-name = {{.To | persons | join ","}}
|
index-columns = flags>4,date<20,name<20,subject<*
|
||||||
|
column-flags = {{.Flags | join ""}}
|
||||||
|
column-date = {{.Date.Local}}
|
||||||
|
column-name = {{index (.To | names) 0}}
|
||||||
|
column-subject = {{.ThreadPrefix}}{{.Subject}}
|
||||||
|
|
||||||
|
[ui:account=gs]
|
||||||
|
sidebar-width=30
|
||||||
|
|
||||||
[viewer]
|
[viewer]
|
||||||
pager=less -R
|
pager=less -R
|
||||||
|
|
@ -24,6 +33,7 @@ show-headers=false
|
||||||
|
|
||||||
[compose]
|
[compose]
|
||||||
editor=nvim
|
editor=nvim
|
||||||
|
address-book-cmd=khard email --parsable --remove-first-line %s
|
||||||
|
|
||||||
[filters]
|
[filters]
|
||||||
text/plain=colorize
|
text/plain=colorize
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue