Variable: mail-extr-disable-voodoo
mail-extr-disable-voodoo is a customizable variable defined in
mail-extr.el.gz.
Value
"\\cj"
Documentation
If it is a regexp, names matching it will never be modified.
If it is neither nil nor a string, modifying of names will never take
place. It affects how mail-extract-address-components works.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/mail-extr.el.gz
(defcustom mail-extr-disable-voodoo "\\cj"
"If it is a regexp, names matching it will never be modified.
If it is neither nil nor a string, modifying of names will never take
place. It affects how `mail-extract-address-components' works."
:type '(choice (regexp :size 0)
(const :tag "Always enabled" nil)
(const :tag "Always disabled" t)))