; * lisp/gnus/message.el (message-idna-to-ascii-rhs): Doc fix (bug#71757).
This commit is contained in:
parent
5eb9a0d2c7
commit
b1e9b6fd67
1 changed files with 1 additions and 2 deletions
|
@ -6252,8 +6252,7 @@ subscribed address (and not the additional To and Cc header contents)."
|
||||||
(widen)))))))
|
(widen)))))))
|
||||||
|
|
||||||
(defun message-idna-to-ascii-rhs ()
|
(defun message-idna-to-ascii-rhs ()
|
||||||
"Possibly IDNA encode non-ASCII domain names in From:, To: and Cc: headers.
|
"Possibly IDNA encode non-ASCII domain names in From:, To: and Cc: headers."
|
||||||
See `message-idna-encode'."
|
|
||||||
(interactive nil message-mode)
|
(interactive nil message-mode)
|
||||||
(when message-use-idna
|
(when message-use-idna
|
||||||
(save-excursion
|
(save-excursion
|
||||||
|
|
Loading…
Add table
Reference in a new issue