Gnus development mailing list
 help / color / mirror / Atom feed
From: David Engster <deng@randomsample.de>
To: ding@gnus.org
Subject: Re: Usage of gnus mailing list mode
Date: Fri, 22 Aug 2008 15:59:46 +0200	[thread overview]
Message-ID: <kzljyp8819.fsf@kafka.physik3.gwdg.de> (raw)
In-Reply-To: <87k5e9uq05.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Fri, 22 Aug 2008 15:40:42 +0200")

Tassilo Horn <tassilo@member.fsf.org> writes:
> I don't like configs which are not in ~/.gnus.el, but I've set that in
> my gnus-parameters:

That should work.

> At least when writing a new message, the headers are not there.  Maybe
> they're added after I send the message away with C-c C-c?

Yes, they're added later. You can preview the headers with C-c RET P.

>> Then put
>>
>> (setq message-subscribed-address-functions
>>       '(gnus-find-subscribed-addresses))
>
> I already have that.
>
>> in your .gnus. This will set the variable 'message-subscribed-addresses'
>> (which you can also set directly, without using the group parameter).
>
> Hm, that's always nil.  I thought it's possibly set buffer-locally in a
> mailinglist's summary or in a message buffer, but it's not...

What I wrote was wrong, sorry. Setting
message-subscribed-address-functions does not set
message-subscribed-addresses. Instead, the function(s) listed in the
former variable are evaluated to get a list of mailing-list addresses
you're subscribed to.

You can check this by evaluating

(gnus-find-subscribed-addresses)

This should return every 'to-list address where 'subscribed is t.

Alternatively, you can work without the 'subscribed' group parameter and
set message-subscribed-addresses manually in your .gnus, which should
have the same effect.

-David



  reply	other threads:[~2008-08-22 13:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-21 14:55 Tassilo Horn
2008-08-22  9:28 ` David Engster
2008-08-22 10:45   ` Tassilo Horn
2008-08-22 11:32     ` Tassilo Horn
2008-08-22 11:58       ` David Engster
2008-08-22 13:40         ` Tassilo Horn
2008-08-22 13:59           ` David Engster [this message]
2008-08-29  4:52 ` Miles Bader
2008-08-29  7:12   ` Tassilo Horn
2008-08-31  3:32     ` Miles Bader
2008-09-01  7:06       ` Tassilo Horn

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=kzljyp8819.fsf@kafka.physik3.gwdg.de \
    --to=deng@randomsample.de \
    --cc=ding@gnus.org \
    /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).