summaryrefslogtreecommitdiff
path: root/alot/addressbook/abook.py
Commit message (Collapse)AuthorAge
* Remove old __future__ importsLucas Hoffmann2018-06-19
| | | | They are not needed for python >= 3.0.
* pep8 fixesPatrick Totzke2017-09-01
| | | | | This mostly shortens lines down to <=79 chars and fixes some other small things I found using the pep8 tool.
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
|
* Fix typo in docstringLucas Hoffmann2016-12-14
|
* Remove braces after `del` and `return`Lucas Hoffmann2016-12-09
| | | | | `del` and `return` are keywords and not functions so the braces are not needed.
* alot/addressbook/abook.py: fix DEFAULTSPATH to account for code movement in ↵Johannes 'josch' Schauer2016-01-31
| | | | commit 2f064af
* refactor addressbook codePatrick Totzke2015-04-15