GNOME Bugzilla – Bug 273177
"add to contacts" isn't available on a .vcf attachment
Last modified: 2008-03-13 10:13:22 UTC
Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: After receiving an email with a .vcf attached, the only option available for that attachment is "Save to disk". Default action should be "Add to contacts". Steps to reproduce the problem: 1. In address book, save a contact as ~/contact.vcf 2. Compose a new email message to yourself and attach the ~/contact.vcf file 3. After receiving back the email, the only option available for that file is "Save to disk" Actual Results: Save to disk is the only available option Expected Results: Add to contacts How often does this happen? Always Additional Information:
This is because the mime type for vcf file is set to "text/directory" while attaching. problem with gnome_vfs_get_file_info() with GNOME_VFS_FILE_INFO_FORCE_SLOW_MIME_TYPE ?
"save to addressbook" is in 2.4 - not in the right-click menu though, but after you have opened the vcard attachment. retargetting from 2.3 to 2.5.
if you have the itip formatter enabled, this shouldn't be a problem as i already described in my last comment. futuring.
Shall we fix the right click menu or is the itip plugin considered as a fix for this ? I'd tend to say the latter.
Created attachment 105701 [details] [review] proposed evo patch for evolution; I thought this will be easier, but not so easy, really.
2.23.x
Committed to trunk. Committed revision 35181.