diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-04 21:38:54 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-08-04 23:55:14 +0800 |
commit | bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64 (patch) | |
tree | cd7f23ad545c9a5e44b4588b8db51ed1e4f4d09c /help/C/mail-composer-spellcheck.page | |
parent | 5397851156bf868ac912376d0ea2060ec1b528c3 (diff) | |
download | gsoc2013-evolution-bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64.tar.gz gsoc2013-evolution-bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64.tar.zst gsoc2013-evolution-bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64.zip |
Put new user documentation in place
Diffstat (limited to 'help/C/mail-composer-spellcheck.page')
-rw-r--r-- | help/C/mail-composer-spellcheck.page | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/help/C/mail-composer-spellcheck.page b/help/C/mail-composer-spellcheck.page new file mode 100644 index 0000000000..0e344a391b --- /dev/null +++ b/help/C/mail-composer-spellcheck.page @@ -0,0 +1,44 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="topic" id="mail-composer-spellcheck"> + + <info> + <desc>On spell checking your mail in the composer.</desc> + + <link type="guide" xref="index#mail-composing" /> + + <revision pkgversion="3.0.2" version="0.3" date="2011-07-29" status="final"/> + <credit type="author"> + <name>Andre Klapper</name> + <email>ak-47@gmx.net</email> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + + </info> + +<title>Spell checking</title> + +<!-- Instructions are only valid from Evolution 2.24 on --> + +<section id="required-packages"> +<title>Prerequirements</title> +<p>To use spell checking for the emails that you write you first need to make sure that the <em>hunspell</em> package for your specific language and the <em>enchant</em> package are installed via the software management tool of your distribution.</p> +<p><link action="install:hunspell" href="http://hunspell.sourceforge.net/">Install hunspell now.</link></p> +<p><link action="install:enchant" href="http://www.abisource.com/projects/enchant/">Install enchant now.</link></p> +</section> + +<section id="global-preferences"> +<title>Global Preferences</title> + +<p>Under <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Composer Preferences</gui><gui>Spell Checking</gui><gui>Options</gui></guiseq> you can define whether your spelling is checked while you type and which color is used for underlining words that are misspelled.</p> + +<p>You can also define which installed languages are used for spell checking in the list available under <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Composer Preferences</gui><gui>Spell Checking</gui><gui>Languages</gui></guiseq>.</p> +</section> + +<section id="composer"> +<title>Manual spell checking in the composer</title> +<p>If you do not have <gui>Checking spelling while I type</gui> enabled in the <link xref="#global-preferences">Composer Preferences</link> you can run a spell check in the email composer by clicking <guiseq><gui>Edit</gui><gui>Spell Checking</gui></guiseq> or by pressing <key>F7</key>.</p> +</section> + +</page> |