1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2026-01-15 11:21:35 +01:00
aerc/lib/format
Reto Brunner b6ef116c36 ParseAddressList: return empty list if "" is provided
Go 1.15 handles "" in the address parser as a non error case, returning
an empty list.
Prior versions returned an error, which is not what we want.

Reported-by: anianz <a.ziegler@cioplenu.de>
Tested-by: anianz <a.ziegler@cioplenu.de>
2020-08-24 23:28:18 +02:00
..
format.go ParseAddressList: return empty list if "" is provided 2020-08-24 23:28:18 +02:00