new gmail who dis
This commit is contained in:
@@ -1,15 +1,23 @@
|
|||||||
[general]
|
[general]
|
||||||
accounts = Gmail
|
accounts = Gmail, Personal
|
||||||
maxsyncaccounts = 3
|
maxsyncaccounts = 3
|
||||||
|
|
||||||
[Account Gmail]
|
[Account Gmail]
|
||||||
localrepository = Local
|
localrepository = Local
|
||||||
remoterepository = Remote
|
remoterepository = Remote
|
||||||
|
|
||||||
|
[Account Personal]
|
||||||
|
localrepository = LocalPersonal
|
||||||
|
remoterepository = RemotePersonal
|
||||||
|
|
||||||
[Repository Local]
|
[Repository Local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/.mail
|
localfolders = ~/.mail
|
||||||
|
|
||||||
|
[Repository LocalPersonal]
|
||||||
|
type = Maildir
|
||||||
|
localfolders = ~/.mail/personal
|
||||||
|
|
||||||
[Repository Remote]
|
[Repository Remote]
|
||||||
type = IMAP
|
type = IMAP
|
||||||
remotehost = imap.gmail.com
|
remotehost = imap.gmail.com
|
||||||
@@ -17,3 +25,13 @@ remoteuser = linlysmolworthy@gmail.com
|
|||||||
remotepass = dchmidjcmdsbpmrg
|
remotepass = dchmidjcmdsbpmrg
|
||||||
ssl = yes
|
ssl = yes
|
||||||
maxconnections = 1
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user