AutoYADM commit: 2025-03-18 14:00:06
This commit is contained in:
parent
9064ad140e
commit
bf93b6a9d3
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue