Gnus development mailing list
 help / color / mirror / Atom feed
From: Josh Huber <huber@alum.wpi.edu>
Subject: topic Subscribe parameter...
Date: Wed, 07 Nov 2001 15:13:35 -0500	[thread overview]
Message-ID: <87668m730w.fsf@mclinux.com> (raw)

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



             reply	other threads:[~2001-11-07 20:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-07 20:13 Josh Huber [this message]
2001-11-08  8:04 ` Kai Großjohann
2001-11-08 13:53   ` Josh Huber
2001-11-08 16:41     ` Kai Großjohann
2001-11-08 21:10       ` Josh Huber
2001-11-10  2:16         ` Daniel Néri
2001-11-10  4:39           ` Josh Huber
2001-11-08 21:21 ` Matt Armstrong
2001-11-08 22:17   ` Josh Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87668m730w.fsf@mclinux.com \
    --to=huber@alum.wpi.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).