From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77974 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: 'smart' group Date: Fri, 18 Mar 2011 14:51:43 +0100 Message-ID: References: <87zkos4nj2.fsf@member.fsf.org> <87oc584kgx.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300456331 16293 80.91.229.12 (18 Mar 2011 13:52:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2011 13:52:11 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26288@lists.math.uh.edu Fri Mar 18 14:52:07 2011 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.69) (envelope-from ) id 1Q0a62-0002AB-MQ for ding-account@gmane.org; Fri, 18 Mar 2011 14:52:07 +0100 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 1Q0a5t-0001Yi-7O; Fri, 18 Mar 2011 08:51:57 -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 1Q0a5r-0001YO-49 for ding@lists.math.uh.edu; Fri, 18 Mar 2011 08:51:55 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q0a5p-0005NE-TN for ding@lists.math.uh.edu; Fri, 18 Mar 2011 08:51:54 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q0a5o-0006BI-HX for ding@gnus.org; Fri, 18 Mar 2011 14:51:52 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=engster.org; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=9Kwq0YfF27RaFsPSm7mL8rFG1ClvsHkkYxWgBK0pywk=; b=PGq9FxHRmJtR6irOAjokCyWedHYj4hVTKuDzUru2J6L2rx/edMCTxFYgIg0++GRYvBc8eIvuesB6JJoW2NhwYO1CXMLTxGcs96xgu6MJkDSRYDQGEEvT9ULiEatDQ9HR; Original-Received: from [134.76.4.230] (helo=imac.local) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Q0a5l-00071n-Po for ding@gnus.org; Fri, 18 Mar 2011 14:51:49 +0100 In-Reply-To: <87oc584kgx.fsf@member.fsf.org> (Tassilo Horn's message of "Fri, 18 Mar 2011 14:38:38 +0100") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (darwin) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77974 Archived-At: Tassilo Horn writes: > David Engster writes: > > Hi David, > >>> You can do that using imap search with nnir, assuming you use imap. >>> Simply mark all groups, then `C-u G G', enter the right SINCE imap >>> search string (check the spec for the syntax), choose `imap', RET, >>> finished. >> >> But can those groups be made permanent? (You know, like nnmairix >> does... ;-) ) > > No, at least I don't know how. With nnmairix, would receiving a new > mail that matches some search group's criterion automatically be added > to that group? No. > Or does "refreshing" mean running the search from scratch? Yes. You have to update the index (which is done incrementally) and then search from scratch. It's faster than it sounds, depending on what you search (word/substring) and where (certain header/full message body). -David