From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qu9dx-0001RW-Ti for garchives@archives.gentoo.org; Thu, 18 Aug 2011 20:56:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E4B921C07A; Thu, 18 Aug 2011 20:56:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D108D21C07A for ; Thu, 18 Aug 2011 20:56:42 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E44C1B400F for ; Thu, 18 Aug 2011 20:56:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 002F420051; Thu, 18 Aug 2011 20:56:40 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, swift@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: guide-to-mutt.xml X-VCS-Repository: gentoo X-VCS-Files: guide-to-mutt.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Message-Id: <20110818205641.002F420051@flycatcher.gentoo.org> Date: Thu, 18 Aug 2011 20:56:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5ec24611720d6dbf9ddda55cd5186627 swift 11/08/18 20:56:40 Modified: guide-to-mutt.xml Log: Update from bug #304623, also correct XML usage internally thanks to Jo= shua 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/guid= e-to-mutt.xml?rev=3D1.21&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guid= e-to-mutt.xml?rev=3D1.21&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guid= e-to-mutt.xml?r1=3D1.20&r2=3D1.21 Index: guide-to-mutt.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ - + =20 - + =20 - + =20 QuickStart Guide to Mutt E-Mail =20 @@ -20,8 +20,8 @@ =20 -2 -2011-08-17 +3 +2011-08-18 =20 The Mutt e-mail client @@ -112,7 +112,9 @@ gnutls USE-flags. Both just add the secure variants (imaps and sm= tps) 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 g= o for -ssl. Most likely this is in your global USE already anyway. +ssl. Most likely this is in your global USE already anyway. If yo= u intend +to authenticate yourself when sending e-mail, be sure to also include +sasl in your USE-flags, since that's a prerequisite for that.

=20