[nautilus-sendto] Bug 579925 – Claws mail not listed as a known email client
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Subject: [nautilus-sendto] Bug 579925 – Claws mail not listed as a known email client
- Date: Thu, 18 Jun 2009 11:14:40 -0400 (EDT)
commit abe1a594f08cdc271d318dde24a5bb8080270729
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jun 18 16:14:17 2009 +0100
Bug 579925 â?? Claws mail not listed as a known email client
Check for "claws" as a Sylpheed type.
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 4399db1..a8835fe 100644
--- a/src/plugins/evolution/evolution.c
+++ b/src/plugins/evolution/evolution.c
@@ -101,7 +101,7 @@ init (NstPlugin *plugin)
type = MAILER_BALSA;
else if (strstr (mail_cmd, "thunder"))
type = MAILER_THUNDERBIRD;
- else if (strstr (mail_cmd, "sylpheed"))
+ 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]