Gnus development mailing list
 help / color / mirror / Atom feed
* Does Mail-Followup-To generation?
@ 2002-03-01 15:26 Nevin Kapur
  0 siblings, 0 replies; 13+ messages in thread
From: Nevin Kapur @ 2002-03-01 15:26 UTC (permalink / raw)


Following the directions in the manual, I've set the group parameter
of my ding group as

 (to-address . "Ding <ding@gnus.org>")
 (to-list . "Ding <ding@gnus.org>")
 (subscribed . t)

I tried this with another list that I am subscribed to and the
Mail-Followup-To header was not generated.

(If this message has the correct Mail-Followup-To, then I'm an idiot,
otherwise consider this a plea for help.)

Any reason why the subscribed group parameter does not appear in `G c'?

-- 
Nevin



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 16:20 ` Paul Jarc
                     ` (3 preceding siblings ...)
  2002-03-01 18:10   ` Christoph Conrad
@ 2003-01-02  2:07   ` Lars Magne Ingebrigtsen
  4 siblings, 0 replies; 13+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-01-02  2:07 UTC (permalink / raw)


prj@po.cwru.edu (Paul Jarc) writes:

> WIBNI all docstrings had links to the corresponding info nodes
> automatically added, like how server parameters have a note appended
> to theirs?  The right info nodes could be found automatically via the
> index (I think); this would also make it easy to catch variables and
> functions that are missing index entries.

And Custom already makes all the user-visible variables group, so
you'd just need a mapping from group->info file.  (And then use the
variable index to find the thing you're looking for.)

Sounds like a nice addition to Custom.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 16:20 ` Paul Jarc
                     ` (2 preceding siblings ...)
  2002-03-01 18:10   ` Christoph Conrad
@ 2002-03-01 18:10   ` Christoph Conrad
  2003-01-02  2:07   ` Lars Magne Ingebrigtsen
  4 siblings, 0 replies; 13+ messages in thread
From: Christoph Conrad @ 2002-03-01 18:10 UTC (permalink / raw)


    > WIBNI all docstrings had links to the corresponding info nodes
    > automatically added, like how server parameters have a note

OH YES!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 16:20 ` Paul Jarc
  2002-03-01 17:21   ` Kai Großjohann
  2002-03-01 17:21   ` Kai Großjohann
@ 2002-03-01 18:10   ` Christoph Conrad
  2002-03-01 18:10   ` Christoph Conrad
  2003-01-02  2:07   ` Lars Magne Ingebrigtsen
  4 siblings, 0 replies; 13+ messages in thread
From: Christoph Conrad @ 2002-03-01 18:10 UTC (permalink / raw)


    > WIBNI all docstrings had links to the corresponding info nodes
    > automatically added, like how server parameters have a note

OH YES!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 16:20 ` Paul Jarc
@ 2002-03-01 17:21   ` Kai Großjohann
  2002-03-01 17:21   ` Kai Großjohann
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 13+ messages in thread
From: Kai Großjohann @ 2002-03-01 17:21 UTC (permalink / raw)


prj@po.cwru.edu (Paul Jarc) writes:

> Either the Group Parameters node of the Gnus manual or the docstring
> for gnus-find-subscribed-addresses probably ought to link to the
> Mailing Lists node of the Message manual.  (I'd do it if I knew how.)

How about adding a link from the explanation of the "subscribed"
group parameter to gnus-find-subscribed-addresses and/or
message-subscribed-address-functions?  Then people who do "G c" on a
group will see what they need to do.

kai
-- 
Silence is foo!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 16:20 ` Paul Jarc
  2002-03-01 17:21   ` Kai Großjohann
@ 2002-03-01 17:21   ` Kai Großjohann
  2002-03-01 18:10   ` Christoph Conrad
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 13+ messages in thread
From: Kai Großjohann @ 2002-03-01 17:21 UTC (permalink / raw)


prj@po.cwru.edu (Paul Jarc) writes:

> Either the Group Parameters node of the Gnus manual or the docstring
> for gnus-find-subscribed-addresses probably ought to link to the
> Mailing Lists node of the Message manual.  (I'd do it if I knew how.)

How about adding a link from the explanation of the "subscribed"
group parameter to gnus-find-subscribed-addresses and/or
message-subscribed-address-functions?  Then people who do "G c" on a
group will see what they need to do.

kai
-- 
Silence is foo!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 15:26 Nevin Kapur
  2002-03-01 15:52 ` Kai Großjohann
  2002-03-01 15:52 ` Kai Großjohann
@ 2002-03-01 16:20 ` Paul Jarc
  2002-03-01 16:20 ` Paul Jarc
  3 siblings, 0 replies; 13+ messages in thread
From: Paul Jarc @ 2002-03-01 16:20 UTC (permalink / raw)


Nevin Kapur <nevin@jhu.edu> wrote:
> Following the directions in the manual, I've set the group parameter
> of my ding group as
>
>  (to-address . "Ding <ding@gnus.org>")
>  (to-list . "Ding <ding@gnus.org>")
>  (subscribed . t)

You also need this:
(setq message-subscribed-address-functions '(gnus-find-subscribed-addresses))

Either the Group Parameters node of the Gnus manual or the docstring
for gnus-find-subscribed-addresses probably ought to link to the
Mailing Lists node of the Message manual.  (I'd do it if I knew how.)

WIBNI all docstrings had links to the corresponding info nodes
automatically added, like how server parameters have a note appended
to theirs?  The right info nodes could be found automatically via the
index (I think); this would also make it easy to catch variables and
functions that are missing index entries.

> Any reason why the subscribed group parameter does not appear in `G c'?

