> It is not a problem, just a feature. I guess many times this question > has been asked, but I still wasnt able to find it on google or on > "Horde" mailing lists. > So, is there a way to add any button on imp, which deletes messages > completely? Not moving to trash or smth else.. Just delete ir > permanently . Im sorry if this option is in prefs.php file to > activate, but there I found only selection between moving to trash or > moving to trash folder.
At the IMAP level, this is only possible with a modern enough IMAP server. You need the IMAP server to support UIDPLUS (see RFC 4315). >From the client's point of view, deleting a message outright is a matter of first flagging it \Deleted and then issuing a UID EXPUNGE command for the same message. -- Tim Bannister Email system administrator IT Services division The University of Manchester t: +44 161 2757797 w: http://www.manchester.ac.uk/itservices -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
