Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: guide-to-mutt.xml
Date: Thu, 18 Aug 2011 20:56:53
Message-Id: 20110818205640.E80732004C@flycatcher.gentoo.org
1 swift 11/08/18 20:56:40
2
3 Modified: guide-to-mutt.xml
4 Log:
5 Update from bug #304623, also correct XML usage internally thanks to Joshua Saddler
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/en/guide-to-mutt.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?r1=1.20&r2=1.21
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.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- guide-to-mutt.xml 17 Aug 2011 19:49:12 -0000 1.20
21 +++ guide-to-mutt.xml 18 Aug 2011 20:56:40 -0000 1.21
22 @@ -1,9 +1,9 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.20 2011/08/17 19:49:12 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.21 2011/08/18 20:56:40 swift Exp $ -->
26
27 -<!DOCTYPE guide SYSTEM "http://www.gentoo.org/dtd/guide.dtd">
28 +<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 -<guide link="http://www.gentoo.org/doc/en/guide-to-mutt.xml">
31 +<guide>
32
33 <title>QuickStart Guide to Mutt E-Mail</title>
34
35 @@ -20,8 +20,8 @@
36 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
37 <license/>
38
39 -<version>2</version>
40 -<date>2011-08-17</date>
41 +<version>3</version>
42 +<date>2011-08-18</date>
43
44 <chapter>
45 <title>The Mutt e-mail client</title>
46 @@ -112,7 +112,9 @@
47 <c>gnutls</c> USE-flags. Both just add the secure variants (imaps and smtps) to
48 Mutt's list of supported protocols using either OpenSSL's or GNUTLS'
49 implementation. If you don't have a strong preference for either, just go for
50 -<c>ssl</c>. Most likely this is in your global USE already anyway.
51 +<c>ssl</c>. Most likely this is in your global USE already anyway. If you intend
52 +to authenticate yourself when sending e-mail, be sure to also include
53 +<c>sasl</c> in your USE-flags, since that's a prerequisite for that.
54 </p>
55
56 <p>