#3798: Unexpected inbox sorting order
--------------------------+----------------------
Reporter: mikejsavage | Owner: mutt-dev
Type: defect | Status: closed
Priority: trivial | Milestone:
Component: mutt | Version:
Resolution: fixed | Keywords:
--------------------------+----------------------
Changes (by Kevin McCarthy <kevin@…>):
* status: new => closed
* resolution: => fixed
Comment:
In [d3f31cf9239e87d439da918a43b9ca4f480a7257]:
{{{
#!CommitTicketReference repository=""
revision="d3f31cf9239e87d439da918a43b9ca4f480a7257"
Use strrchr to search for Received date separator. (closes #3798)
Sample email provided by the submitter showed a Received header with a
";" at the end of each line, instead of a single ";" in front of the
date. The emails are obviously not RFC compliant, but the fix is
simple enough: find the last ";" using strrchr instead of the first.
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3798#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent