Re: problems with offlineimap/git
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Marc MERLIN wrote:
> On Thu, May 28, 2009 at 01:33:51PM -0700, Marc MERLIN wrote:
>> I checked out the latest version for IDLE support.
>>
>> I've been having issues with it. For now I disabled the IDLE code and I
>> still get things like this:
>
> I forgot to give my config:
As I didn't write IDLE, I probably can't comment. But I wonder if you
could isolate the offending git patch, perhaps with git bisect? So that
we could know exactly where the bug got introduced.
>
> grep -Ev '^(#|$)' ~/.offlineimaprc
> [general]
> pythonfile=~/.offlineimap.py
> foldersort=mycmp
> metadata = ~/.offlineimap
> accounts = google.com
> maxsyncaccounts = 1
> ui = TTY.TTYUI, Tk.Blinkenlights, Tk.VerboseUI, Noninteractive.Basic,
> Noninteractive.Quiet
> ignore-readonly = no
>
> [mbnames]
> enabled = yes
> filename = ~/.mutt_mailboxes
> header = "mailboxes "
> peritem = "+%(accountname)s/%(foldername)s"
> sep = " "
> footer = "\n"
> [ui.Tk.Blinkenlights]
> loglines = 5
> bufferlines = 500
> showlog = true
>
> [Account google.com]
> localrepository = LocalGoogle
> remoterepository = Google
> autorefresh = 10
> quick = 3
>
> [Repository Google]
> type = IMAP
> remoteuser = email
> remotehost = imap.gmail.com
> ssl = yes
> remoteport = 993
> remotepass = foo
> folderfilter = lambda foldername: foldername not in [ '[Gmail]/All Mail' ]
> maxconnections = 1
> holdconnectionopen = yes
> keepalive = 60
> sep = /
|
|