summaryrefslogtreecommitdiffstats
path: root/buffy.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 /buffy.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 'buffy.c')
-rw-r--r--buffy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffy.c b/buffy.c
index 4bffa323..ab9e870f 100644
--- a/buffy.c
+++ b/buffy.c
@@ -99,7 +99,7 @@ int test_last_status_new (FILE * f)
return (0);
hdr = mutt_new_header ();
- mutt_read_rfc822_header (f, hdr, 0);
+ mutt_read_rfc822_header (f, hdr, 0, 0);
if (!(hdr->read || hdr->old))
result = 1;
mutt_free_header (&hdr);