GNU bug report logs -
#31739
25.2; Cannot expire articles in virtual group
Previous Next
Reported by: Jamie Forth <j.forth <at> gold.ac.uk>
Date: Wed, 6 Jun 2018 20:40:01 UTC
Severity: normal
Tags: moreinfo, unreproducible
Found in version 25.2
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> For my test group, I get:
>
> (assq 'expire (gnus-info-marks (gnus-get-info "nnvirtual:imap-test")))
> => (expire 392790 394237)
>
> You get nil for yours?
Yes unfortunately.
(gnus-info-marks (gnus-get-info "nnvirtual:vgtest")
=> ((unexist (1 . 34) (37 . 40)) (seen (22 . 40)))
As a sanity check I just tried recreating the group with `emacs -Q` and
the following gnus config.
(setq gnus-select-method '(nntp "news.gmane.org"))
(add-to-list
'gnus-secondary-select-methods
'(nnimap "gold"
(nnimap-stream shell)
(nnimap-shell-program
"/usr/lib/dovecot/imap -c ~/.config/dovecot/gold.conf 2> /dev/null")))
Then G V, then M-e with: (nnvirtual "^nnimap\\+gold:Junk Email$")
Marking some articles E, but same result!
> I've looked through the code for something special being done with the
> expirable marks, and I can't find anything that's nixing out those in
> particular. But I may be looking in the wrong parts of the code...
Thanks for looking!
--
Jamie
This bug report was last modified 2 years and 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.