comparison doc/hgrc.5.txt @ 9744:e8990ce2f2d4

hgrc.5: use enumerated list for email charsets
author Martin Geisler <mg@lazybytes.net>
date Sat, 07 Nov 2009 14:30:58 +0100
parents bae76e97f91a
children 5b8e0da2d59b
comparison
equal deleted inserted replaced
9743:bae76e97f91a 9744:e8990ce2f2d4
321 first character set to which conversion from local encoding 321 first character set to which conversion from local encoding
322 (``$HGENCODING``, ``ui.fallbackencoding``) succeeds. If correct 322 (``$HGENCODING``, ``ui.fallbackencoding``) succeeds. If correct
323 conversion fails, the text in question is sent as is. Defaults to 323 conversion fails, the text in question is sent as is. Defaults to
324 empty (explicit) list. 324 empty (explicit) list.
325 325
326 Order of outgoing email character sets:: 326 Order of outgoing email character sets:
327 327
328 1. us-ascii always first, regardless of settings 328 1. ``us-ascii``: always first, regardless of settings
329 2. email.charsets in order given by user 329 2. ``email.charsets``: in order given by user
330 3. ui.fallbackencoding if not in email.charsets 330 3. ``ui.fallbackencoding``: if not in email.charsets
331 4. $HGENCODING if not in email.charsets 331 4. ``$HGENCODING``: if not in email.charsets
332 5. utf-8 always last, regardless of settings 332 5. ``utf-8``: always last, regardless of settings
333 333
334 Email example:: 334 Email example::
335 335
336 [email] 336 [email]
337 from = Joseph User <joe.user@example.com> 337 from = Joseph User <joe.user@example.com>