hgrc.5: explain order of mail.charsets
authorChristian Ebert <blacktrash@gmx.net>
Wed, 22 Oct 2008 11:57:20 +0200
changeset 7241 421f4cbddd68
parent 7240 dac14cc9711e
child 7248 723d7a2e6ec0
child 7250 352627bcafc3
hgrc.5: explain order of mail.charsets TODO: add mail.charsets section to hgrc.5.ja.txt
doc/hgrc.5.txt
--- a/doc/hgrc.5.txt	Fri Oct 24 08:16:01 2008 +0200
+++ b/doc/hgrc.5.txt	Wed Oct 22 11:57:20 2008 +0200
@@ -220,8 +220,16 @@
     containing patches of outgoing messages will be encoded in
     the first charset to which conversion from local encoding
     (ui.encoding, ui.fallbackencoding) succeeds. If correct
-    conversion, including to ui.encoding, fails, the text in
-    question is sent as is in fake ascii. Defaults to empty list.
+    conversion fails, the text in question is sent as is.
+    Defaults to empty (explicit) list.
+
+  Order of outgoing email charsets:
+ 
+    us-ascii             always first, regardless of settings
+    email.charsets       in order given by user
+    ui.fallbackencoding  if not in email.charsets
+    ui.encoding          if not in email.charsets
+    utf-8                always last, regardless of settings
 
   Email example: