Can't empty trash

Asked by tony hobbs

Error while Expunging folder.
Error storing `~/.evolution/mail/local/Inbox (mbox)': Summary and folder mismatch, even after a sync

This is the answer I get when I try to empty my trash. Can you help. Thanks .... tony

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu evolution Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Robert Di Gioia (digioiar) said :
#1

Hi

Please open a terminal (Applications->Accessories->Terminal) and type the following commands. Please paste the output back here.

cd ~/.Trash
ls -l

that is the lowercase letter L in both instances.

Revision history for this message
tony hobbs (lhobbs4) said :
#2

I didn't get an answer. I'm new to Ubuntu and I don't know what I'm doing .... tony

Revision history for this message
Wrwrwr (wrwrwr) said :
#3

Unfortunately this may be an evolution bug, here you can find a lot of possible workarouds, but all rather advanced: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/27014.

A simple solution would be to clear the mail folders all together. Would you mind clearing all the mail stored in evolution?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

Be sure evolution is closed, then please open a Terminal from the menu Applications->Accessories->Terminal and type or copy and paste:

find ~.evolution/ -name "*.ev-summary" -print0 | xargs -0 rm -rf

Restart evolution

Thank you

Revision history for this message
tony hobbs (lhobbs4) said :
#5

Hi, do you mean delete all the folders? ... tony

On Tue, 2008-01-22 at 00:47 +0000, Wrwrwr wrote:
> Your question #22749 on evolution in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/evolution/+question/22749
>
> Status: Open => Answered
>
> Wrwrwr proposed the following answer:
> Unfortunately this may be an evolution bug, here you can find a lot of
> possible workarouds, but all rather advanced:
> https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/27014.
>
> A simple solution would be to clear the mail folders all together. Would
> you mind clearing all the mail stored in evolution?
>

Revision history for this message
Wrwrwr (wrwrwr) said :
#6

You've skipped a slash, should be:

find ~/.evolution/ -name "*.ev-summary" -print0 | xargs -0 rm -rf

:)

Revision history for this message
Wrwrwr (wrwrwr) said :
#7

Try what marcobra advised first, it should delete just what's really causing the problem. If that doesn't work, yes i mean a complete evolution reinstall.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#8

Please try the:

find ~.evolution/ -name "*.ev-summary" -print0 | xargs -0 rm -rf

command...

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#9

Yes sorry the command is:

find ~/.evolution/ -name "*.ev-summary" -print0 | xargs -0 rm -rf

Revision history for this message
Wrwrwr (wrwrwr) said :
#10

Sorry, of course you'd delete folders using terminal or a file manager (press ctrl+h to show this hidden .evolution folder), not from inside evolution.

Revision history for this message
Wrwrwr (wrwrwr) said :
#11

a@aaa:~$ find ~.evolution/ -name "*.ev-summary" -print0 | xargs -0 rm -rf
find: ~.evolution/: No such file or directory

Revision history for this message
tony hobbs (lhobbs4) said :
#12

Thank You VVVVery much!!! It Worked you guys are great .... tony

Revision history for this message
tony hobbs (lhobbs4) said :
#13

I just loaded Ubuntu 3 days ago and I'm still learning it. I like it very much. Much better than Windows 2000! Thank everybody for your help. Linux is great! .... tony

Revision history for this message
skubo@zoominternet.net (skubo) said :
#14

i had the same problem after using filters to move inbox mail to folders. on a dell netbook
i only had 17mb left.
also the contents of the mail didn't match the headers anymore. in the trash folder

i used the restore from the backup tar.

error while expunging folder
error storing '~/.evolution/mail/local/inbox(mbox)': writing to temporory mailbox failed: /home/orac/
.evolution/mail/local/inbox : success

error storing '~/.evolution/mail/local/inbox(mbox)': detected a corrupt mbox file or an invalid 'from'
header

what is it telling about how it deletes trash data?