[Xfce4-commits] <postler:master> Provide convenience link to GMane for lists

Christian Dywan noreply at xfce.org
Tue Sep 6 01:22:02 CEST 2011


Updating branch refs/heads/master
         to dfc7a819e72efeb89efdc81e5e866584ff7f0d38 (commit)
       from 3eed2f1313405bdd2800e04cc08d3951e11a0447 (commit)

commit dfc7a819e72efeb89efdc81e5e866584ff7f0d38
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Aug 17 19:28:40 2011 +0200

    Provide convenience link to GMane for lists

 postler/postler-content.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index 13d806e..4679ed1 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -862,6 +862,7 @@ public class Postler.Content : WebKit.WebView {
             if (list_unsubscribe != null) {
                 list_unsubscribe = Postler.Contact.address_from_string (list_unsubscribe);
                 list_unsubscribe = linkify_address ("<%s> %s".printf (_("Unsubscribe"), list_unsubscribe));
+                list_unsubscribe += " <a href=\"http://mid.gmane.org/%s\">GMane</a>".printf (message.id);
             }
 
             /* Emoticons */


More information about the Xfce4-commits mailing list