diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-09-11 18:26:27 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:09:04 +0800 |
commit | 12937bc6aca6fb8acbcf8d31fa87e8f50c206578 (patch) | |
tree | 9afc59d11ecdd833a3c8b220bdff5b20fccef445 /help | |
parent | f044060e1d168f2c3e9ac922f74387940f00f2b9 (diff) | |
download | gsoc2013-evolution-12937bc6aca6fb8acbcf8d31fa87e8f50c206578.tar.gz gsoc2013-evolution-12937bc6aca6fb8acbcf8d31fa87e8f50c206578.tar.zst gsoc2013-evolution-12937bc6aca6fb8acbcf8d31fa87e8f50c206578.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> |