Ignore:
Timestamp:
03/02/2018 11:39:21 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
06e9b21
Parents:
16725fae
Message:

Mutt: Use ssl in the default config now that it is part of LFS. Reported by Ed Batalha.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19906 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mutt.xml

    r16725fae r52f9b590  
    137137            --sysconfdir=/etc                       \
    138138            --with-docdir=/usr/share/doc/mutt-&mutt-version; \
     139            --with-ssl                              \
    139140            --enable-external-dotlock               \
    140141            --enable-pop                            \
     
    199200    with ':unset'), or it can be enabled in  <filename>~/.muttrc</filename>.</para>
    200201
     202    <para><parameter>--with-ssl</parameter>: This parameter adds SSL/TLS
     203    support from openssl in POP3/IMAP/SMTP.</para>
     204
    201205    <para><option>--enable-smtp</option>: This switch enables
    202206    SMTP relay support.</para>
    203 
    204     <para><option>--with-ssl</option>: This parameter adds SSL/TLS
    205     support from openssl in POP3/IMAP/SMTP.</para>
    206207
    207208    <para><option>--with-sasl</option>: This parameter adds
Note: See TracChangeset for help on using the changeset viewer.