From ac018a00f61c96ec95ac3ef1ad1cdbf986c81b24 Mon Sep 17 00:00:00 2001 From: William Erik Baxter Date: Sat, 8 Sep 2012 20:37:49 -0400 Subject: Add docs for search modification functions. --- docs/source/configuration/alotrc_table | 2 ++ docs/source/usage/modes/search.rst | 53 ++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table index 64f415f5..92ba32b1 100644 --- a/docs/source/configuration/alotrc_table +++ b/docs/source/configuration/alotrc_table @@ -101,6 +101,8 @@ :default: From, To, Cc, Bcc, Subject + The pseudo-header "Tags" displays message tags. + .. _edit-headers-blacklist: .. describe:: edit_headers_blacklist diff --git a/docs/source/usage/modes/search.rst b/docs/source/usage/modes/search.rst index 5347e44d..990d8f7a 100644 --- a/docs/source/usage/modes/search.rst +++ b/docs/source/usage/modes/search.rst @@ -27,6 +27,18 @@ The following commands are available in search mode optional arguments :---no-flush: postpone a writeout to the index (Defaults to: 'True'). +.. _cmd.search.untagsearch: + +.. describe:: untagsearch + + remove tags from all messages in threads in the search results + + argument + comma separated list of tags + + optional arguments + :---no-flush: postpone a writeout to the index (Defaults to: 'True'). + .. _cmd.search.retag: .. describe:: retag @@ -39,6 +51,18 @@ The following commands are available in search mode optional arguments :---no-flush: postpone a writeout to the index (Defaults to: 'True'). +.. _cmd.search.retagsearch: + +.. describe:: retagsearch + + set tags of all messages in all threads in the search results + + argument + comma separated list of tags + + optional arguments + :---no-flush: postpone a writeout to the index (Defaults to: 'True'). + .. _cmd.search.refineprompt: .. describe:: refineprompt @@ -58,6 +82,18 @@ The following commands are available in search mode optional arguments :---no-flush: postpone a writeout to the index (Defaults to: 'True'). +.. _cmd.search.tagsearch: + +.. describe:: tagsearch + + add tags to all messages in all threads in the search results + + argument + comma separated list of tags + + optional arguments + :---no-flush: postpone a writeout to the index (Defaults to: 'True'). + .. _cmd.search.refine: .. describe:: refine @@ -93,6 +129,23 @@ The following commands are available in search mode optional arguments :---no-flush: postpone a writeout to the index (Defaults to: 'True'). +.. _cmd.search.toggletagssearch: + +.. describe:: toggletagssearch + + flip presence of tags on threads in the search results. + A tag is considered present if at least one message contained in this + thread is tagged with it. In that case this command will remove the tag + from every message in the thread. + + + argument + comma separated list of tags + + optional arguments + :---no-flush: postpone a writeout to the index (Defaults to: 'True'). + + .. _cmd.search.select: .. describe:: select -- cgit v1.2.3