/[emacs]/emacs/lisp/mh-e/mh-customize.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-customize.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by wohler, Mon Oct 24 05:24:59 2005 UTC revision 1.25 by wohler, Thu Oct 27 22:57:30 2005 UTC
# Line 763  installed and you want to use BogoFilter Line 763  installed and you want to use BogoFilter
763  ;;; Editing a Draft (:group 'mh-letter)  ;;; Editing a Draft (:group 'mh-letter)
764    
765  (defcustom mh-compose-insertion (if (locate-library "mml") 'mml 'mh)  (defcustom mh-compose-insertion (if (locate-library "mml") 'mml 'mh)
766    "Type of tags used when composing MIME messages. In addition to MH-style    "Type of tags used when composing MIME messages.
767  directives, MH-E also supports MML (MIME Meta Language) tags. (see Info node  In addition to MH-style directives, MH-E also supports MML (MIME Meta
768  `(emacs-mime)Composing'). This option can be used to choose between them. By  Language) tags. (see Info node `(emacs-mime)Composing'). This option can be
769  default, this option is set to \"MML\" if it is supported since it provides a  used to choose between them. By default, this option is set to \"MML\" if it
770  lot more functionality. This option can also be set to \"MH\" if MH-style  is supported since it provides a lot more functionality. This option can also
771  directives are preferred."  be set to \"MH\" if MH-style directives are preferred."
772    :type '(choice (const :tag "MML" mml)    :type '(choice (const :tag "MML" mml)
773                   (const :tag "MH"  mh))                   (const :tag "MH"  mh))
774    :group 'mh-letter)    :group 'mh-letter)
# Line 887  header field. Line 887  header field.
887    
888  The \"X-Face:\" header field, which is a low-resolution, black and white  The \"X-Face:\" header field, which is a low-resolution, black and white
889  image, can be generated using the \"compface\"  image, can be generated using the \"compface\"
890  (ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z) command. The  \(ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z) command. The
891  \"Online X-Face Converter\" (http://www.dairiki.org/xface/) is a useful  \"Online X-Face Converter\" (http://www.dairiki.org/xface/) is a useful
892  resource for quick conversion of images into \"X-Face:\" header fields.  resource for quick conversion of images into \"X-Face:\" header fields.
893    

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26