diff options
author | Kevin Breit <battery841@mediaone.net> | 2001-09-19 02:42:10 +0800 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2001-09-19 02:42:10 +0800 |
commit | a5117de9a5714c6845d72a124f94f8572de54b73 (patch) | |
tree | 028ed82763b62d79897bda8600de0a79c3606076 | |
parent | 00d81264c73eebb83e911f3a0b80e3f00cc3701e (diff) | |
download | gsoc2013-evolution-a5117de9a5714c6845d72a124f94f8572de54b73.tar gsoc2013-evolution-a5117de9a5714c6845d72a124f94f8572de54b73.tar.gz gsoc2013-evolution-a5117de9a5714c6845d72a124f94f8572de54b73.tar.bz2 gsoc2013-evolution-a5117de9a5714c6845d72a124f94f8572de54b73.tar.lz gsoc2013-evolution-a5117de9a5714c6845d72a124f94f8572de54b73.tar.xz gsoc2013-evolution-a5117de9a5714c6845d72a124f94f8572de54b73.tar.zst gsoc2013-evolution-a5117de9a5714c6845d72a124f94f8572de54b73.zip |
Added a tip about the always encrypt button.
2001-09-18 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Added a tip about the always encrypt button.
svn path=/trunk/; revision=12942
-rw-r--r-- | help/C/usage-mail.sgml | 23 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
2 files changed, 27 insertions, 0 deletions
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml index 6d94a74bd9..e9e693c57e 100644 --- a/help/C/usage-mail.sgml +++ b/help/C/usage-mail.sgml @@ -1667,6 +1667,29 @@ with quoted materials and the relevant replies interspersed--> read. </para> </example> + <tip id="always-sign"> + <title>Always Sign</title> + <para> + You can set <application>Evolution</application> to always sign your email messages: + <orderedlist numeration="arabic"> + <listitem> + <para> + Open your account preferences. + </para> + </listitem> + <listitem> + <para> + Open the <guilabel>Security</guilabel> tab. + </para> + </listitem> + <listitem> + <para> + Click the <guibutton>Always sign outgoing messages when using this account</guibutton> button. + </para> + </listitem> + </orderedlist> + </para> + </tip> </sect2> <sect2 id="encryption-keygen"> diff --git a/help/ChangeLog b/help/ChangeLog index 8a266f89ad..55bbfc2b68 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2001-09-18 Kevin Breit <battery841@mediaone.net> + + * C/usage-mail.sgml: Added a tip about the always encrypt button. + 2001-09-17 Aaron Weber <aaron@ximian.com> * C/usage-mail.sgml: threaded mailview figure and img. added. |