Files
dotfiles/laptop/.config/isyncrc
Rob Harbaugh 0f0ee16ebd Add Fastmail email and calendar, multi-account neomutt
- mbsync: add Fastmail IMAP channel (rbw for credentials)
- msmtp: add Fastmail SMTP account
- neomutt: add fastmail account file, F2/F3 account switching macros
- vdirsyncer + khal: Fastmail CalDAV calendar sync
- zshrc: restore calsync alias

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 14:58:48 -04:00

53 lines
1007 B
Plaintext

IMAPAccount outlook
Host outlook.office365.com
Port 993
User robharbaugh@outlook.com
AuthMechs XOAUTH2
PassCmd "python3 /usr/share/neomutt/oauth2/mutt_oauth2.py ~/.config/neomutt/outlook.tokens --decryption-pipe 'gpg --decrypt'"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-bundle.crt
IMAPStore outlook-remote
Account outlook
MaildirStore outlook-local
SubFolders Verbatim
Path ~/mail/outlook/
Inbox ~/mail/outlook/Inbox/
Channel outlook
Far :outlook-remote:
Near :outlook-local:
Patterns * !Junk !Deleted
Create Near
Sync All
Expunge Near
SyncState *
##
IMAPAccount fastmail
Host imap.fastmail.com
Port 993
User rob@rharbaugh.com
PassCmd "rbw get fastmail-app-password"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-bundle.crt
IMAPStore fastmail-remote
Account fastmail
MaildirStore fastmail-local
SubFolders Verbatim
Path ~/mail/fastmail/
Inbox ~/mail/fastmail/Inbox/
Channel fastmail
Far :fastmail-remote:
Near :fastmail-local:
Patterns * !Spam
Create Near
Sync All
Expunge Near
SyncState *