From bdb1f03837183766fce827ece2a1a03b99a4fed0 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Wed, 4 Apr 2012 17:16:39 +0200 Subject: Treat icedove as thunderbird https://bugzilla.gnome.org/show_bug.cgi?id=673511 --- src/plugins/evolution/evolution.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.1