Contents
$GNOME_PREFIX/share/: {gnome/help,
omf, sounds}/balsa
The Balsa package contains a GNOME-2 based mail client.
This package is known to build and work properly using an LFS-7.2 platform.
Download (HTTP): http://pawsa.fedorapeople.org/balsa/balsa-2.4.12.tar.bz2
Download MD5 sum: 8b592b128521338ae3e108c363e178af
Download size: 3.9 MB
Estimated disk space required: 69 MB
Estimated build time: 0.6 SBU
libgnomeui-2.24.5, Rarian-0.8.1, GMime-2.6.15, and Aspell-0.60.6.1 or GtkSpell (GtkSpell provides on-the-fly as you type spell checking)
libESMTP-1.0.6 (required for outgoing SMTP service) and PCRE-8.32
GtkHTML-4.6.4, gtksourceview-3.6.2, OpenSSL-1.0.1e, OpenLDAP-2.4.35, Compface-1.5.2, MIT Kerberos V5-1.11.2, libnotify-0.7.5, SQLite-3.7.16.2, and and MTA (that provides a sendmail command, note that it is only used if you didn't install the recommended libESMTP package)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/balsa
Install Balsa by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc/gnome \
--localstatedir=/var/lib \
--with-rubrica \
--without-html-widget \
--without-esmtp \
--without-libnotify \
--without-nm \
--without-gtkspell \
ENABLE_SK_FALSE='#' &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--with-rubrica: This
parameter is used to provide Rubrica2 address book support.
--without-esmtp: Use this parameter if
you don't have libESMTP installed.
--with-ssl: Use this option to enable
SSL support if OpenSSL is
installed.
--with-ldap: Use this option to enable
LDAP address book support if OpenLDAP is installed.
--with-sqlite: Use this option to
enable SQLite address book support if SQLite is installed.
--with-gpgme: Use this option to enable
GPG support if “GnuPG Made Easy” (GPGME) is installed.
--enable-smime: Use this option to
enable S/MIME support if GnuPG-2.x.x is installed.
ENABLE_SK_FALSE='#': This option
bypasses an error in the configure code.
All configuration of Balsa is done through the Balsa menu system, with mailbox configuration done with the Settings—>Preferences menu.
If you are unable to connect to your ISP, they probably don't support APOP. Disable it in Settings/Preferences/POP3/advanced.
If you enable filters for your incoming POP3 mail, you must have Procmail-3.22 installed, as the incoming mail will be handed off to procmail for processing.
$GNOME_PREFIX/share/: {gnome/help,
omf, sounds}/balsa
Last updated on 2012-09-26 20:18:27 +0000