aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-29 01:06:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-29 01:13:05 +0800
commit6413227cef16fcee96670ccb56ece9e1cc3293c5 (patch)
tree0ae5ede7ec34c09ef959f01c27f440f2285e5e49 /mail/message-list.c
parentfad4af8a3d4c6f50f7bcceca8d545eb17d6fd056 (diff)
downloadgsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.tar
gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.tar.gz
gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.tar.bz2
gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.tar.lz
gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.tar.xz
gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.tar.zst
gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.zip
Whitespace cleanup.
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c50
1 files changed, 25 insertions, 25 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index a5a344f4e5..bfa51250df 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -1501,32 +1501,32 @@ ml_tree_value_at (ETreeModel *etm, ETreePath path, gint col, gpointer model_data
folder = message_list->folder;
}
- url = mail_tools_folder_to_url (folder);
- euri = em_uri_from_camel(url);
-
- account = mail_config_get_account_by_source_url (url);
-
- if (account) {
- curl = camel_url_new (url, &ex);
- location = g_strconcat (account->name, ":", curl->path, NULL);
- } else {
- /* Local account */
- euri = em_uri_from_camel(url);
- curl = camel_url_new (euri, &ex);
- if (curl->host && !strcmp(curl->host, "local") && curl->user && !strcmp(curl->user, "local"))
- location = g_strconcat (_("On This Computer"), ":",curl->path, NULL);
- }
-
- camel_exception_clear (&ex);
+ url = mail_tools_folder_to_url (folder);
+ euri = em_uri_from_camel(url);
+
+ account = mail_config_get_account_by_source_url (url);
+
+ if (account) {
+ curl = camel_url_new (url, &ex);
+ location = g_strconcat (account->name, ":", curl->path, NULL);
+ } else {
+ /* Local account */
+ euri = em_uri_from_camel(url);
+ curl = camel_url_new (euri, &ex);
+ if (curl->host && !strcmp(curl->host, "local") && curl->user && !strcmp(curl->user, "local"))
+ location = g_strconcat (_("On This Computer"), ":",curl->path, NULL);
+ }
+
+ camel_exception_clear (&ex);
camel_url_free (curl);
- g_free (url);
- g_free (euri);
+ g_free (url);
+ g_free (euri);
- return location;
+ return location;
}
case COL_MIXED_RECIPIENTS:
case COL_RECIPIENTS:{
- str = camel_message_info_to (msg_info);
+ str = camel_message_info_to (msg_info);
return sanitize_recipients(str);
}
@@ -1561,7 +1561,7 @@ ml_tree_value_at (ETreeModel *etm, ETreePath path, gint col, gpointer model_data
} else
return (gpointer) ("");
}
- default:
+ default:
g_warning ("This shouldn't be reached\n");
return NULL;
}
@@ -1748,7 +1748,7 @@ static ECell * create_composite_cell (gint col)
cell_sub = e_cell_text_new(fixed_name? fixed_name:NULL, GTK_JUSTIFY_LEFT);
g_object_set (G_OBJECT (cell_sub),
-/* "bold_column", COL_UNREAD, */
+/* "bold_column", COL_UNREAD, */
"color_column", COL_COLOUR,
NULL);
cell_tree = e_cell_tree_new (NULL, NULL, TRUE, cell_sub);
@@ -2495,7 +2495,7 @@ message_list_construct (MessageList *message_list)
e_tree_memory_set_expanded_default(E_TREE_MEMORY(message_list->model),
read_boolean_with_default (gconf,
- "/apps/evolution/mail/display/thread_expand",
+ "/apps/evolution/mail/display/thread_expand",
TRUE));
message_list->priv->thread_latest = read_boolean_with_default (gconf, "/apps/evolution/mail/display/thread_latest", TRUE);
@@ -3862,7 +3862,7 @@ message_list_hide_clear (MessageList *ml)
/* version 1 file is:
uintf 1
uintf hide_before
- uintf hide_after
+ uintf hide_after
string* uids
*/