From: hmurata Date: Sat, 27 Sep 2003 14:30:22 +0000 (+0000) Subject: * wl-summary.el (wl-summary-sync-update): Undo last chagne. X-Git-Tag: wl-2_11_19~37 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807879d13d86cacb529580995c7826eacee76ddd;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-sync-update): Undo last chagne. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index d3d8b47..c9da238 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,7 @@ 2003-09-27 Hiroya Murata + * wl-summary.el (wl-summary-sync-update): Undo last chagne. + * wl-summary.el (wl-summary-update-persistent-mark): Call wl-summary-set-message-modified. diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 4169deb..f23b9ea 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -1763,6 +1763,7 @@ If ARG is non-nil, checking is omitted." (when delete-list (wl-summary-delete-messages-on-buffer delete-list)) + (wl-summary-update-status-marks) (setq num (length append-list)) (setq i 0) (setq wl-summary-delayed-update nil)