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 _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english