mirror of
https://github.com/samsonjs/imapbackup.git
synced 2026-03-25 08:45:53 +00:00
Add note on locales
This commit is contained in:
parent
0fe915a39e
commit
458be298b3
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ 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.
|
||||
|
||||
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.
|
||||
|
||||
## Contributing
|
||||
|
||||
I am accepting pull requests, but bear in mind that one of the goals of this script is to run on _older_ Python versions, so as to save sysadmins stuck in the Dark Ages the trouble of installing a newer Python (much to my own amazement, this was originally written in Python 2.3).
|
||||
|
|
|
|||
Loading…
Reference in a new issue