Variable: gnus-dired-attach-at-end
gnus-dired-attach-at-end is a customizable variable defined in
gnus-dired.el.gz.
Value
t
Documentation
Non-nil means that files should be attached at the end of a buffer.
This variable was added, or its default value changed, in Emacs 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-dired.el.gz
(defcustom gnus-dired-attach-at-end t
"Non-nil means that files should be attached at the end of a buffer."
:group 'mail ;; dired?
:version "30.1"
:type 'boolean)