From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66734 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.gnus.general Subject: Re: Restricting frequency of 'g' Date: Tue, 08 Apr 2008 23:49:40 -0700 Message-ID: <200804090649.m396nesX018860@sallyv1.ics.uci.edu> References: <87zls71wod.fsf@windlord.stanford.edu> <200804080355.m383tJe9029473@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207724051 10259 80.91.229.12 (9 Apr 2008 06:54:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2008 06:54:11 +0000 (UTC) Cc: ding@gnus.org To: Russ Allbery Original-X-From: ding-owner+M15217@lists.math.uh.edu Wed Apr 09 08:54:44 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JjUCh-00037G-0k for ding-account@gmane.org; Wed, 09 Apr 2008 08:54:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JjUBE-0004PF-Ig; Wed, 09 Apr 2008 01:53:12 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JjUBD-0004P7-2R for ding@lists.math.uh.edu; Wed, 09 Apr 2008 01:53:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JjUB7-0003fl-2f for ding@lists.math.uh.edu; Wed, 09 Apr 2008 01:53:10 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JjUBG-0005Uc-00 for ; Wed, 09 Apr 2008 08:53:14 +0200 X-ICS-MailScanner-Watermark: 1208328581.54509@CMwHAswZh6qZY/y3GoUUdw Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m396nesX018860; Tue, 8 Apr 2008 23:49:40 -0700 (PDT) In-Reply-To: <200804080355.m383tJe9029473@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 07 Apr 2008 20:55:18 -0700") Original-Lines: 28 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66734 Archived-At: Dan Nicolaescu writes: > Russ Allbery writes: > > > I've noticed a bad habit in myself (and I'm betting I'm not the only one) > > where I'll press g in a Gnus group buffer to check for new mail whenever I > > pass by the screen in which Gnus is running or whenever I'm waiting for > > something else, even for a moment. And then I get sucked back into my > > mail, including often a lot of traffic that I don't need to see right > > then. > > > > Does anyone have a good recipe for having Gnus remember the last time I > > checked for new mail and to force me to jump through some hoop if it's > > been less than a configurable amount of time? My guess is that it > > wouldn't be horribly difficult to do this in elisp by rebinding g, but > > it's a bit beyond my personal skill. > > Someone posted a different solution for the same problem here (or > another gnus list): do not show new messages in groups is the number of > new message is under a certain threshold. > > I don't remember who it was, but maybe someone else does... I found the article mentioned above: http://article.gmane.org/gmane.emacs.gnus.general/60153 this looks like a nice feature to have in gnus...