rgladwell / imap-upload

Python script for uploading a local mbox file to IMAP4 server.
Other
130 stars 30 forks source link

Remove sanity check on --google-checkout-language #40

Closed poldy79 closed 2 years ago

poldy79 commented 2 years ago

Currently --google-checkout-language has an default "en". In parse_args() is checked if --google-checkout is supplied if --google-checkout-language is present. This makes --google-checkout mandatory.

Remove check if --google-checkout was supplied if --google-checkout-language is present.