AutoYADM commit: 2025-03-18 14:15:07
This commit is contained in:
parent
bf93b6a9d3
commit
6285bc7079
3 changed files with 6 additions and 4 deletions
|
@ -15,7 +15,7 @@ check-mail = 0
|
||||||
exclude-tags = spam,deleted
|
exclude-tags = spam,deleted
|
||||||
postpone = drafts
|
postpone = drafts
|
||||||
folders = inbox, auto, sent, to-me, sr.ht, git, archive, promo, recipts
|
folders = inbox, auto, sent, to-me, sr.ht, git, archive, promo, recipts
|
||||||
folders-sort = inbox, sent, to-me, git, sr.ht, archive, recipts
|
folders-sort = inbox, auto, sent, to-me, sr.ht, git, archive, promo, recipts
|
||||||
archive = archive
|
archive = archive
|
||||||
pgp-auto-sign = true
|
pgp-auto-sign = true
|
||||||
pgp-self-encrypt = true
|
pgp-self-encrypt = true
|
||||||
|
@ -40,8 +40,8 @@ signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
|
||||||
# check-mail-cmd = /home/fic/.config/mail/mail-sync.sh
|
# check-mail-cmd = /home/fic/.config/mail/mail-sync.sh
|
||||||
check-mail = 0
|
check-mail = 0
|
||||||
exclude-tags = spam,deleted
|
exclude-tags = spam,deleted
|
||||||
folders = inbox, sent, to-me, archive
|
folders = inbox, auto, sent, to-me, archive
|
||||||
folders-sort = inbox, sent, to-me, archive
|
folders-sort = inbox, auto, sent, to-me, archive
|
||||||
|
|
||||||
# [Personal-IMAP]
|
# [Personal-IMAP]
|
||||||
# source = imap://daniel%40ficd.ca@127.0.0.1:1143
|
# source = imap://daniel%40ficd.ca@127.0.0.1:1143
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
inbox=tag:inbox and not tag:archive and not tag:deleted and tag:school and not tag:git and not tag:srht and not (from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca)
|
inbox=tag:inbox and not tag:archive and not tag:deleted and tag:school and not tag:git and not tag:srht and not (from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca) 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:fichtinger.d@queensu.ca or from:18daf3@queensu.ca) and tag:school
|
||||||
sent=tag:sent and tag:school and (from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca)
|
sent=tag:sent and tag:school and (from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca)
|
||||||
to-me=tag:to-me and tag:school
|
to-me=tag:to-me and tag:school
|
||||||
archive=tag:archive and tag:school
|
archive=tag:archive and tag:school
|
||||||
|
|
|
@ -138,6 +138,7 @@ file-types = [
|
||||||
"swap",
|
"swap",
|
||||||
"target",
|
"target",
|
||||||
"timer",
|
"timer",
|
||||||
|
"desktop",
|
||||||
# Podman quadlets
|
# Podman quadlets
|
||||||
"container",
|
"container",
|
||||||
"volume",
|
"volume",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue