diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-09-11 18:26:27 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-09-11 18:44:25 +0800 |
commit | 7eb5d0533d221070c083230b40730969ae50984d (patch) | |
tree | 19161f206a7691876c526654c7bf453dc2a0f944 /help | |
parent | 7ddf40f116361ea26c49dba0d52d690528f0f3f6 (diff) | |
download | gsoc2013-evolution-7eb5d0533d221070c083230b40730969ae50984d.tar.gz gsoc2013-evolution-7eb5d0533d221070c083230b40730969ae50984d.tar.zst gsoc2013-evolution-7eb5d0533d221070c083230b40730969ae50984d.zip |
User Docs: Add TODOs as pointed out by Michael Hill
Diffstat (limited to 'help')
-rw-r--r-- | help/C/mail-filters-conditions.page | 2 | ||||
-rw-r--r-- | help/C/mail-search-folders-conditions.page | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/help/C/mail-filters-conditions.page b/help/C/mail-filters-conditions.page index f068d32d4c..24475439c4 100644 --- a/help/C/mail-filters-conditions.page +++ b/help/C/mail-filters-conditions.page @@ -73,6 +73,7 @@ <p>Checks whether the message is <link xref="mail-follow-up-flag">flagged for follow-up</link>.</p></item> <item><p>Completed On:</p></item> +<!-- TODO: Explain usage of this option. --> <item><p>Attachments:</p> <p>Checks whether there is an attachment for the email.</p></item> @@ -93,5 +94,6 @@ <p>Filters based on the results of the <link xref="mail-spam">junk mail</link> test.</p></item> <item><p>Match All:</p></item> +<!-- TODO: Explain usage of this option. --> </list> </page> diff --git a/help/C/mail-search-folders-conditions.page b/help/C/mail-search-folders-conditions.page index 7d53794a2a..ced10fb4f6 100644 --- a/help/C/mail-search-folders-conditions.page +++ b/help/C/mail-search-folders-conditions.page @@ -73,6 +73,7 @@ <p>Checks whether the message is <link xref="mail-follow-up-flag">flagged for follow-up</link>.</p></item> <item><p>Completed On:</p></item> +<!-- TODO: Explain usage of this option. --> <item><p>Attachments:</p> <p>Checks whether there is an attachment for the email.</p></item> @@ -84,7 +85,9 @@ <p>(For programmers only) If you know your way around a <link href="https://secure.wikimedia.org/wikipedia/en/wiki/Regular_expression">regex</link>, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the grep command.</p></item> <item><p>Message Location:</p></item> +<!-- TODO: Explain usage of this option. --> <item><p>Match All:</p></item> +<!-- TODO: Explain usage of this option. --> </list> </page> |