public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: guide-to-mutt.xml
@ 2006-05-15 12:40 Josh Saddler
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Saddler @ 2006-05-15 12:40 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/05/15 12:40:47

  Modified:             guide-to-mutt.xml
  Log:
  Fixed prompts for bug 105024

Revision  Changes    Path
1.16                 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.16&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.16&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.15&r2=1.16&cvsroot=gentoo

Index: guide-to-mutt.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- guide-to-mutt.xml	1 Jul 2005 04:28:56 -0000	1.15
+++ guide-to-mutt.xml	15 May 2006 12:40:47 -0000	1.16
@@ -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.15 2005/07/01 04:28:56 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.16 2006/05/15 12:40:47 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/guide-to-mutt.xml">
@@ -23,8 +23,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.4</version>
-<date>2005-07-01</date>
+<version>1.5</version>
+<date>2006-05-15</date>
 
 <chapter>
 <title>Introduction to E-Mail</title>
@@ -105,7 +105,7 @@
 </p>
 
 <pre caption="Changing Permissions">
-# <i>chmod 600 .fetchmailrc</i>
+$ <i>chmod 600 .fetchmailrc</i>
 </pre>
 
 <p>
@@ -123,7 +123,7 @@
 </p>
 
 <pre caption="Fetchmail test #1">
-# <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i> 
+$ <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i> 
 </pre>
 
 <p>
@@ -245,7 +245,7 @@
 
 
 <pre caption="Procmail test #1">
-# <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i> 
+$ <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i> 
 </pre>
 
 <p>
@@ -405,11 +405,11 @@
 </p>
 
 <p>
-You are now ready to test your <path>.muttrc</path>
+You are now ready to test your <path>.muttrc</path>.
 </p>
 
 <pre caption="Testing .muttrc">
-# <i>mutt -y</i>
+$ <i>mutt -y</i>
 </pre>
 
 <p>
@@ -451,7 +451,7 @@
 </p>
 
 <pre caption="Adding SMTP support">
-# <i>nano -w .muttrc</i>
+$ <i>nano -w .muttrc</i>
 set sendmail="/usr/bin/nbsmtp -d isp.net -h smtp.isp.net -f urname@isp.net"
 </pre>
 
@@ -544,12 +544,13 @@
 </pre>
 
 <p>
-Configure msmtp by creating a <path>~/.msmtprc</path> file, filling in your 
-SMTP server's information. Remember to set the permissions to a secure value!
+Now login as a normal user and configure msmtp by creating a
+<path>~/.msmtprc</path> file, filling in your SMTP server's information.
+Remember to set the permissions to a secure value!
 </p>
 
 <pre caption="Configuring msmtp">
-# <i>nano -w .msmtprc</i>
+$ <i>nano -w .msmtprc</i>
 account default
 host <i>smtp.your_provider.net</i>
 from <i>your_username@provider1.net</i>
@@ -566,7 +567,7 @@
 </p>
 
 <pre caption="Setting the permissions for the configuration file">
-# <i>chmod 600 .msmtprc</i>
+$ <i>chmod 600 .msmtprc</i>
 </pre>
 
 <p>
@@ -574,7 +575,7 @@
 </p>
 
 <pre caption="Using msmtp with Mutt">
-# <i>nano -w .muttrc</i>
+$ <i>nano -w .muttrc</i>
 set sendmail="/usr/bin/msmtp"
 </pre>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-to-mutt.xml
@ 2006-08-28 16:10 Xavier Neys
  0 siblings, 0 replies; 4+ messages in thread
From: Xavier Neys @ 2006-08-28 16:10 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/08/28 16:10:53

  Modified:             guide-to-mutt.xml
  Log:
  #145340 Fixed link

Revision  Changes    Path
1.17                 xml/htdocs/doc/en/guide-to-mutt.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?r1=1.16&r2=1.17

Index: guide-to-mutt.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- guide-to-mutt.xml	15 May 2006 12:40:47 -0000	1.16
+++ guide-to-mutt.xml	28 Aug 2006 16:10:53 -0000	1.17
@@ -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.16 2006/05/15 12:40:47 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.17 2006/08/28 16:10:53 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 <guide link="/doc/en/guide-to-mutt.xml">
@@ -23,8 +23,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.5</version>
-<date>2006-05-15</date>
+<version>1.6</version>
+<date>2006-08-28</date>
 
 <chapter>
 <title>Introduction to E-Mail</title>
@@ -400,7 +400,7 @@
 <p>
 For the record, this is just a sample <path>.muttrc</path>. There are many more
 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
+<uri>http://www.dotfiles.com/index.php?app_id=27</uri> for more examples and
 help.
 </p>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-to-mutt.xml
@ 2006-09-01 10:57 Xavier Neys
  0 siblings, 0 replies; 4+ messages in thread
From: Xavier Neys @ 2006-09-01 10:57 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/09/01 10:57:57

  Modified:             guide-to-mutt.xml
  Log:
  #145340 Improved coding style, *No Content Chane*

Revision  Changes    Path
1.18                 xml/htdocs/doc/en/guide-to-mutt.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?r1=1.17&r2=1.18

Index: guide-to-mutt.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- guide-to-mutt.xml	28 Aug 2006 16:10:53 -0000	1.17
+++ guide-to-mutt.xml	1 Sep 2006 10:57:57 -0000	1.18
@@ -1,9 +1,12 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.17 2006/08/28 16:10:53 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.18 2006/09/01 10:57:57 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
+
 <guide link="/doc/en/guide-to-mutt.xml">
+
 <title>QuickStart Guide to Mutt E-Mail</title>
+
 <author title="Author">
   <mail link="mikpolniak@adelphia.net">Mike Polniak</mail>
 </author>
@@ -66,14 +69,13 @@
 
 <pre caption="Getting needed programs">
 # <i>emerge fetchmail procmail mutt nbsmtp</i>
-</pre> 
+</pre>
 
 <p>
 Then just four quick steps to configure files and you will be up and running a
 brand new e-mail system.
 </p>
 
-
 <impo>
 After each step you can run a test to make sure the setup is correct. This
 means you will have a complete working e-mail system when you are done.
@@ -84,7 +86,7 @@
 </chapter>
 
 <chapter>
-<title>Fetchmail</title>  
+<title>Fetchmail</title>
 <section>
 <body>
 
@@ -95,7 +97,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>
@@ -109,21 +111,22 @@
 </pre>
 
 <p>
-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.
+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>
 
 <warn>
 While testing, it's a good idea to tell fetchmail to keep (-k) the mail on the
 remote server in case something goes wrong and you need to fetch it again.
-</warn> 
+</warn>
 
 <p>
 Run it now to see fetchmail in action!
 </p>
 
 <pre caption="Fetchmail test #1">
-$ <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i> 
+$ <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i>
 </pre>
 
 <p>
@@ -138,7 +141,7 @@
 
 <chapter>
 <title>Procmail</title>
-<section>  
+<section>
 <body>
 
 <p>
@@ -149,7 +152,7 @@
 
 <p>
 To use procmail you need to create a <path>.procmailrc</path> file in your home
-directory.  For our quickstart purposes we will use a very simple
+directory. For our quickstart purposes we will use a very simple
 <path>.procmailrc</path> that will filter mail from three gentoo mailing lists
 into these mailboxes:<e>gentoo-dev, gentoo-user</e> and <e>gentoo-announce</e>
 </p>
@@ -183,12 +186,12 @@
 $MAILDIR/duplicates
 
 #people we always allow mail from
-:0 
+:0
 * ^From:.*(craig\@hotmail|renee\@local.com)
-$MAILDIR/friends 
+$MAILDIR/friends
 
-#now flush some spam out 
-:0  
+#now flush some spam out
+:0
 * ^Subject:.*(credit|cash|money|debt|sex|sale|loan)
 $MAILDIR/spam
 
@@ -198,32 +201,32 @@
 $MAILDIR/junk
 
 #now put my mail lists into mailboxes
-:0 
+:0
 * ^List-Id:.*gentoo-user
 gentoo-user
 
-:0 
+:0
 * ^List-Id:.*gentoo-dev
 gentoo-dev
 
-:0 
+:0
 * ^List-Id:.*gentoo-announce
 gentoo-announce
 
 #catch any other gentoo mail
-:0 
+:0
 * ^From:.*gentoo.org
 gentoo
 
-:0 
+:0
 * ^From:.*@freshmeat\.net
 freshmeat
 
 ################################
 # Last rule: mail that gets    #
-# this far goes in default box #  
+# this far goes in default box #
 ################################
-:0 
+:0
 * .*
 default
 
@@ -245,7 +248,7 @@
 
 
 <pre caption="Procmail test #1">
-$ <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i> 
+$ <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i>
 </pre>
 
 <p>
@@ -263,7 +266,8 @@
 <body>
 
 <p>
-Mutt is used to read and compose e-mail. It is powerful and highly customizable but also small and efficient.
+Mutt is used to read and compose e-mail. It is powerful and highly customizable
+but also small and efficient.
 </p>
 
 <p>
@@ -286,14 +290,14 @@
 </p>
 
 <pre caption="Sample .muttrc">
-<comment>(Be sure to read the fine Mutt manual in /usr/share/doc/mutt*)</comment>
-<comment>(Any settings here override the system settings in /etc/mutt/Muttrc)</comment>
+<comment>(Be sure to read the fine Mutt manual in /usr/share/doc/mutt*)
+(Any settings here override the system settings in /etc/mutt/Muttrc)</comment>
 
 # <i>cp /etc/mutt/Muttrc ~/.muttrc</i>
 # <i>nano -w .muttrc</i>
-set pager_context=1                        
+set pager_context=1
 set pager_index_lines=6                 #show a mini-index in pager
-set menu_scroll  
+set menu_scroll
 set pgp_verify_sig=no                   #dont show pgp in pager
 set status_on_top                       #put status line at top
 set sort=threads                        #sort by message threads in index
@@ -311,22 +315,22 @@
 
 set record="$HOME/MuttMail/sent"        #sent mail is saved here
 set delete=yes                          #delete without prompting
-set include=yes				#quote msg in reply	
-set fast_reply=yes			#no prompting on reply
-set beep=no				#no noise
-set markers=no				#no + on wrapped lines
-set confirmappend=no			#no prompt for save to =keep           
+set include=yes                         #quote msg in reply
+set fast_reply=yes                      #no prompting on reply
+set beep=no                             #no noise
+set markers=no                          #no + on wrapped lines
+set confirmappend=no                    #no prompt for save to =keep
 set to_chars=" +TCF"                    #no L for mail_list
 
 set folder = $HOME/MuttMail
 mailboxes =gentoo-user
 mailboxes =gentoo-dev
 mailboxes =gentoo-announce
-mailboxes =gentoo   
+mailboxes =gentoo
 mailboxes =freshmeat
 mailboxes =duplicates
-mailboxes =default  
-mailboxes =friends  
+mailboxes =default
+mailboxes =friends
 mailboxes =junk
 mailboxes =spam
 mailboxes =keep
@@ -334,7 +338,7 @@
 save-hook .* =keep                      #default mbox to (s)ave mail is =keep
 subscribe gentoo-user gentoo-dev        #subscribed to these lists
 
-bind pager h display-toggle-weed	#toggle headers with h key
+bind pager h display-toggle-weed        #toggle headers with h key
 
 # simulate the old url menu
 macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
@@ -342,7 +346,7 @@
 
 #run fetchmail by hitting key of G
 macro index G "!fetchmail -a -m 'procmail -d %T'\r"
-macro pager G "!fetchmail -a -m 'procmail -d %T'\r"  
+macro pager G "!fetchmail -a -m 'procmail -d %T'\r"
 
 #use to edit .muttrc and then source it...no restart necessary
 macro generic ,sm ":source $HOME/.muttrc\r"
@@ -352,47 +356,47 @@
 #ignore them all and then unignore what you want to see
 ignore *
 unignore  Date To From: Subject X-Mailer Organization User-Agent
-hdr_order Date From To Subject X-Mailer User-Agent Organization 
+hdr_order Date From To Subject X-Mailer User-Agent Organization
 
 ##your Mutt has to have some colors
 ##these are for four levels of quoted text
 ##they override the system settings in /etc/mutt/Muttrc
 
 #color quoted green  default
-color quoted1 magenta blue 
+color quoted1 magenta blue
 #color quoted2 yellow default
-#color quoted3 red default   
-#color signature cyan cyan   
+#color quoted3 red default
+#color signature cyan cyan
 
 
 #this color setup is copied from /etc/mutt/Muttrc.color
 #comment it out if you want the default colors in /etc/mutt/Muttrc
-# Je vois la vie en rose :-) 
-color	hdrdefault	brightcyan	blue
-color	header		brightwhite	blue "^from:"
-color   header          brightwhite    	blue   "^subject:"
+# Je vois la vie en rose :-)
+color   hdrdefault      brightcyan      blue
+color   header          brightwhite     blue "^from:"
+color   header          brightwhite     blue   "^subject:"
 
 color   quoted          brightgreen     blue
