-
-
Save ojab/499ceb5e2c88da81ce58 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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