[Xfce4-commits] <postler:master> Regard LinkedIn messages as notifications
Christian Dywan
noreply at xfce.org
Sun Jul 17 05:34:03 CEST 2011
Updating branch refs/heads/master
to 373a0c661e31c465957c70f509502189607edc41 (commit)
from 73b435e75313a460d4d5bc1d3b147ff2dfc44584 (commit)
commit 373a0c661e31c465957c70f509502189607edc41
Author: Christian Dywan <christian at twotoasts.de>
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;
More information about the Xfce4-commits
mailing list