[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-06-23 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 325157 ***
https://bugs.launchpad.net/bugs/325157

upstream report was marked as a duplicate of bug
http://bugzilla.gnome.org/show_bug.cgi?id=550414 ; which is tracked on
bug 325157 ; marking this as a duplicate, thanks all.

** Changed in: evolution (Ubuntu)
   Status: Incomplete = Invalid

** This bug has been marked a duplicate of bug 325157
   I could not empty the trash folder

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-06-04 Thread captn
I have exactly the same problem since switching to Jaunty.

Removing folders.db as mentioned here 
http://bugzilla.gnome.org/show_bug.cgi?id=550414

( ~/.evolution$ find . -name folders.db | xargs rm $1 )

kills all 'undeletable' messages and recovers some of
them that has been vanished. But the corruption returns
from time to time.

This evolution must be running backwards ;)


** Bug watch added: GNOME Bug Tracker #550414
   http://bugzilla.gnome.org/show_bug.cgi?id=550414

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-05-26 Thread Daniele
Me too I had this sync problem, and also it was impossible for me to
purge the messages from Trash. So I have searched everywhere over the
Internet to find a solution. After many unsuccessful tricks, I have
tried to delete the search folders, and now it seems to work fine: no
more sync messages, and a clear trash.

Probably there is some recursive unresolved check between the search
folders and other folders.

I hope this may be helpful

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-05-22 Thread Tremaine Lea
Tried a few times now to just do a simple search for evolution summary
folder mismatch and their site seems to just time out after awhile.  No
idea what the problem is there, but it makes it a bit hard to report a
bug - or at least report one without duplicating existing ones.

I've opened new bug, so feel free to add to it if you are also having
the summary folder mismatch error  -
http://bugzilla.gnome.org/show_bug.cgi?id=583553

** Bug watch added: GNOME Bug Tracker #583553
   http://bugzilla.gnome.org/show_bug.cgi?id=583553

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-05-12 Thread Sebastien Bacher
could you open the bug on http://bugzilla.gnome.org where the software
writter will read it too since you get the issue?

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-05-02 Thread Tremaine Lea
Upgraded to Jaunty, issue remains.

What further information can I provide to help move this along?

I'm currently having to run evolution out of a script to automagically
wipe the cmeta and ibex files, force an evolution shutdown, then launch
it with debugging turned on.  I've attached the output from evolution
--debug /home/tlea/Desktop/evolution-debugs/evolution.debug.$DATE

code
#!/bin/bash

# script for https://bugs.launchpad.net/bugs/360667

# /usr/local/bin/cmetaibex.sh is simply the commands below.  The rm 
*.ev-summary* should be unneccessary
# in current versions of evolution, but may be left over from an upgrade

# rm *.cmeta;
# rm *.ibex.*
# rm *.ev-summary*

DATE=`date +%a%m%d%Y:%T`

evolution --force-shutdown;
cd /home/$USER/.evolution/mail/local/;
/usr/local/bin/cmetaibex.sh;
cd /home/$USER/.evolution/mail/local/Inbox.sbd/ddiction.sbd/ ;
/usr/local/bin/cmetaibex.sh;
cd /home/$USER/.evolution/mail/local/Inbox.sbd/Facebook.sbd/ ;
/usr/local/bin/cmetaibex.sh;
cd /home/$USER/.evolution/mail/local/Inbox.sbd/FD.sbd/ ;
/usr/local/bin/cmetaibex.sh;
cd /home/$USER/.evolution/mail/local/Inbox.sbd/GoogleAlerts.sbd/ ;
/usr/local/bin/cmetaibex.sh;
cd /home/$USER/.evolution/mail/local/Inbox.sbd/Livejournal.sbd/ ;
/usr/local/bin/cmetaibex.sh;
cd /home/$USER/.evolution/mail/local/Inbox.sbd/SierraSystems.sbd/ ;
/usr/local/bin/cmetaibex.sh;
cd /home/$USER/.evolution/mail/local/Inbox.sbd/Zorch.sbd/ ;
/usr/local/bin/cmetaibex.sh;
cd /home/$USER/.evolution/mail/local/Inbox.sbd/zot.sbd/ ;
/usr/local/bin/cmetaibex.sh;

evolution --force-shutdown; 
evolution --debug /home/tlea/Desktop/evolution-debugs/evolution.debug.$DATE
/code


** Attachment added: evolution.debug.sh
   http://launchpadlibrarian.net/26242523/evolution.debug.sh

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-05-02 Thread Tremaine Lea
evolution --debug /home/tlea/Desktop/evolution-
debugs/evolution.debug.$DATE output attached

** Attachment added: output from evolution --debug
   http://launchpadlibrarian.net/26242527/evolution-debugs.tar.gz

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-04-26 Thread Tremaine Lea
I have been having this issue for months now in Intrepid Ibex 8.10 x64

