<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Message: 18<br>
Date: Mon, 06 Jul 2009 09:14:50 -0430<br>
From: "Patrick O'Callaghan" <<a href="mailto:pocallaghan@gmail.com">pocallaghan@gmail.com</a>><br>
Subject: Re: Problem with evolution after migrating to FC11<br>
To: <a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
Message-ID: <<a href="mailto:1246887890.18046.63.camel@bree.homelinux.com">1246887890.18046.63.camel@bree.homelinux.com</a>><br>
Content-Type: text/plain<br>
<br>
On Mon, 2009-07-06 at 12:02 +0530, Shridhar Sahukar wrote:<br>
> 3. wrt suggestion from poc, I dont find any option like "Always check<br>
> for<br>
> new mails in this folder" for any folder. Under folder properties<br>
> dialogue I<br>
> see only one option - "Index message body data" which is checked by<br>
> default.<br>
> Not sure what this option means, and if it has any relevance to my<br>
> problem.<br>
<br>
What you describe looks like the case for local mail (which has fewer<br>
per-folder options than IMAP).<br>
<br>
[...]<br>
<br>
> Let me recapture the problem again:<br>
> Whenever evolution downloads a new mail, it is filtering it properly<br>
> into<br>
> the destination sub folder. But the folder name doesnt get highlighted<br>
> with<br>
> new mail notification. However, if I go and click on the corresponding<br>
> folder, immediately the folder name gets highlighted with number of<br>
> unread<br>
> mails. So the highlighting of folder with number of unread mails is<br>
> not<br>
> happening automatically. Due to this, I wont know if any new mail as<br>
> arrived<br>
> unless I go and click on each of the folders.<br>
<br>
This is new information. You hadn't mentioned that the unread count<br>
appears when you visit the folder. Which exact version of Evo are you<br>
using? The current stable version for Fedora is 2.26.2, but some earlier<br>
versions did have a problem such as you describe. Do a "yum update<br>
evolution" to make sure you're up to date.<br>
<br>
Also, Evo 2.26 uses an SQL database for indexing, whcih *can* sometimes<br>
get corrupted. A few days ago I posted a short script to deal with this,<br>
but here it is again:<br>
<br>
        #!/bin/sh<br>
<br>
        cd ~/.evolution/mail/<br>
        for i in `find . -name folders.db`<br>
                do<br>
                echo "Rebuilding Table $i"<br>
                sqlite3 $i "vacuum;"<br>
        done<br>
<br>
Do this only after shutting down Evo completely (evolution<br>
--force-shutdown). It will make Evo reindex all your mail when you<br>
restart it.</blockquote><div><br>Hi Poc,<br><br>Thanks for the help. But it didnt solve the problem.<br>I think some of the folders were corrupted after I imported them into evolution, which might have been causing the problem.<br>
<br>I just reinstalled the whole fedora 11 on my laptop, started evolution and imported all the old mails again. Now its working fine.<br><br>Regards,<br>Shridhar <br></div></div>