duplicity-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-tracker] [sr #106534] GMail backups aren't stored in the corr


From: anonymous
Subject: [Duplicity-tracker] [sr #106534] GMail backups aren't stored in the correct location
Date: Wed, 29 Oct 2008 15:29:06 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1

URL:
  <http://savannah.nongnu.org/support/?106534>

                 Summary: GMail backups aren't stored in the correct location
                 Project: duplicity
            Submitted by: None
            Submitted on: Wed 29 Oct 2008 03:29:04 PM UTC
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: Mac OS

    _______________________________________________________

Details:

The --gmail-mailbox option tells duplicity where to look for backups, however
the value is ignored when storing updates.  This results in every backup being
a full backup if Inbox or All Mail isn't used (I'm putting everything under a
Backups label)

I suggest the following change to the put function of gmailimapbackend.py:

        body=self._prepareBody(f,remote_filename)
        -self._conn.append(None,None,None,body)
        +self._conn.append(gmail_mailbox,None,None,body)
        log.Log("IMAP mail with '%s' subject stored"%remote_filename,5)
 






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/support/?106534>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]