]> git.notmuchmail.org Git - sup/commitdiff
whoops, delete now works again
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 15 Feb 2007 17:39:37 +0000 (17:39 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 15 Feb 2007 17:39:37 +0000 (17:39 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@330 5c8cc53c-5e98-4d25-b20a-d8db53a31250

bin/sup-import

index 9deb3c2ed2f58f425326bf050e2ec241e90faec7..cf2b41a87aad7cc93b3ba40b654e00a892ea93b1 100644 (file)
@@ -145,7 +145,7 @@ if opts[:rebuild] || opts[:full_rebuild]
 #      puts "got #{mid}"
       next if found[mid]
       puts "Deleting #{mid}" if opts[:verbose]
-      #index.index.delete docid
+      index.index.delete docid
       numdel += 1
     end
   end