From fbcbf6bf072ff7f3ee95217a8a1fe245ab55850d Mon Sep 17 00:00:00 2001 From: hayashi Date: Wed, 6 Oct 1999 05:07:22 +0000 Subject: [PATCH] Revert previous change of not making error. --- ChangeLog | 7 +++++++ lisp/gnus-sum.el | 7 +------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index c985599..7683541 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-10-06 Yoshiki Hayashi + + * lisp/gnus-sum.el (gnus-read-move-group-name): Revert + to previous version until problem of respooling from + nnimap to nnml is solved. + (gnus-summary-move-article): Ditto. + 1999-10-05 Katsumi Yamaoka * lisp/gnus.el (gnus-revision-number): Increment to 02. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 66b1d1a..b10afd3 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -7411,10 +7411,6 @@ and `request-accept' functions." (symbol-value (intern (format "gnus-current-%s-group" action))) articles prefix)) (set (intern (format "gnus-current-%s-group" action)) to-newsgroup)) - (if (null to-newsgroup) - (message "Nothing to be done") - ;; We don't dare to indent below to make future sync'ing easier. - (setq to-method (or select-method (gnus-group-name-to-method to-newsgroup))) ;; Check the method we are to move this article to... @@ -7590,7 +7586,6 @@ and `request-accept' functions." (gnus-kill-buffer copy-buf) (gnus-summary-position-point) (gnus-set-mode-line 'summary))) - ) (defun gnus-summary-copy-article (&optional n to-newsgroup select-method) "Move the current article to a different newsgroup. @@ -9137,7 +9132,7 @@ save those articles instead." (gnus-group-name-to-method to-newsgroup))) (error "Couldn't create group %s" to-newsgroup))) - (setq to-newsgroup nil))) + (error "No such group: %s" to-newsgroup))) to-newsgroup)) (defun gnus-summary-save-parts (type dir n reverse) -- 1.7.10.4