aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-18 19:36:50 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-18 19:36:50 +0800
commitfc6c2cd99b5b24a7957af9df611574ca30fa9bed (patch)
tree0b2c6acb25d4a1fa5047b0d6f82330994e41d404 /mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in
parentabda9814844d31daaf4c6355da9a886c69bda9be (diff)
downloadgsoc2013-evolution-fc6c2cd99b5b24a7957af9df611574ca30fa9bed.tar
gsoc2013-evolution-fc6c2cd99b5b24a7957af9df611574ca30fa9bed.tar.gz
gsoc2013-evolution-fc6c2cd99b5b24a7957af9df611574ca30fa9bed.tar.bz2
gsoc2013-evolution-fc6c2cd99b5b24a7957af9df611574ca30fa9bed.tar.lz
gsoc2013-evolution-fc6c2cd99b5b24a7957af9df611574ca30fa9bed.tar.xz
gsoc2013-evolution-fc6c2cd99b5b24a7957af9df611574ca30fa9bed.tar.zst
gsoc2013-evolution-fc6c2cd99b5b24a7957af9df611574ca30fa9bed.zip
Added back libevolution-importer stuff. (SUBDIRS): Added back importers.
2002-11-18 Not Zed <NotZed@Ximian.com> * Makefile.am (evolution_mail_LDADD): Added back libevolution-importer stuff. (SUBDIRS): Added back importers. * importers/evolution-mbox-importer.c (load_file_fn): build the uri without deprecated funcs. (load_file_fn): dont free/alloc a camel_exception for no obvious purpose. (mbox_factory_fn): use weak_ref rather than destroy. (importer_destroy_cb): fix signature for weak ref notify. (mbox_factory_fn): add cid param. * importers/*.[ch]: ran fix script over everything. * importers/*.server.in.in: Added bonobo activation files. Moved evolution-mail to @LIBEXEC@ as below. * importers/Makefile.am: oaf->bonobo activation stuff. * importers/evolution-outlook-importer.c (outlook_factory_fn): Add component id to callback. svn path=/trunk/; revision=18822
Diffstat (limited to 'mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in')
-rw-r--r--mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in b/mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in
new file mode 100644
index 0000000000..4a5e41d5fe
--- /dev/null
+++ b/mail/importers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in
@@ -0,0 +1,21 @@
+<oaf_info>
+
+<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Pine_Intelligent_Importer_Factory"
+ type="exe"
+ location="@LIBEXECDIR@/evolution-mail">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/ObjectFactory:1.0"/>
+ </oaf_attribute>
+</oaf_server>
+
+<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Pine_Intelligent_Importer"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Mail_Pine_Intelligent_Importer_Factory">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/IntelligentImporter:1.0"/>
+ </oaf_attribute>
+
+</oaf_server>
+</oaf_info>