#2968: "mailto:" URL parsing stops at "references" header Changes (by cypherpunk): * status: new => closed * resolution: => fixed Comment: (In [ab676b9f0c04]) Use strtok_r() to parse mailto: links, not strtok(). In case a headers needs to call mutt_parse_references() which uses strtok(), too, later headers will be silently discarded. Closes #2968. -- Ticket URL: <http://dev.mutt.org/trac/ticket/2968#comment:2>