Advertisement
Guest User

.mbsyncrc

a guest
Mar 27th, 2018
1,916
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. IMAPAccount protonmail
  2. Host 127.0.0.1
  3. Port 1143
  4. User YOURMAILHERE
  5. #Here you enter a command to retrieve your password
  6. PassCmd "gpg2 -q -d ~/.authinfo.gpg | awk 'FNR == 1 {print $8}'"
  7. SSLType NONE
  8. #SSLVersions SSLv3
  9. #SSLVersions SSLv3
  10. #CertificateFile /etc/ssl/certs/ca-bundle.crt
  11.  
  12. IMAPStore pm-remote
  13. Account protonmail
  14.  
  15. MaildirStore pm-local
  16. Path ~/.mail/
  17. Inbox ~/.mail/INBOX/
  18.  
  19. Channel pm-inbox
  20. Master :pm-remote:
  21. Slave :pm-local:
  22. Patterns "INBOX"
  23. Create Both
  24. Expunge Both
  25. SyncState *
  26.  
  27. Channel pm-sent
  28. Master :pm-remote:"Sent"
  29. Slave :pm-local:"sent"
  30. Create Both
  31. Expunge Both
  32. SyncState *
  33.  
  34. Channel pm-trash
  35. Master :pm-remote:"Trash"
  36. Slave :pm-local:"trash"
  37. Create Both
  38. Expunge Both
  39. SyncState *
  40.  
  41. Channel pm-spam
  42. Master :pm-remote:"Spam"
  43. Slave :pm-local:"spam"
  44. Create Both
  45. Expunge Both
  46. SyncState *
  47.  
  48. Group protonmail
  49. Channel pm-inbox
  50. Channel pm-sent
  51. Channel pm-trash
  52. Channel pm-spam
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement