blob: c39329286a5729b3837eeb2f9ee60be9cf977334 [file] [log] [blame]
--- src/wmail.c 2007-01-26 19:17:08.000000000 +0100
+++ src/wmail.c.new 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;
}
}