isyncrc.sample 850 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Global configuration section
  2. # Values here are used as defaults for any following Mailbox section that
  3. # doesn't specify it.
  4. # by default, expunge deleted messages (same as -e on command line)
  5. Expunge yes
  6. # copy deleted messages to the IMAP "Trash" folder
  7. CopyDeletedTo "Trash"
  8. # my default username, if different from the local username
  9. User me
  10. #Port 143
  11. #Box INBOX
  12. # don't download messages larger than 200K bytes
  13. MaxSize 200000
  14. ###
  15. ### work mailbox
  16. ###
  17. Mailbox /home/me/Mail/work
  18. Host work.host.com
  19. Pass xxxxxxxx
  20. # define a shortcut so I can just use "isync work" from the command line
  21. Alias work
  22. # don't auto expunge messages in this box (overridden by -e on command line)
  23. Expunge no
  24. ###
  25. ### personal mailbox
  26. ###
  27. Mailbox /home/me/Mail/personal
  28. Host host.play.com
  29. # use a non-default port for this connection
  30. Port 6789
  31. Alias personal