summaryrefslogtreecommitdiffstats
path: root/mh.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 /mh.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 'mh.c')
-rw-r--r--mh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh.c b/mh.c
index 8cb08503..8c7c0fc3 100644
--- a/mh.c
+++ b/mh.c
@@ -139,7 +139,7 @@ static HEADER *maildir_parse_message(int magic, const char *fname, int is_old)
if ((f = fopen (fname, "r")) != NULL)
{
h = mutt_new_header();
- h->env = mutt_read_rfc822_header (f, h, 0);
+ h->env = mutt_read_rfc822_header (f, h, 0, 0);
fstat (fileno (f), &st);
fclose (f);