summaryrefslogtreecommitdiff
path: root/alot/foreign
Commit message (Collapse)AuthorAge
* fix: removed unused filePatrick Totzke2015-04-10
|
* remove unused lru_cache backportPatrick Totzke2015-02-23
|
* detach alot.foreign.urwidtreesPatrick Totzke2015-02-23
| | | | | | It is now a separate package and added to alot's list of dependencies. https://github.com/pazz/urwidtrees
* typosAndres MRM2014-12-02
|
* fix issue with computing last decendant in NestedTreePatrick Totzke2013-03-20
|
* add urwidtrees libPatrick Totzke2013-03-03
|
* wipPatrick Totzke2013-03-03
|
* re-implement toggle-source.Patrick Totzke2013-03-03
| | | | | | this also makes that dource/bodytext content in a messagetree gets one Text widget *per line* and thus means smoother scrolling w/o strange jumps.
* merge thread.MoveFocusCommand and global.MovecommandPatrick Totzke2013-03-03
| | | | | | this removes the thread command 'focus' in favour of a more refined 'move', that, in thread buffers also interprets directions 'next', 'previous', 'parent', 'first child' and 'last child'.
* add Buffer.focus_first, to move focus to first entryPatrick Totzke2013-03-03
| | | | cf issue #532
* 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
| | | | also, use this in thread modes MessageTrees
* use headers pile in message trees.Patrick Totzke2013-03-03
| | | | | .. this should better be done using a ListWalker instead of a pile. (has to be interpreted by NestedTree)
* re-implement unfold-if-matching featurePatrick Totzke2013-03-03
|
* use ColapsibleTree for message foldingPatrick Totzke2013-03-03
|
* fix importPatrick Totzke2013-03-03
|
* updated urwidtrees libPatrick Totzke2013-03-03
|
* added submodule for urwidtrees libPatrick Totzke2013-03-03
|
* added foreign submodulePatrick Totzke2013-03-03