Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Unable to respool nnimap articles
@ 2005-02-04  9:04 Peter Weiss
  2005-02-04 18:21 ` bigfaceworm
  2005-02-05 11:29 ` Simon Josefsson
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Weiss @ 2005-02-04  9:04 UTC (permalink / raw)


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?

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?

TIA -- Peter

-- 
Peter.Weiss@consol.de                         ConSol* Software GmbH
Phone  +49 89 45841-100                       Consulting & Solutions
Mobile +49 177 6040121                        Franziskanerstr. 38
http://www.consol.de                          D-81669 München


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Unable to respool nnimap articles
  2005-02-04  9:04 Unable to respool nnimap articles Peter Weiss
@ 2005-02-04 18:21 ` bigfaceworm
  2005-02-05 11:29 ` Simon Josefsson
  1 sibling, 0 replies; 3+ messages in thread
From: bigfaceworm @ 2005-02-04 18:21 UTC (permalink / raw)


You asked about respooling manually, which I'm not so sure about.
However, I do get all my mail from either the standard unix mail,
or through an imap source.  It was real easy to set it up:

(setq mail-sources
      '((file)
        (imap
         :server "name.of.exchange.server"
         :fetchflag "\\Seen")))

That's all I needed.  Now all the mail is grabbed and put into nnml
groups
according to my split rules.

Take a look at the documentation for mail-sources, because you can have
the
imap mail articles deleted if you want (mine are just marked as Seen).

I'm using Gnus 5.10.6.

BFW


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Unable to respool nnimap articles
  2005-02-04  9:04 Unable to respool nnimap articles Peter Weiss
  2005-02-04 18:21 ` bigfaceworm
@ 2005-02-05 11:29 ` Simon Josefsson
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Josefsson @ 2005-02-05 11:29 UTC (permalink / raw)


Peter Weiss <Peter.Weiss@ConSol.de> 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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-05 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-04  9:04 Unable to respool nnimap articles Peter Weiss
2005-02-04 18:21 ` bigfaceworm
2005-02-05 11:29 ` Simon Josefsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).