Variable: allout-encryption-ciphertext-rejection-ceiling
allout-encryption-ciphertext-rejection-ceiling is a buffer-local
variable defined in allout.el.gz.
Documentation
Limit on number of times encryption ciphertext is rejected.
See allout-encryption-ciphertext-rejection-regexps for rejection reasons.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ = allout-encryption-ciphertext-rejection-ceiling
(defvar-local allout-encryption-ciphertext-rejection-ceiling 5
"Limit on number of times encryption ciphertext is rejected.
See `allout-encryption-ciphertext-rejection-regexps' for rejection reasons.")