Variable: gnus-outlook-deuglify-unwrap-stop-chars
gnus-outlook-deuglify-unwrap-stop-chars is a customizable variable
defined in deuglify.el.gz.
Value
nil
Documentation
Characters that, when at end of cited line, inhibit unwrapping.
When one of these characters is the last one on the cited line above the possibly wrapped line, it disallows unwrapping.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/deuglify.el.gz
(defcustom gnus-outlook-deuglify-unwrap-stop-chars nil ;; ".?!" or nil
"Characters that, when at end of cited line, inhibit unwrapping.
When one of these characters is the last one on the cited line
above the possibly wrapped line, it disallows unwrapping."
:version "22.1"
:type '(radio (const :format "None " nil)
(string :value ".?!")))