Re: evolution problem :messages that can't be expunged in F14

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2011-07-20 at 07:56 -0500, Aaron Konstam wrote:
> This problem is on my F14 machine.
> In Evolution there are two messages appearing in the Inbox list which
> when one trys to view them you get the following messages such as: 
> 
> Cannot get message 31305 from
> folder /home/akonstam/.local/share/evolution/mail/local/Inbox The folder
> appears to be irrecoverably corrupted.
> 
> The error is correct. The message bodies are not in the Inbox file. I
> have tried the usual fixing method of executing:
>  evolution --force-shutdown
> 
> Then removing the
> file:  /home/akonstam/.local/share/evolution/mail/local/Inbox.ibex.index
> 
> When I start evolution again the Inbox.ibex.index file is recreated but
> the defective messages still appear and can not be expunged.
> 
> What can I do to fix the problem?

Try scrubbing the database:

evolution --force-shutdown
cd ~/.local/share/evolution/mail/                                                                                                     
for i in `find . -name folders.db`                                                                                                    
        do                                                                                                                            
        echo "Rebuilding Table $i"                                                                                                    
        sqlite3 $i "vacuum;"                                                                                                          
done

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

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux