Commit Diff


commit - d4133df37876f68b6fd9399496ef89552ec45f2f
commit + 76e46e899419a7ce5c664cb7f59bc2c833375e2b
blob - 7b876b407f53e9be657dbf406e007078d042d02a
blob + 92e4bd95f6fd0e4c7faac1863ffead7936685343
--- mimport
+++ mimport
@@ -28,6 +28,7 @@ say $sqlite ".import --csv /dev/stdin email"
     or die "can't speak to sqlite: $!";
 
 while (<>) {
+	print; # continue the pipeline
 	chomp;
 
 	open(my $fh, "-|", "/usr/local/bin/mshow", "-Atext/plain", "-NF", $_)