aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-25 08:39:21 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-25 08:39:21 +0100
commite80daac2931d99da10bf2d1d106fb35455455470 (patch)
treea22f189353e36a98ca3d76ffda7833a5680a2409 /docs/source
parent9058e3d1b55ed35cda2df6426578435934af19de (diff)
Implement Message().get|set_flag()
These were the last 2 missing methods from the Message object, which should be feature complete now.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/index.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 4a6c574b..89b8d6c1 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -140,7 +140,15 @@ More information on specific topics can be found on the following pages:
.. automethod:: get_filename
- .. automethod:: get_flag
+ .. attribute:: FLAG
+
+ FLAG.MATCH
+ This flag is automatically set by a
+ Query.search_threads on those messages that match the
+ query. This allows us to distinguish matches from the rest
+ of the messages in that thread.
+
+ .. automethod:: get_flag
.. automethod:: set_flag