[Xfce4-commits] <postler:master> Reply to all is not either list or sender

Christian Dywan noreply at xfce.org
Sat Jan 22 06:48:02 CET 2011


Updating branch refs/heads/master
         to 59d3c9a172e789af20730f7b86c48dcbf63b9eea (commit)
       from 90c568fc7eb7566f48584b7f41804127ee97da75 (commit)

commit 59d3c9a172e789af20730f7b86c48dcbf63b9eea
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Jan 22 03:21:04 2011 +0100

    Reply to all is not either list or sender

 postler/postler-bureau.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index c4e1784..d5bd789 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -163,7 +163,7 @@ public class Postler.Bureau : Gtk.Window {
     }
 
     void action_message_reply_all () {
-        unowned string? reply = list_or_sender (content.reply_to_all);
+        unowned string? reply = content.reply_to_all;
         if (reply != null)
             compose_message ("Re: ", reply, content.current_part.partnum);
     }



More information about the Xfce4-commits mailing list