offlineimap doesn't sync custom flags by default. The hack I use just
monkeypatches the flagmap. Put the following in .offlineimap.py:
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
To activate this, you put
pythonfile = ~/.offlineimap.py
in your .offlineimaprc
Dan
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english