[nautilus-sendto] Add support for Seamonkey mailer



commit e70629a046250fc7b07e31c5f5eca8bfd37edc60
Author: Gabor Karsay <gabor karsay gmx at>
Date:   Fri Oct 30 15:17:16 2009 +0000

    Add support for Seamonkey mailer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599819

 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 c4af5c5..5210a65 100644
--- a/src/plugins/evolution/evolution.c
+++ b/src/plugins/evolution/evolution.c
@@ -99,7 +99,7 @@ init (NstPlugin *plugin)
 		/* Find what the default mailer is */
 		if (strstr (mail_cmd, "balsa"))
 			type = MAILER_BALSA;
-		else if (strstr (mail_cmd, "thunder"))
+		else if (strstr (mail_cmd, "thunder") || strstr (mail_cmd, "seamonkey"))
 			type = MAILER_THUNDERBIRD;
 		else if (strstr (mail_cmd, "sylpheed") || strstr (mail_cmd, "claws"))
 			type = MAILER_SYLPHEED;



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