Re: [PATCH] Unify parser for message-ids
On Thursday, 10 July 2008 at 19:40, Aron Griffis wrote:
> Fix spelling error and my email address
>
> # HG changeset patch
> # User Aron Griffis <agriffis@xxxxxxxxx>
> # Date 1215732600 14400
> # Branch HEAD
> # Node ID da4e7495a595b4e0589c679d8c39f897fec0d2b0
> # Parent 2a9e9c487badce3ab39797d52d01666f36b07e7f
> Unify parser for message-ids
>
> Rewrite mutt_extract_message_id and change mutt_parse_references to us it.
> The
> parser in mutt_extract_message_id is looser than the old one in
> mutt_parse_references; it just looks for <[^\s>]+> and doesn't worry about
> @-signs. Additionally it doesn't use strtok, so the input string can be
> const.
>
> Closes #3090, #1935, #1116 (both the stated bug and the conversation
> following).
Pushed, thanks.