Gnus development mailing list
 help / color / mirror / Atom feed
* marking articles at group exit
@ 2003-02-14 14:50 Ted Zlatanov
  2003-02-14 15:08 ` Niklas Morberg
  0 siblings, 1 reply; 5+ messages in thread
From: Ted Zlatanov @ 2003-02-14 14:50 UTC (permalink / raw)


I have the following in spam.el:

  (let ((articles gnus-newsgroup-articles)
	article tomove)
    (dolist (article articles)
      (gnus-summary-remove-process-mark article)
      (when (eq (gnus-summary-article-mark article) gnus-spam-mark)
	(gnus-summary-mark-article article gnus-expirable-mark)
	(push article tomove))))

but it produces errors "Can't find article %d" for every article that
is in the newsgroup, but is not visible when
gnus-summary-remove-process-mark runs (at least, I think that's the
problem).  Is there a better way of doing the removal of the process
mark from all articles?

Thanks
Ted



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-02-18 17:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-14 14:50 marking articles at group exit Ted Zlatanov
2003-02-14 15:08 ` Niklas Morberg
2003-02-14 19:05   ` Ted Zlatanov
2003-02-16  4:56     ` Kevin Greiner
2003-02-18 17:56       ` Ted Zlatanov

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).