diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-02 19:55:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-02 19:55:43 +0800 |
commit | f62371c4d736e1181fbbe0a8b8b05acbc0f7edca (patch) | |
tree | 7c1037559e5727401c3dc78eda14fedd871bfe04 /mail | |
parent | 4f636a34c4d8b0e1cce81f1455c197f0f28f9bb6 (diff) | |
download | gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar.gz gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar.bz2 gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar.lz gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar.xz gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.tar.zst gsoc2013-evolution-f62371c4d736e1181fbbe0a8b8b05acbc0f7edca.zip |
Whitespace cleanups.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/e-mail-reader.c | 6 | ||||
-rw-r--r-- | mail/em-account-editor.c | 14 | ||||
-rw-r--r-- | mail/em-folder-tree.c | 2 | ||||
-rw-r--r-- | mail/mail-guess-servers.c | 2 | ||||
-rw-r--r-- | mail/message-list.c | 2 |
5 files changed, 13 insertions, 13 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c index a5a66e3e87..7fb29acf40 100644 --- a/mail/e-mail-reader.c +++ b/mail/e-mail-reader.c @@ -1718,8 +1718,8 @@ struct _source_retrieval_closure { static void mail_source_retrieved (GObject *object, - GAsyncResult *result, - gpointer user_data) + GAsyncResult *result, + gpointer user_data) { CamelMimeMessage *message; EMailDisplay *display; @@ -3060,7 +3060,7 @@ mail_reader_set_folder (EMailReader *reader, priv->folder_was_just_selected = (folder != NULL); /* this is to make sure any post-poned changes in Search Folders - will be propagated on folder selection */ + * will be propagated on folder selection */ if (folder && CAMEL_IS_VEE_FOLDER (folder)) mail_sync_folder (folder, NULL, NULL); diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 3c85daf983..8919c0cef4 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -5407,7 +5407,7 @@ setup_google_addressbook (EMAccountEditor *emae) static void setup_google_calendar (EMAccountEditor *emae, - EClientSourceType source_type) + EClientSourceType source_type) { ESourceList *slist = NULL; ESourceGroup *sgrp; @@ -5484,7 +5484,7 @@ setup_google_calendar (EMAccountEditor *emae, static void setup_yahoo_calendar (EMAccountEditor *emae, - EClientSourceType source_type) + EClientSourceType source_type) { ESourceList *slist = NULL; ESourceGroup *sgrp; @@ -5567,7 +5567,7 @@ copy_param (GQuark key_id, static void copy_original_url_parameters (CamelURL *copy_to_url, - const gchar *copy_from) + const gchar *copy_from) { CamelURL *url; @@ -5650,8 +5650,8 @@ emae_commit (EConfig *ec, camel_url_set_protocol (url, protocol); /* the CamelSaslXOAUTH stores its data into parameters - unknown to settings, thus copy these first and overwrite - those known during save */ + * unknown to settings, thus copy these first and overwrite + * those known during save */ copy_original_url_parameters (url, modified_account->source->url); if (settings != NULL) @@ -5676,8 +5676,8 @@ emae_commit (EConfig *ec, camel_url_set_protocol (url, protocol); /* the CamelSaslXOAUTH stores its data into parameters - unknown to settings, thus copy these first and overwrite - those known during save */ + * unknown to settings, thus copy these first and overwrite + * those known during save */ copy_original_url_parameters (url, modified_account->transport->url); if (settings != NULL) diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c index 45d83d4568..823ab379ae 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -816,7 +816,7 @@ folder_tree_render_icon (GtkTreeViewColumn *column, COL_UINT_UNREAD_LAST_SEL, &old_unread, COL_UINT_UNREAD, &unread, COL_BOOL_IS_DRAFT, &is_drafts, - COL_UINT_FLAGS, &fi_flags, + COL_UINT_FLAGS, &fi_flags, -1); if (icon_name == NULL) diff --git a/mail/mail-guess-servers.c b/mail/mail-guess-servers.c index 574e43f508..21f1868bc2 100644 --- a/mail/mail-guess-servers.c +++ b/mail/mail-guess-servers.c @@ -298,7 +298,7 @@ guess_when_online (EmailProvider *provider) static gboolean offline_file_includes_domain (const gchar *filename, - const gchar *domain) + const gchar *domain) { gboolean res = FALSE; gchar *content = NULL; diff --git a/mail/message-list.c b/mail/message-list.c index 94957c0399..850ef07037 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -4532,7 +4532,7 @@ free_message_info_data (gpointer uid, static void ml_sort_uids_by_tree (MessageList *ml, GPtrArray *uids, - GCancellable *cancellable) + GCancellable *cancellable) { ETreeTableAdapter *adapter; ETableSortInfo *sort_info; |