From a8280519340530ac98746c74c8f1dcbde924994f Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 1 Jun 2026 19:40:06 +0200 Subject: aerc: Add no-attachment-warning option This might prevent mails without attachment. --- aerc/aerc.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aerc/aerc.conf') diff --git a/aerc/aerc.conf b/aerc/aerc.conf index ddb3537..1a7ccdf 100644 --- a/aerc/aerc.conf +++ b/aerc/aerc.conf @@ -169,6 +169,8 @@ header-layout=To|From,Cc,Bcc,Subject # ignored. address-book-cmd="khard email --remove-first-line --parsable '%s'" +no-attachment-warning=^[^>]*(attach(ed|ment)|anhang|angehÃĪngt) + [filters] # # Filters allow you to pipe an email body through a shell command to render -- cgit v1.3.1