From 1ab7cfa9d120ff4207297c47f860a0838e926c91 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 30 Sep 1998 06:05:57 +0000 Subject: When forwarding a mail (nomime_forw) and you have forw_quote set, mutt inserts a blank line between header and body of the forwarded message. --- copy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'copy.c') diff --git a/copy.c b/copy.c index 9280c4b3..27732c5d 100644 --- a/copy.c +++ b/copy.c @@ -349,6 +349,8 @@ mutt_copy_header (FILE *in, HEADER *h, FILE *out, int flags, const char *prefix) if ((flags & CH_NONEWLINE) == 0) { + if (flags & CH_PREFIX) + fputs(prefix, out); if (fputc ('\n', out) == EOF) /* add header terminator */ return (-1); } -- cgit v1.2.3