aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/aerc/accounts.work.conf
diff options
context:
space:
mode:
authorTimo Wilken2024-03-09 14:52:56 +0100
committerTimo Wilken2024-03-10 16:19:00 +0100
commitde20fc8d904643ffe6957febfc6a24e57c12b512 (patch)
tree8177459e40786bd432a37c5833f26350fb689356 /tw/home/files/aerc/accounts.work.conf
parentda5e9d5ee98dfc216eb7e3b1559c09f4bf868bf6 (diff)
Separate home service into PIM, dev env and graphical parts
This means we only instantiate Shepherd and mcron services if we really need them, to avoid annoyance on servers.
Diffstat (limited to 'tw/home/files/aerc/accounts.work.conf')
-rw-r--r--tw/home/files/aerc/accounts.work.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/tw/home/files/aerc/accounts.work.conf b/tw/home/files/aerc/accounts.work.conf
deleted file mode 100644
index 5d2fa7c7..00000000
--- a/tw/home/files/aerc/accounts.work.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-[CERN]
-# https://man.sr.ht/~rjarry/aerc/providers/microsoft.md#office365-with-xoauth2
-source = imaps+xoauth2://timo.wilken%40cern.ch@outlook.office365.com?client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753&token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&scope=https://outlook.office.com/SMTP.Send https://outlook.office.com/IMAP.AccessAsUser.All offline_access
-outgoing = smtp+xoauth2://timo.wilken%40cern.ch@smtp.office365.com:587?client_id=9e5f94bc-e8a4-4e73-b8be-63364c29d753&token_endpoint=https://login.microsoftonline.com/common/oauth2/v2.0/token&scope=https://outlook.office.com/SMTP.Send https://outlook.office.com/IMAP.AccessAsUser.All offline_access
-# To authorize for the first time (to get refresh token):
-# mutt_oauth2.py ~/.local/share/aerc/twilken.tokens --authorize --authflow authcode --provider microsoft \
-# --email timo.wilken@cern.ch --client-id 9e5f94bc-e8a4-4e73-b8be-63364c29d753 --client-secret '' \
-# --encryption-pipe 'gpg --encrypt --recipient C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C'
-# Confirm empty client secret. When done, copy-paste ?code= value from final URL to the command-line.
-# Then, to store the refresh token:
-# gpg --decrypt ~/.local/share/aerc/twilken.tokens | jq -r .refresh_token | pass insert -e -f cern/exol/refresh-token
-source-cred-cmd = pass cern/exol/refresh-token
-outgoing-cred-cmd = pass cern/exol/refresh-token
-default = INBOX
-from = Timo Wilken <timo.wilken@cern.ch>
-aliases = twilken@cern.ch
-archive = Archive
-copy-to = Sent Items
-postpone = Drafts
-folders-sort = INBOX,Archive,Sent Items,Drafts
-folders-exclude = Calendar,~Calendar/.*,Contacts,Conversation History,Journal,Notes,Tasks
-cache-headers = true
-pgp-auto-sign = true
-pgp-key-id = C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C
-# Don't auto-encrypt mail, even if we have the keys of all recipients.
-pgp-opportunistic-encrypt = false