Changeset a1494226


Ignore:
Timestamp:
08/24/2016 01:37:49 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.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, nosym, 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:
0134954
Parents:
91caf42
Message:

mutt-1.7.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r91caf42 ra1494226  
    4848      <para>August 23rd, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Update to mutt-1.7.0. Fixes
     52          <ulink url="&blfs-ticket-root;8196">#8196</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[ken] - Add a page on console fonts.</para>
  • networking/mailnews/mutt.xml

    r91caf42 ra1494226  
    88  <!ENTITY mutt-download-http " ">
    99  <!ENTITY mutt-download-ftp  "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
    10   <!ENTITY mutt-md5sum        "9f0f9cc35878987d7cdc7df6a1967376">
    11   <!ENTITY mutt-size          "3.8 MB">
    12   <!ENTITY mutt-buildsize     "30 MB (plus a further 5MB for the PDF manual)">
     10  <!ENTITY mutt-md5sum        "2897069ce71e52bf9549e9317fcb9ffa">
     11  <!ENTITY mutt-size          "3.9 MB">
     12  <!ENTITY mutt-buildsize     "37 MB (plus a further 5MB for the PDF manual)">
    1313  <!ENTITY mutt-time          "0.3 SBU (plus a further 0.1 SBU to build the PDF manual)">
    1414]>
     
    142142            --enable-pop                            \
    143143            --enable-imap                           \
    144             --enable-hcache                         &amp;&amp;
     144            --enable-hcache                         \
     145            --enable-sidebar                        &amp;&amp;
    145146make &amp;&amp;
    146147test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
     
    195196    header caching.</para>
    196197
     198    <para><parameter>--enable-sidebar</parameter>: This switch enables support
     199    for the sidebar (a list of mailboxes). It is off by default, but can be
     200    turned on by <command>:set sidebar_visible</command> in mutt (and off again
     201    with ':unset'), or it can be enabled in  <filename>~/.muttrc</filename>.</para>
     202
    197203    <para><option>--enable-smtp</option>: This switch enables
    198204    SMTP relay support.</para>
  • packages.ent

    r91caf42 ra1494226  
    440440<!ENTITY procmail-version             "3.22">
    441441<!ENTITY fetchmail-version            "6.3.26">
    442 <!ENTITY mutt-version                 "1.6.2">
     442<!ENTITY mutt-version                 "1.7.0">
    443443<!ENTITY re-alpine-version            "2.03">
    444444
Note: See TracChangeset for help on using the changeset viewer.