mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

merge stable

+6
+6
parse.c
··· 1455 1455 e->real_subj = e->subject; 1456 1456 } 1457 1457 1458 + if (hdr->received < 0) 1459 + { 1460 + dprint(1,(debugfile,"read_rfc822_header(): resetting invalid received time to 0\n")); 1461 + hdr->received = 0; 1462 + } 1463 + 1458 1464 /* check for missing or invalid date */ 1459 1465 if (hdr->date_sent <= 0) 1460 1466 {