[Xfce4-commits] <postler:master> 'More' needs to show if one can unsubscribe

Christian Dywan noreply at xfce.org
Sun Mar 27 17:34:03 CEST 2011


Updating branch refs/heads/master
         to f794183fa6606ec97110cf2081ea6f4c5e747038 (commit)
       from 3bd72158af33adc6ab7844c0ee0dcf4e943dd79c (commit)

commit f794183fa6606ec97110cf2081ea6f4c5e747038
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Mar 27 14:00:35 2011 +0200

    'More' needs to show if one can unsubscribe

 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 839849c..b41237e 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -1118,6 +1118,7 @@ public class Postler.Content : WebKit.WebView {
                         format_header (_("Copy:"), carbon_copy),
                         format_header (_("Blind Copy:"), blind_copy),
                         reply != "" || organization != "" || x_mailer != ""
+                                    || list_unsubscribe != ""
                             ? "%s »".printf (_("More")) : "",
                         _("Subject:"), subject,
                         /* TODO: Sender:? */



More information about the Xfce4-commits mailing list