aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-10 04:03:17 +0800
committerDan Winship <danw@src.gnome.org>2000-08-10 04:03:17 +0800
commitd294eacd6d865f868cc8580806777737ba468918 (patch)
treec6fd637a7f0034b3d9dac67d5b8df5d5b3bb20bb
parent75ea4d8ae17c07430ee8e2bd4882e0dec385488b (diff)
downloadgsoc2013-evolution-d294eacd6d865f868cc8580806777737ba468918.tar
gsoc2013-evolution-d294eacd6d865f868cc8580806777737ba468918.tar.gz
gsoc2013-evolution-d294eacd6d865f868cc8580806777737ba468918.tar.bz2
gsoc2013-evolution-d294eacd6d865f868cc8580806777737ba468918.tar.lz
gsoc2013-evolution-d294eacd6d865f868cc8580806777737ba468918.tar.xz
gsoc2013-evolution-d294eacd6d865f868cc8580806777737ba468918.tar.zst
gsoc2013-evolution-d294eacd6d865f868cc8580806777737ba468918.zip
New file containing MIME keys for Evolution. Currently just the
* data/evolution.keys: New file containing MIME keys for Evolution. Currently just the addressbook minicard display. * data/Makefile.am (mime_DATA): add evolution.keys svn path=/trunk/; revision=4665
-rw-r--r--ChangeLog7
-rw-r--r--data/Makefile.am6
-rw-r--r--data/evolution.keys7
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0268700252..4ddf6a7ee0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-08-09 Dan Winship <danw@helixcode.com>
+
+ * data/evolution.keys: New file containing MIME keys for
+ Evolution. Currently just the addressbook minicard display.
+
+ * data/Makefile.am (mime_DATA): add evolution.keys
+
2000-08-05 Dan Winship <danw@helixcode.com>
* tools/verify-evolution-install.sh: Look for oafinfo files in
diff --git a/data/Makefile.am b/data/Makefile.am
index 1ae1b2443e..1748709438 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,2 +1,6 @@
+mimedir = $(datadir)/mime-info
+mime_DATA = evolution.keys
+
EXTRA_DIST = \
- evolution.desktop \ No newline at end of file
+ evolution.desktop \
+ $(mime_DATA) \ No newline at end of file
diff --git a/data/evolution.keys b/data/evolution.keys
new file mode 100644
index 0000000000..91d5372ac0
--- /dev/null
+++ b/data/evolution.keys
@@ -0,0 +1,7 @@
+text/x-vcard
+ description=address card
+ default_action_type=component
+ default_component_iid=OAFIID:control:e_minicard:f9542709-fb31-4c6a-bc00-d462ba41e4b9
+ short_list_component_iids_for_novice_user_level=OAFIID:control:e_minicard:f9542709-fb31-4c6a-bc00-d462ba41e4b9
+ short_list_component_iids_for_intermediate_user_level=OAFIID:control:e_minicard:f9542709-fb31-4c6a-bc00-d462ba41e4b9
+ short_list_component_iids_for_hacker_user_level=OAFIID:control:e_minicard:f9542709-fb31-4c6a-bc00-d462ba41e4b9