diff lisp/mh-e/mh-customize.el @ 56751:72a02133177e

Upgraded to MH-E version 7.81. See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
author Bill Wohler <wohler@newt.com>
date Sun, 22 Aug 2004 05:11:27 +0000
parents e9a6cbc8ca5e
children 25da1d331c99
line wrap: on
line diff
--- a/lisp/mh-e/mh-customize.el	Sun Aug 22 04:37:44 2004 +0000
+++ b/lisp/mh-e/mh-customize.el	Sun Aug 22 05:11:27 2004 +0000
@@ -527,7 +527,7 @@
   :group 'mh-identity)
 
 (defcustom mh-identity-handlers
-  '(("default" . mh-identity-handler-bottom)
+  '((":default" . mh-identity-handler-bottom)
     ("from" . mh-identity-handler-top)
     (":attribution-verb" . mh-identity-handler-attribution-verb)
     (":signature" . mh-identity-handler-signature)
@@ -535,9 +535,8 @@
   "Handler functions for fields in `mh-identity-list'.
 This is an alist of fields (strings) and handlers (functions). Strings are
 lowercase. Use \":signature\" for Signature and \":pgg-default-user-id\" for
-GPG Key ID. The function associated with the string \"default\" is used if no
-other functions are appropriate. For this reason, don't name a header field
-\"Default\"."
+GPG Key ID. The function associated with the string \":default\" is used if no
+other functions are appropriate."
   :type '(repeat (cons (string :tag "Field") function))
   :group 'mh-identity)