Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@justresearch.com>
Subject: Re: Gnus is cool
Date: 26 Nov 1999 09:04:25 -0500	[thread overview]
Message-ID: <vxkpuwxbb86.fsf@beaver.jprc.com> (raw)
In-Reply-To: Hrvoje Niksic's message of "26 Nov 1999 12:03:17 +0100"

Hrvoje Niksic <hniksic@iskon.hr> writes:
> wanted to be able to combine privately received emails with the
> archives of responses he keeps, so that he can see prolonged privare
> email correspondence nicely threaded to include his contributions to
> the debate.

> I said: bummer, Gnus doesn't have that either.  And I've always _so_
> wanted to have such functionality.  It's so hard following email
> threads when my contributions are stuffed in an nnfolder archive
> somewhere.

No reason to leave it all in some all-encompassing, generic archive.

You could always stuff your contributions right back into the same
group where they came from, with gnus-message-archive-group.

(setq gnus-message-archive-group
      '(("jprc"				"nnml:personal.jprc")
	  ; above takes followups to both personal.jprc & jprc.* newsgroups.
	("personal\\.cmu"		"nnml:personal.cmu")
	("personal\\.jrm"		"nnml:personal.jrm")
	("personal\\.karl"		"nnml:personal.karl")
	("personal\\.mark"		"nnml:personal.mark")
	("personal\\.michael"		"nnml:personal.michael")
	("personal\\."			"nnml:personal.general")
	  ; above is catch-all for remaining personal.*.
	("mailer-daemon"		"nnml:personal.general")
	("list\\."			"nnml:list.sent")
	  ; list copies come back anyway, so use generic archive.
	(".*"				"nnml:usenet")))


  reply	other threads:[~1999-11-26 14:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-26 11:03 Hrvoje Niksic
1999-11-26 14:04 ` Karl Kleinpaste [this message]
1999-11-26 14:11   ` Hrvoje Niksic
1999-11-28 23:53   ` Brian May

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=vxkpuwxbb86.fsf@beaver.jprc.com \
    --to=karl@justresearch.com \
    /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).