aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Mail.idl
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-01-25 00:56:26 +0800
committernobody <nobody@localhost>2001-01-25 00:56:26 +0800
commita310bf614d8148cf3b8044c2f126b7a3467e5bcd (patch)
treea11753d8c35a6241e3a6de25969aed4cdfb4ddff /mail/Mail.idl
parent93e1f0e581a8f48c5a4596f3325d4dbba5e222cc (diff)
downloadgsoc2013-evolution-GAL_0_4_99_6.tar.gz
gsoc2013-evolution-GAL_0_4_99_6.tar.zst
gsoc2013-evolution-GAL_0_4_99_6.zip
This commit was manufactured by cvs2svn to create tag 'GAL_0_4_99_6'.GAL_0_4_99_6
svn path=/tags/GAL_0_4_99_6/; revision=7784
Diffstat (limited to 'mail/Mail.idl')
-rw-r--r--mail/Mail.idl32
1 files changed, 0 insertions, 32 deletions
diff --git a/mail/Mail.idl b/mail/Mail.idl
deleted file mode 100644
index 14e17b3993..0000000000
--- a/mail/Mail.idl
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * mail.idl: Mail interfaces for Evolution
- *
- * Author:
- * Miguel de Icaza (miguel@helixcode.com)
- *
- * (C) 2000 Helix Code, Inc.
- */
-
-#include <Bonobo.idl>
-
-module GNOME {
-module Evolution {
-
- interface MessageList : Bonobo::Unknown {
-
- void selectMessage (in long message_number);
- void openMessage (in long message_number);
- };
-
- /*
- * FolderBrowser object.
- *
- * configuration of this widget is done trough
- * Bonobo Properties
- */
- interface FolderBrowser : Bonobo::Unknown {
- MessageList getMessageList ();
- };
-};
-};
-