Hallo Nikolaus! Nikolaus Schulz schrieb am Freitag, den 02. November 2007:
> > --- archivemail 2007-07-26 21:42:05.000000000 +0200 > > +++ archivemail_imap 2007-07-28 22:44:35.000000000 +0200 > > @@ -869,13 +869,19 @@ > > status = status + "R" > > elif flag == "\\Deleted": # (trashed): user has moved this message > > to trash > > pass # is this Status: D ? > > + elif flag == "Old": # (trashed): user has moved this message to > > trash > > + status = "O" > > What means "old" here? Looks like a server specific keyword that's > not covered by the IMAP spec. The IMAP equivalent to "moving a > message to trash" is the \Deleted flag. (Also note that the mbox > status 'O' differs from what mutt is displaying in its message > index.) Actually I to not know anymore. I know that the rfc does not declare the old flag, but for some reason the above code worked for me with mutt. You may leave it out though. regards, Christian -- Neue Meldungen von Windows 2000: Wichtige Nachricht von B. Gates. Die Welt muß neu gebootet werden. Bitte abmelden. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

