aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorAaron Weber <aaron@ximian.com>2001-08-23 06:57:30 +0800
committerAaron Weber <aaron@src.gnome.org>2001-08-23 06:57:30 +0800
commitf106ce0ff70ba138a289ba2ef905271fc2abbae6 (patch)
tree52817a65c17bcf4c18fda365437114785fdfe5a2 /help
parent4bc7cbc83e8c779a7b546e2557e2de037d547622 (diff)
downloadgsoc2013-evolution-f106ce0ff70ba138a289ba2ef905271fc2abbae6.tar
gsoc2013-evolution-f106ce0ff70ba138a289ba2ef905271fc2abbae6.tar.gz
gsoc2013-evolution-f106ce0ff70ba138a289ba2ef905271fc2abbae6.tar.bz2
gsoc2013-evolution-f106ce0ff70ba138a289ba2ef905271fc2abbae6.tar.lz
gsoc2013-evolution-f106ce0ff70ba138a289ba2ef905271fc2abbae6.tar.xz
gsoc2013-evolution-f106ce0ff70ba138a289ba2ef905271fc2abbae6.tar.zst
gsoc2013-evolution-f106ce0ff70ba138a289ba2ef905271fc2abbae6.zip
public key.
2001-08-22 Aaron Weber <aaron@ximian.com> * C/apx-gloss.sgml: public key. svn path=/trunk/; revision=12405
Diffstat (limited to 'help')
-rw-r--r--help/C/apx-gloss.sgml13
-rw-r--r--help/C/usage-mail.sgml39
-rw-r--r--help/ChangeLog4
3 files changed, 42 insertions, 14 deletions
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,12 +309,25 @@
sending particular types of information between computer systems.
Examples include POP (Post Office Protocol), for email, and HTTP
(HypterText Transfer Protocol), for web pages.
+ </para>
+ </glossdef>
+ </glossentry>
+ <glossentry id="public-key-encryption">
+ <glossterm>Public Key Encryption</glossterm>
+ <glossdef>
+ <para>
+ 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.
</para>
</glossdef>
</glossentry>
+
<glossentry id="regular-expression">
<glossterm>Regular Expression</glossterm>
<glossdef>
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 @@
<title>If you use IMAP Mail</title>
<para>
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
-<menuchoice><guimenu>Tools</guimenu><guimenuitem>Subscribe to
-Folders</guimenuitem></menuchoice>.
+your mail folders before you can read mail in them. Read <xref
+linkend="usage-mail-subscriptions"> to find out how.
</para>
</note>
@@ -1211,19 +1209,33 @@ with quoted materials and the relevant replies interspersed-->
<listitem>
<para>
- In the <guilabel>Store</guilabel> 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. <application>Evolution</application> will
+ display a list of available files and folders.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ Select a file or folder by clicking on it. You will want
+ to select at least the <guilabel>INBOX</guilabel>
+ 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.
+ </para>
+ </listitem>
+
<listitem>
<para>
- Click <guibutton>Subscribe</guibutton> to add it to the
- subscribed list.
+ Click the <guibutton>Subscribe</guibutton> to add it to
+ the subscribed list.
</para>
</listitem>
<listitem>
<para>
- Close the window.
+ When you have subscribed to the folders you want, close
+ the window.
</para>
</listitem>
</orderedlist>
@@ -1236,12 +1248,11 @@ with quoted materials and the relevant replies interspersed-->
<title>What is Encryption?</title>
<para>
Encryption is an ancient method of keeping information safe
- from prying eyes. <application>Evolution</application> can
- help you keep your private messages secret. To do that, it
- makes use of the external application
+ from prying eyes. <application>Evolution</application> helps
+ you you protect your privacy by using
<application>gpg</application>, an implementation of strong
- <!-- <glossterm linkend="public-key-encryption"> --> Public Key
- Encryption <!-- </glossterm> -->.
+ <glossterm linkend="public-key-encryption">Public Key
+ Encryption.</glossterm>
</para>
<note id="pub-priv">
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 <aaron@ximian.com>
+
+ * C/apx-gloss.sgml: public key.
+
2001-08-22 Peter Williams <peterw@ximian.com>
* sgmldocs.make: Oops, we need to take the basename too.