[nautilus-sendto] Treat icedove as thunderbird



commit 22cc340fed0dc033ec564995538abab12432c5ea
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 a5642b7..69404b2 100644
--- a/src/plugins/evolution/evolution.c
+++ b/src/plugins/evolution/evolution.c
@@ -126,7 +126,7 @@ evolution_plugin_init (EvolutionPlugin *p)
 		/* Find what the default mailer is */
 		if (strstr (p->mail_cmd, "balsa"))
 			p->type = MAILER_BALSA;
-		else if (strstr (p->mail_cmd, "thunder") || strstr (p->mail_cmd, "seamonkey")) {
+		else if (strstr (p->mail_cmd, "thunder") || strstr (p->mail_cmd, "seamonkey") || strstr (p->mail_cmd, "icedove")) {
 			char **strv;
 
 			p->type = MAILER_THUNDERBIRD;



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