On sam., 2009-10-31 at 12:57 +0100, Felix Koop wrote: > Am Samstag, den 31.10.2009, 12:10 +0100 schrieb Yves-Alexis Perez: > > Are you sure the problem doesn't lies on your mailserver? If you have > > access, maybe check the server log. And try to delete it with another > > client and report back? (it's an imap account, isn't it?) > > > > Cheers, > > > > It's not an imap account, but pop3 and when I telnet onto the mail > server it tells me that there are no messages.
Hmhm, so something might be weird on the local storage, I guess.
One thing you may try is to clean the local .db files.
Try to do:
----
cd ~/.evolution/mail/
for i in `find . -name folders.db`
do
echo "Rebuilding Table $i"
sqlite3 $i "vacuum;"
done
----
HTH,
--
Yves-Alexis
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Pkg-evolution-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-evolution-maintainers

