[Xfce4-commits] <postler:master> Lists are never also notifications (projects)

Christian Dywan noreply at xfce.org
Thu Aug 4 03:20:04 CEST 2011


Updating branch refs/heads/master
         to 8c0af26fd66e471e143961b438b7a2131382b73d (commit)
       from 847b0b5dc888281a59535175aca458a96bf5da8b (commit)

commit 8c0af26fd66e471e143961b438b7a2131382b73d
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Aug 3 22:20:14 2011 +0200

    Lists are never also notifications (projects)

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

diff --git a/postler/postler-message.vala b/postler/postler-message.vala
index 8827094..6f8553b 100644
--- a/postler/postler-message.vala
+++ b/postler/postler-message.vala
@@ -428,6 +428,10 @@ namespace Postler {
             if ("noreply" in Postler.Contact.address_from_string (reply_to ?? sender))
                 can_reply_personally = can_reply_all = false;
 
+            /* Lists are never also projects */
+            if (list != null && project != null)
+                project = null;
+
             if (id == null)
                 throw new GLib.FileError.FAILED (_("Failed to find valid message ID"));
         }


More information about the Xfce4-commits mailing list