source: xsoft/other/balsa.xml@ 9cb3c66d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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
Last change on this file since 9cb3c66d was 9cb3c66d, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Archive libESMTP.
Update to hexchat-2.14.3.
Update to tumbler-0.2.8.
Update to libmbim-1.20.4.
Update to tigervnc-1.10.1.

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

  • Property mode set to 100644
File size: 7.2 KB
RevLine 
[16998db6]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[16998db6]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[6f15e833]7 <!ENTITY balsa-download-http "http://pawsa.fedorapeople.org/balsa/balsa-&balsa-version;.tar.bz2">
[16998db6]8 <!ENTITY balsa-download-ftp " ">
[31cca44]9 <!ENTITY balsa-md5sum "b936cfdeedff6f231787dfd9a5c108ba">
[7546a1cd]10 <!ENTITY balsa-size "4.3 MB">
[ee5e397]11 <!ENTITY balsa-buildsize "67 MB">
[2216c1b1]12 <!ENTITY balsa-time "0.5 SBU">
[16998db6]13]>
14
[19234f1]15<sect1 id="balsa" xreflabel="Balsa-&balsa-version;">
[9d2d426b]16 <?dbhtml filename="balsa.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Balsa-&balsa-version;</title>
24
25 <indexterm zone="balsa">
26 <primary sortas="a-Balsa">Balsa</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Balsa</title>
31
32 <para>The <application>Balsa</application> package contains a
[ebb3545c]33 <application>GNOME</application>-2 based mail client.</para>
[9d2d426b]34
[5b15225]35 &lfs90_checked;
[a51c847]36
[9d2d426b]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&balsa-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&balsa-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &balsa-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &balsa-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &balsa-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &balsa-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Balsa Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
[38d4077]62 <para role="required">
[e5f7eee]63 <xref linkend="aspell"/>,
[b2208110]64 <xref linkend="enchant"/>,
65 <xref linkend="gmime"/>,
[9cb3c66d]66 <xref linkend='gpgme'/>, and
[b2208110]67 <xref linkend="rarian"/>
[38d4077]68 </para>
[9d2d426b]69
[9cb3c66d]70 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
71 <para role="required">
72 <xref role="runtime" linkend="server-mail"/> (that provides a
73 <command>sendmail</command> command)
74 </para>
75
[39c49464]76 <bridgehead renderas="sect4">Recommended</bridgehead>
[38d4077]77 <para role="recommended">
78 <xref linkend="pcre"/>
79 </para>
[39c49464]80
[9d2d426b]81 <bridgehead renderas="sect4">Optional</bridgehead>
[38d4077]82 <para role="optional">
83 <xref linkend="compface"/>,
[b2208110]84 <xref linkend="gtksourceview"/>,
[38d4077]85 <xref linkend="libnotify"/>,
[b2208110]86 <xref linkend="mitkrb"/>,
87 <xref linkend="openldap"/>,
[9a7afe6e]88 <xref linkend="sqlite"/>,
[e5f7eee]89 <xref linkend="webkitgtk"/>,
90 <ulink url="&gnome-download-http;/yelp-tools/">yelp-tools</ulink>, and
91 <ulink url="https://pypi.python.org/pypi/html2text/">python-html2text</ulink>
[38d4077]92 </para>
[9d2d426b]93
[38e4f06]94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/balsa"/></para>
96
[9d2d426b]97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Balsa</title>
101
102 <para>Install <application>Balsa</application> by running the following
103 commands:</para>
104
[9a7afe6e]105<screen><userinput>./configure --prefix=/usr \
106 --sysconfdir=/etc \
[56ce09e]107 --localstatedir=/var/lib \
[38d4077]108 --without-html-widget \
[e5f7eee]109 --without-libnotify &amp;&amp;
[b0557208]110make</userinput></screen>
111
112 <para>This package does not come with a test suite.</para>
113
114 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
115
116<screen role='root'><userinput>make install</userinput></screen>
[16998db6]117
[9d2d426b]118 </sect2>
[16998db6]119
[9d2d426b]120 <sect2 role="commands">
121 <title>Command Explanations</title>
[16998db6]122
[e5f7eee]123<!-- Removed from 2.5.3
124 <para><parameter>- -with-rubrica</parameter>: This parameter is used
[3cd0429c]125 to provide Rubrica2 address book support.</para>
[e5f7eee]126-->
[16998db6]127
[c51f263]128 <para><option>--enable-smime</option>: Use this option to enable S/MIME
129 support if <application>GnuPG-2.x.x</application> is installed.</para>
130
[7546a1cd]131 <para><option>--with-canberra</option>: Enable libcanberra support.</para>
[c51f263]132
133 <para><option>--with-compface</option>: Enable compface support.</para>
134
[7546a1cd]135 <para><option>--with-gcr</option>: Use libgcr for TLS support.</para>
[c51f263]136
137 <para><option>--with-gss</option>: Enable GSSAPI support.</para>
[16998db6]138
[9d2d426b]139 <para><option>--with-ldap</option>: Use this option to enable LDAP address
140 book support if <application>OpenLDAP</application> is installed.</para>
[16998db6]141
[c51f263]142 <para><option>--with-libsecret</option>: Enable strong password
143 support.</para>
[ebb3545c]144
[9d2d426b]145 <para><option>--with-gpgme</option>: Use this option to enable GPG support
146 if <quote><application>GnuPG</application> Made Easy</quote>
147 (<application>GPGME</application>) is installed.</para>
[77fabc9]148
[c51f263]149 <para><option>-with-html-widget</option>: enable the html renderer (remove
150 <parameter>--without-html-widget</parameter>).</para>
151
152 <para><option>--with-sqlite</option>: Use this option to enable SQLite
153 address book support if <application>SQLite</application> is
154 installed.</para>
[16998db6]155
[9d2d426b]156 </sect2>
[16998db6]157
[9d2d426b]158 <sect2 role="configuration">
159 <title>Configuring Balsa</title>
[16998db6]160
[9d2d426b]161 <sect3>
162 <title>Configuration Information</title>
[16998db6]163
[9d2d426b]164 <para>All configuration of <application>Balsa</application> is done
165 through the <application>Balsa</application> menu system, with mailbox
166 configuration done with the Settings&mdash;&gt;Preferences menu.</para>
[16998db6]167
[e815f1e]168 <para>If you are unable to connect to your ISP, they probably don't
[39c49464]169 support APOP. Disable it in Settings/Preferences/POP3/advanced.</para>
170
[ebb3545c]171 <para>If you enable filters for your incoming POP3 mail, you must have
[bccbdaea]172 <xref linkend="procmail"/> installed, as the incoming mail will be
[ebb3545c]173 handed off to <command>procmail</command> for processing.</para>
174
[9d2d426b]175 </sect3>
[16998db6]176
[9d2d426b]177 </sect2>
[16998db6]178
[9d2d426b]179 <sect2 role="content">
180 <title>Contents</title>
[16998db6]181
[9d2d426b]182 <segmentedlist>
[ebb3545c]183 <segtitle>Installed Programs</segtitle>
[9d2d426b]184 <segtitle>Installed Libraries</segtitle>
185 <segtitle>Installed Directories</segtitle>
[16998db6]186
[9d2d426b]187 <seglistitem>
[ebb3545c]188 <seg>balsa and balsa-ab</seg>
[9d2d426b]189 <seg>None</seg>
[e5f7eee]190 <seg>/etc/sounds/events,
191 /usr/share/balsa,
192 and /usr/share/sounds/balsa</seg>
[9d2d426b]193 </seglistitem>
194 </segmentedlist>
[16998db6]195
[9d2d426b]196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
[16998db6]200
[9d2d426b]201 <varlistentry id="balsa-prog">
202 <term><command>balsa</command></term>
203 <listitem>
[9a7afe6e]204 <para>
205 is a glib based mail client.
206 </para>
[9d2d426b]207 <indexterm zone="balsa balsa-prog">
208 <primary sortas="b-balsa">balsa</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
[2b4194f]212
[9a7afe6e]213 <varlistentry id="balsa-ab">
214 <term><command>balsa-ab</command></term>
215 <listitem>
216 <para>
217 is the address-book application used by <command>balsa</command>.
218 </para>
219 <indexterm zone="balsa balsa-ab">
220 <primary sortas="b-balsa">balsa-ab</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
[9d2d426b]225 </variablelist>
226
227 </sect2>
[2b4194f]228
[9d2d426b]229</sect1>
Note: See TracBrowser for help on using the repository browser.