diff lisp/gnus/flow-fill.el @ 57015:6d1f39d4f8e6

* nntp.el (nntp): New customization group. (nntp-authinfo-file): Added customization group. * mml2015.el (mml2015-unabbrev-trust-alist): Added customization group. * mml-sec.el (mml-signencrypt-style-alist): Ditto. * gnus.el (to-address, to-list, subscribed) (large-newsgroup-initial): Ditto. * flow-fill.el (fill-flowed-display-column) (fill-flowed-encode-column): Ditto.
author Reiner Steib <Reiner.Steib@gmx.de>
date Wed, 08 Sep 2004 18:17:56 +0000
parents 55fd4f77387a
children 497f0d2ca551 cce1c0ee76ee
line wrap: on
line diff
--- a/lisp/gnus/flow-fill.el	Wed Sep 08 16:31:35 2004 +0000
+++ b/lisp/gnus/flow-fill.el	Wed Sep 08 18:17:56 2004 +0000
@@ -56,6 +56,7 @@
 (defcustom fill-flowed-display-column 'fill-column
   "Column beyond which format=flowed lines are wrapped, when displayed.
 This can be a Lisp expression or an integer."
+  :group 'mime-display
   :type '(choice (const :tag "Standard `fill-column'" fill-column)
 		 (const :tag "Fit Window" (- (window-width) 5))
 		 (sexp)
@@ -65,6 +66,7 @@
   "Column beyond which format=flowed lines are wrapped, in outgoing messages.
 This can be a Lisp expression or an integer.
 RFC 2646 suggests 66 characters for readability."
+  :group 'mime-display
   :type '(choice (const :tag "Standard fill-column" fill-column)
 		 (const :tag "RFC 2646 default (66)" 66)
 		 (sexp)