comparison lisp/mh-e/mh-e.el @ 69031:4cb528cc4c04

* mh-alias.el (mh-address-mail-regexp) (mh-goto-address-find-address-at-point): Delete copies from goto-addr.el. (mh-alias-suggest-alias): Use goto-address-mail-regexp instead of mh-address-mail-regexp. (mh-alias-add-address-under-point): Use goto-address-find-address-at-point instead of mh-goto-address-find-address-at-point. * mh-e.el (mh-show-use-goto-addr-flag): Delete. * mh-show.el (mh-show-mode): Mention goto-address-highlight-p in docstring. (mh-show-addr): Call goto-address unconditionally. User should use goto-address-highlight-p instead of mh-show-use-goto-addr-flag.
author Bill Wohler <wohler@newt.com>
date Mon, 20 Feb 2006 01:24:38 +0000
parents ef46b6afadc4
children 2ac1a4fca640
comparison
equal deleted inserted replaced
69030:0c3b91a536ab 69031:4cb528cc4c04
2613 which may be slow to load. The default value of 0 means that all 2613 which may be slow to load. The default value of 0 means that all
2614 message are shown regardless of size." 2614 message are shown regardless of size."
2615 :type 'integer 2615 :type 'integer
2616 :group 'mh-show) 2616 :group 'mh-show)
2617 2617
2618 (defcustom mh-show-use-goto-addr-flag (and (boundp 'goto-address-highlight-p)
2619 goto-address-highlight-p)
2620 "*Non-nil means highlight URLs and email addresses\\<goto-address-highlight-keymap>.
2621
2622 To send a message using the highlighted email address or to view
2623 the web page for the highlighted URL, use the middle mouse button
2624 or \\[goto-address-at-point].
2625
2626 See Info node `(mh-e)Sending Mail' to see how to configure Emacs
2627 to send the message using MH-E.
2628
2629 The default value of this option comes from the value of
2630 `goto-address-highlight-p'."
2631 :type 'boolean
2632 :group 'mh-show)
2633
2634 (defcustom mh-show-use-xface-flag (>= emacs-major-version 21) 2618 (defcustom mh-show-use-xface-flag (>= emacs-major-version 21)
2635 "*Non-nil means display face images in MH-show buffers. 2619 "*Non-nil means display face images in MH-show buffers.
2636 2620
2637 MH-E can display the content of \"Face:\", \"X-Face:\", and 2621 MH-E can display the content of \"Face:\", \"X-Face:\", and
2638 \"X-Image-URL:\" header fields. If any of these fields occur in the 2622 \"X-Image-URL:\" header fields. If any of these fields occur in the