/[emacs]/emacs/lisp/gnus/gnus-art.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-art.el

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

revision 1.92 by lektu, Wed Aug 31 13:03:29 2005 UTC revision 1.93 by miles, Mon Sep 5 23:58:08 2005 UTC
# Line 236  longer (in lines) than that number.  If Line 236  longer (in lines) than that number.  If
236  will be called without any parameters, and if it returns nil, there is  will be called without any parameters, and if it returns nil, there is
237  no signature in the buffer.  If it is a string, it will be used as a  no signature in the buffer.  If it is a string, it will be used as a
238  regexp.  If it matches, the text in question is not a signature."  regexp.  If it matches, the text in question is not a signature."
239    :type '(choice (integer :value 200)    :type '(choice (const nil)
240                     (integer :value 200)
241                   (number :value 4.0)                   (number :value 4.0)
242                   (function :value fun)                   (function :value fun)
243                   (regexp :value ".*"))                   (regexp :value ".*"))
# Line 869  see http://www.cs.indiana.edu/picons/ftp Line 870  see http://www.cs.indiana.edu/picons/ftp
870  This is meant for people who want to do something automatic based  This is meant for people who want to do something automatic based
871  on parts -- for instance, adding Vcard info to a database."  on parts -- for instance, adding Vcard info to a database."
872    :group 'gnus-article-mime    :group 'gnus-article-mime
873    :type 'function)    :type '(choice (const nil)
874                     function))
875    
876  (defcustom gnus-mime-multipart-functions nil  (defcustom gnus-mime-multipart-functions nil
877    "An alist of MIME types to functions to display them."    "An alist of MIME types to functions to display them."

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

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