doc/hgrc.5.txt
changeset 7241 421f4cbddd68
parent 7235 7488a1f14e3c
child 7336 2dc868712dcc
equal deleted inserted replaced
7240:dac14cc9711e 7241:421f4cbddd68
   218     Optional. Comma-separated list of charsets considered
   218     Optional. Comma-separated list of charsets considered
   219     convenient for recipients. Addresses, headers, and parts not
   219     convenient for recipients. Addresses, headers, and parts not
   220     containing patches of outgoing messages will be encoded in
   220     containing patches of outgoing messages will be encoded in
   221     the first charset to which conversion from local encoding
   221     the first charset to which conversion from local encoding
   222     (ui.encoding, ui.fallbackencoding) succeeds. If correct
   222     (ui.encoding, ui.fallbackencoding) succeeds. If correct
   223     conversion, including to ui.encoding, fails, the text in
   223     conversion fails, the text in question is sent as is.
   224     question is sent as is in fake ascii. Defaults to empty list.
   224     Defaults to empty (explicit) list.
       
   225 
       
   226   Order of outgoing email charsets:
       
   227  
       
   228     us-ascii             always first, regardless of settings
       
   229     email.charsets       in order given by user
       
   230     ui.fallbackencoding  if not in email.charsets
       
   231     ui.encoding          if not in email.charsets
       
   232     utf-8                always last, regardless of settings
   225 
   233 
   226   Email example:
   234   Email example:
   227 
   235 
   228     [email]
   236     [email]
   229     from = Joseph User <joe.user@example.com>
   237     from = Joseph User <joe.user@example.com>