Changeset 52f9b590
- Timestamp:
- 03/02/2018 11:39:21 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 06e9b21
- Parents:
- 16725fae
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r16725fae r52f9b590 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 1st, &year;">9 <!ENTITY releasedate "March 2nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r16725fae r52f9b590 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>March 2nd, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - In mutt, use ssl by default now that openssl 49 is in LFS.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>March 1st, 2018</para> -
networking/mailnews/mutt.xml
r16725fae r52f9b590 137 137 --sysconfdir=/etc \ 138 138 --with-docdir=/usr/share/doc/mutt-&mutt-version; \ 139 --with-ssl \ 139 140 --enable-external-dotlock \ 140 141 --enable-pop \ … … 199 200 with ':unset'), or it can be enabled in <filename>~/.muttrc</filename>.</para> 200 201 202 <para><parameter>--with-ssl</parameter>: This parameter adds SSL/TLS 203 support from openssl in POP3/IMAP/SMTP.</para> 204 201 205 <para><option>--enable-smtp</option>: This switch enables 202 206 SMTP relay support.</para> 203 204 <para><option>--with-ssl</option>: This parameter adds SSL/TLS205 support from openssl in POP3/IMAP/SMTP.</para>206 207 207 208 <para><option>--with-sasl</option>: This parameter adds
Note:
See TracChangeset
for help on using the changeset viewer.