[nautilus-sendto/gnome-3-0] Treat icedove as thunderbird



commit bdb1f03837183766fce827ece2a1a03b99a4fed0
Author: Laurent Bigonville <bigon bigon be>
Date:   Wed Apr 4 17:16:39 2012 +0200

    Treat icedove as thunderbird
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673511

 src/plugins/evolution/evolution.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/evolution/evolution.c b/src/plugins/evolution/evolution.c
index c52e49e..1339054 100644
--- a/src/plugins/evolution/evolution.c
+++ b/src/plugins/evolution/evolution.c
@@ -100,7 +100,7 @@ init (NstPlugin *plugin)
 		/* Find what the default mailer is */
 		if (strstr (mail_cmd, "balsa"))
 			type = MAILER_BALSA;
-		else if (strstr (mail_cmd, "thunder") || strstr (mail_cmd, "seamonkey")) {
+		else if (strstr (mail_cmd, "thunder") || strstr (mail_cmd, "seamonkey") || strstr (mail_cmd, "icedove")) {
 			char **strv;
 
 			type = MAILER_THUNDERBIRD;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]