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

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

Re: move/copy article with only one key


From: Magnus Henoch
Subject: Re: move/copy article with only one key
Date: Thu, 06 May 2004 06:41:30 GMT
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

David Z Maze <dmaze@mit.edu> writes:

> (defun dzm-copy-article-to-inbox ()
>   (gnus-summary-copy-article "INBOX.copy"))

Make that:

(defun dzm-copy-article-to-inbox (n)
  (interactive "P")
  (gnus-summary-copy-article n "INBOX.copy"))

as gnus-summary-copy-article wants a prefix argument as well.

Regards,
Magnus


reply via email to

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