-color   signature       brightwhite	blue
+color   signature       brightwhite     blue
 
-color   indicator       blue	        green
+color   indicator       blue            green
 
 color   error           red             black
 mono    error           bold
 color   status          black cyan
-mono	status		bold
-color   tree            yellow   	blue
+mono    status          bold
+color   tree            yellow          blue
 
 color   tilde           brightmagenta   blue
-color	body	brightwhite		blue	"[-a-z_0-9.]+@[-a-z_0-9.]+"
-mono    body    bold                    "[-a-z_0-9.]+@[-a-z_0-9.]+"
+color   body            brightwhite     blue    "[-a-z_0-9.]+@[-a-z_0-9.]+"
+mono    body            bold                    "[-a-z_0-9.]+@[-a-z_0-9.]+"
 color   body            brightyellow    black   "^Good signature"
 mono    body            bold                    "^Good signature"
 color   body            brightwhite     red     "^Bad signature from.*"
 mono    body            bold                    "^Bad signature from.*"
-color   normal          white		blue
-color	message		green	black
-color	attachment	brightgreen	blue
+color   normal          white           blue
+color   message         green           black
+color   attachment      brightgreen     blue
 
 # End of file...but it can go on and on and on....:)
 </pre>
@@ -414,7 +418,7 @@
 
 <p>
 This should open Mutt with a menu showing the Mutt mailboxes that you created
-in Test 2 when you ran the fetchmail command. 
+in Test 2 when you ran the fetchmail command.
 </p>
 
 <p>
@@ -482,7 +486,7 @@
 </note>
 
 <pre caption="Getting urlview">
-# <i>emerge urlview</i> 
+# <i>emerge urlview</i>
 </pre>
 
 <p>
@@ -555,7 +559,7 @@
 host <i>smtp.your_provider.net</i>
 from <i>your_username@provider1.net</i>
 <comment>#see man page for more auth options</comment>
-auth login 
+auth login
 user <i>your_username</i>
 password <i>your_password</i>
 <comment>#If your SMTP Server supports TLS encryption, uncomment the next line
@@ -580,7 +584,7 @@
 </pre>
 
 <p>
-Fire up <c>mutt</c> and send yourself a test email to see if it worked!  See 
+Fire up <c>mutt</c> and send yourself a test email to see if it worked!  See
 the msmtp man page for more options and another example.
 </p>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-doc-cvs] cvs commit: guide-to-mutt.xml
@ 2006-09-17 16:08 Xavier Neys
  0 siblings, 0 replies; 4+ messages in thread
From: Xavier Neys @ 2006-09-17 16:08 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/09/17 16:08:36

  Modified:             guide-to-mutt.xml
  Log:
  #147944 Fix package order on emerge command

Revision  Changes    Path
1.19                 xml/htdocs/doc/en/guide-to-mutt.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?r1=1.18&r2=1.19

Index: guide-to-mutt.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- guide-to-mutt.xml	1 Sep 2006 10:57:57 -0000	1.18
+++ guide-to-mutt.xml	17 Sep 2006 16:08:36 -0000	1.19
@@ -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.18 2006/09/01 10:57:57 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.19 2006/09/17 16:08:36 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -26,8 +26,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.6</version>
-<date>2006-08-28</date>
+<version>1.7</version>
+<date>2006-09-17</date>
 
 <chapter>
 <title>Introduction to E-Mail</title>
@@ -42,7 +42,7 @@
 </p>
 
 <p>
-<b>fetchmail->procmail->mutt->smtp</b>
+<b>fetchmail, procmail, mutt &amp; smtp</b>
 </p>
 
 <p>
@@ -68,7 +68,7 @@
 </p>
 
 <pre caption="Getting needed programs">
-# <i>emerge fetchmail procmail mutt nbsmtp</i>
+# <i>emerge fetchmail nbsmtp procmail mutt</i>
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-17 16:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-17 16:08 [gentoo-doc-cvs] cvs commit: guide-to-mutt.xml Xavier Neys
  -- strict thread matches above, loose matches on Subject: below --
2006-09-01 10:57 Xavier Neys
2006-08-28 16:10 Xavier Neys
2006-05-15 12:40 Josh Saddler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox