source: xsoft/other/balsa.xml@ 761b96b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 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 krejzi/svn 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
Last change on this file since 761b96b was 49b241a, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Added a patch to avoid net-tools from overwriting LFS versions of
ifconfig and hostname.
Tag a few more files.

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

  • Property mode set to 100644
File size: 6.7 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 " ">
[86da971]9 <!ENTITY balsa-md5sum "afd175b4de2c6cc685ace50dc3ad61ff">
10 <!ENTITY balsa-size "3.7 MB">
11 <!ENTITY balsa-buildsize "72 MB">
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
[49b241a]35 &lfs75_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">
[a0235ec3]63 <xref linkend="enchant"/>,
64 <xref linkend="gmime"/>,
65 <xref linkend="libesmtp"/>,
66 <xref linkend="rarian"/>, and
[38d4077]67 <xref linkend="aspell"/> or
68 <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink>
69 (<application>GtkSpell</application> provides on-the-fly as you type
70 spell checking)
71 </para>
[9d2d426b]72
[39c49464]73 <bridgehead renderas="sect4">Recommended</bridgehead>
[38d4077]74 <para role="recommended">
75 <xref linkend="pcre"/>
76 </para>
[39c49464]77
[9d2d426b]78 <bridgehead renderas="sect4">Optional</bridgehead>
[38d4077]79 <para role="optional">
[665ac79f]80 <ulink url="&gnome-download-http;/gtkhtml/">GtkHTML</ulink>,
[38d4077]81 <xref linkend="gtksourceview"/>,
82 <xref linkend="openssl"/>,
83 <xref linkend="openldap"/>,
84 <xref linkend="compface"/>,
85 <xref linkend="mitkrb"/>,
86 <xref linkend="libnotify"/>,
[11a83b18]87 <xref linkend="sqlite"/>, and
[38d4077]88 <xref linkend="server-mail"/> (that provides a
89 <command>sendmail</command> command, note that it is only used if you
90 didn't install the recommended <application>libESMTP</application>
91 package)
92 </para>
[9d2d426b]93
[3cd0429c]94 <bridgehead renderas="sect4">Optional to Build S/MIME Support</bridgehead>
[28655a5c]95 <para role="optional">
[1ed7820]96 <xref linkend='gpgme'/>
97 </para>
[bccbdaea]98
[38e4f06]99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/balsa"/></para>
101
[9d2d426b]102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of Balsa</title>
106
107 <para>Install <application>Balsa</application> by running the following
108 commands:</para>
109
[86da971]110<screen><userinput>sed -i "/(HAVE_CONFIG_H)/i \
111#include &lt;glib-2.0/glib.h&gt;" src/main-window.c &amp;&amp;
112
113./configure --prefix=/usr \
[79e6d17]114 --sysconfdir=/etc/gnome \
[56ce09e]115 --localstatedir=/var/lib \
[38d4077]116 --with-rubrica \
117 --without-html-widget \
118 --without-libnotify \
119 --without-nm \
[86da971]120 --without-gtkspell &amp;&amp;
[b0557208]121make</userinput></screen>
122
123 <para>This package does not come with a test suite.</para>
124
125 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
126
127<screen role='root'><userinput>make install</userinput></screen>
[16998db6]128
[9d2d426b]129 </sect2>
[16998db6]130
[9d2d426b]131 <sect2 role="commands">
132 <title>Command Explanations</title>
[16998db6]133
[3cd0429c]134 <para><parameter>--with-rubrica</parameter>: This parameter is used
135 to provide Rubrica2 address book support.</para>
[16998db6]136
[9d2d426b]137 <para><option>--with-ssl</option>: Use this option to enable SSL support if
138 <application>OpenSSL</application> is installed.</para>
[16998db6]139
[9d2d426b]140 <para><option>--with-ldap</option>: Use this option to enable LDAP address
141 book support if <application>OpenLDAP</application> is installed.</para>
[16998db6]142
[ebb3545c]143 <para><option>--with-sqlite</option>: Use this option to enable SQLite
144 address book support if <application>SQLite</application> is
145 installed.</para>
146
[9d2d426b]147 <para><option>--with-gpgme</option>: Use this option to enable GPG support
148 if <quote><application>GnuPG</application> Made Easy</quote>
149 (<application>GPGME</application>) is installed.</para>
[77fabc9]150
[9d2d426b]151 <para><option>--enable-smime</option>: Use this option to enable S/MIME
[28655a5c]152 support if <application>GnuPG-2.x.x</application> is installed.</para>
[16998db6]153
[9d2d426b]154 </sect2>
[16998db6]155
[9d2d426b]156 <sect2 role="configuration">
157 <title>Configuring Balsa</title>
[16998db6]158
[9d2d426b]159 <sect3>
160 <title>Configuration Information</title>
[16998db6]161
[9d2d426b]162 <para>All configuration of <application>Balsa</application> is done
163 through the <application>Balsa</application> menu system, with mailbox
164 configuration done with the Settings&mdash;&gt;Preferences menu.</para>
[16998db6]165
[e815f1e]166 <para>If you are unable to connect to your ISP, they probably don't
[39c49464]167 support APOP. Disable it in Settings/Preferences/POP3/advanced.</para>
168
[ebb3545c]169 <para>If you enable filters for your incoming POP3 mail, you must have
[bccbdaea]170 <xref linkend="procmail"/> installed, as the incoming mail will be
[ebb3545c]171 handed off to <command>procmail</command> for processing.</para>
172
[9d2d426b]173 </sect3>
[16998db6]174
[9d2d426b]175 </sect2>
[16998db6]176
[9d2d426b]177 <sect2 role="content">
178 <title>Contents</title>
[16998db6]179
[9d2d426b]180 <segmentedlist>
[ebb3545c]181 <segtitle>Installed Programs</segtitle>
[9d2d426b]182 <segtitle>Installed Libraries</segtitle>
183 <segtitle>Installed Directories</segtitle>
[16998db6]184
[9d2d426b]185 <seglistitem>
[ebb3545c]186 <seg>balsa and balsa-ab</seg>
[9d2d426b]187 <seg>None</seg>
[86da971]188 <seg>/usr/share/balsa and /usr/share/sounds/balsa</seg>
[9d2d426b]189 </seglistitem>
190 </segmentedlist>
[16998db6]191
[9d2d426b]192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
[16998db6]196
[9d2d426b]197 <varlistentry id="balsa-prog">
198 <term><command>balsa</command></term>
199 <listitem>
[86da971]200 <para>is a glib based mail client.</para>
[9d2d426b]201 <indexterm zone="balsa balsa-prog">
202 <primary sortas="b-balsa">balsa</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
[2b4194f]206
[9d2d426b]207 </variablelist>
208
209 </sect2>
[2b4194f]210
[9d2d426b]211</sect1>
Note: See TracBrowser for help on using the repository browser.