Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Vidar Gundersen <vbg-news@bitjungle_com.invalid>
Subject: Re: Header X-Draft-From
Date: Fri, 28 Feb 2003 16:16:57 +0100	[thread overview]
Message-ID: <uvfz41lli.fsf@bitjungle_com.invalid> (raw)
In-Reply-To: <4yy940ye5l.fsf@skjellgran.ii.uib.no>

===== Opprinnelig melding fra Joakim Hove | Fri, 28 Feb 2003:
> The X-Draft-From header contained the name of the mailgroup which had
> devoured the mail I was currently replying to. I used it to determine
> a suitable Gcc: header for archiving purposes - worked very neatly!

this is a different solution to the same problem:

(setq gnus-message-archive-group 'archive-func-currentgroup)
(defun archive-func-currentgroup (group)
  (cond ((message-news-p) "nnml:newspostings")
        ((string-match "nn.*" group) group)
        ((string= "" group) "nnml:archive")
        ((string-match ".*" group) "nnml:archive")))


           reply	other threads:[~2003-02-28 15:16 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <4yy940ye5l.fsf@skjellgran.ii.uib.no>]

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=uvfz41lli.fsf@bitjungle_com.invalid \
    --to=vbg-news@bitjungle_com.invalid \
    /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).