summaryrefslogtreecommitdiff
path: root/alot/widgets/thread.py
Commit message (Expand)AuthorAge
...
* sanitize message text for displayPatrick Totzke2019-11-21
* retire Message.accumulate_bodyPatrick Totzke2019-08-15
* explicit expand method in MessageTreesPatrick Totzke2019-06-03
* Only create MessageSummary initiallyPatrick Totzke2019-06-02
* Remove old __future__ importsLucas Hoffmann2018-06-19
* mention unredered HTML parts in message body textPatrick Totzke2018-01-16
* Call _get_body() only once.Christian Geier2017-09-23
* widgets/thread: Delete unused variableDylan Baker2017-08-19
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* optional linewise focussing in thread modePatrick Totzke2017-02-09
* Merge pull request #1009 from dcbaker/pr/remove_cmpPatrick Totzke2017-01-30
|\
| * Replace cmp with rich comparisonsDylan Baker2017-01-27
* | widgets/thread: Fix improper use of iteritemsDylan Baker2017-01-30
|/
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | Remove unused methodLucas Hoffmann2017-01-18
|/
* Use dict's iter methodsDylan Baker2016-12-21
* Turn method into static methodLucas Hoffmann2016-12-17
* Remove redundant None argument in dict.get()Lucas Hoffmann2016-12-17
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* Option to show all tags of a message, even if they are commom to threadAndres MRM2015-12-16
* detach alot.foreign.urwidtreesPatrick Totzke2015-02-23
* typosAndres MRM2014-12-02
* add MessageTree.replace_bodytextPatrick Totzke2014-04-17
* rm obsolete `MessageBodyWidget`Patrick Totzke2014-04-17
* Verify OpenPGP signatures and display the resultJustus Winter2013-06-16
* Fix duplicate display of headersPatrick Totzke2013-05-04
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* Merge branch 'testing' of github.com:pazz/alot into testingPatrick Totzke2013-03-15
|\
| * docstrings for Thread mode widgetsPatrick Totzke2013-03-14
* | reimplement thread.TagCommandPatrick Totzke2013-03-15
|/
* fold/unfold messages based on query string in thread modePatrick Totzke2013-03-03
* remove deprecated thread.MessageWidgetPatrick Totzke2013-03-03
* only insert bodytree if bodytxt is nonemptyPatrick Totzke2013-03-03
* make focus visible in bodytext partsPatrick Totzke2013-03-03
* re-implement toggle-source.Patrick Totzke2013-03-03
* re-implement toggle-all-headersPatrick Totzke2013-03-03
* dynamically reassemble attachements part in MessageTreePatrick Totzke2013-03-03
* restructure how MessageTree's structure is assembledPatrick Totzke2013-03-03
* add Attachment widgets to MessageTreePatrick Totzke2013-03-03
* add MessageTree.display_headers to switch listed headersPatrick Totzke2013-03-03
* add DictList -- a Tree to display a list of key.value pairs.Patrick Totzke2013-03-03
* use headers pile in message trees.Patrick Totzke2013-03-03
* re-implement unfold-if-matching featurePatrick Totzke2013-03-03
* respect different thread summary attribute for odd/even linesPatrick Totzke2013-03-03
* update MessageTree -- include bodyPatrick Totzke2013-03-03
* Thread and MessageTreePatrick Totzke2013-03-03
* move ThreadTree to widgets.threadPatrick Totzke2013-03-03
* indentation errorPatrick Totzke2012-09-16