Skip to content

Instantly share code, notes, and snippets.

@ojab
Last active August 29, 2015 14:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ojab/499ceb5e2c88da81ce58 to your computer and use it in GitHub Desktop.
[general]
accounts = Test
[Account Test]
localrepository = Old
remoterepository = New
[Repository Old]
type = IMAP
remotehost = imap.example.com
remoteuser = old_ojab@exaple.com
auth_mechanisms = LOGIN
remotepass = pass
[Repository New]
type = IMAP
remotehost = imap.example.com
remoteuser = new_ojab@example.com
auth_mechanisms = LOGIN
remotepass = pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment