diff options
author | Aaron Weber <aaron@src.gnome.org> | 2002-12-07 04:56:52 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-12-07 04:56:52 +0800 |
commit | 1010c93d09fcad12986fa0535ac88197d765b5c9 (patch) | |
tree | 4310cd2d485b32a844737ceba4dbddd703ec3e70 | |
parent | 2dd2e06fc2ae1205d0e1913bb33ce5d5c6e28925 (diff) | |
download | gsoc2013-evolution-1010c93d09fcad12986fa0535ac88197d765b5c9.tar.gz gsoc2013-evolution-1010c93d09fcad12986fa0535ac88197d765b5c9.tar.zst gsoc2013-evolution-1010c93d09fcad12986fa0535ac88197d765b5c9.zip |
spelling. doh.
svn path=/trunk/; revision=19045
-rw-r--r-- | help/C/usage-mail-org.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/help/C/usage-mail-org.xml b/help/C/usage-mail-org.xml index 3b992a4bbd..c64be5c040 100644 --- a/help/C/usage-mail-org.xml +++ b/help/C/usage-mail-org.xml @@ -729,7 +729,7 @@ suspects of being Spam with the "X-Spam-Status" header to your mail, which you can then search for in a filter. Because SpamAssassin scores mails based on the - likelyhood that messages are junk, you can even choose how + likelihood that messages are junk, you can even choose how strict you want it to be. If you don't have a friendly network administrator, never fear: you can install SpamAssassin on your own system, then pipe messages through @@ -816,14 +816,14 @@ </listitem> <listitem> <para> - Create a directory called "bin" in your home directory, and save the file there as "spam-filter.sh" + Save file as "spam-filter.sh" </para> </listitem> <listitem> <para> Mark the file as an executable program: - Open your home directory in Nautilus, right click on - filterscript.sh there, and select + Open your home directory in Nautilus, right-click on + spam-filter.sh there, and select <guimenuitem>Properties</guimenuitem>. Then, click the "Permissions" tab and check the box in the <guilabel>Execute</guilabel> column and the @@ -838,7 +838,7 @@ <guimenuitem> Terminal </guimenuitem> - </menuchoice>) and enter the command: chmod +x bin/spam-filter.sh. + </menuchoice>) and enter the command: chmod +x spam-filter.sh. </para> </listitem> <listitem> @@ -854,7 +854,7 @@ </para></listitem> <listitem><para> - Enter "/home/username/bin/spam-filter.sh" as the shell command, then select + Enter "/home/username/spam-filter.sh" as the shell command, then select "Does Not Return" and "0" as the remaining two items. Substitute your username for "username" so that Evolution can find the script. |