Use more lextract() -- drop sextract()..
commit275af31cb76ddfa1e463d805c434d8bcd45376e0
authorSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Mon, 22 Oct 2012 13:11:55 +0000 (22 15:11 +0200)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Thu, 25 Oct 2012 15:19:29 +0000 (25 17:19 +0200)
tree2799ca73a035389cf808b55fd086b82b27dffa2c
parent6202aa00fa302b57f4d868f7f237a57b7beb28b3
Use more lextract() -- drop sextract()..

Maybe too optimistic in respect to backward compatibility, but
*addr-list* has always been comma separated.
The only list that were not are references, and these are served
well by extract().

So this leaves us with some misuses of lextract(), since that is
called for Sender: etc.;  but is this really worse than before,
once sextract() was used for those non-list field?  I think not.

While there, get rid of two useless temporary string allocations
in openssl.c.

squash! [improve-name-extraction] Use more lextract() were reasonable..

Drop sextract()!
cmd3.c
extern.h
head.c
imap_search.c
names.c
openssl.c
sendout.c
smtp.c
tty.c