mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch-reply: Remove stray brace.
That was breaking the build.
This commit is contained in:
parent
4563f669ca
commit
8d4fa40bec
1 changed files with 1 additions and 1 deletions
|
@ -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>",
|
||||
|
|
Loading…
Reference in a new issue