|
|
Re: Evolution indiexing error |
On Thu, 2012-05-17 at 08:19 -0500, Aaron Konstam wrote:
> In evolution to the left of the screen there is a list of the names of
> the folders and next to the name in parenthesis a number representing
> the number of unread messages in the folder.
>
> That is working except for Inbox. The number is not decremented when a
> message is read.
>
> I did what has worked before in this situation. I cd
> to .local/share/evolution/mail/local_mbox and remove the file
> Inbox.ibex.index. But when I restart evolution the error remains and the
> Inbox.ibex.index is not recreated.
>
> What can I do to fix this situation?
This has been discussed frequently on the Evolution mailing list. See
for example:
http://gnome-evolution-general.1774414.n4.nabble.com/The-Unread-count-bug-revisited-td2362812.html
Basically it's a bug. Recent versions of Evo are less prone than before,
but it still occurs once in a while.
Something that might help is:
#!/bin/sh
cd ~/.local/share/evolution/mail/
for i in `find . -name folders.db`
do
echo "Rebuilding Table $i"
sqlite3 $i "vacuum;"
done
Note that this is for Evo 3.x. Also, be sure to completely shut down Evo
before running the above ("evolution --force-shutdown").
If that doesn't work, try the Evo list, but be sure to say which version
of Evo you have (Help->Status), which you neglected to do here.
poc
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Older Fedora Users] [Fedora Announce] [Fedora Package Announce] [EPEL Announce] [Fedora News] [Fedora Cloud] [Fedora Advisory Board] [Fedora Education] [Fedora Security] [Fedora Scitech] [Fedora Robotics] [Fedora Maintainers] [Fedora Infrastructure] [Fedora Websites] [Anaconda Devel] [Fedora Devel Java] [Fedora Legacy] [Fedora Desktop] [Fedora Fonts] [ATA RAID] [Fedora Marketing] [Fedora Management Tools] [Fedora Mentors] [SSH] [Find Someone Special] [Fedora Package Review] [Fedora R Devel] [Fedora PHP Devel] [Kickstart] [Fedora Music] [Fedora Packaging] [Centos] [Fedora SELinux] [Fedora Legal] [Fedora Kernel] [Fedora QA] [Fedora Triage] [Fedora OCaml] [Coolkey] [Virtualization Tools] [ET Management Tools] [Yum Users] [Tux] [Yosemite News] [Yosemite Photos] [Linux Apps] [Maemo Users] [Gnome Users] [KDE Users] [Fedora Tools] [Fedora Art] [Fedora Docs] [Maemo Users] [Asterisk PBX] [Fedora Sparc] [Fedora Universal Network Connector] [Libvirt Users] [Fedora ARM]
![]() |
![]() |