Variable: gnus-rcvstore-options

gnus-rcvstore-options is a customizable variable defined in gnus-mh.el.gz.

Value

nil

Documentation

Options that are passed to rcvstore, or nil.

These are used when saving articles to an MH folder.

This variable was added, or its default value changed, in Emacs 26.1.

Probably introduced at or before Emacs version 26.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-mh.el.gz
(defcustom gnus-rcvstore-options nil
  "Options that are passed to rcvstore, or nil.
These are used when saving articles to an MH folder."
  :version "26.1"
  :group 'gnus-article
  :type '(repeat string))