[PATCH] Remove dangling opening curly bracket.

Subject: [PATCH] Remove dangling opening curly bracket.

Date: Wed, 7 Apr 2010 00:48:04 -0400

To: notmuch

Cc:

From: Servilio Afre Puentes


Signed-off-by: Servilio Afre Puentes <servilio@gmail.com>
---
 notmuch-reply.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/notmuch-reply.c b/notmuch-reply.c
index 3798d60..8eb4754 100644
--- a/notmuch-reply.c
+++ b/notmuch-reply.c
@@ -383,7 +383,7 @@ notmuch_reply_format_default(void *ctx,
notmuch_config_t *config, notmuch_query_
        if (from_addr == NULL)
            from_addr = guess_from_received_header (config, message);

-       if (from_addr == NULL) {
+       if (from_addr == NULL)
            from_addr = notmuch_config_get_user_primary_email (config);

        from_addr = talloc_asprintf (ctx, "%s <%s>",
-- 
1.7.0

Thread: