diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-07-26 09:06:03 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-07-26 09:06:03 +0800 |
commit | cfa918989ab23e88aa01a3d4672ee39b86e87a93 (patch) | |
tree | ef208569a47c1baf990b4ceeb593bc22d6c68b5a /help/C/config-prefs.sgml | |
parent | 270ca5fae4e9775d3c19195132566a6273280794 (diff) | |
download | gsoc2013-evolution-cfa918989ab23e88aa01a3d4672ee39b86e87a93.tar gsoc2013-evolution-cfa918989ab23e88aa01a3d4672ee39b86e87a93.tar.gz gsoc2013-evolution-cfa918989ab23e88aa01a3d4672ee39b86e87a93.tar.bz2 gsoc2013-evolution-cfa918989ab23e88aa01a3d4672ee39b86e87a93.tar.lz gsoc2013-evolution-cfa918989ab23e88aa01a3d4672ee39b86e87a93.tar.xz gsoc2013-evolution-cfa918989ab23e88aa01a3d4672ee39b86e87a93.tar.zst gsoc2013-evolution-cfa918989ab23e88aa01a3d4672ee39b86e87a93.zip |
proofing all over.
2000-07-25 Aaron Weber <aaron@helixcode.com>
* C/evolution-guide.sgml: proofing all over.
* C/config-setupassist.sgml: Minor fixes.
* C/fig/* Replaced screenshots (Kevin's screenshots).
* C/apx-fdl.sgml: Appendix C no more!
svn path=/trunk/; revision=4341
Diffstat (limited to 'help/C/config-prefs.sgml')
-rw-r--r-- | help/C/config-prefs.sgml | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/help/C/config-prefs.sgml b/help/C/config-prefs.sgml index de8c8beae7..687a75e9f0 100644 --- a/help/C/config-prefs.sgml +++ b/help/C/config-prefs.sgml @@ -20,7 +20,7 @@ This will open the <interface>mail preferences window</interface>, illustrated in <xref linkend="config-prefs-mail-fig">. Mail Preferences are - seperated into several categories: + separated into several categories: <variablelist> <varlistentry> <term><guilabel>Identity</guilabel></term> @@ -133,7 +133,7 @@ and password, what sort of mail sending and receiving protocols your network uses, and the names of the servers you'll be using. If you're switching from another groupware - or email progam, you can almost certainly use the same + or email program, you can almost certainly use the same settings as you did with that program. Select the <guibutton>Sources</guibutton> tab in the <interface>Preferences</interface> window to tell @@ -146,7 +146,7 @@ <title>Mail Sources</title> <para> The <interface>Mail Sources</interface> tab allows you to - edit, add, or delete methods of retreiving mail from + edit, add, or delete methods of retrieving mail from servers. Clicking on <guibutton>Add</guibutton> or <guibutton>Edit</guibutton> will bring up a dialog box to offer you the following options: @@ -164,8 +164,9 @@ <term> <guilabel>Server:</guilabel></term> <listitem> <para> - Enter the name of your mail server in this field, - eg: <userinput>mail.mycompany.com</userinput> + Enter the name of your mail server in this field. + For example: + <userinput>mail.mycompany.com</userinput> </para> </listitem> </varlistentry> @@ -208,18 +209,21 @@ <title>Transports</title> <para> The <interface>Transports</interface> tab lets you set how - you will send mail. As of this writing, you have two - choices: <guilabel>SMTP</guilabel>, which uses a remote - mail server, and <guilabel>sendmail</guilabel>, which uses - the <application>sendmail</application> program on your - local system. + you will send mail. Evolution currently supports two mail + transport options: <guilabel>SMTP</guilabel>, which uses a + remote mail server, and <guilabel>sendmail</guilabel>, + which uses the <application>sendmail</application> program + on your local system. <application>Sendmail</application> + is more difficult to configure, but offers more flexibility + than plain <systemitem>SMTP</systemitem>. </para> <para> - If you choose <guilabel>SMTP</guilabel>, you will need to - know the name of your mail server. Your system - administrator or ISP has probably included that - information on the piece of paper you lost about five - minutes ago. <application>Evolution</application> can + To use <guilabel>SMTP</guilabel>, you'll need to enter the + name of your SMTP server, which should look like: + <userinput>smtp.isp.net</userinput>. + </para> + <para> + <application>Evolution</application> can attempt to determine if you have entered the right server name. To have it do so, check the box labelled <guilabel>Test these values before continuing</guilabel> @@ -488,10 +492,12 @@ </sect1> + <sect1 id="config-prefs-general"> <title>General Preferences</title> <para> - Overall Evolution prefs-- whatever else doesn't fit. + Additional configuration options will be covered here, as + they become available. </para> </sect1> </chapter> |