On Wed, 2015-07-22 at 12:21 +0200, Andrea Vai wrote: > Il giorno mer, 22/07/2015 alle 10.37 +0100, Patrick O'Callaghan ha > scritto: > > On Wed, 2015-07-22 at 10:30 +0200, Andrea Vai wrote: > > > Il giorno mar, 21/07/2015 alle 17.32 +0100, Patrick O'Callaghan > > > ha > > > scritto: > > > > 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 > > > > > > Thank you Patrick, I ran the script but the problem still > > > happens... > > > by > > > the way, the correct path for me was > > > ~/.cache/evolution/mail/ > > > > > > instead of > > > ~/.cache/.evolution/mail/ > > > > Good catch. I was cutting and pasting from an old script. > > > > > Perhaps, would the erase of the entire content of that folder be > > > a > > > good idea? > > > > You can delete anything in ~/.cache/evolution and it will be > > rebuilt, > > so there's no harm in trying. > > I tried (removed the whole ~/.cache/evolution, which has been rebuilt > on > the following run) but the problem still happens... What else could I > do?
Firstly, did the database cleanup have any effect on the "no such table" message? You didn't say. I went back and read your original message. I hadn't noticed that the problem is related to a Gmail account. Two things come to mind: 1) Check (using the Gmail web interface) that the folders are enabled for IMAP using the "Show in IMAP" box for each label under Settings/Labels. And of course make sure the folders are subscribed to from Evolution (I know you said they were, but check). 2) Was your account configured using Google Online Accounts? If not, you might want to reconfigure it, i.e. delete the account from Evo and re-create it using GOA. poc _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list
