Advertisement
relma2

myisyncrc

Mar 14th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # WPI Account
  2. IMAPAccount university
  3. Host outlook.office365.com
  4. PassCmd "oama access [email protected]"
  5. TLSType IMAPS
  6. CertificateFile /etc/ssl/certs/ca-certificates.crt
  7.  
  8. IMAPStore university-remote
  9. Account university
  10.  
  11. MaildirStore university-local
  12. SubFolders Verbatim
  13. Path ~/.mail/[email protected]/
  14. Inbox ~/.mail/[email protected]/Inbox
  15.  
  16. Channel university-labels
  17. Far :university-remote:
  18. Near :university-local:
  19. Patterns * !Calendar* !Mailspring* !Notes !Tasks
  20. Create Both
  21. Sync New Old Gone
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement