Re: Remove all messages in a mailbox

2014-06-25 Thread Pavel Stano
Hi, we use namespace with prefix = INBOX. When we need to remove all messages in mailbox we need to run this commands: doveadm expunge -u user@domain mailbox INBOX ALL doveadm expunge -u user@domain mailbox INBOX.* ALL The first remove mailboxes in inbox and the second in other subfolders. And i

Remove all messages in a mailbox

2014-06-25 Thread Murray Trainer
Hi All, I am having trouble removing all messages in a mailbox.   The command below doesn't remove all the messages: doveadm expunge -u user@domain mailbox  '*' all Do I need to add .* or other? THanks Murray