From bf93b6a9d3ab4b45cb5876676b6cd8f7185d9552 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 18 Mar 2025 14:00:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-18 14:00:06 --- .config/aerc/accounts.conf | 2 +- .config/aerc/personal-map.conf | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index ccac6334..3c5b46f8 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -14,7 +14,7 @@ signature-file = /home/fic/mail/daniel@ficd.ca.sig check-mail = 0 exclude-tags = spam,deleted postpone = drafts -folders = inbox, sent, to-me, sr.ht, git, archive, recipts +folders = inbox, auto, sent, to-me, sr.ht, git, archive, promo, recipts folders-sort = inbox, sent, to-me, git, sr.ht, archive, recipts archive = archive pgp-auto-sign = true diff --git a/.config/aerc/personal-map.conf b/.config/aerc/personal-map.conf index 7ef8da99..4c6d9e9e 100644 --- a/.config/aerc/personal-map.conf +++ b/.config/aerc/personal-map.conf @@ -1,7 +1,9 @@ -inbox=tag:inbox and not tag:archive and not tag:deleted and tag:personal and not tag:git and not tag:srht and not (from:daniel@ficd.ca or from:ficcdaf@proton.me) and not tag:recipt +inbox=tag:inbox and not tag:archive and not tag:deleted and tag:personal and not tag:git and not tag:srht and not (from:daniel@ficd.ca or from:ficcdaf@proton.me) and not tag:recipt and not tag:auto +auto=tag:auto and not tag:archive and not tag:deleted and not tag:git and not tag:srht and not (from:daniel@ficd.ca or from:ficcdaf@proton.me) and tag:personal sent=(from:daniel@ficd.ca or from:ficcdaf@proton.me) to-me=tag:to-me and tag:personal sr.ht=tag:inbox and tag:srht and tag:personal git=tag:inbox and tag:git and tag:personal archive=tag:archive and tag:personal +promo=tag:promo recipts=tag:recipt