diff options
author | nobody <nobody@localhost> | 2001-04-17 00:20:52 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-04-17 00:20:52 +0800 |
commit | 005fe8e3f2c8c8fae6e3121942379b96d99083aa (patch) | |
tree | 40bed4a0f61e888220d46a8584f26ec3bfc193ca /mail/Mail.idl | |
parent | 62e82291e808731ec8d97fffe4528c641d31d939 (diff) | |
download | gsoc2013-evolution-GAL_0_7.tar.gz gsoc2013-evolution-GAL_0_7.tar.zst gsoc2013-evolution-GAL_0_7.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_0_7'.GAL_0_7
svn path=/tags/GAL_0_7/; revision=9380
Diffstat (limited to 'mail/Mail.idl')
-rw-r--r-- | mail/Mail.idl | 32 |
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 (); - }; -}; -}; - |