fox2mike    05/07/01 04:24:56

  Modified:    xml/htdocs/doc/en guide-to-mutt.xml
  Log:
  #97446 - Grammer and GuideXML corrections only. No Content Change.

Revision  Changes    Path
1.14      +15 -14    xml/htdocs/doc/en/guide-to-mutt.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.14&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.14&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/guide-to-mutt.xml.diff?r1=1.13&r2=1.14&cvsroot=gentoo

Index: guide-to-mutt.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- guide-to-mutt.xml   6 Apr 2005 09:40:00 -0000       1.13
+++ guide-to-mutt.xml   1 Jul 2005 04:24:56 -0000       1.14
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.13 
2005/04/06 09:40:00 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.14 
2005/07/01 04:24:56 fox2mike Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/guide-to-mutt.xml">
@@ -22,7 +22,7 @@
 <license/>
 
 <version>1.3</version>
-<date>2004-12-26</date>
+<date>2005-07-01</date>
 
 <chapter>
 <title>Introduction to E-Mail</title>
@@ -62,7 +62,7 @@
 These are the programs you will need to get your e-mail running.
 </p>
 
-<pre>
+<pre caption="Getting needed programs">
 # <i>emerge fetchmail procmail mutt nbsmtp</i>
 </pre> 
 
@@ -93,7 +93,7 @@
 </p>
 
 <pre caption="Sample .fetchmailrc">
-<i>poll mail.myisp.net  protocol pop3 user "myname" password "mypasswd"</i> 
+<i>poll mail.myisp.net protocol pop3 user "myname" password "mypasswd"</i> 
 </pre>
 
 <p>
@@ -102,12 +102,12 @@
 by the file owner. Set the permissions with the following command:
 </p>
 
-<pre>
+<pre caption="Changing Permissions">
 # <i>chmod 600 .fetchmailrc</i>
 </pre>
 
 <p>
-To see it in action use the verbose mode (-v). To fetch all messages use -a.
+To see fetchmail in action, use the verbose mode (-v). To fetch all messages 
use -a.
 And you must use the option -m to tell fetchmail to send the mail to procmail.
 </p>
 
@@ -153,7 +153,7 @@
 </p>
 
 <note>
-The procmail filter rules are called recipies and i have also included recipies
+The procmail filter rules are called recipes, and I have also included recipes
 to filter out some spam.
 </note>
 
@@ -278,7 +278,7 @@
 </p>
 
 <p>
-When you emerged mutt in the first step it installed a configurationfile in
+When you emerged mutt in the first step it installed a configuration file in
 <path>/etc/mutt/Muttrc</path>. You also need to create a <path>.muttrc</path>
 file in your home directory.
 </p>
@@ -398,7 +398,7 @@
 
 <p>
 For the record, this is just a sample <path>.muttrc</path>. There are many more
-options that you can configure, gpg settings for instance. Have a look at
+options that you can configure, such as integration with GPG. Have a look at
 <uri>http://www.dotfiles.com/index.php3?app_id=27</uri> for more examples and
 help.
 </p>
@@ -449,7 +449,7 @@
 host: This is the smtp server you are sending to.
 </p>
 
-<pre caption="Adding smtp support">
+<pre caption="Adding SMTP support">
 # <i>nano -w .muttrc</i>
 set sendmail="/usr/bin/nbsmtp -d isp.net -h smtp.isp.net -f [EMAIL PROTECTED]"
 </pre>
@@ -480,7 +480,7 @@
 extracts the urls in message texts and sends them to your browser.
 </note>
 
-<pre>
+<pre caption="Getting urlview">
 # <i>emerge urlview</i> 
 </pre>
 
@@ -490,9 +490,10 @@
 </p>
 
 <p>
-You now have a powerful and highly customizable mail system. So read all the
-manuals and docs and find the many user configuration files available on the
-web with 'google' <path>procmailrc</path> and <path>muttrc</path>.
+You now have a powerful and highly customizable mail system. To take advantage
+of its flexibility, read all the manuals and docs and find the many user
+configuration files available on the web: search for <path>procmailrc</path> 
and
+<path>muttrc</path>.
 </p>
 
 </body>



-- 
[email protected] mailing list

Reply via email to