diff options
author | Aaron Weber <aaron@ximian.com> | 2002-10-16 06:02:23 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-10-16 06:02:23 +0800 |
commit | 151aa621b445174f006f30b6d095b7a03779a382 (patch) | |
tree | daa880818d0c6e49db73c6bf83cdc58ca1059775 /help/C/usage-mainwindow.sgml | |
parent | 465400fee6a1e4ba1da6a34d5c926f575e0f56f2 (diff) | |
download | gsoc2013-evolution-151aa621b445174f006f30b6d095b7a03779a382.tar.gz gsoc2013-evolution-151aa621b445174f006f30b6d095b7a03779a382.tar.zst gsoc2013-evolution-151aa621b445174f006f30b6d095b7a03779a382.zip |
Update supported/unsupported list.
2002-10-15 Aaron Weber <aaron@ximian.com>
* C/usage-exchange.sgml: Update supported/unsupported list.
* C/topic.dat: Change "What is Evolution" to "Introduction"
* C/usage-exchange.sgml: typo.
* C/menuref.sgml: update keycapss.
* C/usage-mainwindow.sgml: add note about command-line options.
svn path=/trunk/; revision=18373
Diffstat (limited to 'help/C/usage-mainwindow.sgml')
-rw-r--r-- | help/C/usage-mainwindow.sgml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/help/C/usage-mainwindow.sgml b/help/C/usage-mainwindow.sgml index bb4e9af493..41942e798e 100644 --- a/help/C/usage-mainwindow.sgml +++ b/help/C/usage-mainwindow.sgml @@ -77,6 +77,37 @@ </itemizedlist> </para> + <para> + <note> + <title>Command Line Options</title> + <para> + Evolution has a number of command-line options that you may + wish to make use of. You can find the full list by running + the commands <userinput>man evolution</userinput> or + <userinput>evolution --help</userinput>. The most + important ones are: + <itemizedlist> + <listitem> + <para> + To start Evolution in offline mode: <userinput>evolution --offline</userinput> + </para> + </listitem> + + <listitem> + <para> + To start Evolution and begin composing a message to the email address you name: <userinput>evolution mailto:joe@somewhere.net</userinput> + </para> + </listitem> + + <listitem> + <para> + To make your web browser use Evolution as the default email client, enter <userinput>evolution "%s"</userinput> as the email handler in your web browser or in the GNOME Control Center. + </para> + </listitem> + </itemizedlist> + </para> + </note> + </para> <para> The first time you run the program, it will create a directory called <filename>evolution</filename> in your home directory, |