From 13141842164288600087ef0d0cef71dc42585845 Mon Sep 17 00:00:00 2001 From: Mathieu Agopian Date: Wed, 20 Mar 2013 13:24:04 +0100 Subject: [PATCH] doc update --- docs/source/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index b33ba8f..e86a21b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -149,7 +149,8 @@ triggered. Mails are flagged according to their state, in the ``process_messages`` method: -* ``UNPROCESSED``: MailBot hasn't started looking at this mail +* unprocessed: MailBot hasn't started looking at this mail, it doesn't have the + ``PROCESSING`` nor the ``PROCESSED`` flags * ``PROCESSING``: MailBot is checking callbacks, and triggering them if needed * ``PROCESSED``: MailBot is done with this mail, and won't process it anymore