summaryrefslogtreecommitdiff
path: root/alot/commands/search.py
Commit message (Expand)AuthorAge
* Fix message count in statusbar after taggingLucas Hoffmann2017-08-03
* Fix typo in docstringLucas Hoffmann2017-07-11
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* fix odd continuation and indentationDylan Baker2016-12-27
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Remove trailing whitespace from inline docsLucas Hoffmann2016-12-11
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* return Deferreds in Command.applyPatrick Totzke2013-10-30
* add missing return statement in RetagPromptCommandPatrick Totzke2013-10-30
* retagprompt: skip empty tagsHamish Downer2013-10-13
* in retagprompt, sort the tagsHamish Downer2013-10-13
* On retagprompt, append a commaHamish Downer2013-10-13
* Merge branch '0.3.5-feature-smug-G'Patrick Totzke2013-08-24
|\
| * redraw the UI afer focus [last|first] commandsPatrick Totzke2013-08-09
* | fix the documentation for tag/untag/retag commands in search modeEmmanuel Beffara2013-08-24
|/
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* changed repeatability default to False and reconsider repeatability of all Co...Sebastian Jeltsch2013-05-26
* Repeatability class property, mark more cmds as non-repeatableSebastian Jeltsch2013-05-26
* select commands no longer repeatableSebastian Jeltsch2013-05-26
* more vim-like movementsSebastian Jeltsch2013-04-20
* re-enable toggletags command in search modePatrick Totzke2012-10-06
* touch tag and untag commands in search modePatrick Totzke2012-10-06
* cleanup tagsearch commandsPatrick Totzke2012-09-23
* remove unnecessary assertPatrick Totzke2012-09-23
* Consolidate search and thread tagging commands.William Erik Baxter2012-09-23
* Move refresh outside of thread loop.William Erik Baxter2012-09-23
* Iterate over threads to apply tag changes.William Erik Baxter2012-09-23
* Add tag and untag on search results.William Erik Baxter2012-09-23
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10
* Merge branch '0.3.1-fix-msg-count-463'Patrick Totzke2012-06-24
|\
| * fix update result count after tag operationsPatrick Totzke2012-06-14
* | add copyright statements to all source filesPatrick Totzke2012-06-14
|/
* removed uneccesary refresh callPatrick Totzke2012-05-17
* fix: hardcode buffer in after-flush callbackPatrick Totzke2012-05-12
* refacor: move db errors to separate filePatrick Totzke2012-03-11
* no tag/untag/toggletags operation on empty resultPatrick Totzke2012-02-24
* parameter 'flush' for search.TagCommandPatrick Totzke2012-02-08
* pep8 and pyflakes cleanupsPatrick Totzke2012-01-19
* fix: misuse of 'usage' command register parameter.Patrick Totzke2012-01-13
* more careful removal of thread linesPatrick Totzke2012-01-11
* fix buffer refresh for toggletagsPatrick Totzke2012-01-08
* port thread.TagCommand to search bufferPatrick Totzke2012-01-08
* Purge logging objectdtk2012-01-05
* add new search command: "sort"Patrick Totzke2012-01-03
* docstrings for search and bufferlist commandsPatrick Totzke2011-12-10
* fix remaining references to UI.commandpromptPatrick Totzke2011-11-28
* cleanupsPatrick Totzke2011-11-10
* remove confirmation for *-refinesPatrick Totzke2011-11-07