From: Thomas Roessler Date: Tue, 22 Sep 1998 15:41:59 +0000 (+0000) Subject: Produce "undisclosed-recipients:;" instead of X-Git-Tag: mutt-0-94-8i-rel~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc34e4308f01326cea9bd30169520c6f4bf8a12e;p=mutt Produce "undisclosed-recipients:;" instead of ""undisclosed-recipients:;":;" when the user gives no To-Header. --- diff --git a/sendlib.c b/sendlib.c index 45bbd68d..df42ba45 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);