summaryrefslogtreecommitdiff
path: root/alot/commands/search.py
Commit message (Collapse)AuthorAge
* re-enable toggletags command in search modePatrick Totzke2012-10-06
| | | | ... which has been accidentally removed before
* touch tag and untag commands in search modePatrick Totzke2012-10-06
| | | | | | these now support an `--all` parameter that allows to tag all messages in the (search) result set instead of just all in the selected thread.
* cleanup tagsearch commandsPatrick Totzke2012-09-23
| | | | | - tries to omit code dupication, - refresh issue
* remove unnecessary assertPatrick Totzke2012-09-23
| | | | | The user can only ever set the target string via a command parameter, which is sanitizd by argparse as we use choices..
* 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
| | | | | | | | .. in search buffer. cf issue #463
* | add copyright statements to all source filesPatrick Totzke2012-06-14
|/ | | | cf issue #472
* removed uneccesary refresh callPatrick Totzke2012-05-17
| | | | not needed anymore
* fix: hardcode buffer in after-flush callbackPatrick Totzke2012-05-12
| | | | | this fixes an issue (#441) that is due to the buffer type changing in between flush trials
* refacor: move db errors to separate filePatrick Totzke2012-03-11
|
* no tag/untag/toggletags operation on empty resultPatrick Totzke2012-02-24
| | | | | ..sets in search buffers. closes #335
* parameter 'flush' for search.TagCommandPatrick Totzke2012-02-08
| | | | | | | | | that determines wether or not the database manager should write out after the command. defaults to True This also adds optional parameters '--no-flush' for the user commands. cf issue #307
* pep8 and pyflakes cleanupsPatrick Totzke2012-01-19
|
* fix: misuse of 'usage' command register parameter.Patrick Totzke2012-01-13
| | | | | this corrects an unintentionally used 'usage' parameter to the intended 'help' parameter while decorating seach modes refine and sort commands
* more careful removal of thread linesPatrick Totzke2012-01-11
| | | | | ..from search result after re-tagging this thread This resolves an issue with nasty warning notifications
* fix buffer refresh for toggletagsPatrick Totzke2012-01-08
| | | | | | if the newly tagged thread doesnt match the SearchBuffer's querystring any more it is removed from the resultlist.
* port thread.TagCommand to search bufferPatrick Totzke2012-01-08
| | | | | | | | this replaces thread.RetagCommand and thread.ToggleThreadTag by a refactored version of search.TagCommand. This means that in search mode, tag, untag, retag and toggletags commands are available through different decorations of TagCommand. Note that 'toggletag' has been renamed to 'toggletags' for consistency
* Purge logging objectdtk2012-01-05
| | | | | | | | | Consistently use module functions instead. Introduce a non-default log format that replaces the logger name with the module name. Cf issue #170. Closes #231.
* add new search command: "sort"Patrick Totzke2012-01-03
| | | | | | to change the used sort order in current search buffer. This also integrates the --sort parameter to the refine command
* docstrings for search and bufferlist commandsPatrick Totzke2011-12-10
|
* fix remaining references to UI.commandpromptPatrick Totzke2011-11-28
| | | | issue #139
* cleanupsPatrick Totzke2011-11-10
|
* remove confirmation for *-refinesPatrick Totzke2011-11-07
|
* handling of tags containing spaces in refinepromptPatrick Totzke2011-10-18
|
* use select instead of openthreadPatrick Totzke2011-10-16
|
* colect args in globals refine/searchPatrick Totzke2011-10-16
|
* helpstrings and cleanup search commandsPatrick Totzke2011-10-16
|
* decorate search:retagPatrick Totzke2011-10-15
|
* decorate envelope:toggletagPatrick Totzke2011-10-15
|
* decorate search:refinePatrick Totzke2011-10-15
|
* imports and pep8Patrick Totzke2011-10-13
|
* fix importsPatrick Totzke2011-10-13
|
* filled commands/*pyPatrick Totzke2011-10-13
|
* 2nd attemptPatrick Totzke2011-10-12
|
* sorted commands into separate filesPatrick Totzke2011-10-08