summaryrefslogtreecommitdiff
path: root/alot/widgets/search.py
Commit message (Expand)AuthorAge
* Add common message text sanitization.Anton Khirnov2021-02-10
* Cosmetics, clean up importsAnton Khirnov2021-02-10
* widgets/search: display the number of matching messages in the threadAnton Khirnov2021-02-10
* widgets/search: cleanup ThreadlineWidgetAnton Khirnov2021-01-20
* widgets/search: remove unused variableAnton Khirnov2021-01-20
* widgets/search: remove support for the 'content' fieldAnton Khirnov2020-04-13
* db: rewrite the API for representing message treesAnton Khirnov2020-02-06
* db: drop useless gettersAnton Khirnov2020-02-06
* db/thread: drop useless getter functionsAnton Khirnov2020-02-06
* rename Message.get_text_content() to get_body_text()Patrick Totzke2019-08-15
* Fix double width characters in search viewCaio Prado2019-05-14
* don't include quoted lines in msg content summaryPatrick Totzke2018-11-08
* deal with cases where part widget can be NonePatrick Totzke2018-07-24
* determine min/max width and alignment when usedPatrick Totzke2018-07-24
* further break down threadline.build_text_partPatrick Totzke2018-07-24
* widgets/search: Don't try to sort an iteratorDylan Baker2018-07-24
* refactor widgets.search.ThreadlinePatrick Totzke2018-07-24
* remove unused static methodPatrick Totzke2018-07-24
* refactor threadline widgetPatrick Totzke2018-07-24
* fix wide characters in search modePatrick Totzke2018-07-24
* Remove old __future__ importsLucas Hoffmann2018-06-19
* pep8 fixesPatrick Totzke2017-09-01
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Replace cmp with rich comparisonsDylan Baker2017-01-27
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* widgets/search: make method that doesn't use self a static methodDylan Baker2016-12-21
* Turn methods with no `self` usage into staticmethodsLucas Hoffmann2016-12-18
* Clean up importsLucas Hoffmann2016-12-09
* Use `is` operator for comparing with `None` (Pep8)Cody2016-12-06
* Do not crash when emails' date is malformated.Tony Cheneau2016-01-16
* remove unused config option `display_content_in_threadline`Patrick Totzke2013-07-02
* fix ThreadlineWidget.refresh()Patrick Totzke2012-10-06
* theming: fix c&p error in mailcount part of ThreadlineWidgetPatrick Totzke2012-08-10
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10