aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Weber <aaron@ximian.com>2002-10-09 03:23:16 +0800
committerAaron Weber <aaron@src.gnome.org>2002-10-09 03:23:16 +0800
commit1a4a455b6540254cf1a6ee2384eefd2774c1cd1d (patch)
tree1d39754d9307200738adf5fc287accc75a4778a9
parent705ab7a4d29509fe4b0f278763cf108c82e5ea82 (diff)
downloadgsoc2013-evolution-1a4a455b6540254cf1a6ee2384eefd2774c1cd1d.tar
gsoc2013-evolution-1a4a455b6540254cf1a6ee2384eefd2774c1cd1d.tar.gz
gsoc2013-evolution-1a4a455b6540254cf1a6ee2384eefd2774c1cd1d.tar.bz2
gsoc2013-evolution-1a4a455b6540254cf1a6ee2384eefd2774c1cd1d.tar.lz
gsoc2013-evolution-1a4a455b6540254cf1a6ee2384eefd2774c1cd1d.tar.xz
gsoc2013-evolution-1a4a455b6540254cf1a6ee2384eefd2774c1cd1d.tar.zst
gsoc2013-evolution-1a4a455b6540254cf1a6ee2384eefd2774c1cd1d.zip
add info about man page and so forth.
2002-10-08 Aaron Weber <aaron@ximian.com> * C/preface.sgml: add info about man page and so forth. * C/usage-mail.sgml: fix 30892, a cosmetic bug. svn path=/trunk/; revision=18354
-rw-r--r--help/C/preface.sgml12
-rw-r--r--help/C/usage-mail.sgml18
-rw-r--r--help/ChangeLog7
3 files changed, 34 insertions, 3 deletions
diff --git a/help/C/preface.sgml b/help/C/preface.sgml
index 6ea461f081..ea339dbae9 100644
--- a/help/C/preface.sgml
+++ b/help/C/preface.sgml
@@ -78,6 +78,18 @@ Lastly, we'll have warnings, in cases where you should be careful:
</sect1>
+ <sect1 id="other-help">
+ <title>Additional Help Sources</title>
+ <para>
+ You can find additional help in three places. For information
+ about command-line options, open a terminal window and type
+ <command> man evolution</command> or <command>evolution
+ --help</command>. For support, late-breaking news, and errata,
+ visit the Ximian support center at <ulink
+ url="http://support.ximian.com">support.ximian.com</ulink>.
+ </para>
+ </sect1>
+
<sect1 id="whats-new-in-one-two">
<title>What's New in Evolution 1.2</title>
<para>
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml
index 784c7c23ca..52abc0c249 100644
--- a/help/C/usage-mail.sgml
+++ b/help/C/usage-mail.sgml
@@ -2136,10 +2136,14 @@ wwwkeys.pgp.net 32j38dk2</command>. Substitute your key ID for
You'll need to open
<menuchoice>
<guimenu>Tools</guimenu>
- <guimenuitem>Mail Settings</guimenuitem>
+ <guimenuitem>Settings</guimenuitem>
</menuchoice>
- Once there, select the account with which you'd like to send
- and receive encrypted mail, and click the
+ and select the <guilabel>Mail Accounts</guilabel> button, then
+ select the account you want to use securely, and click the
+ <guibutton>Edit</guibutton> button. Then, select the
+ <guilabel>Security</guilabel> tab in the account dialog. Once
+ there, select the account with which you'd like to send and
+ receive encrypted mail, and click the
<guibutton>Edit</guibutton> button. In the
<guilabel>Security</guilabel> tab is a section labeled
<guilabel>Pretty Good Privacy</guilabel>. Enter your key ID
@@ -2147,6 +2151,14 @@ wwwkeys.pgp.net 32j38dk2</command>. Substitute your key ID for
integrated into your identity in
<application>Evolution</application>.
</para>
+ <para>
+ You may also need to tell Evolution where to find the PGP or
+ GPG application. Under the <guibutton>Mail
+ Preferences</guibutton> section, select the
+ <guibutton>Security</guibutton> tab and enter the complete
+ path, usually <userinput>/usr/bin/gpg</userinput> for your
+ encryption tool.
+ </para>
<note>
<title>What is my Key ID again?</title>
<para>
diff --git a/help/ChangeLog b/help/ChangeLog
index ce78bcb036..25d07142c2 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-08 Aaron Weber <aaron@ximian.com>
+
+
+ * C/preface.sgml: add info about man page and so forth.
+
+ * C/usage-mail.sgml: fix 30892, a cosmetic bug.
+
2002-09-20 Aaron Weber <aaron@ximian.com>
* C/usage-mail.sgml: offline usage.