scansbr: Fixed scan and inc.
authormarkus schnalke <meillo@marmaro.de>
Thu, 22 Mar 2012 20:07:50 +0000 (21:07 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 22 Mar 2012 20:07:50 +0000 (21:07 +0100)
commite51cee378fd6a0f8d6f3af2a125715036d1f2f8c
treeeedbdeb38157f2cb970d118e2e150fb6e504cc3e
parent5b7d1b7785d365515b0a9b5cfcb88d6b0e13ec51
scansbr: Fixed scan and inc.
Writing to /dev/null had it's sense, as for scanning mboxes, the message size
had been determined this way and the file pointer had been pushed forward.
This is now done using the input file pointer instead of the output fp.
uip/scansbr.c