Patch Purpose: cli option --colon or --colons gives the user the ability
to print colon delimited msg hash info in fuzzy-stats output allowing
easy cut & paste into fuzzy-find --delete command. Default is to print
in standard human readable format. Example:
mail Utils # perl fuzzy-stats
<snip db_hash output>
<<db_safe>>
File Size : 12288 Bytes
File Name : /var/lib/fuzzyocr/FuzzyOcr.safe.db
Oldest Hash : Mon Mar 5 15:58:55 2007
Images in DB : 3
Tue, Mar 06, 2007
Matched : 2 [ 66.67%]
2 Time(s) -> 531645 330x538x128 anemia.gif image/gif
2 Time(s) -> 484863 592x273x64 coffee.gif image/gif
mail ~ # perl fuzzy-stats --colons
<snip db_hash output>
<<db_safe>>
File Size : 12288 Bytes
File Name : /var/lib/fuzzyocr/FuzzyOcr.safe.db
Oldest Hash : Mon Mar 5 15:58:55 2007
Images in DB : 3
Tue, Mar 06, 2007
Matched : 2 [ 66.67%]
2 Time(s) -> 531645:330:538:128 anemia.gif image/gif
2 Time(s) -> 484863:592:273:64 coffee.gif image/gif