<div dir="ltr"><div class="gmail_extra" style="font-family:arial,sans-serif;font-size:12.727272033691406px">Thanks very much for the follow-up. Just to elaborate on what I'm trying to achieve:</div><div class="gmail_extra" style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<ul><li style="margin-left:15px">OfflineIMAP 6.5.4.<br></li><li style="margin-left:15px">I have two Gmail (i.e., Google Apps) accounts, <a href="mailto:alice@cs50.net" target="_blank">alice@cs50.net</a> and <a href="mailto:bob@cs50.net" target="_blank">bob@cs50.net</a>.</li>
<li style="margin-left:15px">I'm trying to sync a folder (i.e., label) called "cogden" between those two accounts such that, whenever Alice adds an email to "cogden" on her end, it ends up in Bob's "cogden" folder, and vice versa. To do so, I'm first trying to sync to a local Maildir account that's meant to be a middle man.</li>
<li style="margin-left:15px">To test this, Alice currently has 3 emails in her "cogden" label: 1 original email and 2 replies to it.</li><li style="margin-left:15px">When I run offlineimap with the attached .offlineimaprc, though, only the 1 original email ends up getting synced to the local Maildir, per the output below:</li>
</ul><div><div><b>% ./offlineimap.py </b></div><div>OfflineIMAP 6.5.4</div><div>  Licensed under the GNU GPL v2+ (v2 or any later version)</div><div>Account sync <a href="mailto:alice@cs50.net" target="_blank">alice@cs50.net</a>:</div>
<div> *** Processing account <a href="mailto:alice@cs50.net" target="_blank">alice@cs50.net</a></div><div> Establishing connection to <a href="http://imap.gmail.com:993/" target="_blank">imap.gmail.com:993</a></div><div> Creating folder cogden[alice@cs50.net-local]</div>
<div>Folder cogden [acc: <a href="mailto:alice@cs50.net" target="_blank">alice@cs50.net</a>]:</div><div> Syncing cogden: Gmail -> Maildir</div><div> Copy message 3 (1 of 1) alice@cs50.net-remote:cogden -> alice@cs50.net-local</div>
<div>Account sync <a href="mailto:alice@cs50.net" target="_blank">alice@cs50.net</a>:</div><div> *** Finished account '<a href="mailto:alice@cs50.net" target="_blank">alice@cs50.net</a>' in <span class="" tabindex="0"><span class="">0:01</span></span></div>
</div><div><br></div><div><b>% find ~/Mail</b></div><div><div>.</div><div>./<a href="mailto:alice@cs50.net" target="_blank">alice@cs50.net</a></div><div>./<a href="http://alice@cs50.net/cogden" target="_blank">alice@cs50.net/cogden</a></div>
<div>./<a href="http://alice@cs50.net/cogden/cur" target="_blank">alice@cs50.net/cogden/cur</a></div><div>./<a href="http://alice@cs50.net/cogden/cur/1403536775_0.3923.air.local,U=3,FMD5=e41c2488d294c886135606bf82aef9c7:2,S" target="_blank">alice@cs50.net/cogden/cur/1403536775_0.3923.air.local,U=3,FMD5=e41c2488d294c886135606bf82aef9c7:2,S</a></div>
<div>./<a href="http://alice@cs50.net/cogden/new" target="_blank">alice@cs50.net/cogden/new</a></div><div>./<a href="http://alice@cs50.net/cogden/tmp" target="_blank">alice@cs50.net/cogden/tmp</a></div></div><div><br></div>
<div><br></div><div>Per the attached screenshot, though, Gmail does think that there are 3 emails in "cogden" in Alice's account. Do I perhaps have my .offlineimaprc file configured wrong, if the goal is to sync all 3 of those emails to the local Maildir?</div>
<div><br></div><div>Thank you!</div><div><br>Colton</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jun 22, 2014 at 12:27 PM, Eygene Ryabinkin <span dir="ltr"><<a href="mailto:rea@codelabs.ru" target="_blank">rea@codelabs.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Colton, good day.<br>
<div class=""><br>
Sat, Jun 21, 2014 at 01:48:17PM -0400, Colton Ogden wrote:<br>
> Is there a particular configuration setting you have to enable to<br>
> let replies sync across email accounts? We've set up two accounts<br>
> that can sync received emails, but replies to the original sender<br>
> don't seem to sync as of yet.<br>
<br>
</div>If you replies go to the same server and they are accessible via the<br>
same IMAP account that your received mails, than everything should<br>
work without problems: OfflineIMAP doesn't make any distinction between<br>
original messages and replies.<br>
<br>
You can check if your replies are on the IMAP this way:<br>
 - reply to some e-mail from one machine;<br>
 - set up e-mail client on the different one;<br>
 - receive all mails via IMAP on the second machine;<br>
 - check if your reply is here.<br>
<br>
There is a possibility that your replies are only stored locally.<br>
This is a kind of weird configuration, but it is possible.<br>
<br>
If your IMAP server has replies, but OfflineIMAP can't sync them,<br>
it will be good to know the version of OfflineIMAP, its configuration<br>
and the type of IMAP software used.<br>
<span class="HOEnZb"><font color="#888888">--<br>
rea<br>
</font></span></blockquote></div><br></div>