aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Mail.idl
diff options
context:
space:
mode:
Diffstat (limited to 'mail/Mail.idl')
-rw-r--r--mail/Mail.idl30
1 files changed, 30 insertions, 0 deletions
diff --git a/mail/Mail.idl b/mail/Mail.idl
new file mode 100644
index 0000000000..74c6ba74d4
--- /dev/null
+++ b/mail/Mail.idl
@@ -0,0 +1,30 @@
+/*
+ * mail.idl: Mail interfaces for Evolution
+ *
+ * Author:
+ * Miguel de Icaza (miguel@helixcode.com)
+ *
+ * (C) 2000 Helix Code, Inc.
+ */
+
+#include <bonobo.idl>
+
+module Evolution {
+
+ interface MessageList : GNOME::Unknown {
+
+ void select_message (in long message_number);
+ void open_message (in long message_number);
+ };
+
+ /*
+ * FolderBrowser object.
+ *
+ * configuration of this widget is done trough
+ * Bonobo Properties
+ */
+ interface FolderBrowser : GNOME::Unknown {
+ MessageList get_message_list ();
+ };
+};
+