@item wl-summary-update-confirm-threshold
@vindex wl-summary-update-confirm-threshold
\e$B=i4|@_Dj$O\e(B 500\e$B!#$3$NCM$h$j%5%^%j$N99?7?t$,B?$$>l9g!"0lItJ,$@$199?7$9$k$+\e(B
-\e$B$I$&$+!"<ALd$7$^$9!#\e(B
+\e$B$I$&$+!"<ALd$7$^$9!#\e(B`nil' \e$B$K$9$k$H!"3NG'$;$:$KA4$F$r99?7$7$^$9!#\e(B
@item wl-summary-always-sticky-folder-list
@vindex wl-summary-always-sticky-folder-list
@item wl-summary-update-confirm-threshold
@vindex wl-summary-update-confirm-threshold
The initial setting is 500. If updated message number is larger than
-this value, confirm whether drop them or not.
+this value, confirm whether drop them or not. If `nil', all the message
+will be updated without confirmation.
@item wl-summary-always-sticky-folder-list
@vindex wl-summary-always-sticky-folder-list
+2001-12-06 Hiroshi Tsutsui <tsutsui@easter.kuee.kyoto-u.ac.jp>
+
+ * wl-vars.el (wl-summary-update-confirm-threshold): The value can
+ be nil, nil means never confirm.
+ * wl-summary.el (wl-summary-confirm-appends): Ditto.
+
2001-12-06 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-vars.el (wl-subject-length-limit): This value can be nil (nil
(defun wl-summary-confirm-appends (appends)
(let ((len (length appends))
in)
- (if (> len wl-summary-update-confirm-threshold)
+ (if (and wl-summary-update-confirm-threshold
+ (> len wl-summary-update-confirm-threshold))
(if (y-or-n-p (format "Too many messages(%d). Continue? " len))
appends
(setq in wl-summary-update-confirm-threshold)
:group 'wl-summary)
(defcustom wl-summary-update-confirm-threshold 500
- "*Confirm updating summary if message number is larger than this value."
- :type 'integer
+ "*Confirm updating summary if message number is larger than this value.
+If nil, all the message will be updated without confirmation."
+ :type '(choice (const :tag "Never confirm" nil)
+ integer)
:group 'wl-summary)
;; Important folders