diff --git a/dot_offlineimaprc b/dot_offlineimaprc index c7b6ac0..efe1b61 100644 --- a/dot_offlineimaprc +++ b/dot_offlineimaprc @@ -1,15 +1,23 @@ [general] -accounts = Gmail +accounts = Gmail, Personal maxsyncaccounts = 3 [Account Gmail] localrepository = Local remoterepository = Remote +[Account Personal] +localrepository = LocalPersonal +remoterepository = RemotePersonal + [Repository Local] type = Maildir localfolders = ~/.mail +[Repository LocalPersonal] +type = Maildir +localfolders = ~/.mail/personal + [Repository Remote] type = IMAP remotehost = imap.gmail.com @@ -17,3 +25,13 @@ remoteuser = linlysmolworthy@gmail.com remotepass = dchmidjcmdsbpmrg ssl = yes maxconnections = 1 +sslcacertfile = OS-DEFAULT + +[Repository RemotePersonal] +type = IMAP +remotehost = imap.gmail.com +remoteuser = thatguymax9001@gmail.com +remotepass = hikglfsrfcpehmnh +ssl = yes +maxconnections = 1 +sslcacertfile = OS-DEFAULT