From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40112 Path: main.gmane.org!not-for-mail From: Josh Huber Newsgroups: gmane.emacs.gnus.general Subject: topic Subscribe parameter... Date: Wed, 07 Nov 2001 15:13:35 -0500 Organization: Mind your own business, you silly arthur king! Sender: owner-ding@hpc.uh.edu Message-ID: <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 1035175712 31486 80.91.224.250 (21 Oct 2002 04:48:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:48:32 +0000 (UTC) Return-Path: Original-Received: (qmail 3857 invoked from network); 7 Nov 2001 20:14:36 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Nov 2001 20:14:36 -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 161Z4n-0001fK-00; Wed, 07 Nov 2001 14:13:33 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 07 Nov 2001 14:13:15 -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 OAA25457 for ; Wed, 7 Nov 2001 14:12:59 -0600 (CST) Original-Received: (qmail 3821 invoked by alias); 7 Nov 2001 20:12:55 -0000 Original-Received: (qmail 3816 invoked from network); 7 Nov 2001 20:12:55 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 7 Nov 2001 20:12:55 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 161Z6q-0004YS-00 for ; Wed, 07 Nov 2001 21:15:40 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: lowell.missioncriticallinux.com Original-X-Trace: quimby2.netfonds.no 1005164140 17084 208.51.139.16 (7 Nov 2001 20:15:40 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 7 Nov 2001 20:15:40 GMT X-Go-Away: or I shall taunt you a second time! X-PGP-KeyID: 6B21489A X-PGP-CertKey: 61F0 6138 BE7B FEBF A223 E9D1 BFE1 2065 6B21 489A X-Request-PGP: finger:huber@db.debian.org Mail-Copies-To: nobody User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence, powerpc-debian-linux) Cancel-Lock: sha1:qLq/CaHFoGO0MQnhrKdKeBQ3g3I= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40112 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40112 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? -- Josh Huber