From df5c612ed3d926c76eaeb02e16042c43c6969510 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 25 May 2025 13:37:58 +0530 Subject: Add desktop file for aerc+term + some keybinds and pdf preview --- modules/email/aerc.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/email/aerc.conf') diff --git a/modules/email/aerc.conf b/modules/email/aerc.conf index 86982ae..5585d25 100644 --- a/modules/email/aerc.conf +++ b/modules/email/aerc.conf @@ -11,11 +11,14 @@ parse-http-links = true [compose] editor = nvim file-picker-cmd = lf -selection-path=%f +empty-subject-warning = true +no-attachment-warning = ^[^>]*attach(ed|ment) [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 +application/pdf=pdftotext - - [openers] image/*=sxiv {} -- cgit v1.3.1