summaryrefslogtreecommitdiff
path: root/alot/buffers.py
Commit message (Expand)AuthorAge
* 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
* style arrowsPatrick Totzke2013-03-03
* use ColapsibleTree for message foldingPatrick Totzke2013-03-03
* use NestedTreePatrick Totzke2013-03-03
* move ThreadTree to widgets.threadPatrick Totzke2013-03-03
* clean up threadbufferPatrick Totzke2013-03-03
* use ThreadTree in thread bufferPatrick Totzke2013-03-03
* show UID information instead of KeyIDJohannes Kulick2013-02-19
* pep8 fixesPatrick Totzke2013-02-19
* rmencrypt now accepts keyids/hints instead of indicesJohannes Kulick2013-02-19
* support multiple recipients in encryptionJohannes Kulick2013-02-19
* show whether the mail will be encryptedJohannes Kulick2013-02-19
* deliver an empty ListBox[] on errorbjoernb2013-01-15
* focus first match when opening thread buffersPatrick Totzke2012-09-23
* actually use mode-specific gap attributesPatrick Totzke2012-09-06
* doc: docstringsPatrick Totzke2012-09-05
* docs: fix typos in interface docsPatrick Totzke2012-08-11
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10
* Remove envelope tempfile on buffer cleanupKazuo Teramoto2012-08-02
* remove c&p relict from taglistbufferPatrick Totzke2012-07-30