Drop mixmaster support. I don't like people caring about being anonymous that much.
[apps/madmutt.git] / headers.c
index 65c3708..efd7caf 100644 (file)
--- a/headers.c
+++ b/headers.c
@@ -35,7 +35,7 @@ void mutt_edit_headers(const char *body,
   }
 
   mutt_env_to_local (msg->env);
-  mutt_write_rfc822_header (ofp, msg->env, NULL, 1, 0);
+  mutt_write_rfc822_header (ofp, msg->env, NULL, 1);
   fputc ('\n', ofp);            /* tie off the header. */
 
   /* now copy the body of the message. */