From: Rich Lane Date: Sat, 25 Jul 2009 02:50:54 +0000 (-0700) Subject: xapian: initialize sources in sup-dump X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=0eb5d9ad373771d3abe0ca139c069789dfad33d4;p=sup xapian: initialize sources in sup-dump --- 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|