Hikaru Ichijyo <ichi...@macross.sdf.jp> writes:

> Do you know why it's double-prompting me this way,
> or how to stop it?

Try this - only exchange the three occurrences of
"nnml" to suit your situation:

(defun gnus-summary-move-nnml (group)
  (interactive "snnml group: ")
  (gnus-summary-move-article 1 (format "nnml:%s" group)) )

If you want to do it on many articles with one
invocation you have to replace the "1" with a prefix
argument (which defaults to 1).

-- 
underground experts united
http://user.it.uu.se/~embe8573
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to