summaryrefslogtreecommitdiff
path: root/alot/buffers.py
Commit message (Expand)AuthorAge
* repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* py3k: remove basestring and unicode.Dylan Baker2018-03-01
* catch exception about malformed query stringsPatrick Totzke2018-01-02
* configurable thread mode message indentation.Patrick Totzke2017-11-05
* Simplify for loop and string buildingLucas Hoffmann2017-08-19
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Display tags in envelope bufferLucas Hoffmann2017-07-11
* Exclude search.exclude_tags from searchesJohannes Löthberg2017-06-08
* Merge pull request #1038 from pazz/removeDylan Baker2017-05-05
|\
| * fix #1036Patrick Totzke2017-02-22
* | Revert "Remove getter for alot.walker.PipeWalker.lines"Lucas Hoffmann2017-03-01
* | Revert "Turn alot.walker.PipeWalker.focus into a property"Lucas Hoffmann2017-03-01
* | Remove getter for alot.widgets.globals.TagWidget.tagLucas Hoffmann2017-02-25
* | Remove getter for alot.walker.PipeWalker.linesLucas Hoffmann2017-02-25
* | Turn alot.walker.PipeWalker.focus into a propertyLucas Hoffmann2017-02-25
|/
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | Add docstrings to some methods and functions.Lucas Hoffmann2017-01-20
|/
* Replace None passed to comprehensions with identity functionDylan Baker2017-01-11
* fix odd continuation and indentationDylan Baker2016-12-27
* Replace unused arguments with _Dylan Baker2016-12-21
* Don't use dict.keys when not necessaryDylan Baker2016-12-21
* Use dict's iter methodsDylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Fix "superflous paren" warnings from pylintDylan Baker2016-12-21
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* detach alot.foreign.urwidtreesPatrick Totzke2015-02-23
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* smug focus_last in SearchBuffersPatrick Totzke2013-08-09
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* add TagListBuffer.focus_lastPatrick Totzke2013-05-30
* add ThreadBuffer.focus_lastPatrick Totzke2013-05-30
* add 'next unfolded' and 'previous unfolded' as thread move commandsjosch2013-05-09
* prevent accidental remove-unread operationsPatrick Totzke2013-04-21
* fix issue with concurrent db writesPatrick Totzke2013-04-21
* pep8 fixesPatrick Totzke2013-04-21
* implement autorm-unreadPatrick Totzke2013-04-21
* remove old unread-related code completelyPatrick Totzke2013-04-21
* more vim-like movementsSebastian Jeltsch2013-04-20
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* reimplement thread.TagCommandPatrick Totzke2013-03-15
* docstrings for ThreadBufferPatrick Totzke2013-03-13
* move focus to summary when collapsing MessageTreePatrick Totzke2013-03-03
* implement Threadbuffer.focus_foo methodsPatrick Totzke2013-03-03
* make thread.move parent message-basedPatrick Totzke2013-03-03
* add Buffer.focus_first, to move focus to first entryPatrick Totzke2013-03-03
* fix ThreadBuffer.get_selected_messagetreePatrick Totzke2013-03-03
* re-implement unfold-if-matching featurePatrick Totzke2013-03-03