This commit is contained in:
Rui Carmo 2018-12-27 12:04:29 +00:00 committed by GitHub
parent 458be298b3
commit 5f2360c824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ Somewhat to my surprise it was considered useful by quite a few people throughou
This script should work on Python 2.5 or above without any extra dependencies whatsoever. This script should work on Python 2.5 or above without any extra dependencies whatsoever.
A word of caution, though: make sure to check the date format on the resulting `mbox` files, since it is dependent on your locale. For best results, it might be best to set `LOCALE` to `en-us` on your shell before running the script. A word of caution, though: make sure to check the date format on the resulting `mbox` files, since it is dependent on your locale. For best results, set `LOCALE` to `en-us` on your shell before running the script.
## Contributing ## Contributing