On Thu, 2014-02-13 at 11:29 +0000, Graham Murray wrote:
> Since upgrading from 3.8.5 to 3.10.4, evolution is taking considerably
> longer to perform most functions.  Now it takes a very long time to
> update message counts, for example in the 'junk' folder as I write
> this
> is claims -1 unread, 0 total; but displaying 5 messages of which 4
> (all
> apart from the highlighted one) unread. It takes 10s of seconds to
> send
> an email whereas with 3.8.5 it was almost instant. It is almost
> continuously displaying 'Refreshing folder XXXX' (where XXXX varies)
> in
> the status bar.

Just for the hell of it, try cleaning the SQL database:

1) Shut down Evo completely
2) Run:
        cd ~/.cache/.evolution/mail/
        for i in `find . -name folders.db`
                do
                echo "Rebuilding Table $i"
                sqlite3 $i "vacuum;"
        done

poc

_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to