diff --git a/help/C/apx-gloss.sgml b/help/C/apx-gloss.sgml
index 76102417c4..dd9de00ddb 100644
--- a/help/C/apx-gloss.sgml
+++ b/help/C/apx-gloss.sgml
@@ -309,11 +309,24 @@
sending particular types of information between computer systems.
Examples include POP (Post Office Protocol), for email, and HTTP
(HypterText Transfer Protocol), for web pages.
-
+
+ Public Key Encryption
+
+
+ A strong encryption method that uses a set of two "keys," one of
+ which is made public, and one of which is kept private. Data
+ encrypted using the public key can only be decrypted using the
+ private key. The longer the keys, the more difficult it is to
+ break the encryption.
+
+
+
+
+
Regular Expression
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml
index 40234825df..45c7e52abd 100644
--- a/help/C/usage-mail.sgml
+++ b/help/C/usage-mail.sgml
@@ -15,10 +15,8 @@
If you use IMAP Mail
If you chose IMAP mail during the setup process, you must subscribe to
-your mail folders before you can read mail in them. Use the
-subscription management tool by selecting
-ToolsSubscribe to
-Folders.
+your mail folders before you can read mail in them. Read to find out how.
@@ -1211,19 +1209,33 @@ with quoted materials and the relevant replies interspersed-->
- In the Store section, click on the
- folder to which you wish to subscribe.
+ If you have accounts on multiple IMAP servers, select the
+ server where you'd like to manage your
+ subscriptions. Evolution will
+ display a list of available files and folders.
+
+
+
+
+
+ Select a file or folder by clicking on it. You will want
+ to select at least the INBOX
+ folder. Depending upon the way your IMAP server is
+ configured, the list of available files may include
+ non-mail folders. If it does, you can ignore them.
+
+
+
+
+
+ Click the Subscribe to add it to
+ the subscribed list.
- Click Subscribe to add it to the
- subscribed list.
-
-
-
-
- Close the window.
+ When you have subscribed to the folders you want, close
+ the window.
@@ -1236,12 +1248,11 @@ with quoted materials and the relevant replies interspersed-->
What is Encryption?
Encryption is an ancient method of keeping information safe
- from prying eyes. Evolution can
- help you keep your private messages secret. To do that, it
- makes use of the external application
+ from prying eyes. Evolution helps
+ you you protect your privacy by using
gpg, an implementation of strong
- Public Key
- Encryption .
+ Public Key
+ Encryption.
diff --git a/help/ChangeLog b/help/ChangeLog
index fcf95f70e7..b77efd112f 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-22 Aaron Weber
+
+ * C/apx-gloss.sgml: public key.
+
2001-08-22 Peter Williams
* sgmldocs.make: Oops, we need to take the basename too.