Changeset 39c49464


Ignore:
Timestamp:
09/30/2006 05:12:24 PM (18 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
48ac2ee
Parents:
28ab9809
Message:

Updated to Balsa-2.3.13

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r28ab9809 r39c49464  
    1 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     1<!ENTITY day          "30">                   <!-- Always 2 digits -->
    22<!ENTITY month        "09">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    535535<!ENTITY thunderbird-version          "1.5.0.5">
    536536<!ENTITY pan-version                  "0.14.2">
    537 <!ENTITY balsa-version                "2.3.12">
     537<!ENTITY balsa-version                "2.3.13">
    538538<!ENTITY gaim-version                 "1.5.0">
    539539<!ENTITY xchat-version                "2.6.2">
  • introduction/welcome/changelog.xml

    r28ab9809 r39c49464  
    4343
    4444    <listitem>
    45       <para>September 25th, 2006</para>
     45      <para>September 30th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[djensen] - Updated to Balsa-2.3.13.</para>
     49        </listitem>
     50      </itemizedlist>
     51
    4652      <itemizedlist>
    4753        <listitem>
  • xsoft/other/balsa.xml

    r28ab9809 r39c49464  
    6464    <xref linkend="gmime"/></para>
    6565
     66    <bridgehead renderas="sect4">Recommended</bridgehead>
     67    <para role="recommended"><xref linkend="libesmtp"/> (without this you will
     68    have no outgoing smtp server.)</para>
     69
     70
    6671    <bridgehead renderas="sect4">Optional</bridgehead>
    6772    <para role="optional"><xref linkend="libgtkhtml"/>,
    6873    <xref linkend="gtksourceview"/>,
    69     <xref linkend="libesmtp"/>,
    7074    <xref linkend="openssl"/>,
    7175    <xref linkend="openldap"/>,
     
    99103            --sysconfdir=&gnome-etc-dir; \
    100104            --localstatedir=/var/lib \
    101             --mandir=$(pkg-config \
    102                 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
    103             --with-gtkhtml=no \
    104             --with-esmtp=no &amp;&amp;
     105            --mandir=$(pkg-config --variable=prefix \
     106                    ORBit-2.0)/share/man &amp;&amp;
     107            --with-gtkhtml=no &amp;&amp;
    105108make</userinput></screen>
    106109
     
    133136    read or write HTML formatted mail messages if you use this parameter.</para>
    134137
    135     <para><parameter>--with-esmtp=no</parameter>: This parameter is used if
    136     you don't have <application>libESMTP</application> installed. Remove this
    137     parameter if the package is installed.</para>
     138    <para><parameter>--with-esmtp=no</parameter>: Use this parameter is used if
     139    you don't have <application>libESMTP</application> installed.</para>
    138140
    139141    <para><option>--with-ssl</option>: Use this option to enable SSL support if
     
    166168      through the <application>Balsa</application> menu system, with mailbox
    167169      configuration done with the Settings&mdash;&gt;Preferences menu.</para>
     170
     171      <para>If you are unnable to connect to your ISP, they probably dont
     172      support APOP.  Disable it in Settings/Preferences/POP3/advanced.</para>
    168173
    169174      <para>If you enable filters for your incoming POP3 mail, you must have
Note: See TracChangeset for help on using the changeset viewer.