<p>[general]<br>
accounts = Exchange, SLI, TOP, JMI, Shopping, Stuff<br>
maxsyncaccounts = 7<br>
ignore-readonly = no<br>
socktimeout = 60</p>

<p>[Account Exchange]<br>
localrepository = Local<br>
remoterepository = Remote<br>
autorefresh = -1<br>
maxconnections = 2<br>
status_backend = sqlite</p>

<p>[Repository Local]<br>
type = IMAP<br>
remotehost = <a href="http://www.xxx.com">www.xxx.com</a><br>
ssl = yes<br>
cert_fingerprint = xxx<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a><br>
nametrans = lambda sentname: re.sub ('Sent Items', 'Sent Current',<br>
                sentname)</p>

<p>[Repository Remote]<br>
type = Gmail<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a><br>
sslcacertfile = /home/Matt/ca-certificates.crt<br>
nametrans = lambda sentname: re.sub ('Sent Current', 'Sent Items',<br>
                sentname)<br>
folderfilter = lambda foldername: foldername in [<br>
    'INBOX', 'Saved Current', 'Sent Current', 'Drafts', 'Trash', '[Gmail]/Spam',<br>
    'SMS', 'SMSArchived', 'Call log', 'Call log Archived']<br>
keepalive = 60</p>

<p>[Account SLI]<br>
localrepository = Local-SLI<br>
remoterepository = Remote-SLI<br>
autorefresh = 20<br>
maxconnections = 1<br>
status_backend = sqlite</p>

<p>[Repository Local-SLI]<br>
type = IMAP<br>
remotehost = <a href="http://www.xxx.com">www.xxx.com</a><br>
ssl = yes<br>
cert_fingerprint = xxx<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a></p>

<p>[Repository Remote-SLI]<br>
type = Gmail<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a><br>
sslcacertfile = /home/Matt/ca-certificates.crt<br>
folderfilter = lambda foldername: foldername in [<br>
    'SLISent']<br>
nametrans = lambda sentname: re.sub ('SLISent', 'Sent SLI',<br>
                sentname)<br>
readonly = True</p>

<p>[Account TOP]<br>
localrepository = Local-TOP<br>
remoterepository = Remote-TOP<br>
autorefresh = 20<br>
maxconnections = 1<br>
status_backend = sqlite</p>

<p>[Repository Local-TOP]<br>
type = IMAP<br>
remotehost = <a href="http://www.xxx.com">www.xxx.com</a><br>
ssl = yes<br>
cert_fingerprint = xxx<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a></p>

<p>[Repository Remote-TOP]<br>
type = Gmail<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a><br>
sslcacertfile = /home/Matt/ca-certificates.crt<br>
folderfilter = lambda foldername: foldername in [<br>
    'TOPSent']<br>
nametrans = lambda sentname: re.sub ('TOPSent', 'Sent TOP',<br>
                sentname)<br>
readonly = True</p>

<p>[Account JMI]<br>
localrepository = Local-JMI<br>
remoterepository = Remote-JMI<br>
autorefresh = 20<br>
maxconnections = 1<br>
status_backend = sqlite</p>

<p>[Repository Local-JMI]<br>
type = IMAP<br>
remotehost = <a href="http://www.xxx.com">www.xxx.com</a><br>
ssl = yes<br>
cert_fingerprint = xxx<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a></p>

<p>[Repository Remote-JMI]<br>
type = Gmail<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a><br>
sslcacertfile = /home/Matt/ca-certificates.crt<br>
folderfilter = lambda foldername: foldername in [<br>
    'JMISent']<br>
nametrans = lambda sentname: re.sub ('JMISent', 'Sent JMI',<br>
                sentname)<br>
readonly = True</p>

<p>[Account Shopping]<br>
localrepository = Local-Shopping<br>
remoterepository = Remote-Shopping<br>
autorefresh = 20<br>
maxconnections = 1<br>
status_backend = sqlite</p>

<p>[Repository Local-Shopping]<br>
type = IMAP<br>
remotehost = <a href="http://www.xxx.com">www.xxx.com</a><br>
ssl = yes<br>
cert_fingerprint = xxx<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a></p>

<p>[Repository Remote-Shopping]<br>
type = Gmail<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a><br>
sslcacertfile = /home/Matt/ca-certificates.crt<br>
folderfilter = lambda foldername: foldername in [<br>
    'ShoppingSent']<br>
nametrans = lambda sentname: re.sub ('ShoppingSent', 'Sent Shopping',<br>
                sentname)<br>
readonly = True</p>

<p>[Account Stuff]<br>
localrepository = Local-Stuff<br>
remoterepository = Remote-Stuff<br>
autorefresh = 20<br>
maxconnections = 1<br>
status_backend = sqlite</p>

<p>[Repository Local-Stuff]<br>
type = IMAP<br>
remotehost = <a href="http://www.xxx.com">www.xxx.com</a><br>
ssl = yes<br>
cert_fingerprint = xxx<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a></p>

<p>[Repository Remote-Stuff]<br>
type = Gmail<br>
remotepass = xxx<br>
remoteuser = <a href="mailto:xxx@xxx.com">xxx@xxx.com</a><br>
sslcacertfile = /home/Matt/ca-certificates.crt<br>
folderfilter = lambda foldername: foldername in [<br>
    'StuffSent']<br>
nametrans = lambda sentname: re.sub ('StuffSent', 'Sent Stuff',<br>
                sentname)<br>
readonly = True</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/OfflineIMAP/offlineimap/issues/262#issuecomment-150927098">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AKFSEAZ6LZXtTsQ0UeS8WarHzy9nTS2Eks5o_NvngaJpZM4GVEm1.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OfflineIMAP/offlineimap/issues/262#issuecomment-150927098"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>