diff options
author | Aaron Weber <aaron@src.gnome.org> | 2000-05-28 12:05:59 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-05-28 12:05:59 +0800 |
commit | 81bab650bb4ca76d93578064794d78190d0e9527 (patch) | |
tree | 37740b8ed8aa84e2079b1cfec63eecb50030443a /help/C/config-setupassist.sgml | |
parent | 0d4aa83d4e9a4a0a90fdaf17ffe3ea5ef861db07 (diff) | |
download | gsoc2013-evolution-81bab650bb4ca76d93578064794d78190d0e9527.tar gsoc2013-evolution-81bab650bb4ca76d93578064794d78190d0e9527.tar.gz gsoc2013-evolution-81bab650bb4ca76d93578064794d78190d0e9527.tar.bz2 gsoc2013-evolution-81bab650bb4ca76d93578064794d78190d0e9527.tar.lz gsoc2013-evolution-81bab650bb4ca76d93578064794d78190d0e9527.tar.xz gsoc2013-evolution-81bab650bb4ca76d93578064794d78190d0e9527.tar.zst gsoc2013-evolution-81bab650bb4ca76d93578064794d78190d0e9527.zip |
added Kevin Breit to author and copyright.
* C/evolution-guide.sgml: added Kevin Breit to author and
copyright.
* C/apx-authors.sgml: Put app authors in a simplelist.
* C/usage-mail.sgml: Removed USAGE-SETUP insertion, added xref to send
users to config-setupassist chapter. This and the following changes
take setup druid coverage out of usage
section and put it in config section.
* C/config-setupassist.sgml: Added mail druid coverage from
usage-setup.sgml.
* C/usage-setup.sgml: Removed file. contents in
config-setupassist.sgml.
* C/evolution-guide.sgml: Removed
USAGE-SETUP entity (and file usage-setup.sgml.)
svn path=/trunk/; revision=3236
Diffstat (limited to 'help/C/config-setupassist.sgml')
-rw-r--r-- | help/C/config-setupassist.sgml | 113 |
1 files changed, 110 insertions, 3 deletions
diff --git a/help/C/config-setupassist.sgml b/help/C/config-setupassist.sgml index f33cc81de2..ea78865037 100644 --- a/help/C/config-setupassist.sgml +++ b/help/C/config-setupassist.sgml @@ -4,15 +4,122 @@ <para> The setup assistant can gather most of the information necessary for <application>Evolution</application>'s daily - operation. If you chose not to use it the first time you ran - <application>Evolution</application>, you can run it again by - doing SOMETHING HERE. + operation. If you prefer more detailed or advanced + configuration, see <xref linkend="config-prefs"> </para> <para> This paragraph will describe all information required by the setup assistant. It will include a long itemized list, and a screenshot or two. </para> + <sect1 id="config-setupassist-mail"> + <title>Mail Setup</title> + <para> + The first time you try to send or receive mail with + <application>Evolution</application>, the <interface>mail + setup druid</interface> will pop up to help you + set up your email preferences. If you don't plan to use + email, or if you'd rather configure your email preferences + later, click <guibutton>Cancel</guibutton>. + </para> + <para> + The setup <glossterm>druid</glossterm> + will guide you through the network configuration process. It + will ask you for some basic information; your system + administrator or ISP should have the answers you'll need. + The mail setup druid is pictured in <xref + linkend="usage-setup-fig">. + +<!-- ==============Figure=================================== --> + + <figure id="usage-setup-fig"> + <title>Mail Setup Druid</title> + <screenshot> + <screeninfo>Evolution Main Window</screeninfo> + <graphic fileref="fig/mail-druid-pic" format="png" srccredit="Aaron Weber"> + </graphic> + </screenshot> + </figure> +<!-- ==============End of Figure=================================== --> + + + + The druid will ask you for the following information: + <itemizedlist> + <listitem> <para> <guilabel>Name— </guilabel> Your + full name: eg. Eva Lucianne Tester </para></listitem> + + <listitem><para> <guilabel>Email address&mdash</guilabel>; + Your email address: eg. eltester@helixcode.com + </para></listitem> + + <listitem> + <para> + <guilabel> Organization—</guilabel> Any + organization you represent. Leave this blank if you + wish. + </para> + </listitem> + + <listitem><para> <guilabel>Signature File—</guilabel> A text + file appended to any email you send, typically your name + and email address, or a quotation you like. It should be + under three lines of text.</para></listitem> + + <listitem> + <para> + <guilabel>Mail source type—</guilabel> + <application>Evolution</application> supports two mail + sources: POP servers, the most common email server type, + and UNIX-style MBOX files. Ask your system + administrator which one you use. + </para> + </listitem> + + <listitem> + <para> + <guilabel>Server—</guilabel> This should be the + name of your mail server, eg. + mailserver.organization.org + </para> + </listitem> + + <listitem> + <para> + <guilabel> Username— </guilabel>Usually, this is + the part of your email address before the @ character, + and <application>Evolution</application> has selected + that value as the default. If you have a different + username, you can enter it here. + </para> + </listitem> + + <listitem> + <para> + <guilabel>Authentication—</guilabel> Select the + type of authentication you will use. You can click + <guibutton>Detect supported types</guibutton> to find + out which authentication protocols your network allows. + </para> + </listitem> + + + <listitem> + <para> + <guilabel>Mail Transport—</guilabel> This is the + mail sending protocol you will want to use. Sendmail is + the default. + </para> + </listitem> + </itemizedlist> + </para> + <para> + To learn how to configure <application>Evolution</application> + in greater detail, or to change preferences once you have set + them, see <xref linkend="config-prefs">. + </para> + </sect1> + </chapter> |