comparison lisp/gnus/gnus-move.el @ 91204:53108e6cea98

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
author Miles Bader <miles@gnu.org>
date Thu, 06 Dec 2007 09:51:45 +0000
parents 880960b70474 781256628613
children 606f2d163a64
comparison
equal deleted inserted replaced
91203:db40129142b2 91204:53108e6cea98
45 (interactive 45 (interactive
46 (list gnus-select-method (gnus-read-method "Move to method: "))) 46 (list gnus-select-method (gnus-read-method "Move to method: ")))
47 47
48 ;; First start Gnus. 48 ;; First start Gnus.
49 (let ((gnus-activate-level 0) 49 (let ((gnus-activate-level 0)
50 (mail-sources nil) 50 (mail-sources nil))
51 (nnmail-spool-file nil))
52 (gnus)) 51 (gnus))
53 52
54 (save-excursion 53 (save-excursion
55 ;; Go through all groups and translate. 54 ;; Go through all groups and translate.
56 (let ((nntp-nov-gap nil)) 55 (let ((nntp-nov-gap nil))