diff options
author | Larry Ewing <lewing@ximian.com> | 2001-09-14 02:24:30 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-09-14 02:24:30 +0800 |
commit | 0c548743f1acee346ecc95c1cbb3a9bac4047de6 (patch) | |
tree | 8e19740e07e5aeb07df6edeb812fa1932e4638d8 | |
parent | 04bb635647a0ba027cd8fb7268c453794770cad0 (diff) | |
download | gsoc2013-evolution-0c548743f1acee346ecc95c1cbb3a9bac4047de6.tar gsoc2013-evolution-0c548743f1acee346ecc95c1cbb3a9bac4047de6.tar.gz gsoc2013-evolution-0c548743f1acee346ecc95c1cbb3a9bac4047de6.tar.bz2 gsoc2013-evolution-0c548743f1acee346ecc95c1cbb3a9bac4047de6.tar.lz gsoc2013-evolution-0c548743f1acee346ecc95c1cbb3a9bac4047de6.tar.xz gsoc2013-evolution-0c548743f1acee346ecc95c1cbb3a9bac4047de6.tar.zst gsoc2013-evolution-0c548743f1acee346ecc95c1cbb3a9bac4047de6.zip |
override the gnome-vfs.mime to match .vcf as text/x-vcard.
2001-09-13 Larry Ewing <lewing@ximian.com>
* data/evolution.mime: override the gnome-vfs.mime to match .vcf
as text/x-vcard.
svn path=/trunk/; revision=12802
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | data/evolution.mime | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2001-09-13 Larry Ewing <lewing@ximian.com> + + * data/evolution.mime: override the gnome-vfs.mime to match .vcf + as text/x-vcard. + 2001-09-11 JP Rosevear <jpr@ximian.com> * configure.in: temporarily disable zh_TW diff --git a/data/evolution.mime b/data/evolution.mime index fe3e12f0b5..f72de6399b 100644 --- a/data/evolution.mime +++ b/data/evolution.mime @@ -1,2 +1,5 @@ +text/x-vcard + ext: vcf + text/calendar ext: ics
\ No newline at end of file |