[evolution-data-server/meego-eds] Add '-' to unhandled path.



commit ed4a834d9bff4e45234806653c606ea58b794a3b
Author: Srinivasa Ragavan <srini linux intel com>
Date:   Thu Jul 7 03:48:47 2011 +0300

    Add '-' to unhandled path.

 mail/daemon/e-mail-data-store.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/mail/daemon/e-mail-data-store.c b/mail/daemon/e-mail-data-store.c
index 9a525c7..7c0a5c9 100644
--- a/mail/daemon/e-mail-data-store.c
+++ b/mail/daemon/e-mail-data-store.c
@@ -102,6 +102,8 @@ construct_mail_store_path (char *full_name)
 			path[i] = '_';
 		else if (path[i] == '(')
 			path[i] = '_';
+		else if (path[i] == '-')
+			path[i] = '_';
 		else if (path[i] == '@')
 			path[i] = '_';
 		else if (path[i] == ')')



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