On Wed, Sep 9, 2009 at 6:38 AM, William Morgan<[email protected]> wrote:

> Do you have a before-add-message hook? If so, I'm sorry to say that you
> will have to regenerate your index to fix this. There was a problem with
> next for a while that allowed that hook to add non-symbol labels to
> messages, and those got serialized into Xapian's index.

I do indeed, as follows:

   if message.subj =~ /\[sup-talk\]/
    message.add_label "sup"
    message.add_label "list"
  end


> If not, regenerating it will probably help, but it would be good to find
> the source of the non-symbol labels.

I do have some labels prepended with an ! to force them to sort to the
top of the 'L' list - such as '!followup', '!hold' etc. Could that be
an issue?

-- 
Richard
_______________________________________________
sup-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/sup-talk

Reply via email to