Variable: mail-extr-mangle-uucp

mail-extr-mangle-uucp is a customizable variable defined in mail-extr.el.gz.

Value

nil

Documentation

Whether to throw away information in UUCP addresses by translating things like "foo!bar!baz@host" into "baz@bar.UUCP".

Source Code

;; Defined in /usr/src/emacs/lisp/mail/mail-extr.el.gz
(defcustom mail-extr-mangle-uucp nil
  "Whether to throw away information in UUCP addresses
by translating things like \"foo!bar!baz@host\" into \"baz@bar.UUCP\"."
  :type 'boolean)