aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin Breit <battery841@mediaone.net>2001-07-06 04:05:21 +0800
committerKevin Breit <battery841@src.gnome.org>2001-07-06 04:05:21 +0800
commitd07621da7b3e5817654d558907ba9ecfc86202ac (patch)
tree716a1a4598e5c2161df10dea95849f8ebbd166eb /doc
parent894299df02f8391f0f91f8abbcd50fbd6bd855bf (diff)
downloadgsoc2013-evolution-d07621da7b3e5817654d558907ba9ecfc86202ac.tar
gsoc2013-evolution-d07621da7b3e5817654d558907ba9ecfc86202ac.tar.gz
gsoc2013-evolution-d07621da7b3e5817654d558907ba9ecfc86202ac.tar.bz2
gsoc2013-evolution-d07621da7b3e5817654d558907ba9ecfc86202ac.tar.lz
gsoc2013-evolution-d07621da7b3e5817654d558907ba9ecfc86202ac.tar.xz
gsoc2013-evolution-d07621da7b3e5817654d558907ba9ecfc86202ac.tar.zst
gsoc2013-evolution-d07621da7b3e5817654d558907ba9ecfc86202ac.zip
Added orderedlists.
2001-07-05 Kevin Breit <battery841@mediaone.net> * C/usage-mainwindow.sgml: Added orderedlists. * C/usage-exec-summary.sgml: Added orderedlists. svn path=/trunk/; revision=10826
Diffstat (limited to 'doc')
-rw-r--r--doc/C/usage-mainwindow.sgml101
-rw-r--r--doc/ChangeLog4
2 files changed, 84 insertions, 21 deletions
diff --git a/doc/C/usage-mainwindow.sgml b/doc/C/usage-mainwindow.sgml
index 2b29191ed6..b4943af412 100644
--- a/doc/C/usage-mainwindow.sgml
+++ b/doc/C/usage-mainwindow.sgml
@@ -138,11 +138,11 @@
</listitem>
</varlistentry>
-->
-
- </variablelist>
- </para>
- </sect2>
- <sect2 id="usage-mainwindow-folderbar">
+
+ </variablelist>
+ </para>
+ </sect2>
+ <sect2 id="usage-mainwindow-folderbar">
<title>Folders and The Folder Bar</title>
<para>
The <interface>folder bar</interface> is a more comprehensive
@@ -235,21 +235,79 @@
<para>
If you get any serious amount of mail, you'll want more folders
- than just your Inbox. To create a new folder, select
- <menuchoice> <guimenu>File</guimenu>
- <guisubmenu>New</guisubmenu>
- <guimenuitem>Folder</guimenuitem></menuchoice>
- <keycombo action="simul">
- <keycap>Shift</keycap>
- <keycap>Ctrl</keycap>
- <keycap>E</keycap>
- </keycombo>. You'll be
- asked where you want to put it, and what kind of folder it
- should be. You can choose from three types:
- <guilabel>Mail</guilabel>, for storing mail,
- <guilabel>Calendar</guilabel> for storing calendars, and
- <guilabel>Contacts</guilabel> for storing contacts.
- </para>
+ than just your Inbox.
+ To create a new folder:
+ <orderedlist numeration="arabic">
+ <listitem>
+ <para>
+ Select
+ <menuchoice> <guimenu>File</guimenu>
+ <guisubmenu>New</guisubmenu>
+ <guimenuitem>Folder</guimenuitem></menuchoice>
+ <keycombo action="simul">
+ <keycap>Shift</keycap>
+ <keycap>Ctrl</keycap>
+ <keycap>E</keycap>
+ </keycombo>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Select the name of the folder in the <guilabel>Folder
+ Name</guilabel> field.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Select the folder type. The available options are.
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ Calendar
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Contacts
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Mail
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Mail Storage
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ My Evolution
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Tasks
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ vTrash
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Select the folder for the new folder to go in.
+ </para>
+ </listitem>
+ </orderedlist>
+ </para>
<sect3 id="subfolders">
<title>Subfolders</title>
@@ -316,7 +374,8 @@
</para>
</sect3>
</sect2>
- <sect2 id="usage-mainwindow-menubar">
+
+ <sect2 id="usage-mainwindow-menubar">
<title>The Menu Bar</title>
<para>
The <interface>menu bar</interface>'s contents will always
diff --git a/doc/ChangeLog b/doc/ChangeLog
index bd466d9f67..9dfc8e7fe7 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,9 @@
2001-07-05 Kevin Breit <battery841@mediaone.net>
+ * C/usage-mainwindow.sgml: Added orderedlists.
+
+ * C/usage-exec-summary.sgml: Added orderedlists.
+
* C/usage-contact.sgml: Added orderedlists.
* C/usage-mail-org.sgml: Added orderedlists.