Hi, the mailing lists page lacks unsubscribe links & instructions.
I do think it should be easy to derive the unsubscribe procedure from the subscribe instructions, but ... As this is my first patch submission, please bear with me if I got the attachment setting of mail mail/new-client wrong. -- Lorenz
Index: mailing-lists.html =================================================================== --- mailing-lists.html (revision 924660) +++ mailing-lists.html (working copy) @@ -5,7 +5,7 @@ <title>Subversion Mailing Lists</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <style type="text/css"> - @import url("/style/site.css"); + @import url("style/site.css"); </style> </head> @@ -51,8 +51,8 @@ <th>List</th> <th>Description</th> <th>Archives</th> - <th>Subscribe</th> - </tr> + <th>Un-/Subscribe</th> + </tr> </thead> <tbody> <tr style="vertical-align: top;"> @@ -68,7 +68,10 @@ >archive</a></td> <td><a href="mailto:users-subscr...@subversion.apache.org" title="users-subscr...@subversion.apache.org" - >subscribe</a></td> + >subscribe</a><br> + <a href="mailto:users-unsubscr...@subversion.apache.org" + title="users-unsubscr...@subversion.apache.org" + >unsubscribe</a></td> </tr> <tr style="vertical-align: top;"> <td><a href="mailto:dev@subversion.apache.org" @@ -81,7 +84,10 @@ >archive</a></td> <td><a href="mailto:dev-subscr...@subversion.apache.org" title="dev-subscr...@subversion.apache.org" - >subscribe</a></td> + >subscribe</a><br> + <a href="mailto:dev-unsubscr...@subversion.apache.org" + title="dev-unsubscr...@subversion.apache.org" + >unsubscribe</a></td> </tr> <tr style="vertical-align: top;"> <td><a href="mailto:comm...@subversion.apache.org" @@ -93,7 +99,10 @@ >archive</a></td> <td><a href="mailto:commits-subscr...@subversion.apache.org" title="commits-subscr...@subversion.apache.org" - >subscribe</a></td> + >subscribe</a><br> + <a href="mailto:commits-unsubscr...@subversion.apache.org" + title="commits-unsubscr...@subversion.apache.org" + >unsubscribe</a></td> </tr> <tr style="vertical-align: top;"> <td><a href="mailto:annou...@subversion.apache.org" @@ -107,13 +116,16 @@ >archive</a></td> <td><a href="mailto:announce-subscr...@subversion.apache.org" title="announce-subscr...@subversion.apache.org" - >subscribe</a></td> + >subscribe</a><br> + <a href="mailto:announce-unsubscr...@subversion.apache.org" + title="announce-unsubscr...@subversion.apache.org" + >unsubscribe</a></td> </tr> </tbody> </table> <!-- #list-list --> <div class="h2" id="subscribing"> -<h2>Subscribing +<h2>Un-/Subscribing <a class="sectionlink" href="#subscribing" title="Link to this section">¶</a> </h2> @@ -122,7 +134,7 @@ to <em>LISTNAME</em>-subscr...@subversion.apache.org (where <em>LISTNAME</em> is the name of the list: "dev", "users", etc.) from the email address you wish to be subscribed.</p> - +<p>For unsubscribing use <em>LISTNAME</em>-unsubscr...@subversion.apache.org. </div> <!-- #subscribing -->