diff options
author | Aaron Weber <aaron@helixcode.com> | 2000-09-02 02:18:02 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2000-09-02 02:18:02 +0800 |
commit | acfe848315c12b21544e0273fe2d99c9e23c188d (patch) | |
tree | 9440e1f1cfd91a31482d3ccc0de7ce3a3c351669 /help/C/config-prefs.sgml | |
parent | 6fa7bb56538b93fcd926b2b5c6f63168c226ea60 (diff) | |
download | gsoc2013-evolution-acfe848315c12b21544e0273fe2d99c9e23c188d.tar gsoc2013-evolution-acfe848315c12b21544e0273fe2d99c9e23c188d.tar.gz gsoc2013-evolution-acfe848315c12b21544e0273fe2d99c9e23c188d.tar.bz2 gsoc2013-evolution-acfe848315c12b21544e0273fe2d99c9e23c188d.tar.lz gsoc2013-evolution-acfe848315c12b21544e0273fe2d99c9e23c188d.tar.xz gsoc2013-evolution-acfe848315c12b21544e0273fe2d99c9e23c188d.tar.zst gsoc2013-evolution-acfe848315c12b21544e0273fe2d99c9e23c188d.zip |
Added coverage of news, clarified POP/IMAP distinction (there's a theme to
2000-09-01 Aaron Weber <aaron@helixcode.com>
* C/config-prefs.sgml: Added coverage of news, clarified POP/IMAP
distinction (there's a theme to these four log entries here).
* C/usage-mail.sgml: Added coverage of news.
* C/config-setupassist.sgml: Revised mail sources content for
IMAP/POP stuff.
* C/apx-gloss.sgml: Added IMAP and POP.
svn path=/trunk/; revision=5166
Diffstat (limited to 'help/C/config-prefs.sgml')
-rw-r--r-- | help/C/config-prefs.sgml | 35 |
1 files changed, 22 insertions, 13 deletions
diff --git a/help/C/config-prefs.sgml b/help/C/config-prefs.sgml index e0f6dd0297..997868ca2f 100644 --- a/help/C/config-prefs.sgml +++ b/help/C/config-prefs.sgml @@ -215,6 +215,15 @@ </varlistentry> </variablelist> </para> + <para> + If you choose several mail sources, clicking + <guibutton>Get Mail</guibutton> will refresh any IMAP or + <filename>mbox</filename> listings and check and download + all POP servers. In other words, <guibutton>Get + Mail</guibutton> gets your mail, no matter how many + sources you have, or what types they are. + </para> + </sect3> <sect3 id="config-prefs-mail-network-transports"> <title>Transports</title> @@ -226,7 +235,7 @@ 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>. + than <systemitem>SMTP</systemitem>. </para> <para> To use <guilabel>SMTP</guilabel>, you'll need to enter the @@ -234,30 +243,30 @@ <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> - before you click <guibutton>OK</guibutton>. + <application>Evolution</application> can attempt to + determine if you have entered a valid server name. To + have it do so, check the box labelled <guilabel>Test these + values before continuing</guilabel> before you click + <guibutton>OK</guibutton>. </para> </sect3> </sect2> - <sect2 id="config-prefs-network-news"> - - <!-- WHY is this in the MAIL config section? WHY is this UI SOOOO bad?--> - + <sect2 id="config-prefs-network-news"> <title>News Servers</title> <para> + Newsgroups are so much like mailing lists that there's no + reason not to have access to them right next to your mail. When you first select the <guilabel>News Servers</guilabel> tab, you will see a blank box with three familiar buttons on the right: <guibutton>Add</guibutton>, <guibutton>Edit</guibutton>, - and <guibutton>Delete</guibutton>. - </para> + and <guibutton>Delete</guibutton>. </para> <para> Click <guibutton>Add</guibutton> to add a news server; you will be prompted for its name. Enter the name, click - <guibutton>OK</guibutton>, and you're done. (FIXME, this needs work). + <guibutton>OK</guibutton>, and you're done. You can have + as many mail servers as you like, of course. News servers + will appear next to your IMAP servers. </para> </sect2> |