info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: moving articles from mail groups


From: Emanuel Berg
Subject: Re: moving articles from mail groups
Date: Mon, 25 May 2015 01:11:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hikaru Ichijyo <ichijyo@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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]