[evolution/gnome-3-0] wrap lines at some places
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [evolution/gnome-3-0] wrap lines at some places
- Date: Wed, 27 Jul 2011 11:06:20 +0000 (UTC)
commit 037d922238c21ebd77e36073a4cc114e64503358
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Wed Jul 27 16:35:30 2011 +0530
    wrap lines at some places
 mail/e-mail-migrate.c |   12 ++++++++++--
 mail/em-utils.c       |    6 +++++-
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/mail/e-mail-migrate.c b/mail/e-mail-migrate.c
index d101906..f411334 100644
--- a/mail/e-mail-migrate.c
+++ b/mail/e-mail-migrate.c
@@ -797,7 +797,11 @@ sanitize_maildir_folder_name (gchar *folder_name)
 }
 
 static void
-copy_folder (EShellBackend *shell_backend, CamelStore *mbox_store, CamelStore *maildir_store, const gchar *mbox_fname, const gchar *maildir_fname)
+copy_folder	(EShellBackend *shell_backend, 
+	      	 CamelStore *mbox_store, 
+		 CamelStore *maildir_store, 
+		 const gchar *mbox_fname, 
+		 const gchar *maildir_fname)
 {
 	CamelFolder *fromfolder, *tofolder;
 	EMailSession *mail_session;
@@ -882,7 +886,11 @@ copy_folder (EShellBackend *shell_backend, CamelStore *mbox_store, CamelStore *m
 }
 
 static void
-copy_folders (EShellBackend *shell_backend, CamelStore *mbox_store, CamelStore *maildir_store, CamelFolderInfo *fi, EMMigrateSession *session)
+copy_folders	(EShellBackend *shell_backend,
+		 CamelStore *mbox_store,
+		 CamelStore *maildir_store,
+		 CamelFolderInfo *fi,
+		 EMMigrateSession *session)
 {
 	if (fi) {
 		if (!g_str_has_prefix (fi->full_name, ".#evolution")) {
diff --git a/mail/em-utils.c b/mail/em-utils.c
index 1cbb2ff..050bcc7 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -2489,7 +2489,11 @@ decode_mozilla_status (const gchar *tmp)
 }
 
 void
-em_utils_import_mbox (EMailSession *mail_session, const gchar *folder_uri, const gchar *mbox_path, GCancellable *cancellable, GError **error)
+em_utils_import_mbox	(EMailSession *mail_session, 
+			 const gchar *folder_uri, 
+			 const gchar *mbox_path, 
+			 GCancellable *cancellable, 
+			 GError **error)
 {
 	CamelFolder *folder;
 	CamelMimeParser *mp = NULL;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]