Re: [Evolution] IMAP Folders disappear
- From: Patrick O'Callaghan <poc usb ve>
- To: evolution-list gnome org
- Subject: Re: [Evolution] IMAP Folders disappear
- Date: Tue, 21 Jul 2015 17:32:47 +0100
On Tue, 2015-07-21 at 15:33 +0200, Andrea Vai wrote:
Don't know if it matters, but that "no such table" message seems to
be related to the problem.
Possibly a corrupt database. Try stopping Evolution (using --force
-shutdown) and running:
cd ~/.cache/.evolution/mail/
for i in `find . -name folders.db`
do
echo "Rebuilding Table $i"
sqlite3 $i "vacuum;"
done
poc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]