Gnus development mailing list
 help / color / mirror / Atom feed
From: David Moore <dmoore@UCSD.EDU>
Subject: Re: [rgnus] FCC in message-mode to nnml group?
Date: 07 Jan 1997 18:11:15 -0800	[thread overview]
Message-ID: <rv7mlosypo.fsf@sdnp5.ucsd.edu> (raw)
In-Reply-To: Steven L Baur's message of 07 Jan 1997 14:58:07 -0800

Steven L Baur <steve@miranova.com> writes:
> There's Gcc too as Lars pointed out, but I've never bothered to figure
> out how to use it with nnml.  I use Gcc to keep a copy of everything
> outgoing in nnfolder+archive, but Fcc -> *.spool -> nnml for everything
> outgoing that isn't going to come back like non-list email.

	I currently use this.  If you want to also Gcc everything into
your archive group, just don't set gnus-message-archive-method to nil.
I find it more convient than fcc.  Although it can be nice to have the
mail run through the nnmail splitting process...

	Big disadvantage to Gcc is that you have to have Gnus running to
send mail if you want it foldered away.

;;; This controls the Gcc header for messages.
(setq 
 gnus-message-archive-method nil
 gnus-outgoing-message-group (lambda ()
			       (goto-char (point-max))
			       (let ((group (or gnus-newsgroup-name "")))
				 (cond ((message-news-p)
					"nnml+email:news.archive")
				       ((string-match "^nnml\\+email:"
						      group)
					gnus-newsgroup-name)
				       ((string-match "^nndir:gnus-bug"
						      group)
					"nnml+email:mail.list.ding")
				       (t
					"nnml+email:mail.misc"))))

 )


  parent reply	other threads:[~1997-01-08  2:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-07 20:08 Mark Borges
1997-01-07 20:25 ` Lars Magne Ingebrigtsen
1997-01-07 20:55 ` Lars Balker Rasmussen
1997-01-07 22:58   ` Steven L Baur
1997-01-08  0:49     ` Mark Borges
1997-01-08  2:11     ` David Moore [this message]
1997-01-08  3:45       ` Sudish Joseph
1997-01-08  7:40     ` Jens Lautenbacher
1997-01-08 17:15       ` David Moore
1997-01-09  7:49         ` Jens Lautenbacher
1997-01-07 21:23 ` David S. Goldberg

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=rv7mlosypo.fsf@sdnp5.ucsd.edu \
    --to=dmoore@ucsd.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).