Leonid Isaev
Results
2
issues of
Leonid Isaev
While setting up `fdm` in `Termux`, I encountered a delivery failure into a maildir mailbox. Specifically, `fdm` would successfully fetch mail to `tmp/`, but fail to move it to `new/`....
I think in `ampy/cli.py`, `progress_bar` should be namespaced, i.e. ``` ampy/cli.py: ... 31 from progress_bar import PorgressBar 32 from progress_bar import PorgressBarBath ... ``` should be ``` ampy/cli.py: ... 31...