Downloading Sent folder at every sync

Lucas David-Roesler roesler.lucas at gmail.com
Tue Aug 9 05:12:42 BST 2011


What should I do with the output in the log file it generates, it definitely
contains personal email?  Here is my .offlineimaprc

[general]
>
> metadata = ~/.offlineimap
>
> accounts = Gmail
>
> maxsyncaccounts = 1
>
> ui = ttyui
>
>
>> [Account Gmail]
>
> localrepository = Local
>
> remoterepository = Remote
>
>
>> [Repository Local]
>
> type = Maildir
>
> localfolders = /Data/GoogleArchive/Gmail
>
> # This needs to be specified so the MailDir uses a folder structure
>
> # suitable to Evolution
>
> sep =.
>
>
>> [Repository Remote]
>
> type = Gmail
>
> remoteuser = ********
>
> remotepass = *******
>
> # realdelete is a Gmail specific, setting to ensure that
>
> # deleting a message sends it to 'All Mail' instead of
>
> # the trash.
>
> realdelete = no
>
> maxconnections = 1
>
> nametrans = lambda folder: re.sub('\s+', '', re.sub('(.+)(\\.)(.+)',
>> '\\1_\\3', re.sub('(^.{1})', '.\\1', re.sub('.*Important$', 'Important',
>> re.sub('.*Trash$', 'Trash', re.sub('.*Drafts$', 'Drafts', re.sub('.*Sent
>> Mail$', 'Sent', re.sub('.*Starred$', 'Starred', re.sub('.*All Mail$',
>> 'Archive', re.sub('^(INBOX)', ' ', folder))))))))))
>
>
~Lucas David-Roesler


On Mon, Aug 8, 2011 at 7:52 AM, Sebastian Spaeth <Sebastian at sspaeth.de>wrote:

> On Mon, 25 Jul 2011 21:35:38 -0400, Lucas David-Roesler wrote:
> > I am using offlineimap to keep a local backup of my gmail account.  I
> have
> > run into an issue where it is deleting the local copy of my Sent folder
> and
> > re-downloading it every time I run offlineimap. ... Does anyone have any
> > suggestions?
>
> How does your setup look like, ie offlineimap.conf (remove passwords)?
> Also a run with "-d imap -l debug.log" could help to analyze what's
> happening.
>
> Sebastian
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/offlineimap-project/attachments/20110808/ad07c916/attachment-0003.html>


More information about the OfflineIMAP-project mailing list