info-gnus-english
[Top][All Lists]
Advanced

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

Re: offlineimap and gnus expire flags


From: Dan Christensen
Subject: Re: offlineimap and gnus expire flags
Date: Fri, 13 Nov 2015 14:06:07 -0500
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.3 (gnu/linux)

I have the following in my .offlineimap.py, and it works for me.
But I'm using an older version of offlineimap, and haven't tested
this with a current version.

Dan

import offlineimap.imaputil as IU
if not hasattr(IU, 'monkeypatchdone'):
    IU.flagmap += [('gnus-expire','E'),
                   ('gnus-dormant', 'Q'),
                   ('gnus-save', 'V'),
                   ('gnus-forward', 'W')]
    IU.monkeypatchdone = True




reply via email to

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