diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-11-30 01:33:19 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-11-30 01:33:19 +0800 |
commit | cb5a1deee0c9cb099fdf5d561018febbc3c294df (patch) | |
tree | 250c6a1d418369e43788410bafd95c70d2fa4f62 /doc/C/config-prefs.sgml | |
parent | ef585975d00ddbc021fa9a1181723c67b3223a82 (diff) | |
download | gsoc2013-evolution-cb5a1deee0c9cb099fdf5d561018febbc3c294df.tar gsoc2013-evolution-cb5a1deee0c9cb099fdf5d561018febbc3c294df.tar.gz gsoc2013-evolution-cb5a1deee0c9cb099fdf5d561018febbc3c294df.tar.bz2 gsoc2013-evolution-cb5a1deee0c9cb099fdf5d561018febbc3c294df.tar.lz gsoc2013-evolution-cb5a1deee0c9cb099fdf5d561018febbc3c294df.tar.xz gsoc2013-evolution-cb5a1deee0c9cb099fdf5d561018febbc3c294df.tar.zst gsoc2013-evolution-cb5a1deee0c9cb099fdf5d561018febbc3c294df.zip |
added some <glossterms>, added linkends to existing glossterms.
2000-11-29 Aaron Weber <aaron@helixcode.com>
* C/config-setupassist.sgml: added some <glossterms>, added linkends to existing glossterms.
2000-11-28 Aaron Weber <aaron@helixcode.com>
* C/evolution-guide.sgml: Changed intro to Config section. Now
defines what, exactly, "configurable" means.
* C/usage-print.sgml: Stylistic revisions.
* C/usage-calendar.sgml: Stylistic revisions.
* C/usage-contact.sgml: Stylistic revisions.
svn path=/trunk/; revision=6716
Diffstat (limited to 'doc/C/config-prefs.sgml')
-rw-r--r-- | doc/C/config-prefs.sgml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/C/config-prefs.sgml b/doc/C/config-prefs.sgml index 27c1ac57db..157b61e1cc 100644 --- a/doc/C/config-prefs.sgml +++ b/doc/C/config-prefs.sgml @@ -1,5 +1,4 @@ <!-- <!DOCTYPE Chapter PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"> --> - <chapter id="config-prefs"> <title>Advanced Configuration</title> @@ -62,8 +61,6 @@ </listitem> </varlistentry> - - <varlistentry> <term><guilabel>Other</guilabel></term> <listitem> @@ -71,7 +68,7 @@ Miscellaneous mail and news settings, such as HTML handling preferences, and how long <application>Evolution</application> should wait before - marking message read. + marking a message read. </para> </listitem> </varlistentry> @@ -175,7 +172,9 @@ <term><guilabel>Mail source type:</guilabel></term> <listitem> <para> - Select from IMAP or POP servers, or Unix-style + Select from <glossterm + linkend="imap">IMAP</glossterm> or <glossterm + linkend="pop">POP</glossterm> servers, or Unix-style <systemitem><filename>mbox</filename></systemitem> or <systemitem><filename>mh</filename></systemitem> files. @@ -188,7 +187,7 @@ <para> Enter the name of the mail source server in this field. If you use an may or may not be the same as your - <glossterm>SMTP</glossterm> server. + <glossterm linkend="smtp">SMTP</glossterm> server. </para> </listitem> </varlistentry> @@ -249,13 +248,13 @@ <para> The <interface>Mail Transports</interface> tab lets you set how you will send mail. Evolution currently supports two - mail transport options: <guilabel>SMTP</guilabel>, which + mail transport options: <glossterm linkend="smtp">SMTP</glossterm>, which uses a remote mail server, and - <guilabel>sendmail</guilabel>, which uses the + <glossterm linkend="sendmail">sendmail</glossterm>, which uses the <application>sendmail</application> program on your local system. <application>Sendmail</application> is more difficult to configure, but offers more flexibility than - <systemitem>SMTP</systemitem>. + <glossterm>SMTP</glossterm>. </para> <para> To use <guilabel>SMTP</guilabel>, you'll need to enter the |