aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Evolution-Mail.idl
diff options
context:
space:
mode:
Diffstat (limited to 'mail/Evolution-Mail.idl')
-rw-r--r--mail/Evolution-Mail.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/Evolution-Mail.idl b/mail/Evolution-Mail.idl
new file mode 100644
index 0000000000..82097a9c1e
--- /dev/null
+++ b/mail/Evolution-Mail.idl
@@ -0,0 +1,9 @@
+#include <shell/Evolution-Component.idl>
+
+module GNOME {
+module Evolution {
+ interface MailComponent : Component {
+ // Insert wonderous remote mail operations here.
+ };
+};
+};