X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fgnus-move.el;h=3e06945b3d63262ce65d1d12bb8208cc154093d7;hb=85093239bc794cb948ebbf5a5bd910b3d1c95cec;hp=8c0cc756c8cae2d0a51b9a90971f11ddd455cccc;hpb=a2d6af2c24264119c5aff0ef0063733674eef102;p=elisp%2Fgnus.git- diff --git a/lisp/gnus-move.el b/lisp/gnus-move.el index 8c0cc75..3e06945 100644 --- a/lisp/gnus-move.el +++ b/lisp/gnus-move.el @@ -46,6 +46,7 @@ Update the .newsrc.eld file to reflect the change of nntp server." ;; First start Gnus. (let ((gnus-activate-level 0) + (mail-sources nil) (nnmail-spool-file nil)) (gnus)) @@ -175,8 +176,7 @@ Update the .newsrc.eld file to reflect the change of nntp server." (new-name (gnus-group-prefixed-name (gnus-group-real-name group) to-server))) (gnus-info-set-group info new-name) - (gnus-sethash new-name (gnus-gethash group gnus-newsrc-hashtb) - gnus-newsrc-hashtb) + (gnus-sethash new-name (gnus-group-entry group) gnus-newsrc-hashtb) (gnus-sethash group nil gnus-newsrc-hashtb)))) (provide 'gnus-move)