summaryrefslogtreecommitdiff
path: root/lisp/gnus.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r--lisp/gnus.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index b7ad1d37903..e32eb67a36c 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -3940,6 +3940,7 @@ Optional argument FOLDER specifies folder name."
If prefix argument ALL is non-nil, all articles are marked as read."
(interactive "P")
(if (or quietly
+ (not gnus-interactive-catchup) ;Without confirmation?
(y-or-n-p
(if all
"Do you really want to mark everything as read? "
@@ -3966,6 +3967,7 @@ If prefix argument ALL is non-nil, all articles are marked as read."
If prefix argument ALL is non-nil, all articles are marked as read."
(interactive "P")
(if (or quietly
+ (not gnus-interactive-catchup) ;Without confirmation?
(y-or-n-p
(if all
"Do you really want to mark everything as read? "