You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/wmail/files/wmail-2.0.maildir-parse-fro...

13 lines
325 B

--- a/src/wmail.c 2007-01-26 19:17:08.000000000 +0100
+++ b/src/wmail.c 2007-01-26 19:17:02.000000000 +0100
@@ -871,6 +871,9 @@
InsertName( ParseFromField( buf+6 ), checksum,
isNewMail ? FLAG_INITIAL : FLAG_READ );
+ // got name, address: do not parse the rest of email
+ break;
+
//++numMails;
}
}