source: xsoft/other/balsa.xml@ b41d6f3b

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
Last change on this file since b41d6f3b was b41d6f3b, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to Balsa-2.3.12

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

  • Property mode set to 100644
File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY balsa-download-http "http://balsa.gnome.org/balsa-&balsa-version;.tar.bz2">
8 <!ENTITY balsa-download-ftp " ">
9 <!ENTITY balsa-md5sum "3792d22cde7aceeae37108ed09477711">
10 <!ENTITY balsa-size "2.4 MB">
11 <!ENTITY balsa-buildsize "52.2 MB">
12 <!ENTITY balsa-time "0.7 SBU">
13]>
14
15<sect1 id="balsa" xreflabel="Balsa-&balsa-version;">
16 <?dbhtml filename="balsa.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">balsa-&balsa-version;.tar</keyword>
23 <keyword role="ftpdir">balsa</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Balsa-&balsa-version;</title>
28
29 <indexterm zone="balsa">
30 <primary sortas="a-Balsa">Balsa</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Balsa</title>
35
36 <para>The <application>Balsa</application> package contains a
37 <application>GNOME</application>-2 based mail client.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&balsa-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&balsa-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &balsa-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &balsa-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &balsa-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &balsa-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Balsa Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="libgnomeui"/>,
65 <xref linkend="libgnomeprintui"/>,
66 <xref linkend="scrollkeeper"/>,
67 <xref linkend="aspell"/>, and
68 <xref linkend="gmime"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="libgtkhtml"/>,
72 <xref linkend="gtksourceview"/>,
73 <xref linkend="libesmtp"/>,
74 <xref linkend="openssl"/>,
75 <xref linkend="openldap"/>,
76 <xref linkend="pcre"/>,
77 <xref linkend="compface"/>,
78 <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink> (provides
79 on-the-fly as you type spell checking),
80 <xref linkend="sendmail"/> (or other
81 <ulink url="../server/mail.html">MTA</ulink> that links to
82 <command>/usr/sbin/sendmail</command>),
83 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, and
84 <ulink url="http://www.sqlite.org/">SQLite</ulink></para>
85
86 <bridgehead renderas="sect4">Optional to Build Experimental S/MIME Support</bridgehead>
87 <para role="optional"><ulink
88 url="http://www.gnupg.org/download/index.html#libksba">Libksba</ulink>,
89 <ulink url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink>, and
90 <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink></para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/balsa"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Balsa</title>
99
100 <para>Install <application>Balsa</application> by running the following
101 commands:</para>
102
103<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
104 --localstatedir=/var/lib \
105 --sysconfdir=&gnome-etc-dir; \
106 --with-gtkhtml=no \
107 --with-esmtp=no &amp;&amp;
108make</userinput></screen>
109
110 <para>This package does not come with a test suite.</para>
111
112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role='root'><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
122 <application>ScrollKeeper</application> files in
123 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
124 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
125
126 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
127 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
128 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
129
130 <para><parameter>--with-gtkhtml=no</parameter>: This parameter is used if
131 you don't have <application>libgtkhtml</application> installed. Remove
132 this parameter if the package is installed. Note that you won't be able to
133 read or write HTML formatted mail messages if you use this parameter.</para>
134
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
139 <para><option>--with-ssl</option>: Use this option to enable SSL support if
140 <application>OpenSSL</application> is installed.</para>
141
142 <para><option>--with-ldap</option>: Use this option to enable LDAP address
143 book support if <application>OpenLDAP</application> is installed.</para>
144
145 <para><option>--with-sqlite</option>: Use this option to enable SQLite
146 address book support if <application>SQLite</application> is
147 installed.</para>
148
149 <para><option>--with-gpgme</option>: Use this option to enable GPG support
150 if <quote><application>GnuPG</application> Made Easy</quote>
151 (<application>GPGME</application>) is installed.</para>
152
153 <para><option>--enable-smime</option>: Use this option to enable S/MIME
154 support if <application>Libksba</application> and
155 <application>GnuPG-1.9.x</application> is installed.</para>
156
157 </sect2>
158
159 <sect2 role="configuration">
160 <title>Configuring Balsa</title>
161
162 <sect3>
163 <title>Configuration Information</title>
164
165 <para>All configuration of <application>Balsa</application> is done
166 through the <application>Balsa</application> menu system, with mailbox
167 configuration done with the Settings&mdash;&gt;Preferences menu.</para>
168
169 <para>If you enable filters for your incoming POP3 mail, you must have
170 <xref linkend="procmail"/> installed, as the incoming mail will be
171 handed off to <command>procmail</command> for processing.</para>
172
173 </sect3>
174
175 </sect2>
176
177 <sect2 role="content">
178 <title>Contents</title>
179
180 <segmentedlist>
181 <segtitle>Installed Programs</segtitle>
182 <segtitle>Installed Libraries</segtitle>
183 <segtitle>Installed Directories</segtitle>
184
185 <seglistitem>
186 <seg>balsa and balsa-ab</seg>
187 <seg>None</seg>
188 <seg>The following subdirectories of $GNOME_PREFIX/share/:
189 {gnome/help, omf, sounds}/balsa</seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="balsa-prog">
199 <term><command>balsa</command></term>
200 <listitem>
201 <para>is a <application>GNOME</application>-2 based mail
202 client.</para>
203 <indexterm zone="balsa balsa-prog">
204 <primary sortas="b-balsa">balsa</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210
211 </sect2>
212
213</sect1>
Note: See TracBrowser for help on using the repository browser.