vCard import fails on BDAY, date parsing fail
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dexter - Old |
New
|
Undecided
|
Unassigned |
Bug Description
I have a collection of vCards that follow an accepted pattern of
BDAY:19000101
Dexter currently refuses to import them with this error:
Traceback (most recent call last):
File "/usr/lib/
self.run()
File "/usr/lib/
import_
File "/usr/lib/
if birthdaylist[1] == u"00":
IndexError: list index out of range
http://
Attached two other bugs related to incorrect BDAY & date handling.