Hello, is there any way to delete more than 100 messages from the web client? Let's say that someone wants to clear 2000 messages from their sent items folder. It's kinda painful to do this 100 messages at a time. Is there an easier way to do this?
Printable View
Hello, is there any way to delete more than 100 messages from the web client? Let's say that someone wants to clear 2000 messages from their sent items folder. It's kinda painful to do this 100 messages at a time. Is there an easier way to do this?
If you want to clear out the folder you can right-click it in the web client and click "Empty Folder". Otherwise you can setup a desktop mail client to access the account and delete them that way.
Hi, I'm on 4.5.11, and there is no empty folder option (there is on 5.x)
Ok, didn't think about that. I'm not aware of any way directly in the web client. Like I said, probably the easiest would be to add the account to a mail client and delete them.
Also, I know that in 5.0 you can empty a folder using zmprov. I would imagine that's available in 4.5 as well. That's not using the web client like you were after, but it can be done that way as well.
I simply set my max zimbraPrefMailItemsPerPage with zmprov to 600 and my pain went away. It was on 5.0.8 so i am not sure if you can do this with 4 also.
Please be aware that this is sort of a hack. I have no idea if it harms your installation or WebUI in any way. ( Or in other words: "Dont do this at home kiddies!" :D )
I am running 5.x and I see the 'Empty Folder' option but it is disabled!
I have 35,000 cron messages I want to dump from this folder, and at 100 messages per shot I'm about to call the Betty Ford clinic. I'm assuming there is some config that 'allows' complete folder emptying.. but... why would be it disabled and where in the world to look to enable it?
Maybe I need to be logged in AS that user, not as Admin viewing the (admin in this case) user's mailbox.
If you have admin access to the server console you can probably do it quicker from there... shell in, "su - zimbra" and then do this:
List all Folders
zmmailbox -z -m username@your_domain.com getAllFolders
Delete Specific folder (e.g. Drafts in this example)
zmmailbox -z -m username@your_domain.com emptyFolder /Drafts
Thanks! That seems to have done the trick!
- David