From 28c50b7cb8dfb17659c6043c48d5cc03be537154 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 23 Sep 2000 14:29:35 +0000 Subject: Fix a crash that happened on my system when sorting by the "From" field. (The address parsing code failed miserably if the first character was a space.) svn path=/trunk/; revision=5559 --- mail/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 09264e2616..b04ad0d151 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2000-09-23 Ettore Perazzoli + + * message-list.c (internet_address_new_from_string): Skip spaces + at the beginning of the string first before doing anything else. + The code that follows doesn't like the first character of the + string to be a space. + 2000-09-22 Jeffrey Stedfast * message-list.c (address_compare): New comparison function for -- cgit v1.2.3