Not sure if I got it right but attached patch is for the template of patchwork that displays the patches (patch.html). It adds a link back to gmane to the displayed message id header field using gmane's message id resolver (mid.gmane.org). Thus one can jump back to the thread in the mailing list with very little effort.
HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmj...@jabber.org Email..... dm...@ictsoc.de
diff --git a/templates/patchwork/patch.html b/templates/patchwork/patch.html index 7c249ec..6ae7b2a 100644 --- a/templates/patchwork/patch.html +++ b/templates/patchwork/patch.html @@ -38,7 +38,7 @@ function toggle_headers(link_id, headers_id) </tr> <tr> <th>Message ID</th> - <td>{{ patch.msgid }}</td> + <td><a href="http://mid.gmane.org/{{ patch.msgid|urlencode }}">{{ patch.msgid }}</a></td> </tr> <tr> <th>Download</th>
pgpF29fHIzw6C.pgp
Description: PGP signature
_______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode