aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/mail-send-options.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-26 20:18:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-26 20:18:59 +0800
commit30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8 (patch)
treef60a7fedac630e2ea4539c4938f70c17899f0ff7 /plugins/groupwise-features/mail-send-options.c
parent1f7427ce4304d72a4b03acab5b7aa9aa6ebd8f77 (diff)
downloadgsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.gz
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.bz2
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.lz
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.xz
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.zst
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.zip
Coding style and whitespace cleanups.
Diffstat (limited to 'plugins/groupwise-features/mail-send-options.c')
-rw-r--r--plugins/groupwise-features/mail-send-options.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/groupwise-features/mail-send-options.c b/plugins/groupwise-features/mail-send-options.c
index 701205f04c..8244088f8a 100644
--- a/plugins/groupwise-features/mail-send-options.c
+++ b/plugins/groupwise-features/mail-send-options.c
@@ -175,17 +175,17 @@ org_gnome_composer_send_options (EPlugin *ep, EMEventTargetComposer *t)
void
org_gnome_composer_message_reply (EPlugin *ep, EMEventTargetMessage *t)
{
- EMsgComposer *comp = (struct _EMsgComposer *)t->composer ;
+ EMsgComposer *comp = (struct _EMsgComposer *)t->composer;
EComposerHeaderTable *table;
EAccount *account = NULL;
- char *temp = NULL;
-
+ gchar *temp = NULL;
+
table = e_msg_composer_get_header_table (comp);
account = e_composer_header_table_get_account (table);
if (!account)
return;
-
- temp = strstr (account->transport->url, "groupwise") ;
+
+ temp = strstr (account->transport->url, "groupwise");
if (!temp) {
return;
}