aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2012-02-18 20:14:23 +0800
committerAndre Klapper <a9016009@gmx.de>2012-02-18 20:14:23 +0800
commit0fdac172db1f3f79a10b65396040d4056d330da6 (patch)
tree817a50684296fab5b74e3cac4c710328db6a0567 /help
parentc137a42a76460b6a44ac88b421fcd21be6e1e316 (diff)
downloadgsoc2013-evolution-0fdac172db1f3f79a10b65396040d4056d330da6.tar
gsoc2013-evolution-0fdac172db1f3f79a10b65396040d4056d330da6.tar.gz
gsoc2013-evolution-0fdac172db1f3f79a10b65396040d4056d330da6.tar.bz2
gsoc2013-evolution-0fdac172db1f3f79a10b65396040d4056d330da6.tar.lz
gsoc2013-evolution-0fdac172db1f3f79a10b65396040d4056d330da6.tar.xz
gsoc2013-evolution-0fdac172db1f3f79a10b65396040d4056d330da6.tar.zst
gsoc2013-evolution-0fdac172db1f3f79a10b65396040d4056d330da6.zip
User Docs: Also cover mail composer in 'Character Encodings' page. See bug 552873.
Diffstat (limited to 'help')
-rw-r--r--help/C/mail-displaying-character-encodings.page20
1 files changed, 16 insertions, 4 deletions
diff --git a/help/C/mail-displaying-character-encodings.page b/help/C/mail-displaying-character-encodings.page
index 45aff217ea..02a1c73c29 100644
--- a/help/C/mail-displaying-character-encodings.page
+++ b/help/C/mail-displaying-character-encodings.page
@@ -2,11 +2,12 @@
type="topic" id="mail-displaying-character-encodings">
<info>
- <desc>When characters in an email are not shown correctly or missing.</desc>
+ <desc>When letters in an email are not shown correctly or missing.</desc>
<link type="guide" xref="mail-displaying-message" />
+ <link type="guide" xref="index#mail-composing-advanced" />
- <revision pkgversion="3.0.2" version="0.3" date="2011-08-02" status="final"/>
+ <revision pkgversion="3.3.91" version="0.4" date="2012-02-18" status="final"/>
<credit type="author">
<name>Andre Klapper</name>
<email>ak-47@gmx.net</email>
@@ -17,11 +18,22 @@
</info>
-<title>Character Encodings and Sets</title>
+<title>Character Encodings</title>
-<!-- TODO: Recheck once https://bugzilla.gnome.org/show_bug.cgi?id=655021 is fixed -->
+<section id="received-messages">
+<title>Received mail</title>
<p>If the email application of the sender is broken or misconfigured, plain text emails might not include information about the character encoding used. If you receive such messages, choose <guiseq><gui>View</gui><gui>Character Encoding</gui></guiseq> from the main menu and change the currently chosen character encoding to an appropriate one that might be the encoding used by the sender. You have to make this change every time you view the message.</p>
<p>To make this the default setting, go to <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Preferences</gui><gui>General</gui><gui>Message Display</gui><gui>Default character encoding</gui></guiseq>.</p>
+</section>
+
+<section id="sending-messages">
+<title>Sending mail</title>
+
+<p>In the unlikely event that you would like to change the default character encoding for messages that you send, go to <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Composer Preferences</gui><gui>Default Behavior</gui><gui>Character encoding</gui></guiseq>.</p>
+<note style="tip"><p>This setting only refers to Plain Text messages as <link xref="mail-composer-html">HTML messages</link> always use UTF-8 encoding.</p></note>
+
+</section>
+
</page>