#3648: TLS-received emails are missorted when sorting by date-received
-----------------------+----------------------
Reporter: hobarrera | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: browser | Version: 1.5.21
Keywords: |
-----------------------+----------------------
I recently enabled STARTTLS on :25 on my email server.
Now some of my emails are received using TLS, while others aren't.
mutt missorts emails that have been receive using TLS.
This is my (relevant) config:
{{{
set sort = threads
set sort_aux = last-date-received
}}}
Let me put this as a reference:
{{{
Received: from mail-ee0-x23b.google.com (mail-ee0-x23b.google.com
[IPv6:2a00:1450:4013:c00::23b]);
by mx1.ubertech.com.ar (OpenSMTPD) with ESMTPS id 43f3092d;
TLS version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO;
for <[email protected]>;
Sun, 7 Jul 2013 17:27:24 +0000 (GMT)
}}}
With no exception, all emails which include the line starting in "TLS
version..." (as the example above) are placed at the very top of the list,
while all other emails are at the bottom.
Since I had no TLS in the past, all other 400 emails still in my inbox are
properly sorted, while TLS-received ones (ie: the ones with the mentioned
header) get placed at the very top of the list.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3648>
Mutt <http://www.mutt.org/>
The Mutt mail user agent