diff options
-rw-r--r-- | gnus-conf.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnus-conf.el b/gnus-conf.el index 4fe446c..39a211a 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -241,3 +241,6 @@ ;; I used to use the nested style, but now I think the non-nested ;; style is clearer and cleaner (setq sc-nested-citation-p nil) + +;; Don't query me each time +(setq sc-confirm-always-p nil) |