aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Weber <aaron@src.gnome.org>2002-08-24 01:23:08 +0800
committerAaron Weber <aaron@src.gnome.org>2002-08-24 01:23:08 +0800
commit536e8060e9ff1656462c4c2f518279465ac43454 (patch)
tree38b4f590ee20aae8c3bdd5e01533c2e111babe61
parent061919e5c43cd20b82baf843b0ded25547a132d5 (diff)
downloadgsoc2013-evolution-536e8060e9ff1656462c4c2f518279465ac43454.tar
gsoc2013-evolution-536e8060e9ff1656462c4c2f518279465ac43454.tar.gz
gsoc2013-evolution-536e8060e9ff1656462c4c2f518279465ac43454.tar.bz2
gsoc2013-evolution-536e8060e9ff1656462c4c2f518279465ac43454.tar.lz
gsoc2013-evolution-536e8060e9ff1656462c4c2f518279465ac43454.tar.xz
gsoc2013-evolution-536e8060e9ff1656462c4c2f518279465ac43454.tar.zst
gsoc2013-evolution-536e8060e9ff1656462c4c2f518279465ac43454.zip
update more a little
svn path=/trunk/; revision=17850
-rw-r--r--help/C/preface.sgml63
1 files changed, 35 insertions, 28 deletions
diff --git a/help/C/preface.sgml b/help/C/preface.sgml
index 9132e23521..70c5954966 100644
--- a/help/C/preface.sgml
+++ b/help/C/preface.sgml
@@ -109,16 +109,6 @@ Lastly, we'll have warnings, in cases where you should be careful:
</listitem>
</varlistentry>
- <varlistentry>
- <term>Performance Improvements</term>
- <listitem>
- <para>
- Startup time has decreased, POP server interactions
- are more efficient, and indexing of locally cached
- mail is now faster.
- </para>
- </listitem>
- </varlistentry>
<varlistentry>
<term>Mail Composer Autocomplete</term>
@@ -134,6 +124,18 @@ Lastly, we'll have warnings, in cases where you should be careful:
</varlistentry>
<varlistentry>
+ <term>Performance Improvements</term>
+ <listitem>
+ <para>
+ Startup time has decreased, POP server interactions
+ are more efficient, and indexing of locally cached
+ mail is now faster.
+ </para>
+ </listitem>
+ </varlistentry>
+
+
+ <varlistentry>
<term>Mail Composer HTML Improvements</term>
<listitem>
<para>
@@ -152,6 +154,20 @@ Lastly, we'll have warnings, in cases where you should be careful:
</varlistentry>
<varlistentry>
+ <term>Signature Editor</term>
+ <listitem>
+ <para>
+ There is now a signature editor, which can be used to
+ create plain text or HTML signatures.
+ click the the <guilabel>Signatures</guilabel> tab in
+ the Composer Settings section of the Evolution
+ Settings window.
+ </para>
+ </listitem>
+ </varlistentry>
+
+
+ <varlistentry>
<term>Keyboard Navigation Overhaul</term>
<listitem>
</para>
@@ -230,8 +246,7 @@ Lastly, we'll have warnings, in cases where you should be careful:
<listitem>
<para>
vFolders and filters now notice if you move or delete
- a folder that they use, and update themselves
- accordingly.
+ a folder that they use.
</para>
</listitem>
</varlistentry>
@@ -250,17 +265,6 @@ Lastly, we'll have warnings, in cases where you should be careful:
</listitem>
</varlistentry>
-
- <varlistentry>
- <term>Signature Editor</term>
- <listitem>
- <para>
- There is now a signature editor, and it supports the
- full range of Gtkhtml functionality.
- </para>
- </listitem>
- </varlistentry>
-
<varlistentry>
<term>New Criteria and Actions</term>
<listitem>
@@ -277,17 +281,20 @@ Lastly, we'll have warnings, in cases where you should be careful:
<listitem>
<para>
You may now select which network folders which will be
- cached locally when you go into Offline mode.
+ cached locally when you go into Offline mode. This
+ setting may be changed from the Folders section of the
+ Evolution Settings window.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>Redirect (Bounce) Feature Added</term>
+ <term>Resend (Bounce) Feature Added</term>
<listitem>
<para>
- To redirect a message with all its headers instead of
- merely forwarding it, select the message and choose
+ This feature is often called "Bounce" or "Redirect." To
+ resend a message with all its headers instead of merely
+ forwarding it, select the message and choose
<menuchoice>
<guimenu>
Actions
@@ -296,7 +303,7 @@ Lastly, we'll have warnings, in cases where you should be careful:
Forward
</guisubmenu>
<guimenuitem>
- Redirect
+ Resend
</guimenuitem>
</menuchoice>.
</para>