Linux quad 2.6.27-11-generic #1 SMP Wed Apr 1 20:53:41 UTC 2009 x86_64
GNU/Linux

 apt-cache policy evolution
evolution:
  Installed: 2.24.3-0ubuntu1
  Candidate: 2.24.3-0ubuntu1
  Version table:
 *** 2.24.3-0ubuntu1 0
500 http://ca.archive.ubuntu.com intrepid-updates/main Packages
100 /var/lib/dpkg/status
 2.24.1-0ubuntu2 0
500 http://ca.archive.ubuntu.com intrepid/main Packages

evolution-exchange:
  Installed: 2.24.3-0ubuntu1
  Candidate: 2.24.3-0ubuntu1
  Version table:
 *** 2.24.3-0ubuntu1 0
500 http://ca.archive.ubuntu.com intrepid-updates/main Packages
100 /var/lib/dpkg/status
 2.24.1-0ubuntu1 0
500 http://ca.archive.ubuntu.com intrepid/main Packages

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 8.10
Release:8.10
Codename:   intrepid


Currently before starting evolution I do the following:

evolution --force-shutdown

I have a quick script in /usr/local/bin/ I named cmetaibex.sh that is
simply:

rm *.cmeta;
rm *.ibex.*

I go into the various .evolution/mail/local/ subfolders and run this
script.

I then start evolution from the command line.  Usually after less than
24 hours I get the 'Summary and folder mismatch, even after a sync'
error, at which point I repeat the process.  Take evolution into offline
mode, close it, run evolution --force-shutdown, run my cmetaibex.sh
script as described, and start it from the command line.

Output from evolution on the command line:

@quad:~$ evolution
** (evolution:20975): DEBUG: mailto URL command: evolution %s
** (evolution:20975): DEBUG: mailto URL program: evolution

(evolution:20975): camel-imap-provider-WARNING **: Unable to load
summary no such table: DShield


(evolution:20975): composer-WARNING **: autosave load filename = 
/home/tlea/.evolution/.evolution-composer.autosave-OB0CTU

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): Gtk-WARNING **: GtkSpinButton: setting an adjustment
with non-zero page size is deprecated

(evolution:20975): camel-imap-provider-WARNING **: Unable to load
summary no such table: [Gmail]

restoring draft flag 'text/plain'
restoring draft flag 'pgp-sign'

(evolution:20975): camel-imap-provider-WARNING **: Unable to load
summary no such table: [Gmail]/Drafts

NEW: Calista Reda creda...@weyerhaeuser.com: BurnFat  Lose Wieght,
Acai Berry Free Sample Supplements are Taking the Market by Storm kwzy
ium(1)

(evolution:20975): camel-imap-provider-WARNING **: Unable to load
summary no such table: [Gmail]/Starred


(evolution:20975): camel-imap-provider-WARNING **: Unable to load summary no 
such table: [Gmail]/Trash


(evolution:20975): camel-local-provider-WARNING **: Expected a From line here, 
didn't get it

(evolution:20975): camel-local-provider-WARNING **: failed a quick-sync,
trying a full sync

(evolution:20975): camel-local-provider-WARNING **: Didn't get the next
message where I expected (30232326) got 30362277 instead

(evolution:20975): camel-local-provider-WARNING **: Expected a From line
here, didn't get it

(evolution:20975): camel-local-provider-WARNING **: failed a quick-sync,
trying a full sync

(evolution:20975): camel-local-provider-WARNING **: Didn't get the next
message where I expected (30232326) got 30362277 instead

(evolution:20975): 

[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-04-20 Thread Pedro Villavicencio
thanks for the report sebastian, could you try to delete the folders.db
located on the evolution folder and see if that fixes the issue? thanks
in advance. that should clean up the summary

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Low

** Changed in: evolution (Ubuntu)
   Status: New = Incomplete

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-04-20 Thread _sebastian_
Ups, its been a few days since I reported this one.
By now I have to say that all is back to normal.

Here is what I did: Immediately after startup I switched to the trash.
Empty the trash and close evolution. Start Evolution again and
immediately switch to trash, then to the inbox.

After that it worked again.

Should I still do what you suggested?

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-04-14 Thread elmergato
I had the same problem because when cleaning, Evolution needs disc space.
The problem was Evolution index corrupted.
Solved when delete the following files and evolution create new ones. No lost 
data.

rm ~/.evolution/mail/local/Inbox.ev-summary
rm ~/.evolution/mail/local/Inbox.ev-summary-meta

Sorry but I speak spanish

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 360667] Re: [8.10, Evolution] Summary and folder mismatch, even after a sync

2009-04-13 Thread _sebastian_

** Attachment added: evolution.dbg
   http://launchpadlibrarian.net/25354089/evolution.dbg

-- 
[8.10, Evolution] Summary and folder mismatch, even after a sync
https://bugs.launchpad.net/bugs/360667
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs