summaryrefslogtreecommitdiff
path: root/alot/buffers/bufferlist.py
Commit message (Collapse)AuthorAge
* Cosmetics, clean up importsAnton Khirnov2021-02-10
|
* buffer: drop the ui parameter when not neededAnton Khirnov2020-04-25
|
* remove deprecated future importsPatrick Totzke2018-06-19
| | | | see also #1250
* refactor buffersPatrick Totzke2018-06-19
This splits buffers.py, which contained all buffer classes, into several smaller files. issue #1226