]> granicus.if.org Git - neomutt/commitdiff
Produce "undisclosed-recipients:;" instead of
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 22 Sep 1998 15:41:59 +0000 (15:41 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 22 Sep 1998 15:41:59 +0000 (15:41 +0000)
""undisclosed-recipients:;":;" when the user gives no To-Header.

sendlib.c

index 45bbd68dfc41208ce4ddedca9159d6075474f422..df42ba458c28ebb7ae1a272cc3605377b60e1f4e 100644 (file)
--- 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);