[nautilus-sendto] evolution: Also handle "%u" parameters



commit 5e4f413c11832813442b9ff4d0df49c0c4cb538c
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Apr 11 15:20:07 2012 +0100

    evolution: Also handle "%u" parameters
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673465#c7

 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 5c0cb47..66bd29f 100644
--- a/src/plugins/evolution/evolution.c
+++ b/src/plugins/evolution/evolution.c
@@ -147,6 +147,8 @@ evolution_plugin_init (EvolutionPlugin *p)
 	/* Replace %U by %s */
 	while ((needle = g_strrstr (p->mail_cmd, "%U")) != NULL)
 		needle[1] = 's';
+	while ((needle = g_strrstr (p->mail_cmd, "%u")) != NULL)
+		needle[1] = 's';
 }
 
 static void



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