Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: No way to make a given single article un-unseen !
Date: Tue, 24 Apr 2012 13:19:46 +0900	[thread overview]
Message-ID: <b4m7gx5lq1p.fsf@jpl.org> (raw)
In-Reply-To: <877gx595cn.fsf@jidanni.org>

jidanni@jidanni.org wrote:
> Gentlemen, in (info "(gnus) Other Marks")

>    * Articles that haven't been seen before in Gnus by the user are
>      marked with a `.' in the second column (`gnus-unseen-mark').

> But ah ha, there is no way to reverse this going away for a given single
> article! You have now seen it, and next time you enter the group its
> unseen mark is gone, with no way to get it back for one given single article!
> But why would you want it back? Don't ask such questions, just make
> there be a way!

I don't know why, but unseen articles are labeled as `seen' when
exiting a group:

(defun gnus-update-marks ()
[...]
	(when (eq (cdr type) 'seen)
	  (setq list (gnus-range-add list gnus-newsgroup-unseen)))

Entering a group may mean a user sees unseen articles (at least
those subjects or existence).  I vaguely think it would be
convenient to make the unseen marks remain unless those bodies
have been read, though.



  reply	other threads:[~2012-04-24  4:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-24  3:27 jidanni
2012-04-24  4:19 ` Katsumi Yamaoka [this message]
2012-04-24  5:19   ` Adam Sjøgren
2012-04-24  9:03     ` Katsumi Yamaoka
2012-04-24  9:51       ` Steinar Bang
2012-04-24 10:00       ` Adam Sjøgren
2012-04-24 10:44         ` Katsumi Yamaoka
2012-04-25 12:27           ` jidanni
2012-04-25 18:34             ` Peter Münster
2012-04-25 19:20             ` Carson Chittom
2012-05-07  4:02               ` jidanni
2012-06-10 20:33                 ` Lars Magne Ingebrigtsen

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=b4m7gx5lq1p.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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).