summaryrefslogtreecommitdiff
path: root/alot/completion/command.py
Commit message (Collapse)AuthorAge
* utils/cached_property: replace with the stdlib implementationAnton Khirnov2021-05-13
|
* Use super() where applicable.Anton Khirnov2021-01-21
|
* buffers/thread: make the widget split-windowAnton Khirnov2020-03-01
| | | | | | | | | | The top part displayes the thread structure, the bottom half the message body. This makes more sense then displaying the message inside the tree structure and makes it easier to implement features such as folding a part of the message body. Drop commands related to folding, since that functionality does not exist anymore.
* make codeclimate happy(er)Patrick Totzke2019-08-17
|
* refactor prompt completionPatrick Totzke2019-08-17
This just splits the file completion.py into several files, one for each Completer subclass.