[nautilus-sendto] Add Anjal support



commit 293452387483e178978486ff7de15e7079f6000a
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 24 10:42:27 2009 +0100

    Add Anjal support
    
    Uses the same syntax as Evo for creating new mails
    https://bugzilla.gnome.org/show_bug.cgi?id=595967

 src/plugins/evolution/evolution.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/evolution/evolution.c b/src/plugins/evolution/evolution.c
index 8162ebb..0af4579 100644
--- a/src/plugins/evolution/evolution.c
+++ b/src/plugins/evolution/evolution.c
@@ -103,6 +103,8 @@ init (NstPlugin *plugin)
 			type = MAILER_THUNDERBIRD;
 		else if (strstr (mail_cmd, "sylpheed") || strstr (mail_cmd, "claws"))
 			type = MAILER_SYLPHEED;
+		else if (strstr (mail_cmd, "anjal"))
+			type = MAILER_EVO;
 	}
 
 	if (mail_cmd == NULL)



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