diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2004-09-08 18:17:56 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2004-09-08 18:17:56 +0000 |
commit | e79f14a42e6914d5ad7d01ab055189dea48bc196 (patch) | |
tree | 3e50cc90db414ee9f483fbcf317cf1415d4cf07c /lisp/gnus/flow-fill.el | |
parent | fba74375608bcbf2d970c260037bbc84430e3a13 (diff) | |
download | emacs-e79f14a42e6914d5ad7d01ab055189dea48bc196.tar.gz emacs-e79f14a42e6914d5ad7d01ab055189dea48bc196.tar.bz2 emacs-e79f14a42e6914d5ad7d01ab055189dea48bc196.zip |
* 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.
Diffstat (limited to 'lisp/gnus/flow-fill.el')
-rw-r--r-- | lisp/gnus/flow-fill.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/flow-fill.el b/lisp/gnus/flow-fill.el index c3602cc9b44..9f2ae5c98bd 100644 --- a/lisp/gnus/flow-fill.el +++ b/lisp/gnus/flow-fill.el @@ -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 @@ This can be a Lisp expression or an integer." "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) |