From 6c34ce1855ccb5a560cc26370a86ae25a8a2170e Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 22 Sep 1998 15:41:59 +0000 Subject: [PATCH] Produce "undisclosed-recipients:;" instead of ""undisclosed-recipients:;":;" when the user gives no To-Header. --- sendlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendlib.c b/sendlib.c index 45bbd68df..df42ba458 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1734,7 +1734,7 @@ void mutt_prepare_envelope (ENVELOPE *env) env->to->next = rfc822_new_address (); buffer[0] = 0; - rfc822_cat (buffer, sizeof (buffer), "undisclosed-recipients:;", + rfc822_cat (buffer, sizeof (buffer), "undisclosed-recipients", RFC822Specials); env->to->mailbox = safe_strdup (buffer); -- 2.40.0