source: xsoft/other/balsa.xml@ 17fee97b

systemd-13485
Last change on this file since 17fee97b was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.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 " ">
[ac38e9dc]9 <!ENTITY balsa-md5sum "da3b500b5c939f85071fb1fe3e3efc01">
10 <!ENTITY balsa-size "3.9 MB">
11 <!ENTITY balsa-buildsize "78 MB">
[86da971]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
[ac38e9dc]35 &lfs77_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="gmime"/>,
[91d83ab4]64 <xref linkend="gtk2"/>, and
65 <xref linkend="gtk3"/>
[38d4077]66 </para>
[9d2d426b]67
[39c49464]68 <bridgehead renderas="sect4">Recommended</bridgehead>
[38d4077]69 <para role="recommended">
[91d83ab4]70 <xref linkend="enchant"/> or
71 <ulink url="http://gtkspell.sourceforge.net/">GtkSpell</ulink>
72 (<application>GtkSpell</application> provides on-the-fly as you type
73 spell checking),
74 <xref linkend="libesmtp"/>,
75 <xref linkend="libnotify"/>,
76 <xref linkend="pcre"/>, and
77 <xref linkend="webkitgtk2"/> or
78 <xref linkend="gtkhtml"/> (HTML support)
[38d4077]79 </para>
[39c49464]80
[9d2d426b]81 <bridgehead renderas="sect4">Optional</bridgehead>
[38d4077]82 <para role="optional">
83 <xref linkend="compface"/>,
[ac38e9dc]84 <xref linkend="gnupg2"/> and
[91d83ab4]85 <xref linkend="gpgme"/> (both for S/MIME support),
86 <xref linkend="gtksourceview"/>,
87 <xref linkend="libcanberra"/>,
88 <xref linkend="libsecret"/>,
[38d4077]89 <xref linkend="mitkrb"/>,
[91d83ab4]90 <xref linkend="openldap"/>,
91 <xref linkend="openssl"/>,
92 <xref linkend="sqlite"/>, and
[38d4077]93 <xref linkend="server-mail"/> (that provides a
94 <command>sendmail</command> command, note that it is only used if you
95 didn't install the recommended <application>libESMTP</application>
96 package)
97 </para>
[9d2d426b]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
[91d83ab4]110<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
[b0557208]111make</userinput></screen>
112
113 <para>This package does not come with a test suite.</para>
114
115 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
116
[91d83ab4]117<screen role="root"><userinput>make install</userinput></screen>
[16998db6]118
[9d2d426b]119 </sect2>
[16998db6]120
[9d2d426b]121 <sect2 role="commands">
122 <title>Command Explanations</title>
[16998db6]123
[91d83ab4]124 <para>
125 Examine <command>./configure --help</command> output for
126 switches needed to detect the optional dependencies or
127 to prevent it from looking for recommended dependencies.
128 </para>
[16998db6]129
[9d2d426b]130 </sect2>
[16998db6]131
[9d2d426b]132 <sect2 role="configuration">
133 <title>Configuring Balsa</title>
[16998db6]134
[9d2d426b]135 <sect3>
136 <title>Configuration Information</title>
[16998db6]137
[9d2d426b]138 <para>All configuration of <application>Balsa</application> is done
139 through the <application>Balsa</application> menu system, with mailbox
140 configuration done with the Settings&mdash;&gt;Preferences menu.</para>
[16998db6]141
[e815f1e]142 <para>If you are unable to connect to your ISP, they probably don't
[39c49464]143 support APOP. Disable it in Settings/Preferences/POP3/advanced.</para>
144
[ebb3545c]145 <para>If you enable filters for your incoming POP3 mail, you must have
[bccbdaea]146 <xref linkend="procmail"/> installed, as the incoming mail will be
[ebb3545c]147 handed off to <command>procmail</command> for processing.</para>
148
[9d2d426b]149 </sect3>
[16998db6]150
[9d2d426b]151 </sect2>
[16998db6]152
[9d2d426b]153 <sect2 role="content">
154 <title>Contents</title>
[16998db6]155
[9d2d426b]156 <segmentedlist>
[ebb3545c]157 <segtitle>Installed Programs</segtitle>
[9d2d426b]158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
[16998db6]160
[9d2d426b]161 <seglistitem>
[ebb3545c]162 <seg>balsa and balsa-ab</seg>
[9d2d426b]163 <seg>None</seg>
[86da971]164 <seg>/usr/share/balsa and /usr/share/sounds/balsa</seg>
[9d2d426b]165 </seglistitem>
166 </segmentedlist>
[16998db6]167
[9d2d426b]168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
[16998db6]172
[9d2d426b]173 <varlistentry id="balsa-prog">
174 <term><command>balsa</command></term>
175 <listitem>
[86da971]176 <para>is a glib based mail client.</para>
[9d2d426b]177 <indexterm zone="balsa balsa-prog">
178 <primary sortas="b-balsa">balsa</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
[2b4194f]182
[9d2d426b]183 </variablelist>
184
185 </sect2>
[2b4194f]186
[9d2d426b]187</sect1>
Note: See TracBrowser for help on using the repository browser.