diff options
author | Thomas Roessler <roessler@does-not-exist.org> | 2001-04-25 22:08:41 +0000 |
---|---|---|
committer | Thomas Roessler <roessler@does-not-exist.org> | 2001-04-25 22:08:41 +0000 |
commit | 3f16589816ab217ec425ecbf026a9a5ade18333f (patch) | |
tree | efe375d96f31b12b5f18ac26a164c7329a0f5a5f /protos.h | |
parent | 9baba51fae6f976a481ce4ceea29e3ed53400081 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |