Gnus development mailing list
 help / color / mirror / Atom feed
From: lee <lee@yun.yagibdah.de>
To: ding@gnus.org
Subject: Re: How to display read articles?
Date: Wed, 06 Jul 2011 10:43:27 +0200	[thread overview]
Message-ID: <878vsbg5ow.fsf@yun.yagibdah.de> (raw)
In-Reply-To: <87sjqjsuqp.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 06 Jul 2011 09:01:34 +0100")

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> Angel de Vicente <angelv@iac.es> writes:
>
>> Hi,
>>
>> I just decided to switch to Gnus for my news/mail experience, and I'm
>> learning how to do different things with it. One thing that I have not
>> managed to do (forgive me, it's pretty late here) is to view read
>> articles in the summary buffer. 
>>
>> I mean: after reading some articles, I exit the summary buffer, then
>> later on I enter the group again, and the read articles are gone. I know
>> that they are not deleted, and I've trying to find the option to let me
>> see all the messages in a group (regardless of whether they had been
>> read or not), but could not find it in the documentation. I'm sure it is
>> somewhere in there, but the number of available options in Gnus is just
>> overwhelming....
>>
>> Thanks,
>> Ángel de Vicente 
>
> Type "/ O" in the Summary buffer and type however many old (aka read)
> articles you wish to see.

Or you can use C-u RET to enter the group to see all articles right
away.  You can also use group parameters in ~/.gnus like:


	("mail\\.0-incoming"
	 (gnus-show-threads nil)
	 (gnus-use-scoring nil)
	 (gnus-article-sort-functions '((not gnus-article-sort-by-date)))
	 (display . [not expire])
	 (gcc-self . "mail.sent")
	 (gnus-summary-line-format
	  ":%U%R%z%I(%5k) %(%[%-23,23f%]%) %11&user-date; '%s\n"))


"(display . [not expire] )" displays all articles except expired ones.



  reply	other threads:[~2011-07-06  8:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <yegsjqk9s1z.fsf@vaso.ll.iac.es>
2011-07-06  8:01 ` Eric S Fraga
2011-07-06  8:43   ` lee [this message]
2011-07-07  3:57     ` prad
2011-07-07 12:01       ` lee
2011-07-08 14:27         ` prad
2011-07-08 17:09           ` lee

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=878vsbg5ow.fsf@yun.yagibdah.de \
    --to=lee@yun.yagibdah.de \
    --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).