* src/plugins/ImportvCard.py: A quickly hacked version of a vCard importer. Maybe it is useful for someone.

* src/const.py.in: added mime for vCard import.


svn: r4196
This commit is contained in:
Martin Hawlisch
2005-03-16 22:40:42 +00:00
parent cd0ff124c2
commit 72c4a6476a
3 changed files with 237 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ app_gramps_xml = "application/x-gramps-xml"
app_gedcom = "application/x-gedcom"
app_gramps_package = "application/x-gramps-package"
app_geneweb = "application/x-geneweb"
app_vcard = ["text/x-vcard","text/x-vcalendar"]
#-------------------------------------------------------------------------
#