File: its-not-working.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 (88 lines) | stat: -rw-r--r-- 2,953 bytes parent folder | download | duplicates (3)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE page
[<!ENTITY % balsa SYSTEM "balsa.entities"> %balsa; ]>
<page xmlns="http://projectmallard.org/1.0/" type="topic"
id="its-not-working">
  <info>
    <link type="guide" xref="index" />
  </info>
  <title>It's not Working!!!</title>
  <p>This is a FAQ for when &Balsa; appears to lock up, or
  other things that you think should be happening aren't. If you
  can't figure out how to do something but &Balsa; lets you do
  it, that's a bug. Report it.</p>
  <list>
    <item>
      <p>
        <link xref="its-not-working#main-to-imap">
        I want one of the main
        folders to be IMAP</link>
      </p>
    </item>
    <item>
      <p>
        <link xref="its-not-working#frozen">
        &Balsa;'s frozen!</link>
      </p>
    </item>
    <item>
      <p>
        <link xref="its-not-working#spooky-win">
        What's that window that flashed
        on the screen?</link>
      </p>
    </item>
    <item>
      <p>
        <link xref="its-not-working#address-book">
        The address book doesn't
        import my addresses.</link>
      </p>
    </item>
  </list>
  <section id="main-to-imap">
    <title>I want a basic mailbox to use IMAP</title>
    <p>See
    <link xref="common-tasks#ct-main-folder-imap">this section</link>.</p>
  </section>
  <section id="frozen">
    <title>&Balsa;'s frozen!</title>
    <p>Odds are it isn't. Watch out for:</p>
    <list>
      <item>
        <p>If you don't have threading, &Balsa; will stop
        responding when it sends and receives email. Use threading,
        if possible.</p>
      </item>
      <item>
        <p>&Balsa; is downloading a new message or closing a
        large mailbox. This could take a while, especially when
        this file is accessed via NFS.</p>
      </item>
      <item>
        <p>A dialog box is being displayed but it is obscured by
        another one. This seems to happen under Sawfish. Try moving
        the windows around and see if there's a hidden dialog
        somewhere.</p>
      </item>
    </list>
  </section>
  <section id="spooky-win">
    <title>What's that window that flashed on the screen?</title>
    <p>Were you checking your mail? Probably. This is the window
    that displays progress for retrieving &POP3; mail. If you
    don't have any &POP3; accounts, it will still appear -- but
    it'll disappear almost instantly. You can disable displaying
    this window in preferences.</p>
  </section>
  <section id="address-book">
    <title>The address book doesn't import my addresses.</title>
    <p>&Balsa; attempts to open the file
    <file>~/.gnome/GnomeCard.gcrd</file>. If you're not using this
    file, you may need to create a symlink so that &Balsa; can
    open it.</p>
    <p>There have been slight changes in &GnomeCard;'s file
    format between its various versions. &Balsa; is known to
    work with at least &GnomeCard; version 1.0.10 and probably
    most other releases.</p>
  </section>
</page>