From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40132 Path: main.gmane.org!not-for-mail From: "Matt Armstrong" Newsgroups: gmane.emacs.gnus.general Subject: Re: topic Subscribe parameter... Date: Thu, 08 Nov 2001 14:21:31 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <87k7x1arhg.fsf@squeaker.lickey.com> References: <87668m730w.fsf@mclinux.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175728 31576 80.91.224.250 (21 Oct 2002 04:48:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:48:48 +0000 (UTC) Return-Path: Original-Received: (qmail 11046 invoked from network); 8 Nov 2001 21:23:19 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 8 Nov 2001 21:23:19 -0000 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 161wcu-000727-00; Thu, 08 Nov 2001 15:22:20 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 08 Nov 2001 15:22:01 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA01478 for ; Thu, 8 Nov 2001 15:21:46 -0600 (CST) Original-Received: (qmail 11027 invoked by alias); 8 Nov 2001 21:21:51 -0000 Original-Received: (qmail 11022 invoked from network); 8 Nov 2001 21:21:51 -0000 Original-Received: from hank.lickey.com (64.81.100.235) by gnus.org with SMTP; 8 Nov 2001 21:21:51 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 8580BEDA7 for ; Thu, 8 Nov 2001 14:21:36 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id 0E362BD38 for ; Thu, 8 Nov 2001 14:21:36 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id 71955BD2B; Thu, 8 Nov 2001 14:21:34 -0700 (MST) Mail-Copies-To: never Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: <87668m730w.fsf@mclinux.com> (Josh Huber's message of "Wed, 07 Nov 2001 15:13:35 -0500") Original-Lines: 37 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu) X-Delivery-Agent: TMDA v0.41/Python 1.5.2 (linux2) X-Virus-Scanned: by AMaViS snapshot-20010714 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40132 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40132 Josh Huber writes: > Is this supposed to work? I've started using nnml groups to archive > mail like so: > > (defun jmh-save-archive () > (interactive) > (gnus-summary-copy-article 1 (concat "archive." gnus-newsgroup-name))) > > (add-hook 'gnus-summary-mode-hook > '(lambda () > (local-set-key (kbd "C-c s") 'jmh-save-archive))) > > (setq gnus-auto-subscribed-groups > (concat gnus-auto-subscribed-groups > "\\|^mail\\.\\|^archive\\.")) > > now, I discovered the subscribe parameter, and have a topic > "Archive". I set the subscribe parameter of the Archive topic to: > > "^archive" > > But...when I save new messages to an archive group, and go back to the > *Group* buffer, and hit F, the new groups appear at the top of the > group buffer, instead of in the Archive topic. > > Any ideas? Do you have gnus-subscribe-newsgroup-method set to 'gnus-subscribe-topics? It looks like that is how you get the 'archive' topic parameter to work. -- matt