From 477830f7602e726cacf24fdbfb7d4c648b1a8bcb Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 19 Jun 2001 23:01:33 +0000 Subject: send the message 2001-06-19 JP Rosevear * evolution-composer.c (impl_Composer_send): send the message * Evolution-Composer.idl: add a "send" method to send a message without showing the editor svn path=/trunk/; revision=10309 --- composer/Evolution-Composer.idl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'composer/Evolution-Composer.idl') diff --git a/composer/Evolution-Composer.idl b/composer/Evolution-Composer.idl index 3fcda3873e..3e18c5b5e3 100644 --- a/composer/Evolution-Composer.idl +++ b/composer/Evolution-Composer.idl @@ -83,7 +83,6 @@ module Evolution { in boolean show_inline, in string data); - /** * show: * @@ -91,6 +90,14 @@ module Evolution { * and send the message. **/ void show (); + + + /** + * send: + * + * Send the message without showing the user the composer + **/ + void send (); }; }; }; -- cgit v1.2.3