From mboxrd@z Thu Jan 1 00:00:00 1970 From: rlane@club.cc.cmu.edu (Rich Lane) Date: Fri, 24 Jul 2009 19:50:54 -0700 Subject: [sup-talk] [PATCH] xapian: initialize sources in sup-dump Message-ID: <1248490254-31895-1-git-send-email-rlane@club.cc.cmu.edu> --- bin/sup-dump | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/sup-dump b/bin/sup-dump index 9b0892e..c18a767 100755 --- a/bin/sup-dump +++ b/bin/sup-dump @@ -22,6 +22,7 @@ EOS end index = Redwood::Index.new +Redwood::SourceManager.new index.load index.each_message do |m| -- 1.6.0.4