Gnus development mailing list
 help / color / mirror / Atom feed
* topic Subscribe parameter...
@ 2001-11-07 20:13 Josh Huber
  2001-11-08  8:04 ` Kai Großjohann
  2001-11-08 21:21 ` Matt Armstrong
  0 siblings, 2 replies; 9+ messages in thread
From: Josh Huber @ 2001-11-07 20:13 UTC (permalink / 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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2001-11-10  4:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-07 20:13 topic Subscribe parameter Josh Huber
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

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).