mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add more explanation of known vs subscribed lists to manual.

Mention in both the "Mailing Lists" and "Handling Mailing Lists"
sections the difference between known and subscribed mailing lists.

Note that the Mail-Followup-To header is generated if any of the
recipients are known mailing lists. If any of those are subscribed
mailing lists, the sender's address will not be in the header. If all
of them are known (but not subscribed), the sender's address will be
added to the header.

+14 -7
+14 -7
doc/manual.xml.head
··· 3225 3225 command (except the group feature). Once you have done this, the <link 3226 3226 linkend="list-reply"><literal>&lt;list-reply&gt;</literal></link> 3227 3227 function will work for all known lists. Additionally, when you send a 3228 - message to a subscribed list, Mutt will add a Mail-Followup-To header to 3229 - tell other users' mail user agents not to send copies of replies to your 3230 - personal address. 3228 + message to a known list and <link 3229 + linkend="followup-to">$followup_to</link> is set, Mutt will add a 3230 + Mail-Followup-To header. For unsubscribed lists, this will include 3231 + your personal address, ensuring you receive a copy of replies. For 3232 + subscribed mailing lists, the header will not, telling other users' 3233 + mail user agents not to send copies of replies to your personal 3234 + address. 3231 3235 </para> 3232 3236 3233 3237 <note> ··· 6093 6097 <para> 6094 6098 Mutt also supports the <literal>Mail-Followup-To</literal> header. When 6095 6099 you send a message to a list of recipients which includes one or several 6096 - subscribed mailing lists, and if the <link 6100 + known mailing lists, and if the <link 6097 6101 linkend="followup-to">$followup_to</link> option is set, Mutt will 6098 - generate a Mail-Followup-To header which contains all the recipients to 6099 - whom you send this message, but not your address. This indicates that 6102 + generate a Mail-Followup-To header. If any of the recipients are 6103 + subscribed mailing lists, this header will contain all the recipients 6104 + to whom you send this message, but not your address. This indicates that 6100 6105 group-replies or list-replies (also known as <quote>followups</quote>) 6101 6106 to this message should only be sent to the original recipients of the 6102 6107 message, and not separately to you - you'll receive your copy through 6103 - one of the mailing lists you are subscribed to. 6108 + one of the mailing lists you are subscribed to. If none of the 6109 + recipients are subscribed mailing lists the header will also contain 6110 + your address, ensuring you receive a copy of replies. 6104 6111 </para> 6105 6112 6106 6113 <para>