Re: [Evolution] evolution 2.26.1 ubuntu can't empty trash



2009/11/13 John Ross <john mystichill net>:
Looking at some forums, it seems this bug has been occurring for YEARS!
When you go to empty the trash, the GUI gives a message "Error expunging
folder". If you start E from the command line, attempting to empty the trash
gives this:
________

(evolution:7072): camel-local-provider-WARNING **: Didn't get the next
message where I expected (301640926) got 301852497 instead

(evolution:7072): camel-WARNING **: Error storing
'~/.evolution/mail/local/Inbox (mbox)': Summary and folder mismatch, even
after a sync

(evolution:7072): camel-WARNING **: Error storing
'~/.evolution/mail/local/Sent (mbox)': Error storing
'~/.evolution/mail/local/Inbox (mbox)': Summary and folder mismatch, even
after a sync
___________

The following script deletes all the the .index .data and .meta files and
will temporarily fix the situation, but it soon recurs:

_______

#!/bin/bash
export LANG=C
set -e
evolution --force-shutdown
for each in index data cmeta; do
find ~/.evolution/mail/local -type f -iname "*.$each" | xargs rm
done
rm ~/.evolution/mail/local/folders.db
_______


What is going on? Am I missing something?

John Ross
_______________________________________________
Evolution-list mailing list
Evolution-list gnome org
http://mail.gnome.org/mailman/listinfo/evolution-list


I just found this
https://bugzilla.gnome.org/show_bug.cgi?id=550414
and tried to delte the folder.db file, temporarily it works for me,
maybe you would like to give it a try....



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