Add OSC-8 support to aerc
This commit is contained in:
parent
508fad2e2c
commit
0cddc2fd46
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
[general]
|
||||
enable-osc8 = true
|
||||
|
||||
[ui]
|
||||
index-columns = date<12,name<25,flags>4,subject<*
|
||||
column-date = {{.DateAutoFormat .Date.Local}}
|
||||
|
@ -35,7 +38,7 @@ 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
|
||||
text/plain = /usr/lib/aerc/filters/colorize
|
||||
|
||||
[templates]
|
||||
template-dirs = /usr/share/aerc/templates/
|
||||
|
|
Loading…
Add table
Reference in a new issue