Changeset e25b3ca


Ignore:
Timestamp:
07/10/2009 01:29:06 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
23e044a
Parents:
de7d1c2f
Message:

Added patch to Mutt to fix SMTP issues. Mutt ticket #3289

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    rde7d1c2f re25b3ca  
    5252    </itemizedlist>
    5353
     54    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     55    <itemizedlist spacing="compact">
     56      <listitem>
     57        <para>Required patch: <ulink
     58        url="&patch-root;/mutt-&mutt-version;-interactive_smtp_fix-1.patch"/></para>
     59      </listitem>
     60    </itemizedlist>
     61       
    5462    <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
    5563
     
    115123    commands:</para>
    116124
    117 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     125<screen><userinput>patch -Np1 -i ../mutt-&mutt-version;-interactive_smtp_fix-1.patch &amp;&amp;
     126./configure --prefix=/usr --sysconfdir=/etc \
    118127            --with-docdir=/usr/share/doc/mutt-&mutt-version; \
    119128            --enable-pop --enable-imap \
  • general.ent

    rde7d1c2f re25b3ca  
    44-->
    55
    6 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     6<!ENTITY day          "10">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
  • introduction/welcome/changelog.xml

    rde7d1c2f re25b3ca  
    4242-->
    4343    <listitem>
     44      <para>July 10th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[gdalziel] - Added a patch to Mutt to fix an SMTP issue causing
     48          Mutt to be unusable for scripted email.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4454      <para>July 7th, 2009</para>
    4555      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.