AutoYADM commit: 2025-04-01 20:00:18
This commit is contained in:
parent
78fa6ca8ad
commit
aa3e18360d
1 changed files with 26 additions and 25 deletions
|
@ -1,19 +1,19 @@
|
||||||
[Fastmail]
|
[Fastmail]
|
||||||
# server stuff
|
# server stuff
|
||||||
source = jmap+oauthbearer://@api.fastmail.com/jmap/session
|
source = jmap+oauthbearer://@api.fastmail.com/jmap/session
|
||||||
source-cred-cmd = pass show fastmail/aerc
|
source-cred-cmd = pass show fastmail/aerc
|
||||||
outgoing = jmap://
|
outgoing = jmap://
|
||||||
default = Inbox
|
default = Inbox
|
||||||
folders-sort = Inbox
|
folders-sort = Inbox
|
||||||
# JMAP stuff
|
# JMAP stuff
|
||||||
use-labels = true
|
use-labels = true
|
||||||
cache-state = false
|
cache-state = false
|
||||||
cache-blobs = true
|
cache-blobs = true
|
||||||
# Identity stuff
|
# Identity stuff
|
||||||
from = Daniel Fichtinger <daniel@ficd.ca>
|
from = Daniel Fichtinger <daniel@ficd.ca>
|
||||||
signature-file = /home/fic/mail/daniel@ficd.ca.sig
|
signature-file = /home/fic/mail/daniel@ficd.ca.sig
|
||||||
aliases = Daniel Fichtinger <notdaf@ficcdaf.ca>, Daniel Fichtinger <*@ficd.ca>, Daniel Fichtinger <*@ficcdaf.ca>, Daniel Fichtinger <notdaniel@ficcdaf.ca>
|
aliases = Daniel Fichtinger <notdaf@ficcdaf.ca>, Daniel Fichtinger <*@ficd.ca>, Daniel Fichtinger <*@ficcdaf.ca>, Daniel Fichtinger <notdaniel@ficcdaf.ca>
|
||||||
use-envelope-from = true
|
use-envelope-from = true
|
||||||
pgp-auto-sign = true
|
pgp-auto-sign = true
|
||||||
pgp-self-encrypt = true
|
pgp-self-encrypt = true
|
||||||
pgp-attach-key = false
|
pgp-attach-key = false
|
||||||
|
@ -21,18 +21,19 @@ pgp-opportunistic-encrypt = false
|
||||||
pgp-error-level = warn
|
pgp-error-level = warn
|
||||||
pgp-key-id = 965699C862DA92143CDE2877D1B0947B25420214
|
pgp-key-id = 965699C862DA92143CDE2877D1B0947B25420214
|
||||||
# Address Book
|
# Address Book
|
||||||
carddav-source = https://daniel%40ficd.ca@carddav.fastmail.com/dav/addressbooks/user/daniel@ficd.ca/Default
|
carddav-source = https://daniel%40ficd.ca@carddav.fastmail.com/dav/addressbooks/user/daniel@ficd.ca/Default
|
||||||
carddav-source-cred-cmd = pass show fastmail/carddav
|
carddav-source-cred-cmd = pass show fastmail/carddav
|
||||||
address-book-cmd = /home/fic/tools/carddav-query.py -S Fastmail %s
|
address-book-cmd = /home/fic/tools/carddav-query.py -S Fastmail %s
|
||||||
|
|
||||||
[Outlook]
|
[Outlook]
|
||||||
source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com?token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753
|
source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com?token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753
|
||||||
# source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
# source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
||||||
source-cred-cmd = gpg --decrypt --quiet /home/fic/tools/tokenfile-test | jq -r '.refresh_token'
|
source-cred-cmd = gpg --decrypt --quiet /home/fic/tools/tokenfile-test | jq -r '.refresh_token'
|
||||||
outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587
|
outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587
|
||||||
outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
||||||
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
||||||
default = INBOX
|
aliases = Daniel Fichtinger <18daf3@queensu.ca>
|
||||||
copy-to = Sent
|
default = INBOX
|
||||||
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
|
copy-to = Sent
|
||||||
address-book-cmd='ugrep -jP -m 100 --color=never "%s" /home/fic/mail/ranked-addrbook.tsv'
|
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
|
||||||
|
address-book-cmd ='ugrep -jP -m 100 --color=never "%s" /home/fic/mail/ranked-addrbook.tsv'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue