AutoYADM commit: 2025-03-13 23:30:06
This commit is contained in:
parent
1a8d0805b2
commit
c9cd2cb842
2 changed files with 43 additions and 0 deletions
9
.config/aerc/pkg.md
Normal file
9
.config/aerc/pkg.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Needed packages
|
||||
|
||||
- aerc
|
||||
- isync
|
||||
- cyrus-ssl-xoauth2
|
||||
- notmuch
|
||||
- hx (helix)
|
||||
- w3m
|
||||
- goimapnotify (optional)
|
34
.mbsyncrc
34
.mbsyncrc
|
@ -5,9 +5,24 @@ User daniel@ficd.ca
|
|||
PassCmd "pass show proton/bridge"
|
||||
SSLType NONE
|
||||
|
||||
IMAPAccount outlook
|
||||
Host outlook.office365.com
|
||||
Port 993
|
||||
User 18daf3@queensu.ca
|
||||
AuthMechs XOAUTH2
|
||||
SSLType IMAPS
|
||||
PassCmd "~/tools/mutt_oauth2.py ~/tools/tokenfile-test"
|
||||
|
||||
IMAPStore outlook-remote
|
||||
Account outlook
|
||||
|
||||
IMAPStore pm-remote
|
||||
Account protonmail
|
||||
|
||||
MaildirStore outlook-local
|
||||
Path ~/.mail/school/
|
||||
Inbox ~/.mail/school/INBOX/
|
||||
|
||||
MaildirStore pm-local
|
||||
Path ~/.mail/personal/
|
||||
Inbox ~/.mail/personal/INBOX/
|
||||
|
@ -27,6 +42,25 @@ Create Both
|
|||
Expunge Both
|
||||
SyncState *
|
||||
|
||||
Channel outlook-inbox
|
||||
Far :outlook-remote:
|
||||
Near :outlook-local:
|
||||
Patterns "INBOX"
|
||||
Create Both
|
||||
Expunge Both
|
||||
SyncState *
|
||||
|
||||
Channel outlook-sent
|
||||
Far :outlook-remote:"Sent Items"
|
||||
Near :outlook-local:"sent"
|
||||
Create Both
|
||||
Expunge Both
|
||||
SyncState *
|
||||
|
||||
Group protonmail
|
||||
Channel pm-inbox
|
||||
Channel pm-sent
|
||||
|
||||
Group outlook
|
||||
Channel outlook-inbox
|
||||
Channel outlook-sent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue