Force Drafts folder syncing editing ~/zdesktop/conf/datasource.xml file

If Zimbra Desktop had a sync failure, it may have told you to post your error in this section.
Post Reply
versatil
Posts: 8
Joined: Sat Sep 13, 2014 1:08 am

Force Drafts folder syncing editing ~/zdesktop/conf/datasource.xml file

Post by versatil »


Hello,
Over four years we know that Sync Drafts folder for known IMAP services is not possible.
But googling the Web we can find a fix for anyone who’s been wondering why zimbra desktop is not syncing the sent mails across all their devices. In few words : add lines like this at the bottom of your home ~/zdesktop/conf/datasource.xml file
<service name="yourmaildomain.com" saveToSent="true">
<folder remotePath="INBOX" localPath="/Inbox" sync="true"/>
<folder remotePath="INBOX/Sent" localPath="/Sent" sync="true"/>
<folder remotePath="INBOX/Trash" localPath="/Trash" sync="true"/>
<folder remotePath="INBOX/Junk" localPath="/Junk" sync="true"/>
<folder remotePath="INBOX/Drafts" localPath="/Drafts" sync="true"/>
</service>
Well, is it possible to apply that fix in order to force syncing the Drafts folder?
Thanks for reply... and happy new year!
Jean-Martial

Post Reply