diff options
author | Aaron Weber <aaron@ximian.com> | 2001-06-20 07:22:34 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2001-06-20 07:22:34 +0800 |
commit | 538da66362572c68d43f8864b6b6e4c3625bbb87 (patch) | |
tree | 032760cc7f7d232aef50f9f24a6b9107f13d1025 /help/C/usage-mail.sgml | |
parent | 31ec46f9fd5d7caa6dc407dba4d93ad655888db2 (diff) | |
download | gsoc2013-evolution-538da66362572c68d43f8864b6b6e4c3625bbb87.tar gsoc2013-evolution-538da66362572c68d43f8864b6b6e4c3625bbb87.tar.gz gsoc2013-evolution-538da66362572c68d43f8864b6b6e4c3625bbb87.tar.bz2 gsoc2013-evolution-538da66362572c68d43f8864b6b6e4c3625bbb87.tar.lz gsoc2013-evolution-538da66362572c68d43f8864b6b6e4c3625bbb87.tar.xz gsoc2013-evolution-538da66362572c68d43f8864b6b6e4c3625bbb87.tar.zst gsoc2013-evolution-538da66362572c68d43f8864b6b6e4c3625bbb87.zip |
A couple changes to Kevin's update. Mostly just checking over.
2001-06-19 Aaron Weber <aaron@ximian.com>
* C/usage-mainwindow.sgml and usage-mail.sgml: A couple changes to Kevin's update. Mostly just checking over.
svn path=/trunk/; revision=10313
Diffstat (limited to 'help/C/usage-mail.sgml')
-rw-r--r-- | help/C/usage-mail.sgml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml index 2d8959b5d6..50228d7f44 100644 --- a/help/C/usage-mail.sgml +++ b/help/C/usage-mail.sgml @@ -1213,10 +1213,9 @@ possibly never will be due to security evil. --> <term><guilabel>Expression</guilabel></term> <listitem> <para> - Enter a <glossterm linkend="regular-expression">regular - expression</glossterm>, and - <application>Evolution</application> will search the - entire message, including headers, to match it for you. + For programmers only: match a message according to an + expression you write in the Scheme language, used to + define filters in Evolution. </para> </listitem> </varlistentry> @@ -1224,16 +1223,17 @@ possibly never will be due to security evil. --> <varlistentry> <term><guilabel>Date Sent</guilabel></term> - <listitem><para> Filter messages by when they were sent: - First, choose the conditions you want a message to - meet— <guilabel>before</guilabel> a given time, - <guilabel>after</guilabel> it, and so forth. Then, choose - the time. The filter will compare the message's time-stamp - to the system clock when the filter is run, or to a - specific time and date you choose from a calendar. You - can even have it look for messages within a range of time - relative to the filter&mdash perhaps you're looking for - messages less than two days old. </para></listitem> + <listitem><para> Filter messages according to the date on + which they were sent: First, choose the conditions you + want a message to meet — <guilabel>before</guilabel> + a given time, <guilabel>after</guilabel> it, and so forth. + Then, choose the time. The filter will compare the + message's time-stamp to the system clock when the filter + is run, or to a specific time and date you choose from a + calendar. You can even have it look for messages within a + range of time relative to the filter &mdash perhaps you're + looking for messages less than two days old. + </para></listitem> </varlistentry> <varlistentry> |