summaryrefslogtreecommitdiff
path: root/alot/addressbook
Commit message (Collapse)AuthorAge
* 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
* Fix docstring for alot.addressbook.AddressBook.Lucas Hoffmann2016-01-25
| | | | | The name of the referenced class was changed in 637b679003b353d2630fed8ca942f3ab522e68b5.
* fix: dont overwrite default re-flag 0 with NonePatrick Totzke2015-04-15
| | | | issue #764
* refactor MatchSdtoutAddressbookPatrick Totzke2015-04-15
| | | | | | The class is now called ExternalAddressbook and makes it optional to call the external command with the given search string as parameter when looking up addresses
* refactor addressbook codePatrick Totzke2015-04-15