Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Cc: "Randal L. Schwartz" <merlyn@stonehenge.com>
Subject: Re: how do I fcc: a nnml folder?  and what is gcc? (gnus 5.3)
Date: 05 Sep 1996 07:23:33 +0200	[thread overview]
Message-ID: <x6enkhfsbu.fsf@eyesore.no> (raw)
In-Reply-To: "Randal L. Schwartz"'s message of Wed, 4 Sep 1996 07:33:42 -0700 (PDT)

"Randal L. Schwartz" <merlyn@stonehenge.com> writes:

> And, the docs mention "gcc" once, and the source mentions it twice,
> but that's the end of the road.  Is that the remnants of an experiment
> gone bad, or is that what I'm looking for?

It's probably what you're looking for, I think.  

If you say something like:

(setq gnus-message-archive-group 
      '((if (message-news-p)
            "nnml:misc-news" 
          "nnml:misc-mail")))

then outgoing news will go to the nnml news group and mail to the mail
group.   Of course, you can make this setup arbitrarily complex -- I
use:

(setq gnus-message-archive-group
      '((if (message-news-p)
            "nnml:misc-news" 
          (concat "nnml:mail." (format-time-string 
                                "%Y-%m" (current-time))))))

to get a month-by-month mail archive group.

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


      parent reply	other threads:[~1996-09-05  5:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-09-04 14:33 Randal L. Schwartz
1996-09-04 19:20 ` David S. Goldberg
1996-09-04 23:27 ` Steven L Baur
1996-09-05  1:01   ` Raja R Harinath
1996-09-05  3:43     ` Sudish Joseph
1996-09-05 15:41       ` Lars Magne Ingebrigtsen
1996-09-05  5:23 ` Lars Magne Ingebrigtsen [this message]

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=x6enkhfsbu.fsf@eyesore.no \
    --to=larsi@ifi.uio.no \
    --cc=merlyn@stonehenge.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).