Add --no-upload option to test behavior before committing
Brought to you by:
ozami
It would be nice if the tool had a "--no-upload" option that caused it to do all parsing of the mail file, but not actually upload the contents. This is useful when first working with the tool and either gaining familiarity with it's invocation, gaining confidence in it's behavior, or just verifying that it can read a given mail file. I've included a patch to add such an option.
Thanks,
Anton
--no-upload patch
I have implemented a "--dry-run" option which does what you describe...