##// END OF EJS Templates
Document email.charsets in hgrc.5...
Christian Ebert -
r7117:ceb8aef0 default
parent child Browse files
Show More
@@ -214,12 +214,23 b' email::'
214 recipients on command line, message on stdin). Normally, setting
214 recipients on command line, message on stdin). Normally, setting
215 this to "sendmail" or "/usr/sbin/sendmail" is enough to use
215 this to "sendmail" or "/usr/sbin/sendmail" is enough to use
216 sendmail to send messages.
216 sendmail to send messages.
217 charsets;;
218 Optional. Comma-separated list of charsets considered
219 convenient for recipients. Addresses, headers, and parts not
220 containing patches of outgoing messages will be encoded in
221 the first charset to which conversion from local encoding
222 (ui.encoding, ui.fallbackencoding) succeeds. If correct
223 conversion, including to ui.encoding, fails, the text in
224 question is sent as is in fake ascii. Defaults to empty list.
217
225
218 Email example:
226 Email example:
219
227
220 [email]
228 [email]
221 from = Joseph User <joe.user@example.com>
229 from = Joseph User <joe.user@example.com>
222 method = /usr/sbin/sendmail
230 method = /usr/sbin/sendmail
231 # charsets for western europeans
232 # us-ascii, utf-8 omitted, as they are tried first and last
233 charsets = iso-8859-1, iso-8859-15, windows-1252
223
234
224 [[extensions]]
235 [[extensions]]
225 extensions::
236 extensions::
General Comments 0
You need to be logged in to leave comments. Login now