# HG changeset patch # User Markus Rost # Date 1037572862 0 # Node ID f5dd8ebce303eaf4b0acbf3b9dc044ea62d42816 # Parent 7f3cb336821a540d675b859520aa4f30f7f136f7 (feedmail-fiddle-headers-upwardly,feedmail-fiddle-plex-user-list): Fix typo in group name. diff -r 7f3cb336821a -r f5dd8ebce303 lisp/mail/feedmail.el --- a/lisp/mail/feedmail.el Sun Nov 17 22:37:11 2002 +0000 +++ b/lisp/mail/feedmail.el Sun Nov 17 22:41:02 2002 +0000 @@ -688,7 +688,7 @@ the standards define the ordering of header fields to be immaterial and it's fairly likely that some MTA along the way will have its own idea of what the order should be, regardless of what you specify." - :group 'feedmail-header + :group 'feedmail-headers :type 'boolean ) @@ -706,7 +706,7 @@ variable feedmail-fiddle-plex-blurb. In contrast to some other fiddle-plex manipulation functions, in this context, it makes no sense to have an element which is nil, t, or a simple string." - :group 'feedmail-header + :group 'feedmail-headers :type '(repeat (choice function) sexp) ; too complex to be described accurately )