Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: guide-to-mutt.xml
Date: Mon, 15 May 2006 12:40:27
Message-Id: 20060515124048.79CFC644A9@smtp.gentoo.org
1 nightmorph 06/05/15 12:40:47
2
3 Modified: guide-to-mutt.xml
4 Log:
5 Fixed prompts for bug 105024
6
7 Revision Changes Path
8 1.16 xml/htdocs/doc/en/guide-to-mutt.xml
9
10 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
11 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
12 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
13
14 Index: guide-to-mutt.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- guide-to-mutt.xml 1 Jul 2005 04:28:56 -0000 1.15
21 +++ guide-to-mutt.xml 15 May 2006 12:40:47 -0000 1.16
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.15 2005/07/01 04:28:56 fox2mike Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.16 2006/05/15 12:40:47 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28 <guide link="/doc/en/guide-to-mutt.xml">
29 @@ -23,8 +23,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.4</version>
34 -<date>2005-07-01</date>
35 +<version>1.5</version>
36 +<date>2006-05-15</date>
37
38 <chapter>
39 <title>Introduction to E-Mail</title>
40 @@ -105,7 +105,7 @@
41 </p>
42
43 <pre caption="Changing Permissions">
44 -# <i>chmod 600 .fetchmailrc</i>
45 +$ <i>chmod 600 .fetchmailrc</i>
46 </pre>
47
48 <p>
49 @@ -123,7 +123,7 @@
50 </p>
51
52 <pre caption="Fetchmail test #1">
53 -# <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i>
54 +$ <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i>
55 </pre>
56
57 <p>
58 @@ -245,7 +245,7 @@
59
60
61 <pre caption="Procmail test #1">
62 -# <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i>
63 +$ <i>fetchmail -akv -m "/usr/bin/procmail -d %T"</i>
64 </pre>
65
66 <p>
67 @@ -405,11 +405,11 @@
68 </p>
69
70 <p>
71 -You are now ready to test your <path>.muttrc</path>
72 +You are now ready to test your <path>.muttrc</path>.
73 </p>
74
75 <pre caption="Testing .muttrc">
76 -# <i>mutt -y</i>
77 +$ <i>mutt -y</i>
78 </pre>
79
80 <p>
81 @@ -451,7 +451,7 @@
82 </p>
83
84 <pre caption="Adding SMTP support">
85 -# <i>nano -w .muttrc</i>
86 +$ <i>nano -w .muttrc</i>
87 set sendmail="/usr/bin/nbsmtp -d isp.net -h smtp.isp.net -f urname@×××.net"
88 </pre>
89
90 @@ -544,12 +544,13 @@
91 </pre>
92
93 <p>
94 -Configure msmtp by creating a <path>~/.msmtprc</path> file, filling in your
95 -SMTP server's information. Remember to set the permissions to a secure value!
96 +Now login as a normal user and configure msmtp by creating a
97 +<path>~/.msmtprc</path> file, filling in your SMTP server's information.
98 +Remember to set the permissions to a secure value!
99 </p>
100
101 <pre caption="Configuring msmtp">
102 -# <i>nano -w .msmtprc</i>
103 +$ <i>nano -w .msmtprc</i>
104 account default
105 host <i>smtp.your_provider.net</i>
106 from <i>your_username@×××××××××.net</i>
107 @@ -566,7 +567,7 @@
108 </p>
109
110 <pre caption="Setting the permissions for the configuration file">
111 -# <i>chmod 600 .msmtprc</i>
112 +$ <i>chmod 600 .msmtprc</i>
113 </pre>
114
115 <p>
116 @@ -574,7 +575,7 @@
117 </p>
118
119 <pre caption="Using msmtp with Mutt">
120 -# <i>nano -w .muttrc</i>
121 +$ <i>nano -w .muttrc</i>
122 set sendmail="/usr/bin/msmtp"
123 </pre>
124
125
126
127
128 --
129 gentoo-doc-cvs@g.o mailing list