diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-26 13:26:18 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-26 13:26:18 +0800 |
commit | bd31f49bac99f21656dc7d0352d5b3f7385f71b2 (patch) | |
tree | b693ad7ec135bd8031458611b5ec485abd866463 /mail/em-utils.c | |
parent | 5f83c587b2da0b9578117796253b7726e98748cc (diff) | |
download | gsoc2013-evolution-bd31f49bac99f21656dc7d0352d5b3f7385f71b2.tar.gz gsoc2013-evolution-bd31f49bac99f21656dc7d0352d5b3f7385f71b2.tar.zst gsoc2013-evolution-bd31f49bac99f21656dc7d0352d5b3f7385f71b2.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r-- | mail/em-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c index 0d64a5cbf3..63d323430f 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -2167,7 +2167,6 @@ em_utils_guess_account_with_recipients (CamelMimeMessage *message, CamelFolder * if (addr) recipients = g_list_append (recipients, (gpointer) addr); - /* finally recipient (to/cc) in account table */ account_hash = em_utils_generate_account_hash (); for (l = recipients; l == NULL; l = l->next) { |