From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4418 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.user Subject: Re: Unable to respool nnimap articles Date: Sat, 05 Feb 2005 12:29:25 +0100 Message-ID: References: <851xbwpugn.fsf@ConSol.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670340 23152 80.91.229.2 (31 Jan 2006 01:19:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:19:00 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:44 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: my.nada.kth.se Original-X-Trace: quimby.gnus.org 1107602984 8582 130.237.226.234 (5 Feb 2005 11:29:44 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 5 Feb 2005 11:29:44 +0000 (UTC) OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:050205:gnu.emacs.gnus::OzV/qGXKHssGK+S5:X/A User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:55kYGTEzO3fXP2nJQh41KVj1M+Y= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4559 Original-Lines: 30 X-Gnus-Article-Number: 4559 Tue Jan 17 17:33:44 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4418 Archived-At: Peter Weiss writes: > Hello, > > if I mark an artictle in my INBOX and try gnus-summary-respool-article I get > the following error > > Copying to nnimap: (726)... > Missing required argument to Append > Couldn't Copy article 726: Missing required argument to Append > nnimap: Updating info for INBOX...done > > I can use gnus-summary-move-article to move the article to the correct imap > folder. That's the manually way, I'd prefer the automatic... > > I'm using gnus 5.10.7. Does nnimap not support respooling articles? No, respooling in Gnus uses an undocumented backend interface behavior (group=nil). > If so, is there any way to tell gnus it should spool all (even the articles > viewed with some other application) articles in my INBOX? Yes, mark them as unread. The splitting could should find them next time it is ran. If you don't want to mark them as unread, try: (setq nnimap-split-predicate "UNDELETED") Then all undeleted articles will be splitted, rather than the default which is UNSEEN UNDELETED.