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

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

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

revision 1.14 by miles, Mon Nov 1 23:06:36 2004 UTC revision 1.15 by kfstorm, Wed Feb 9 15:50:39 2005 UTC
# Line 124  The text matching the first grouping wil Line 124  The text matching the first grouping wil
124  (defcustom gnus-cite-unsightly-citation-regexp  (defcustom gnus-cite-unsightly-citation-regexp
125    "^-----Original Message-----\nFrom: \\(.+\n\\)+\n"    "^-----Original Message-----\nFrom: \\(.+\n\\)+\n"
126    "Regexp matching Microsoft-type rest-of-message citations."    "Regexp matching Microsoft-type rest-of-message citations."
127    :version "21.4"    :version "22.1"
128    :group 'gnus-cite    :group 'gnus-cite
129    :type 'regexp)    :type 'regexp)
130    
# Line 132  The text matching the first grouping wil Line 132  The text matching the first grouping wil
132    "Non-nil means don't regard lines beginning with \">From \" as cited text.    "Non-nil means don't regard lines beginning with \">From \" as cited text.
133  Those lines may have been quoted by MTAs in order not to mix up with  Those lines may have been quoted by MTAs in order not to mix up with
134  the envelope From line."  the envelope From line."
135    :version "21.4"    :version "22.1"
136    :group 'gnus-cite    :group 'gnus-cite
137    :type 'boolean)    :type 'boolean)
138    
# Line 143  the envelope From line." Line 143  the envelope From line."
143  (defcustom gnus-cite-attribution-face 'gnus-cite-attribution-face  (defcustom gnus-cite-attribution-face 'gnus-cite-attribution-face
144    "Face used for attribution lines.    "Face used for attribution lines.
145  It is merged with the face for the cited text belonging to the attribution."  It is merged with the face for the cited text belonging to the attribution."
146    :version "21.4"    :version "22.1"
147    :group 'gnus-cite    :group 'gnus-cite
148    :type 'face)    :type 'face)
149    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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