From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51042 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Remove limits without updating summary buffer? Date: Wed, 26 Mar 2003 15:15:53 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048688249 14446 80.91.224.249 (26 Mar 2003 14:17:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2003 14:17:29 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Wed Mar 26 15:17:27 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18yBiZ-0003kq-00 for ; Wed, 26 Mar 2003 15:17:27 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18yBhY-0001N8-00; Wed, 26 Mar 2003 08:16:24 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 26 Mar 2003 08:17:27 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA29755 for ; Wed, 26 Mar 2003 08:17:18 -0600 (CST) Original-Received: (qmail 64291 invoked by alias); 26 Mar 2003 14:16:09 -0000 Original-Received: (qmail 64286 invoked from network); 26 Mar 2003 14:16:09 -0000 Original-Received: from unknown (HELO krynn.axis.se) (212.209.10.216) by 66.230.238.6 with SMTP; 26 Mar 2003 14:16:09 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-222.axis.se [10.13.8.222]) by krynn.axis.se (8.12.8/8.12.8/Debian-1woody1) with ESMTP id h2QEFrKl028471 for ; Wed, 26 Mar 2003 15:15:54 +0100 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.2 (windows-nt) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:51042 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51042 I keep all messages in my incoming group. I use the agent to keep a local copy. I expire articles I do not want to see any more (but they are still available with through the agent). Expired messages are not shown by default in my incoming group. When I want to find an old article I do this: 1. `C-u / w' to show all articles (to remove the limit that hides expired messages) 2. `/ s the_subject' or something else to limit the summary buffer to messages I am really interested in. Is there a way to stop gnus from updating the summary buffer after step 1? It makes the process of finding old messages slower than it needs to be. Or should I use another method altogether? Niklas