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

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

Re: Expirable mark preserved


From: Lars Ingebrigtsen
Subject: Re: Expirable mark preserved
Date: Mon, 08 Feb 2016 15:46:06 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Marcin Włodarczak <marcin@wlodarczak.org> writes:

> I see. But then the documentation of this variable is rather confusing,
> especially the part which says:
>
> If nil, the expirable marks will be unchanged except that the marks
> will be removed when copying or moving articles to a group that has
> not turned auto-expire on.

Sorry, I misread your message -- I thought you had the variable switched
on...

This is the code:

                (when (and expirable
                           gnus-mark-copied-or-moved-articles-as-expirable
                           (not (memq 'expire to-marks)))
                  ;; Mark this article as expirable.
                  (push 'expire to-marks)
                  (when (equal to-group gnus-newsgroup-name)
                    (push to-article gnus-newsgroup-expirable))
                  ;; Copy the expirable mark to other group.
                  (gnus-add-marked-articles
                   to-group 'expire (list to-article) info))

So it looks like it really shouldn't be copying over the expirable
marks...  Hm...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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