summaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc822.c b/rfc822.c
index 2c990486..ce3c126f 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -396,7 +396,7 @@ ADDRESS *rfc822_parse_adrlist (ADDRESS *top, const char *s)
last->personal = safe_strdup (comment);
}
#ifdef EXACT_ADDRESS
- if (last)
+ if (last && !last->val)
last->val = mutt_substrdup (begin, s);
#endif