Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: info-gnus-english@gnu.org
Subject: Re: Today's articles/mails..
Date: Tue, 21 Dec 2010 11:28:54 +0100	[thread overview]
Message-ID: <8762unzaft.fsf@member.fsf.org> (raw)
In-Reply-To: <m2y67j6cx2.fsf@ti.com>

bgmrao@gmail.com writes:

Hi Madhu,

> How do I restrict the article buffer to "today's"/"This week's"
> articles only; and include/exclude dormant/read articles?

I think you mean the summary buffer, right?

,----[ (info "(gnus)Limiting") ]
| `/ t'
|      Ask for a number and then limit the summary buffer to articles
|      older than (or equal to) that number of days
|      (`gnus-summary-limit-to-age').  If given a prefix, limit to
|      articles younger than that number of days.
`----

So in your case, `C-u 7 / t' would limit the current summary to messages
from the last week.

,----[ (info "(gnus)Limiting") ]
| `/ m'
|      Ask for a mark and then limit to all articles that have been marked
|      with that mark (`gnus-summary-limit-to-marks').
`----

,----[ C-h f gnus-summary-limit-to-marks RET ]
| gnus-summary-limit-to-marks is an interactive compiled Lisp function in
| `gnus-sum.el'.
| 
| (gnus-summary-limit-to-marks MARKS &optional REVERSE)
| 
| Limit the summary buffer to articles that are marked with MARKS (e.g. "DK").
| If REVERSE (the prefix), limit the summary buffer to articles that are
| not marked with MARKS.  MARKS can either be a string of marks or a
| list of marks.
| Returns how many articles were removed.
`----

So `/ m !? RET' would limit to ticked and dormant articles, `C-u / m !?'
would limit to articles not marked ticked and dormant.

To remove the last limitation, use

,----[ (info "(gnus)Limiting") ]
| `/ w'
|      Pop the previous limit off the stack and restore it
|      (`gnus-summary-pop-limit').  If given a prefix, pop all limits off
|      the stack.
`----

HTH,
Tassilo

  reply	other threads:[~2010-12-21 10:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-21  3:08 bgmrao
2010-12-21 10:28 ` Tassilo Horn [this message]
2010-12-21 13:16   ` bgmrao
2010-12-21 13:26     ` Tassilo Horn
2010-12-21 13:37       ` Andrew Cohen
2010-12-21 14:35         ` bgmrao
2010-12-21 14:40           ` Andrew Cohen
2010-12-21 14:57         ` Tassilo Horn
     [not found] ` <mailman.15.1292927362.19366.info-gnus-english@gnu.org>
2010-12-21 11:46   ` Richard Riley
2010-12-21 13:17     ` Tassilo Horn
     [not found]     ` <mailman.1.1292937453.31822.info-gnus-english@gnu.org>
2010-12-21 13:26       ` Richard Riley

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=8762unzaft.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=info-gnus-english@gnu.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).