* doc: describe public-inbox dedupe
* ssoma: lock against concurrent fetch/remote add
* ssoma: avoid redundant slash for expand_path
* extractor: filter out non-message paths
ssoma is available via git and tarballs.
The latest tarball release is available here:
- http://ssoma.public-inbox.org/files/ssoma-0.0.0.tar.gz
+ http://ssoma.public-inbox.org/files/ssoma-0.1.0.tar.gz
You may also clone using git:
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'ssoma',
- VERSION => '0.0.0',
+ VERSION => '0.1.0',
AUTHOR => 'Eric Wong <normalperson@yhbt.net>',
ABSTRACT => 'some sort of mail archiver',
EXE_FILES => [qw/ssoma-mda ssoma ssoma-rm/],