bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Flag a message as "Deleted" for later deletion


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Flag a message as "Deleted" for later deletion
Date: Tue, 24 Jun 2003 15:21:50 +0300

> I want to flag a message in the mailbox to "deleted"
> so that I can expunge the mailbox at a later time. 

Do the following:

     attribute_set_deleted(attr);
     mailbox_flush(m_mbox, 0);

Regards,
Sergey




reply via email to

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