blob: 82097a9c1e227cdb9a5c39b6b7a710b305603c9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#include <shell/Evolution-Component.idl>
module GNOME {
module Evolution {
interface MailComponent : Component {
// Insert wonderous remote mail operations here.
};
};
};
|