summaryrefslogtreecommitdiff
path: root/alot/addressbook/external.py
Commit message (Collapse)AuthorAge
* addressbook/external: stop using call_cmd()Anton Khirnov2021-01-26
| | | | | | | It does not actually save any code. The new code also uses a shell as is documented. Remove call_cmd(), as it no longer has any callers.
* Use super() where applicable.Anton Khirnov2021-01-21
|
* addressbook: add logging statementsMatthieu Coudron2019-02-06
| | | | to help troubleshoot problems
* Remove old __future__ importsLucas Hoffmann2018-06-19
| | | | They are not needed for python >= 3.0.
* Exclude two methods from coverage reportLucas Hoffmann2017-07-17
| | | | | | | One is an abstract method anyways and the other one is trivial. It just calls two other functions that are already covered by tests. This results in 100% test coverage for alot/addressbook/*.
* Correct membership testLucas Hoffmann2017-06-08
|
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
|
* 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