From 5d532c59ad71fb170bdceed22ff5b3c46566603b Mon Sep 17 00:00:00 2001 From: nobody <nobody@localhost> Date: Wed, 7 Feb 2001 22:53:06 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'BONOBO_0_36'. svn path=/tags/BONOBO_0_36/; revision=8067 --- mail/Mail.idl | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 mail/Mail.idl (limited to 'mail/Mail.idl') 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 (); - }; -}; -}; - -- cgit