projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4563f66
)
notmuch-reply: Remove stray brace.
author
Carl Worth
<cworth@cworth.org>
Wed, 7 Apr 2010 14:17:12 +0000
(07:17 -0700)
committer
Carl Worth
<cworth@cworth.org>
Wed, 7 Apr 2010 14:17:12 +0000
(07:17 -0700)
That was breaking the build.
notmuch-reply.c
patch
|
blob
|
history
diff --git
a/notmuch-reply.c
b/notmuch-reply.c
index 3798d60ed118c080e436afd6e1508270f7aa063b..8eb4754deb3583c2f9cc809615f97381cbfcd493 100644
(file)
--- 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>",