Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Dan Christensen <jdc@uwo.ca>
To: info-gnus-english@gnu.org
Subject: Re: offlineimap and gnus expire flags
Date: Fri, 13 Nov 2015 14:06:07 -0500	[thread overview]
Message-ID: <87si49bty8.fsf@uwo.ca> (raw)
In-Reply-To: <87k2ptg58d.fsf@free.fr>

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	other threads:[~2015-11-13 19:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-07 16:10 Julien Cubizolles
2015-11-13 19:06 ` Dan Christensen [this message]
2015-11-14  9:38   ` Julien Cubizolles

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87si49bty8.fsf@uwo.ca \
    --to=jdc@uwo.ca \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).