Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
swift 11/08/18 20:56:40
Modified: guide-to-mutt.xml
Log:
Update from bug #304623, also correct XML usage internally thanks to Joshua Saddler
Revision Changes Path
1.21 xml/htdocs/doc/en/guide-to-mutt.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml?r1=1.20&r2=1.21
Index: guide-to-mutt.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- guide-to-mutt.xml 17 Aug 2011 19:49:12 -0000 1.20
+++ guide-to-mutt.xml 18 Aug 2011 20:56:40 -0000 1.21
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.20 2011/08/17 19:49:12 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-to-mutt.xml,v 1.21 2011/08/18 20:56:40 swift Exp $ -->
-<!DOCTYPE guide SYSTEM "http://www.gentoo.org/dtd/guide.dtd">
+<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="http://www.gentoo.org/doc/en/guide-to-mutt.xml">
+<guide>
<title>QuickStart Guide to Mutt E-Mail</title>
@@ -20,8 +20,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2</version>
-<date>2011-08-17</date>
+<version>3</version>
+<date>2011-08-18</date>
<chapter>
<title>The Mutt e-mail client</title>
@@ -112,7 +112,9 @@
<c>gnutls</c> USE-flags. Both just add the secure variants (imaps and smtps) to
Mutt's list of supported protocols using either OpenSSL's or GNUTLS'
implementation. If you don't have a strong preference for either, just go for
-<c>ssl</c>. Most likely this is in your global USE already anyway.
+<c>ssl</c>. Most likely this is in your global USE already anyway. If you intend
+to authenticate yourself when sending e-mail, be sure to also include
+<c>sasl</c> in your USE-flags, since that's a prerequisite for that.
</p>
<p>
|
|