source: xsoft/other/balsa.xml@ bccbdaea

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 bccbdaea was bccbdaea, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Trailing spaces clean-up. Basicnet, book, and general parts.

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

  • Property mode set to 100644
File size: 7.0 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 "c357968588edc753ca51d397dbc2a9d3">
10 <!ENTITY balsa-size "3.1 MB">
11 <!ENTITY balsa-buildsize "52.6 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 </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
33 <application>GNOME</application>-2 based mail client.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&balsa-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&balsa-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &balsa-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &balsa-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &balsa-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &balsa-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Balsa Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para><xref linkend="libgnomeui"/>,
61 <xref linkend="libgnomeprintui"/>,
62 <xref linkend="scrollkeeper"/>,
63 <xref linkend="aspell"/> and
64 <xref linkend="gmime"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para><xref linkend="libgtkhtml"/>,
68 <xref linkend="libesmtp"/>,
69 <xref linkend="openssl"/>,
70 <xref linkend="openldap"/>,
71 <xref linkend="pcre"/>,
72 <xref linkend="sendmail"/> (or other
73 <ulink url="../server/mail.html">MTA</ulink> that links to
74 <command>/usr/sbin/sendmail</command>),
75 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>, and
76 <ulink url="http://www.sqlite.org/">SQLite</ulink></para>
77
78 <bridgehead renderas="sect4">Optional to Build Experimental S/MIME Support</bridgehead>
79 <para><ulink url="http://www.gnupg.org/download/index.html#libksba">Libksba</ulink>,
80 <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME</ulink> and
81 <ulink url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Balsa</title>
87
88 <para>Install <application>Balsa</application> by running the following
89 commands:</para>
90
91<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
92 --localstatedir=/var/lib --sysconfdir=/etc/gnome \
93 --with-gtkhtml=no --with-esmtp=no &amp;&amp;
94make</userinput></screen>
95
96 <para>This package does not come with a test suite.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role='root'><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
108 <application>ScrollKeeper</application> files in
109 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
110 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
111
112 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
113 configuration files in <filename class="directory">/etc/gnome</filename>
114 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
115
116 <para><parameter>--with-gtkhtml=no</parameter>: This parameter is used if
117 you don't have <application>libgtkhtml</application> installed. Remove
118 this parameter if the package is installed. Note that you won't be able to
119 read or write HTML formatted mail messages if you use this parameter.</para>
120
121 <para><parameter>--with-esmtp=no</parameter>: This parameter is used if
122 you don't have <application>libESMTP</application> installed. Remove this
123 parameter if the package is installed.</para>
124
125 <para><option>--with-ssl</option>: Use this option to enable SSL support if
126 <application>OpenSSL</application> is installed.</para>
127
128 <para><option>--with-ldap</option>: Use this option to enable LDAP address
129 book support if <application>OpenLDAP</application> is installed.</para>
130
131 <para><option>--with-sqlite</option>: Use this option to enable SQLite
132 address book support if <application>SQLite</application> is
133 installed.</para>
134
135 <para><option>--with-gpgme</option>: Use this option to enable GPG support
136 if <quote><application>GnuPG</application> Made Easy</quote>
137 (<application>GPGME</application>) is installed.</para>
138
139 <para><option>--enable-smime</option>: Use this option to enable S/MIME
140 support if <application>Libksba</application> and
141 <application>GnuPG-1.9.x</application> is installed.</para>
142
143 </sect2>
144
145 <sect2 role="configuration">
146 <title>Configuring Balsa</title>
147
148 <sect3>
149 <title>Configuration Information</title>
150
151 <para>All configuration of <application>Balsa</application> is done
152 through the <application>Balsa</application> menu system, with mailbox
153 configuration done with the Settings&mdash;&gt;Preferences menu.</para>
154
155 <para>If you enable filters for your incoming POP3 mail, you must have
156 <xref linkend="procmail"/> installed, as the incoming mail will be
157 handed off to <command>procmail</command> for processing.</para>
158
159 </sect3>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>balsa and balsa-ab</seg>
173 <seg>None</seg>
174 <seg>$GNOME_PREFIX/share/balsa, $GNOME_PREFIX/share/sounds/balsa and
175 $GNOME_PREFIX/share/gnome/help/balsa</seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="balsa-prog">
185 <term><command>balsa</command></term>
186 <listitem>
187 <para>is a <application>GNOME</application>-2 based mail
188 client.</para>
189 <indexterm zone="balsa balsa-prog">
190 <primary sortas="b-balsa">balsa</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 </variablelist>
196
197 </sect2>
198
199</sect1>
Note: See TracBrowser for help on using the repository browser.