summaryrefslogtreecommitdiff
path: root/alot/errors.py
Commit message (Collapse)AuthorAge
* pep8/pyflakes fixesPatrick Totzke2013-03-16
|
* add error codesJohannes Kulick2013-02-19
| | | | | to avoid import ui stuff to crypto.py I added error codes to the GPGProblem Exceptions. This way I can process them later, depending on the error code
* pep8 and pyflakes fixesPatrick Totzke2012-07-21
|
* 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.
* group settings into a submodulePatrick Totzke2012-03-11
|
* move read_config to helper; ConfigError to errorsPatrick Totzke2012-02-25
this refactors settings.py to make it more modular: errors.py will contain all exception classes, read_config is moved to helper to reuse in elsewhere