[PATCH 3/3] Fix indentation in guess_from_received_header().
Dmitry Kurochkin
dmitry.kurochkin at gmail.com
Wed Jun 15 04:12:14 PDT 2011
---
notmuch-reply.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/notmuch-reply.c b/notmuch-reply.c
index 64f70bf..27ef37b 100644
--- a/notmuch-reply.c
+++ b/notmuch-reply.c
@@ -427,13 +427,13 @@ guess_from_received_header (notmuch_config_t *config, notmuch_message_t *message
if (strcasestr(primary, domain)) {
free(mta);
- return primary;
- }
- for (i = 0; i < other_len; i++)
- if (strcasestr (other[i],domain)) {
- free(mta);
- return other[i];
+ return primary;
}
+ for (i = 0; i < other_len; i++)
+ if (strcasestr (other[i],domain)) {
+ free(mta);
+ return other[i];
+ }
}
free (mta);
}
--
1.7.5.4
More information about the notmuch
mailing list