Reformatted excerpts from Kevin Riggle's message of 2008-04-30:
> I've just started using Sup, and I quite like it.  It's always
> wonderful to discover that someone else has developed *exactly the
> software you wanted*, and done such a bang-up job of it.  Thank you!

Thanks! Welcome aboard.

> I have, however, run into a few bugs.  At the moment, the most notable
> one is that killed threads would show up in my inbox again, +killed
> label and all, which sort of defeats the purpose of killing them.

Yes, this has been working intermittently and I haven't gotten a chance
to look at the current breakage.

> I poked around in the source and discovered the skip_killed option,
> which inbox-mode seems to initialize to true.  When I added 
> 
> :skip_killed: true
> 
> to the end of my ~/.sup/config.yaml, which had previously been exactly
> as sup-config created it, the killed threads no longer showed up in my
> inbox.

That shouldn't have made a difference. There is a :skip_killed option in
the code, but it's not related to the configuration file. If you grep
for $config you'll see how the config file is used.

(The :skip_killed: internal flag is there only so it can be be turned
off when you're explicitly searching for killed messages.)
-- 
William <[EMAIL PROTECTED]>
_______________________________________________
sup-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/sup-talk

Reply via email to