diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 20:00:58 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 20:00:58 +0200 |
commit | 08d2a5b5ec2aeeea75db0ddb3c09d77b57c4998a (patch) | |
tree | f0726bc36495816f68181af5294e36c656575be0 /.config | |
parent | 9a960ebc7da271cf010add79f78ab33528c44275 (diff) |
aerc/isync: Add my Linnaeus email
Diffstat (limited to '.config')
-rw-r--r-- | .config/aerc/accounts.conf | 13 | ||||
-rw-r--r-- | .config/isync/mbsyncrc | 19 |
2 files changed, 32 insertions, 0 deletions
diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index 88cac87..2f6304b 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -31,6 +31,19 @@ outgoing = /usr/bin/msmtp outgoing‐cred‐cmd = vlt raw Email thomasvoss@live.com signature-cmd = printf '— Thomas' +[Linnaeus] +archive = [Gmail]/All Mail +copy-to = [Gmail]/Sent Mail +default = Inbox +folders-sort = Inbox +from = Thomas Voss <tv222gy@student.lnu.se> +postpone = [Gmail]/Drafts +source = maildir://~/mail/tv222gy@student.lnu.se +source‐cred‐cmd = vlt raw Email tv222gy@student.lnu.se +outgoing = /usr/bin/msmtp +outgoing‐cred‐cmd = vlt raw Email tv222gy@student.lnu.se +signature-cmd = printf '— Thomas' + [Humanwave] archive = [Gmail]/All Mail copy-to = [Gmail]/Sent Mail diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index d77b0e2..b5ee65d 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -60,6 +60,25 @@ Far :legacy-remote: Near :legacy-local: Patterns * +# tv222gy@student.lnu.se + +IMAPStore linnaeus-remote +Host imap.gmail.com +User tv222gy@student.lnu.se +PassCmd "vlt raw Miscellaneous 'Gmail App Password (tv222gy@student.lnu.se)'" +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore linnaeus-local +Path ~/mail/tv222gy@student.lnu.se/ +Inbox ~/mail/tv222gy@student.lnu.se/Inbox +SubFolders Verbatim + +Channel linnaeus +Far :linnaeus-remote: +Near :linnaeus-local: +Patterns * + # thomas.voss@humanwave.nl IMAPStore humanwave-remote |