summaryrefslogtreecommitdiffstats
path: root/mbox.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 /mbox.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 'mbox.c')
-rw-r--r--mbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbox.c b/mbox.c
index 9d274eb7..a715c191 100644
--- a/mbox.c
+++ b/mbox.c
@@ -147,7 +147,7 @@ int mmdf_parse_mailbox (CONTEXT *ctx)
else
hdr->received = t - tz;
- hdr->env = mutt_read_rfc822_header (ctx->fp, hdr, 0);
+ hdr->env = mutt_read_rfc822_header (ctx->fp, hdr, 0, 0);
loc = ftell (ctx->fp);
@@ -285,7 +285,7 @@ int mbox_parse_mailbox (CONTEXT *ctx)
curhdr->offset = loc;
curhdr->index = ctx->msgcount;
- curhdr->env = mutt_read_rfc822_header (ctx->fp, curhdr, 0);
+ curhdr->env = mutt_read_rfc822_header (ctx->fp, curhdr, 0, 0);
/* if we know how long this message is, either just skip over the body,
* or if we don't know how many lines there are, count them now (this will