summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-09-02 11:17:34 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-09-02 11:17:34 +0000
commitbeafe1ed70094cea3491e477f76b913a3be037de (patch)
tree41ffd3f06c0234f7f8a48e80d73d204bbcc6de20 /protos.h
parentb65cbe0580878ddb8872c5681bde3546865b6a52 (diff)
A new edit-message feature, giving the raw message in an editor.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index b3aa98a5..96faff16 100644
--- a/protos.h
+++ b/protos.h
@@ -215,6 +215,7 @@ int mutt_compose_attachment (BODY *a);
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 *);
int mutt_parent_message (CONTEXT *, HEADER *);
int mutt_prepare_edit_message(CONTEXT *, HEADER *, HEADER *);
#define mutt_enter_fname(A,B,C,D,E) _mutt_enter_fname(A,B,C,D,E,0,NULL,NULL)