diff options
Diffstat (limited to 'modules/email/aerc.conf')
| -rw-r--r-- | modules/email/aerc.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/email/aerc.conf b/modules/email/aerc.conf new file mode 100644 index 0000000..86982ae --- /dev/null +++ b/modules/email/aerc.conf @@ -0,0 +1,23 @@ +[general] +enable-osc8 = true +unsafe-accounts-conf = true + +[ui] +auto-mark-read = true + +[viewer] +parse-http-links = true + +[compose] +editor = nvim +file-picker-cmd = lf -selection-path=%f + +[filters] +text/plain=bat -f --paging=never --file-name="$AERC_SUBJECT ($AERC_FROM)" --style=header,grid +text/html=! w3m -I UTF-8 -T text/html +text/*=bat -fP --file-name="$AERC_FILENAME" --style=plain + +[openers] +image/*=sxiv {} +application/pdf=zathura {} + |
