summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-04-25 22:08:41 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-04-25 22:08:41 +0000
commit3f16589816ab217ec425ecbf026a9a5ade18333f (patch)
treeefe375d96f31b12b5f18ac26a164c7329a0f5a5f /protos.h
parent9baba51fae6f976a481ce4ceea29e3ed53400081 (diff)
Implement RFC 2822's idea of the In-Reply-To header. In particular,
we have to drop the $in_reply_to configuration variable. Also, the change in the specification makes some changes to the threading code reasonable.
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 2c388091..a221e5f6 100644
--- a/protos.h
+++ b/protos.h
@@ -296,7 +296,7 @@ int mutt_parse_unmono (BUFFER *, BUFFER *, unsigned long, BUFFER *);
int mutt_parse_push (BUFFER *, BUFFER *, unsigned long, BUFFER *);
int mutt_parse_rc_line (/* const */ char *, BUFFER *, BUFFER *);
int mutt_parse_rfc822_line (ENVELOPE *e, HEADER *hdr, char *line, char *p, short user_hdrs, short weed,
- short do_2047, LIST **lastp, char **in_reply_to);
+ short do_2047, LIST **lastp);
int mutt_parse_score (BUFFER *, BUFFER *, unsigned long, BUFFER *);
int mutt_parse_unscore (BUFFER *, BUFFER *, unsigned long, BUFFER *);
int mutt_parse_unhook (BUFFER *, BUFFER *, unsigned long, BUFFER *);