summaryrefslogtreecommitdiff
path: root/x11-plugins/wmail/files/wmail-2.0.maildir-parse-from.patch
blob: c39329286a5729b3837eeb2f9ee60be9cf977334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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;
 		}
 	}