Updating branch refs/heads/master
         to 373a0c661e31c465957c70f509502189607edc41 (commit)
       from 73b435e75313a460d4d5bc1d3b147ff2dfc44584 (commit)

commit 373a0c661e31c465957c70f509502189607edc41
Author: Christian Dywan <[email protected]>
Date:   Sat Jul 16 23:11:07 2011 +0200

    Regard LinkedIn messages as notifications

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

diff --git a/postler/postler-message.vala b/postler/postler-message.vala
index 4630e43..8371c92 100644
--- a/postler/postler-message.vala
+++ b/postler/postler-message.vala
@@ -332,6 +332,8 @@ namespace Postler {
                         sender = get_field (field);
                     if (sender.has_suffix ("@postmaster.twitter.com"))
                         project = "Twitter";
+                    else if (sender.has_suffix ("@linkedin.com"))
+                        project = "LinkedIn";
                 }
                 else if (field == "x-bugzilla-who") {
                     string sender_charset = null;
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to