summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2012-04-04 17:16:39 +0200
committerBastien Nocera <hadess@hadess.net>2012-04-11 11:29:15 +0100
commitbdb1f03837183766fce827ece2a1a03b99a4fed0 (patch)
tree7af8727dedb5c7fa46ae680b65256c5bd7e55320 /src
parenta3449cc91846792543abc80266fd42eebfe6bb6a (diff)
downloadnautilus-sendto-bdb1f03837183766fce827ece2a1a03b99a4fed0.tar.gz
Treat icedove as thunderbird
https://bugzilla.gnome.org/show_bug.cgi?id=673511
Diffstat (limited to 'src')
-rw-r--r--src/plugins/evolution/evolution.c2
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;