File: getting-started.page

package info (click to toggle)
balsa 2.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,576 kB
  • sloc: ansic: 99,871; xml: 4,934; makefile: 769; sh: 185; awk: 60; python: 34
file content (31 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE page
[<!ENTITY % balsa SYSTEM "balsa.entities"> %balsa;]>
<page xmlns="http://projectmallard.org/1.0/" type="topic"
id="getting-started">
  <info>
    <link type="guide" xref="index" />
    <link type="next" xref="win-main" />
  </info>
  <title>Getting Started with &Balsa;</title>
  <p>If you're starting &Balsa; for the first time, the first
  thing you'll see is an assistant that will set up &Balsa;'s
  basic settings. &Balsa; can guess most of what it needs to
  know about you. It will also create five standard local
  mailboxes: the Inbox, Outbox, Sentbox, Draftbox, and Trash.
  (These can be changed to be &IMAP; mailboxes later.)</p>
  <figure>
    <media type="image" src="figures/druid-start.png" />
    <title>&Balsa; Start Assistant</title>
  </figure>
  <p>Don't worry. &Balsa; cooperates with other
  <link xref="glossary#mua">MUA</link>'s very well. They share the
  same locking semantics for mailboxes. If &Balsa; shares the
  same mail directory as &Pine; or &Mutt;, it will detect
  new folders as they are created. So if you have to telnet in to
  your mail machine, you won't be stuck.</p>
  <p>There are many more settings in &Balsa;'s
  <link xref="preferences">preferences window</link>, but most of
  them do not need to be changed.</p>
  <p>Once &Balsa; is configured, you will proceed on to the
  <link xref="win-main">main window</link>.</p>
</page>