diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-31 21:11:47 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-31 21:11:47 +0800 |
commit | de9b01c4e7f9d6d188985845ab1c3b798591a3fe (patch) | |
tree | c669fb2da0c44a6c5f27f78a8a1186acc9c954c3 /doc/emacs/rmail.texi | |
parent | 64a695bd9196d2036ecfbc02d69dcfdfd4ffe866 (diff) | |
download | emacs-de9b01c4e7f9d6d188985845ab1c3b798591a3fe.tar.gz |
* doc/emacs/rmail.texi (Rmail Coding): Move here from mule.texi.
Diffstat (limited to 'doc/emacs/rmail.texi')
-rw-r--r-- | doc/emacs/rmail.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 62f35b2ee83..67afc29a277 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi @@ -1274,6 +1274,17 @@ It reads the name of a coding system, and then redecodes the message using the coding system you specified. If you specified the right coding system, the result should be readable. +@vindex rmail-file-coding-system + When you get new mail in Rmail, each message is translated +automatically from the coding system it is written in, as if it were a +separate file. This uses the priority list of coding systems that you +have specified. If a MIME message specifies a character set, Rmail +obeys that specification. For reading and saving Rmail files +themselves, Emacs uses the coding system specified by the variable +@code{rmail-file-coding-system}. The default value is @code{nil}, +which means that Rmail files are not translated (they are read and +written in the Emacs internal character code). + @node Rmail Editing @section Editing Within a Message |