aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2001-09-14 02:24:30 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-09-14 02:24:30 +0800
commit0c548743f1acee346ecc95c1cbb3a9bac4047de6 (patch)
tree8e19740e07e5aeb07df6edeb812fa1932e4638d8
parent04bb635647a0ba027cd8fb7268c453794770cad0 (diff)
downloadgsoc2013-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--ChangeLog5
-rw-r--r--data/evolution.mime3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f49468da21..68571af2b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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