Gnus development mailing list
 help / color / mirror / Atom feed
From: Bill White <billw@wolfram.com>
Subject: Re: gcc fails when multiple groups are specified
Date: Wed, 28 Aug 2002 12:25:27 -0500	[thread overview]
Message-ID: <ruoofbmyjy0.fsf@billwlx.wolfram.com> (raw)
In-Reply-To: <iluptw2vr7k.fsf@latte.josefsson.org> (Simon Josefsson's message of "Wed, 28 Aug 2002 19:16:47 +0200")

On Wed Aug 28 2002 at 12:16, Simon Josefsson <jas@extundo.com> said:

> Bill White <billw@wolfram.com> writes:
>
>> I use gcc to file copies of outgoing mail in two groups - a global
>> group nnml:archive.YYYY.MM and the current group.  For this message
>> my gcc header is
>>
>> Gcc: "nnml:archive.2002-08, nnml:gnus.2002.08"
>
> Oops.
>
> Exactly how do you configure Gnus to populate the Gcc header?
> Fixing it is easier if I can reproduce it.

This is an old, old hack and it smells a bit funky:

(setq gnus-message-archive-group
      '((concat
	 "nnml:archive."
	 (format-time-string "%Y-%m" (current-time))
	 (if (message-mail-p)
	     (when (string-match "[A-Za-z]" gnus-newsgroup-name)
	       ", "))
	 (if (message-mail-p)
	     (when (string-match "[A-Za-z]" gnus-newsgroup-name)
	       gnus-newsgroup-name)))))

Perhaps there's a cleaner way that works with the new code?

Cheers -

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."




  reply	other threads:[~2002-08-28 17:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-28 17:06 Bill White
2002-08-28 17:16 ` Simon Josefsson
2002-08-28 17:25   ` Bill White [this message]
2002-08-28 17:44     ` Simon Josefsson
2002-08-28 17:57       ` Bill White
2002-08-29 17:33 ` 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=ruoofbmyjy0.fsf@billwlx.wolfram.com \
    --to=billw@wolfram.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).