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

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

imap immediate expiry trouble


From: Stig Brautaset
Subject: imap immediate expiry trouble
Date: Thu, 21 Apr 2016 16:10:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

Hi,

I've got this function in my .gnus.el:

  (setq nnmail-expiry-wait-function
        (lambda (group)
          (print "DEBUG: nnmail-expiry-wait-function")
          (if (string= "INBOX" group)
              'immediate
            'never)))

When I expire a group I can see in *Messages* that the
nnmail-expiry-wait-function is indeed called, but it appears that its
return value is ignored, because recent messages from the last 24 hours
are still there. (I have explicitly marked messages for expiry with
"E".)

If I have very old messages marked for expiry, these /are/ usually
expired. Any help would be appreciated.

I'm using Gnus v5.13.

Stig




reply via email to

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