summaryrefslogtreecommitdiff
path: root/alot/db/errors.py
Commit message (Collapse)AuthorAge
* buffers/search: fix handling malformed queriesAnton Khirnov2021-01-31
|
* db: make write operations asyncAnton Khirnov2021-01-20
|
* pep8&pyflakes fixesPatrick Totzke2013-07-07
| | | | mostly automatically fixed
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
|
* add copyright statements to all source filesPatrick Totzke2012-06-14
| | | | cf issue #472
* move alot.db.errors GPGProblem to alot.errorsPatrick Totzke2012-05-13
| | | | | to prevent circular imports and for consistency: This Exception is not related to the database abstraction layer.
* rename ConstructMailError to GPGProblemMichael Stapelberg2012-05-04
|
* move ConstructMailError to alot.db.errorsMichael Stapelberg2012-05-01
|
* pep8 fixesPatrick Totzke2012-03-15
|
* refacor: move db errors to separate filePatrick Totzke2012-03-11