aboutsummaryrefslogtreecommitdiffstats
path: root/help/C
diff options
context:
space:
mode:
authorAaron Weber <aaron@src.gnome.org>2004-03-31 05:07:58 +0800
committerAaron Weber <aaron@src.gnome.org>2004-03-31 05:07:58 +0800
commitb3520a456f3ed8936ec9e9989047ef6662db7eaa (patch)
treed53ad639949c4a7da7712298ceb2d663ab429709 /help/C
parentdd7375f7e40d7c8df938320693d6720cedd8a969 (diff)
downloadgsoc2013-evolution-b3520a456f3ed8936ec9e9989047ef6662db7eaa.tar
gsoc2013-evolution-b3520a456f3ed8936ec9e9989047ef6662db7eaa.tar.gz
gsoc2013-evolution-b3520a456f3ed8936ec9e9989047ef6662db7eaa.tar.bz2
gsoc2013-evolution-b3520a456f3ed8936ec9e9989047ef6662db7eaa.tar.lz
gsoc2013-evolution-b3520a456f3ed8936ec9e9989047ef6662db7eaa.tar.xz
gsoc2013-evolution-b3520a456f3ed8936ec9e9989047ef6662db7eaa.tar.zst
gsoc2013-evolution-b3520a456f3ed8936ec9e9989047ef6662db7eaa.zip
fix a small error.
svn path=/trunk/; revision=25246
Diffstat (limited to 'help/C')
-rw-r--r--help/C/usage-mail-org.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/help/C/usage-mail-org.xml b/help/C/usage-mail-org.xml
index 506f241730..29c6d2ddee 100644
--- a/help/C/usage-mail-org.xml
+++ b/help/C/usage-mail-org.xml
@@ -804,7 +804,7 @@
<listitem>
<para>
- Pipe Message to Shell Command - Evolution can use
+ Pipe to Program - Evolution can use
an external command to process a message, then
process it based on the return value. Commands
used in this way must return an integer. This is
@@ -898,14 +898,8 @@
</para></listitem>
<listitem><para>
- Shell Command - Run a shell command. No return value
- is expected.
- </para></listitem>
-
- <listitem><para>
- Pipe Message to Shell Command - Send the message to a
- shell command. No return value is expected. This
- feature can be used to create automatic web postings
+ Pipe to Program - Send the message to a program of your choice. No return value
+ is expected. This feature can be used to create automatic web postings
from email messages or to perform additional message
post-processing not supported by Evolution.
</para></listitem>