isyncrc.sample 607 B

123456789101112131415161718192021222324252627282930
  1. # Global configuration section
  2. # Values here are used as defaults for any following Mailbox section that
  3. # doesn't specify it.
  4. # my default username, if different from the local username
  5. User me
  6. #Port 143
  7. #Box INBOX
  8. # don't download messages larger than 200K bytes
  9. MaxSize 200000
  10. ###
  11. ### work mailbox
  12. ###
  13. Mailbox /home/me/Mail/work
  14. Host work.host.com
  15. Pass xxxxxxxx
  16. # define a shortcut so I can just use "isync work" from the command line
  17. Alias work
  18. ###
  19. ### personal mailbox
  20. ###
  21. Mailbox /home/me/Mail/personal
  22. Host host.play.com
  23. # use a non-default port for this connection
  24. Port 6789
  25. Alias personal