projects
/
neomutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7105084
)
Disable line wrapping for Message-ID header
author
Peter Collingbourne
<peter@pcc.me.uk>
Wed, 26 Nov 2008 01:15:07 +0000
(
01:15
+0000)
committer
Peter Collingbourne
<peter@pcc.me.uk>
Wed, 26 Nov 2008 01:15:07 +0000
(
01:15
+0000)
sendlib.c
patch
|
blob
|
history
diff --git
a/sendlib.c
b/sendlib.c
index 8f8510422176e8e685fdfeaca25531e9043b1db5..c56b64be0ae94b793246645125ab545329e1645c 100644
(file)
--- a/
sendlib.c
+++ b/
sendlib.c
@@
-1802,7
+1802,7
@@
int mutt_write_rfc822_header (FILE *fp, ENVELOPE *env, BODY *attach,
/* save message id if the user has set it */
if (env->message_id && !privacy)
-
mutt_write_one_header (fp, "Message-ID", env->message_id, NULL, 0
);
+
fprintf (fp, "Message-ID: %s\n", env->message_id
);
if (env->reply_to)
{