Maybe because no one had thought of that yet, I guess.


paul



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 15:26 Nevin Kapur
                   ` (2 preceding siblings ...)
  2002-03-01 16:20 ` Paul Jarc
@ 2002-03-01 16:20 ` Paul Jarc
  2002-03-01 17:21   ` Kai Großjohann
                     ` (4 more replies)
  3 siblings, 5 replies; 13+ messages in thread
From: Paul Jarc @ 2002-03-01 16:20 UTC (permalink / raw)


Nevin Kapur <nevin@jhu.edu> wrote:
> Following the directions in the manual, I've set the group parameter
> of my ding group as
>
>  (to-address . "Ding <ding@gnus.org>")
>  (to-list . "Ding <ding@gnus.org>")
>  (subscribed . t)

You also need this:
(setq message-subscribed-address-functions '(gnus-find-subscribed-addresses))

Either the Group Parameters node of the Gnus manual or the docstring
for gnus-find-subscribed-addresses probably ought to link to the
Mailing Lists node of the Message manual.  (I'd do it if I knew how.)

WIBNI all docstrings had links to the corresponding info nodes
automatically added, like how server parameters have a note appended
to theirs?  The right info nodes could be found automatically via the
index (I think); this would also make it easy to catch variables and
functions that are missing index entries.

> Any reason why the subscribed group parameter does not appear in `G c'?

Maybe because no one had thought of that yet, I guess.


paul



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 15:52 ` Kai Großjohann
@ 2002-03-01 16:18   ` Nevin Kapur
  2002-03-01 16:18   ` Nevin Kapur
  1 sibling, 0 replies; 13+ messages in thread
From: Nevin Kapur @ 2002-03-01 16:18 UTC (permalink / raw)
  Cc: Ding

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> Nevin Kapur <nevin@jhu.edu> writes:
>
>>  (to-address . "Ding <ding@gnus.org>")
>>  (to-list . "Ding <ding@gnus.org>")
>>  (subscribed . t)
>
> I think you should set either to-address, or to-list, but not both.
> I think if you set the subscribed parameter (but see also the
> variable message-subscribed-addresses), then you don't need to set
> to-list or to-address.

But the manual gives the impression that setting the subscribed
parameter to t will ensure that the to-list and to-address will be
considered in the generation of MFT.  My cursory examination of the
code indicates that this is not the case.

One needs to set message-subscribed-address-functions to '(gnus-

> (Hm, maybe to-list is useful for the `a' key.)

That's precisely why I have it in there.

-- 
Nevin



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 15:52 ` Kai Großjohann
  2002-03-01 16:18   ` Nevin Kapur
@ 2002-03-01 16:18   ` Nevin Kapur
  1 sibling, 0 replies; 13+ messages in thread
From: Nevin Kapur @ 2002-03-01 16:18 UTC (permalink / raw)
  Cc: Ding

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> Nevin Kapur <nevin@jhu.edu> writes:
>
>>  (to-address . "Ding <ding@gnus.org>")
>>  (to-list . "Ding <ding@gnus.org>")
>>  (subscribed . t)
>
> I think you should set either to-address, or to-list, but not both.
> I think if you set the subscribed parameter (but see also the
> variable message-subscribed-addresses), then you don't need to set
> to-list or to-address.

But the manual gives the impression that setting the subscribed
parameter to t will ensure that the to-list and to-address will be
considered in the generation of MFT.  My cursory examination of the
code indicates that this is not the case.

One needs to set message-subscribed-address-functions to '(gnus-

> (Hm, maybe to-list is useful for the `a' key.)

That's precisely why I have it in there.

-- 
Nevin



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 15:26 Nevin Kapur
@ 2002-03-01 15:52 ` Kai Großjohann
  2002-03-01 15:52 ` Kai Großjohann
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 13+ messages in thread
From: Kai Großjohann @ 2002-03-01 15:52 UTC (permalink / raw)
  Cc: Ding

Nevin Kapur <nevin@jhu.edu> writes:

>  (to-address . "Ding <ding@gnus.org>")
>  (to-list . "Ding <ding@gnus.org>")
>  (subscribed . t)

I think you should set either to-address, or to-list, but not both.
I think if you set the subscribed parameter (but see also the
variable message-subscribed-addresses), then you don't need to set
to-list or to-address.

(Hm, maybe to-list is useful for the `a' key.)

kai
-- 
Silence is foo!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Does Mail-Followup-To generation?
  2002-03-01 15:26 Nevin Kapur
  2002-03-01 15:52 ` Kai Großjohann
@ 2002-03-01 15:52 ` Kai Großjohann
  2002-03-01 16:18   ` Nevin Kapur
  2002-03-01 16:18   ` Nevin Kapur
  2002-03-01 16:20 ` Paul Jarc
  2002-03-01 16:20 ` Paul Jarc
  3 siblings, 2 replies; 13+ messages in thread
From: Kai Großjohann @ 2002-03-01 15:52 UTC (permalink / raw)
  Cc: Ding

Nevin Kapur <nevin@jhu.edu> writes:

>  (to-address . "Ding <ding@gnus.org>")
>  (to-list . "Ding <ding@gnus.org>")
>  (subscribed . t)

I think you should set either to-address, or to-list, but not both.
I think if you set the subscribed parameter (but see also the
variable message-subscribed-addresses), then you don't need to set
to-list or to-address.

(Hm, maybe to-list is useful for the `a' key.)

kai
-- 
Silence is foo!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Does Mail-Followup-To generation?
@ 2002-03-01 15:26 Nevin Kapur
  2002-03-01 15:52 ` Kai Großjohann
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Nevin Kapur @ 2002-03-01 15:26 UTC (permalink / raw)


Following the directions in the manual, I've set the group parameter
of my ding group as

 (to-address . "Ding <ding@gnus.org>")
 (to-list . "Ding <ding@gnus.org>")
 (subscribed . t)

I tried this with another list that I am subscribed to and the
Mail-Followup-To header was not generated.

(If this message has the correct Mail-Followup-To, then I'm an idiot,
otherwise consider this a plea for help.)

Any reason why the subscribed group parameter does not appear in `G c'?

-- 
Nevin



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-01-02  2:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-01 15:26 Does Mail-Followup-To generation? Nevin Kapur
2002-03-01 15:26 Nevin Kapur
2002-03-01 15:52 ` Kai Großjohann
2002-03-01 15:52 ` Kai Großjohann
2002-03-01 16:18   ` Nevin Kapur
2002-03-01 16:18   ` Nevin Kapur
2002-03-01 16:20 ` Paul Jarc
2002-03-01 16:20 ` Paul Jarc
2002-03-01 17:21   ` Kai Großjohann
2002-03-01 17:21   ` Kai Großjohann
2002-03-01 18:10   ` Christoph Conrad
2002-03-01 18:10   ` Christoph Conrad
2003-01-02  2:07   ` Lars Magne Ingebrigtsen

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).