diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-14 10:56:16 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-14 10:56:16 +0800 |
commit | 582fc0c4cfc52958b98bf7ccd03fcb28bc89fe91 (patch) | |
tree | 024b03c267754bdc66594d90e0829da52198a0eb /cmdline/compose.1 | |
parent | 0f10d3f70133bfde1069e148f4457274b891a40c (diff) | |
download | gsoc2013-evolution-582fc0c4cfc52958b98bf7ccd03fcb28bc89fe91.tar.gz gsoc2013-evolution-582fc0c4cfc52958b98bf7ccd03fcb28bc89fe91.tar.zst gsoc2013-evolution-582fc0c4cfc52958b98bf7ccd03fcb28bc89fe91.zip |
Command Line tool, dont use it. It needs Redesign changes
svn path=/trunk/; revision=7487
Diffstat (limited to 'cmdline/compose.1')
-rw-r--r-- | cmdline/compose.1 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/cmdline/compose.1 b/cmdline/compose.1 new file mode 100644 index 0000000000..946eb01eaa --- /dev/null +++ b/cmdline/compose.1 @@ -0,0 +1,51 @@ +.\" +.\" Evolution's compose command line utility manual page. +.\" (C) Ximian, Inc. http://www.ximian.com +.\" +.\" Author: +.\" Miguel de Icaza (miguel@kernel.org) +.\" +.TH Evolution 1 "Evolution 1.0" +.SH NAME +compose \- invokes the Evolution Mail composer tool. +.SH SYNOPSIS +.PP +.B compose +[\-\-subject SUBJECT] [\-s SUBJECT] [\-\-cc LIST] [\-c LIST] [\-\-bcc +LIST] [\-b LIST] [\-\-body FNAME] to... +.SH DESCRIPTION +The +.I compose +program is a command line tool that can be used to invoke the +Evolution Mail composer directly from the command line, and allows for +simple configuration trough a number of flags. +.SH OPTIONS +The following options are supported +.TP +.I \-\-subject SUBJECT, \-s SUBJECT +Both forms are used to specify the subject to be used in the mail +message. +.TP +.I \-\-cc LIST, \-c LIST +Both forms are used to specify a comma separated list of addresses to +CC the message to. +.TP +.I \-\-bcc LIST, \-b LIST +Both forms are used to specify a comma separated list of addresses +that this message will be blind copied to. +.TP +.I \-\-body FNAME +Loads the filename FNAME as the contents for the Evolution Mail +composer. +.SH OTHERS +If these options are not enough, you might want to look into accessing +the Evolution Mail Composer directly by using CORBA. +.SH INTERFACES +The Evolution Mail Composer supports the +IDL:GNOME/Evolution/Composer:1.0 interface and is implemented as the +component OAFIID:GNOME_Evolution_Mail_Composer. +.SH SEE ALSO +Evolution-Composer.idl +.SH BUGS +If you find bugs in the Evolution groupware suite, please report these +using the \fIbug-buddy\fP program in the GNOME distribution.
\ No newline at end of file |