After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 552729 - Search/Vfolders with mailing-list or Answered flag won't work
Search/Vfolders with mailing-list or Answered flag won't work
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.24.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: Srinivasa Ragavan
Evolution QA team
: 550887 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-09-18 05:08 UTC by Srinivasa Ragavan
Modified: 2013-09-13 00:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.11 KB, patch)
2008-09-18 05:09 UTC, Srinivasa Ragavan
committed Details | Review

Description Srinivasa Ragavan 2008-09-18 05:08:32 UTC
Forwarding from OpenSUSE bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=418080

When I select my vFolder titled "To me (recent)", I get the message in the
status bar "Error while Generating message list."  When I click on the triangle
with a ! in it, the dialogue that pops up says "Error while Generating message
list.

near "@Hilbert3": syntax error"

My To me (recent) vFolder contains (should contain :)) all mail which matches
all of the following criteria:

This expression:

(or (header-matches "to" "maw@ximian.com")
    (header-matches "to" "mw@ximian.com")   
    (header-matches "to" "maw@novell.com")   
    (header-matches "to" "maw.AMERICAS3.AMERICAS@novell.com") 
    (header-matches "cc" "maw@ximian.com")
    (header-matches "cc" "mw@ximian.com")     
    (header-matches "cc" "maw@novell.com")   
    (header-matches "cc" "maw.AMERICAS3.AMERICAS@novell.com"))

This expression: 

(not (or (header-matches "from" "bugzilla-daemon@bugzilla.ximian.com") 
         (header-matches "from" "bugzilla-daemon@bugzilla.gnome.org") 
         (header-matches "from" "bugzilla_noreply@novell.com") 
         (header-matches "from" "bugzilla-daemon@mozilla.org")
         (header-matches "from" "root@dist.suse.de")
         (header-matches "from" "root@hilbert3.suse.de")
         (header-matches "from" "root@hilbert4.suse.de")
         (header-matches "from" "root@hilbert5.suse.de")
         (header-matches "from" "root@hilbert6.suse.de")
         (header-matches "from" "root@suse.de")
         (header-matches "from" "swamp_noreply@suse.de")
         (and (header-matches "from" "hermes@opensuse.org")
              (header-starts-with "subject" "submit-Request"))))

Date sent: is after: 2 weeks ago


On all active remote folders. I get:

    Error while Generating message list.

    no such column: camel

when viewing my To Me (recent) vfolder.
Comment 1 Srinivasa Ragavan 2008-09-18 05:09:12 UTC
Created attachment 118925 [details] [review]
Proposed patch
Comment 2 Srinivasa Ragavan 2008-09-18 05:44:58 UTC
*** Bug 550887 has been marked as a duplicate of this bug. ***
Comment 3 Srinivasa Ragavan 2008-09-18 11:17:00 UTC
Fixed in trunk.