[ubuntu-mono] [Bug 65239] Re: Emails not opened within beagle-search

skroll skroll at wideopenwest.com
Tue Nov 21 21:47:20 GMT 2006


It is indeed still a bug.  It seems that Evolution is reporting more 
then one copy of a message in the mailbox.  I managed to download the 
source code and poke around, it turns out that the beagle-search tool 
does not handle the parent search results correctly.  I wrote a quick 
fix and compiled it for myself, but left it alone after I saw that it 
was already fixed in a newer version of beagle.

What happens, is that the non-parent result works fine, but trying to 
open the other does not.  Sometimes you only get a parent after some 
events occur, even though I haven't figured out what exactly causes 
this.  Like I said before, however, that it works when I did a bit of 
tweaking with the source code.  What it ends up being is that it cannot 
correctly parse certain data because it's not checking for parent:fixme 
prefixes.

This result works/opens:

  Uri: email://local@local/Inbox;uid=1083
PaUri: (null)
 Snip: (null)
 Type: MailMessage
MimeT: message/rfc822
  Src: EvolutionMail
Score: 4.60413837432861
 Time: 11/18/2006 6:47:35 AM
    beagle:HitType = 'MailMessage'
    beagle:MimeType = 'message/rfc822'
    beagle:Source = 'EvolutionMail'
    dc:title = 'Re: his soapsuds'
    fixme:account = 'Local'
    fixme:client = 'evolution'
    fixme:date = '20061118114735'
    fixme:flags = '0'
    fixme:folder = 'Inbox'
    fixme:from = 'Ellis Barrow <rjcemptily at tekshopinc.com>'
    fixme:from_address = 'rjcemptily at tekshopinc.com'
    fixme:from_name = 'Ellis Barrow'
    fixme:gotFrom = 'rjcemptily at tekshopinc.com'
    fixme:hasAttachments = 'true'
    fixme:msgid = '001501c70b0f$b8d4b070$00145a6c at kamil'
    fixme:to = 'skroll at wideopenwest.com'
    fixme:to_address = 'skroll at wideopenwest.com'

This result is the broken parent:

  Uri: email://local@local/Inbox;uid=1083#0
PaUri: email://local@local/Inbox;uid=1083
 Snip: (null)
 Type: MailMessage
MimeT: text/html
  Src: EvolutionMail
Score: 4.60413837432861
 Time: 11/18/2006 6:47:35 AM
    beagle:HitType = 'MailMessage'
    beagle:MimeType = 'text/html'
    beagle:Source = 'EvolutionMail'
    meta:GENERATOR = 'MSHTML 6.00.2600.3000'
    parent:dc:title = 'Re: his soapsuds'
    parent:fixme:account = 'Local'
    parent:fixme:client = 'evolution'
    parent:fixme:date = '20061118114735'
    parent:fixme:flags = '0'
    parent:fixme:folder = 'Inbox'
    parent:fixme:from = 'Ellis Barrow <rjcemptily at tekshopinc.com>'
    parent:fixme:from_address = 'rjcemptily at tekshopinc.com'
    parent:fixme:from_name = 'Ellis Barrow'
    parent:fixme:gotFrom = 'rjcemptily at tekshopinc.com'
    parent:fixme:hasAttachments = 'true'
    parent:fixme:msgid = '001501c70b0f$b8d4b070$00145a6c at kamil'
    parent:fixme:to = 'skroll at wideopenwest.com'
    parent:fixme:to_address = 'skroll at wideopenwest.com'



Kevin Kubasik wrote:
> Can you confirm this is still a bug? If so, could you run beagle-search
> from the command line and post any output it produces?
>
> ** Changed in: beagle (Ubuntu)
>      Assignee: (unassigned) => Kevin Kubasik
>        Status: Unconfirmed => Needs Info
>
>

-- 
Emails not opened within beagle-search
https://launchpad.net/bugs/65239



More information about the Ubuntu-mono mailing list