aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg (follow)
Commit message (Collapse)AuthorAge
* Add tests.Hugo Hörnquist2023-08-07
|
* Fix and harden linter checks.Hugo Hörnquist2023-07-25
| | | | | Harden the requirements of mypy, and also check against flake8 docstrings. And fix all errors and warnings resulting from that.
* Configure linters.Hugo Hörnquist2023-05-02
| | | | | | Introduce flake8 and mypy for better error checking. Fix all errors and warnings emitted by those. Also fix type error with `url_for`.
* Hopefully fix installation issues.Hugo Hörnquist2023-04-24
|
* License under AGPL3+Hugo Hörnquist2023-04-24
|
* Change info gathering to proper db reads.Hugo Hörnquist2022-12-09
| | | | | Running `xapian info` and parsing the output breaks way to easily, here we instead just open the database file and look for ourselves.
* Add comment that python-pam is recomended.Hugo Hörnquist2022-12-09
|
* Minor cleanups.Hugo Hörnquist2022-12-01
|
* Fix scanning of maildirs.Hugo Hörnquist2022-12-01
|
* Properly specify version requirements, and add directory layout.Hugo Hörnquist2022-11-29
|
* General cleanup.Hugo Hörnquist2022-10-24