[Evolution] Bug#640851: local mail spool still unaccessible with evo 3.4.4.-1

Svante Signell svante.signell at telia.com
Tue Nov 27 09:02:41 UTC 2012


tags 640851 - unreproducible
tags affects 679347
thanks

This problem is even a regression: see #679347. Fedora people also have
this problem: http://forums.fedoraforum.org/showthread.php?t=281674
(still not solved). 

But according to #679347, it is fixed upstream
https://bugzilla.gnome.org/show_bug.cgi?id=679017#c4

See comment #3:
Milan Crha [Evolution developer] 2012-07-18 16:43:50 UTC

for evolution-data-server;
Due to disabled summary loading the account didn't read previously saved
messages in it and hid them from the user. How basically the same code could
work in 3.2.3 I'm not sure at all, but this change seems to be correct anyway.

Has this been backported to 3.4.4-1?
Patch inlined below:
diff --git a/camel/providers/local/camel-spool-summary.c
b/camel/providers/local/camel-spool-summary.c
index 33831d4..56782e8 100644
--- a/camel/providers/local/camel-spool-summary.c
+++ b/camel/providers/local/camel-spool-summary.c
@@ -105,7 +105,9 @@ spool_summary_load (CamelLocalSummary *cls,
                     gint forceindex,
                     GError **error)
 {
-	g_warning("spool summary - not loading anything\n");
+	/* if not loading, then rescan mbox file content */
+	camel_local_summary_check_force (cls);
+
 	return 0;
 }

On Fri, 2012-11-23 at 22:05 +0100, Michael Banck wrote:
> severity 640851 important
> tags 640851 unreproducible
> thanks
> 
> Hi,
> 
> On Thu, Oct 25, 2012 at 11:34:52AM +0200, Svante Signell wrote:
> > I was waiting for the latest bugfix release to see if the local mailbox
> > spool problem was solved. Unfortunately it was not :( Local mails are
> > delivered to /var/mail/<username> 
...
> I cannot reproduce this, it appears to be a local problem on your part.
> 
> Did you try the advice in
> http://library.gnome.org/users/evolution/3.2/mail-error-folder-mismatch.html

Yes, no effect!



More information about the Pkg-evolution-maintainers mailing list