carddav: remove .vcf extension

This commit is contained in:
emersion 2017-09-13 20:09:38 +02:00
parent 637a8bb957
commit 1680bd1a0e
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ type addressFileInfo struct {
}
func (fi *addressFileInfo) Name() string {
return fi.contact.ID + ".vcf"
return fi.contact.ID
}
func (fi *addressFileInfo) Size() int64 {