From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14350 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.user Subject: Re: Today's articles/mails.. Date: Tue, 21 Dec 2010 12:46:56 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292935220 5375 80.91.229.12 (21 Dec 2010 12:40:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Dec 2010 12:40:20 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Dec 21 13:40:13 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PV1Vi-0003aq-81 for gegu-info-gnus-english@m.gmane.org; Tue, 21 Dec 2010 13:40:11 +0100 Original-Received: from localhost ([127.0.0.1]:51180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PV1Vh-0000Ai-J1 for gegu-info-gnus-english@m.gmane.org; Tue, 21 Dec 2010 07:40:09 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-1.dfn.de!news.dfn.de!newsfeed.straub-nv.de!newsfeed1.swip.net!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 38 Original-NNTP-Posting-Host: 85.183.18.158 Original-X-Trace: quimby.gnus.org 1292932017 26580 85.183.18.158 (21 Dec 2010 11:46:57 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 21 Dec 2010 11:46:57 +0000 (UTC) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Original-Xref: usenet.stanford.edu gnu.emacs.gnus:85076 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14350 Archived-At: Tassilo Horn writes: > 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. "-7" does the same. > ,----[ (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. > `---- It would be nice (or is there) to have a variable to disable this : personally I never want the limits stacked and would like my next one to override the previous rather than having to manually pop the limit first.