summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-09-30 22:05:24 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-09-30 22:05:24 +0000
commit0ca18eaca57d9b40649a342b169676a6426e9365 (patch)
tree00cea0d7556a3f4639d26dd77c27b1b6aa7a3bdd /main.c
parent51320ed99fc1bffd70836c7bc6b8a6e6cd370289 (diff)
Add a resend-message function (similar to the _old_ edit-message),
and redo large parts of mutt_prepare_edit_message (now mutt_prepare_template).
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 7fd6e819..1a86c58b 100644
--- a/main.c
+++ b/main.c
@@ -609,7 +609,7 @@ int main (int argc, char **argv)
tempfile = safe_strdup (buf);
if (draftFile)
- msg->env = mutt_read_rfc822_header (fin, NULL, 1);
+ msg->env = mutt_read_rfc822_header (fin, NULL, 1, 0);
if (tempfile)
{