mbsyncrc 479 B

123456789101112131415161718192021222324252627
  1. # example config
  2. # put in ~/.mbsyncrc
  3. # mbsync --all to run
  4. # two-way sync in case you want to edit things locally as well
  5. MaildirStore local
  6. # make this directory first
  7. Path ~/mail/
  8. SubFolders Verbatim
  9. Trash Trash
  10. IMAPStore migadu
  11. SSLType IMAPS
  12. Host imap.example.com
  13. Port 993
  14. User username@example.com
  15. Pass hunter2
  16. CertificateFile /etc/ssl/certs/ca-certificates.crt
  17. Channel migadu
  18. Master :migadu:
  19. Slave :local:
  20. SyncState *
  21. Patterns lists/*
  22. Create Both
  23. Expunge Both
  24. Sync All