diff options
author | Kevin Breit <battery841@mediaone.net> | 2001-06-20 23:16:05 +0800 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2001-06-20 23:16:05 +0800 |
commit | d4f63382f5717da28b2f5371662d4c508cccdfac (patch) | |
tree | 158d7b4936fe79bd2808def7524af2ddd33c1e6d | |
parent | d10a2dbcc61d5f91230b7d7418a873ec3e9570d2 (diff) | |
download | gsoc2013-evolution-d4f63382f5717da28b2f5371662d4c508cccdfac.tar gsoc2013-evolution-d4f63382f5717da28b2f5371662d4c508cccdfac.tar.gz gsoc2013-evolution-d4f63382f5717da28b2f5371662d4c508cccdfac.tar.bz2 gsoc2013-evolution-d4f63382f5717da28b2f5371662d4c508cccdfac.tar.lz gsoc2013-evolution-d4f63382f5717da28b2f5371662d4c508cccdfac.tar.xz gsoc2013-evolution-d4f63382f5717da28b2f5371662d4c508cccdfac.tar.zst gsoc2013-evolution-d4f63382f5717da28b2f5371662d4c508cccdfac.zip |
Took out a reference to gloss.
2001-06-20 Kevin Breit <battery841@mediaone.net>
* doc/C/apx-gloss.sgml: Took out a reference to gloss.
svn path=/trunk/; revision=10332
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/C/apx-gloss.sgml | 10 | ||||
-rw-r--r-- | help/C/apx-gloss.sgml | 10 |
3 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2001-06-20 Kevin Breit <battery841@mediaone.net> + * doc/C/apx-gloss.sgml: Took out a reference to gloss. + +2001-06-20 Kevin Breit <battery841@mediaone.net> + * doc/C/usage-exec-summary.sgml: Made it build. 2001-06-19 Dan Winship <danw@ximian.com> diff --git a/doc/C/apx-gloss.sgml b/doc/C/apx-gloss.sgml index 3d3987ac9e..76102417c4 100644 --- a/doc/C/apx-gloss.sgml +++ b/doc/C/apx-gloss.sgml @@ -105,6 +105,16 @@ </glossdef> </glossentry> + <glossentry id="expunge"> + <glossterm>Expunge</glossterm> + <glossdef> + <para> + When messages are marked for deletion, they remain till they are expunged. + When a message is expunged, it is permanently deleted, as long as it was + marked for deletion. + </para> + </glossdef> + </glossentry> <glossentry id="filetree"> <glossterm>File Tree</glossterm> diff --git a/help/C/apx-gloss.sgml b/help/C/apx-gloss.sgml index 3d3987ac9e..76102417c4 100644 --- a/help/C/apx-gloss.sgml +++ b/help/C/apx-gloss.sgml @@ -105,6 +105,16 @@ </glossdef> </glossentry> + <glossentry id="expunge"> + <glossterm>Expunge</glossterm> + <glossdef> + <para> + When messages are marked for deletion, they remain till they are expunged. + When a message is expunged, it is permanently deleted, as long as it was + marked for deletion. + </para> + </glossdef> + </glossentry> <glossentry id="filetree"> <glossterm>File Tree</glossterm> |