AutoYADM commit: 2025-03-14 19:00:06
This commit is contained in:
parent
e179969086
commit
284a6128ef
7 changed files with 34 additions and 37 deletions
|
@ -19,31 +19,31 @@ default = INBOX
|
|||
copy-to = Sent
|
||||
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
|
||||
|
||||
# [Personal-Local]
|
||||
# source = notmuch://~/.mail/
|
||||
# maildir-store = ~/.mail/
|
||||
# maildir-account-path = personal
|
||||
# query-map = ~/.config/aerc/personal-map.conf
|
||||
# outgoing = smtp+plain://daniel%40ficd.ca@127.0.0.1:1025
|
||||
# outgoing-cred-cmd = pass show proton/bridge
|
||||
# default = InboxNM
|
||||
# from = Daniel Fichtinger <daniel@ficd.ca>
|
||||
# copy-to = Sent
|
||||
# cache-headers = true
|
||||
# signature-file = /home/fic/mail/daniel@ficd.ca.sig
|
||||
# check-mail-cmd = /home/fic/.config/aerc/mail-sync.sh
|
||||
# exclude-tags = spam,archive,deleted
|
||||
[Personal-Local]
|
||||
source = notmuch://~/.mail/
|
||||
maildir-store = ~/.mail/
|
||||
maildir-account-path = personal
|
||||
query-map = ~/.config/aerc/personal-map.conf
|
||||
outgoing = smtp+plain://daniel%40ficd.ca@127.0.0.1:1025
|
||||
outgoing-cred-cmd = pass show proton/bridge
|
||||
default = InboxNM
|
||||
from = Daniel Fichtinger <daniel@ficd.ca>
|
||||
copy-to = Sent
|
||||
cache-headers = true
|
||||
signature-file = /home/fic/mail/daniel@ficd.ca.sig
|
||||
check-mail-cmd = /home/fic/.config/aerc/mail-sync.sh
|
||||
exclude-tags = spam,archive,deleted
|
||||
|
||||
# [School-Local]
|
||||
# source = notmuch://~/.mail/
|
||||
# maildir-store = ~/.mail/
|
||||
# maildir-account-path = school
|
||||
# query-map = ~/.config/aerc/school-map.conf
|
||||
# outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587
|
||||
# outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
||||
# default = InboxNM
|
||||
# from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
||||
# copy-to = Sent
|
||||
# signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
|
||||
# check-mail-cmd = /home/fic/.config/aerc/mail-sync.sh
|
||||
# exclude-tags = spam,archive,deleted
|
||||
[School-Local]
|
||||
source = notmuch://~/.mail/
|
||||
maildir-store = ~/.mail/
|
||||
maildir-account-path = school
|
||||
query-map = ~/.config/aerc/school-map.conf
|
||||
outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587
|
||||
outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
||||
default = InboxNM
|
||||
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
||||
copy-to = Sent
|
||||
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
|
||||
check-mail-cmd = /home/fic/.config/aerc/mail-sync.sh
|
||||
exclude-tags = spam,archive,deleted
|
||||
|
|
|
@ -17,7 +17,7 @@ I = :next-tab<Enter>
|
|||
<C-r> = :reload<Enter>
|
||||
|
||||
[messages]
|
||||
o = :exec /home/fic/.config/aerc/mail-sync.sh<Enter>
|
||||
o = :exec /home/fic/.config/mail/mail-sync.sh<Enter>
|
||||
q = :prompt 'Quit?' quit<Enter>
|
||||
|
||||
t = :toggle-threads<Enter>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:personal and not tag:sent
|
||||
SentNM=from:daniel@ficd.ca or from:ficcdaf@proton.me or from:isafic@proton.me
|
||||
SentNM=tag:sent and tag:personal
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:school
|
||||
SentNM=from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca
|
||||
InboxNM=tag:inbox and not tag:archived and not tag:deleted and tag:school and not tag:sent
|
||||
SentNM=tag:sent and tag:school
|
||||
|
|
1
.config/yazi/.gitignore
vendored
1
.config/yazi/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
flavors/
|
||||
plugins/
|
||||
!plugins/symlink.yazi
|
||||
|
|
|
@ -84,7 +84,8 @@ prepend_keymap = [
|
|||
{ on = [
|
||||
"g",
|
||||
"l",
|
||||
], run = '''shell 'ya emit cd "$(readlink -f "$1")"' ''', desc = "Follow hovered symlink" },
|
||||
# ], run = '''shell 'ya emit cd "$(readlink -f "$1")"' ''', desc = "Follow hovered symlink" },
|
||||
], run = "plugin symlink", desc = "Follow hovered symlink" },
|
||||
]
|
||||
[input]
|
||||
prepend_keymap = [
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
# notmuch tag +school -new -- "path:school/**"
|
||||
# notmuch tag -inbox -new +sent from:daniel@ficd.ca or from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca or from:ficcdaf@proton.me
|
||||
# # notmuch tag +inbox -new -- "path:*/INBOX/*"
|
||||
# notmuch tag +personal -new -- "path:personal/**"
|
||||
|
||||
afew --tag --new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue