Tassilo Horn <[email protected]> writes:
> Teemu Likonen <[email protected]> writes:
>
> Hi Teemu,
>
>>> is there a trick to make Gnus always doing wide replies in some
>>> newsgroups, also if I press `F' / `f'?
>>
>> Yes. I use the feature in this very mailing list. I read this through
>> Gmane and have the following setting as part of my gnus-parameters:
>>
>>     (".*:gmane\\.emacs\\.gnus\\.user$"
>>      (to-list . "[email protected]"))
>
> Ah, right.  Now I use this:
>
> (setq gnus-parameters
>       `([...]
>       ;; In Gmane bug list groups, following up should wide reply
>       (,(rx (or "gmane.emacs.auctex.bugs"
>                 "gmane.emacs.bugs"))
>        (to-list . ""))))
>
> Thanks,
> Tassilo

I do something similar I think. Whenever I have a group that I know for
sure that mails there are coming from a mailing list, I open a
message and run M-x gnus-mailing-list-insignuate (or press A M).

For example, on cedet-devel, the following group parameter was added:

(to-list . "[email protected]")

Also pressing  a from that group will add the to-list address in the
To: field automatically which I find extremely valuable.

_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to