azynheira / mu0

Automatically exported from code.google.com/p/mu0
0 stars 0 forks source link

use date from received header when email has no date header #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
From time to time I get emails, which don't have a date header field in
the email envelope. It seems, that mu treats them as having a date of
1.1.1970. But this date is so far back in the past, that these messages
do not belong to the 500 most recent messages and therefore don't get
listed in the headers view of mu4e.

Other email clients use the date from one of the received headers as a
fallback, when no date header is present.

I would like to see this behaviour in mu/mu4e as well.

The same issue was reported by Ramon Diaz-Uriarte in the mu-discuss mailing
list on 24.09.14, but no one replied.

I'm using a self compiled copy of mu from git master, which latest commit is
25110722.

Original issue reported on code.google.com by Olaf.Rog...@gmail.com on 22 Mar 2015 at 10:07