Gnus development mailing list
 help / color / mirror / Atom feed
From: Frank Schmitt <ich@Frank-Schmitt.net>
Subject: Re: Reply-to in mail headers
Date: Wed, 11 Aug 2004 18:42:54 +0200	[thread overview]
Message-ID: <m3acx1pqwh.fsf@fed1.frank-schmitt.net> (raw)
In-Reply-To: <87n011bs2b.fsf@shadizar.dyndns.org>

"Michael J. Barillier" <mbarilli@midsouth.rr.com> writes:

> I've grepped code and RTFMed without luck--how can I configure Gnus to
> automatically put a Reply-to: header in my outgoing mail?  Emacs has a
> variable, `mail-default-reply-to', but it's apparently not used in the
> Gnus code.

I do it like this:

(setq gnus-posting-styles
  '((".*"  ;;Hol das wenn sonst nichts zutrifft
     (name "Frank Schmitt")
     (organization "Hamme net, kren mer och nimmi")
     (signature-file "~/.signature")
    )
    ((message-news-p)  ;;News article?
     (address "usereplyto2004@Frank-Schmitt.net")
     ("Reply-To" "replies@Frank-Schmitt.net")
    )
    ("^gmane"
     (address "ich@Frank-Schmitt.net")
     ("Reply-To" nil)
    )
    ((message-mail-p)  ;;Mail?
     (address "ich@Frank-Schmitt.net")
    )
   )
)


-- 
Did you ever realize how much text fits in eighty columns? If you now consider
that a signature usually consists of up to four lines, this gives you enough
space to spread a tremendous amount of information with your messages. So seize
this opportunity and don't waste your signature with bullshit nobody will read.




  parent reply	other threads:[~2004-08-11 16:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-11 15:41 Michael J. Barillier
2004-08-11 15:49 ` Norbert Koch
2004-08-11 16:31 ` Jonas Steverud
2004-08-11 16:42 ` Frank Schmitt [this message]
2004-08-11 17:15 ` Reiner Steib

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=m3acx1pqwh.fsf@fed1.frank-schmitt.net \
    --to=ich@frank-schmitt.net \
    /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).