diff options
| author | xengineering <me@xengineering.eu> | 2026-06-01 19:40:06 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-06-01 19:40:06 +0200 |
| commit | a8280519340530ac98746c74c8f1dcbde924994f (patch) | |
| tree | c5281ab5877b235df0909f9ea846845f7a4e0b03 /aerc/aerc.conf | |
| parent | 44ac19ca170c2ac93e6a7ad30a58ca6d892d5892 (diff) | |
| download | dotfiles-a8280519340530ac98746c74c8f1dcbde924994f.tar dotfiles-a8280519340530ac98746c74c8f1dcbde924994f.tar.zst dotfiles-a8280519340530ac98746c74c8f1dcbde924994f.zip | |
aerc: Add no-attachment-warning option
This might prevent mails without attachment.
Diffstat (limited to 'aerc/aerc.conf')
| -rw-r--r-- | aerc/aerc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
