summaryrefslogtreecommitdiff
blob: abdfd489412e9aa0321bae5ba733e63f2c0fab2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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;
 		}
 	}