aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-reply.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-07 07:17:12 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-07 07:17:12 -0700
commit8d4fa40beccde5ec879cc05341e45b18a6cf9e0f (patch)
tree2b114016848afe99751e56be75d6e3779847c7a6 /notmuch-reply.c
parent4563f669ca672489017b5de319d447bb1f6ee26f (diff)
notmuch-reply: Remove stray brace.
That was breaking the build.
Diffstat (limited to 'notmuch-reply.c')
-rw-r--r--notmuch-reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-reply.c b/notmuch-reply.c
index 3798d60e..8eb4754d 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>",