summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-22 09:53:57 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-22 09:53:57 +0000
commita458952d0c2975f0e3837399414dd18d6d884b31 (patch)
tree923e0a4bf56b3b7d1a91def078caaba3e7a1db18 /protos.h
parent3a6fb774e3d0466a1b0e78364d114a6f9b3023d5 (diff)
- Preserve certain headers' values when recallling a postponed
message. TBD: Fcc. - Rename mutt_edit_message() to mutt_prepare_edit_message() since that's what that function actually does.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index 234ee471..d978fb9d 100644
--- a/protos.h
+++ b/protos.h
@@ -221,7 +221,7 @@ int mutt_copy_stream (FILE *, FILE *);
int mutt_decode_save_attachment (FILE *, BODY *, char *, int, int);
int mutt_display_message (HEADER *h);
int mutt_edit_attachment(BODY *);
-int mutt_edit_message(CONTEXT *, HEADER *, HEADER *);
+int mutt_prepare_edit_message(CONTEXT *, HEADER *, HEADER *);
int mutt_enter_fname (const char *, char *, size_t, int *, int);
int mutt_enter_string (unsigned char *, size_t, int, int, int);
int mutt_get_field (char *, char *, size_t, int);