summaryrefslogtreecommitdiffstats
path: root/faq/en/faq_003.xml
blob: 0b9af4b9f2a54be2c8f5fa8c881cb916b50581c0 (plain)
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<?xml version='1.0' encoding='UTF-8'?><chapter id="sylpheed-faq-3">
  <title>Sylpheed FAQ - Interface</title>
  <qandaset>
    <qandadiv id="faq-interface">
      <title>Interface</title>
      <qandaentry>
        <question>
          <para>
Q01  How do I make Sylpheed display my language?
</para>
        </question>
        <answer>
          <para>You have to set some environment variables such as
     <computeroutput>LANG,LC_CTYPE, LC_MESSAGES</computeroutput> to your local language.
     Usually <computeroutput>LANG</computeroutput> (or <computeroutput>LC_ALL</computeroutput>) is sufficient.
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q02  I don&apos;t like the default font. Can I change that?
</para>
        </question>
        <answer>
          <para>Yes. In Configuration-&gt;common preferences under the
     &quot;Display&quot; tab.
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q03  There are too many columns in the message list!!
</para>
        </question>
        <answer>
          <para>In Configuration-&gt;common preferences under the
     &quot;Display&quot; tab you can press the button &quot;Set display
     item of summary&quot;. That pops up a screen with all the
     options you can show or leave out of the message
     list.
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q04  Can I use a different editor to write my mails?
</para>
        </question>
        <answer>
          <para>You can. In Configuration-&gt;common preferences under
     the &quot;Other&quot; tab you can define your editor of choice.
     Remember, if you want to use a command line editor
     like vi or emacs, to write the name of the shell
     (term, term, rxvt) with the -e parameter in front of
     the editor. E.g.: <computeroutput>rxvt -e vi %s</computeroutput>
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q05  How to change the font size in the Sylpheed interface?
</para>
        </question>
        <answer>
          <para>You can set the GTK+ font by <computeroutput>$HOME/.gtkrc</computeroutput>, or
     <computeroutput>$HOME/.gtkrc.mine</computeroutput>,
     (which is included by <computeroutput>$HOME/.gtkrc</computeroutput>).
     For example:
     <computeroutput>style &quot;default&quot; { font = &quot;-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1 &quot; } widget_class &quot;*&quot; style &quot;default&quot;</computeroutput>
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q06  Sylpheed saves my outgoing mail (in Outbox). Can I make it stop doing that?
</para>
        </question>
        <answer>
          <para>In Configuration-&gt;common preferences there&apos;s a
     checkbox &quot;Save sent message to outbox&quot;. Uncheck it,
     and it&apos;s solved.
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q07  How can I change the key-bindings (hot-keys) in Sylpheed?
</para>
        </question>
        <answer>
          <para>That is very simple. Suppose you want to assign a
     shortcut key to a function, e.g. sending all mail
     out should start when you press Ctrl-Y. Click the
      Message&apos; menu and move the mouse over &quot;Send all
     messages&quot;. Now you press Ctrl-Y. Immediately the menu
     text is updated and the function is in place. Please
     note that a previous function that Ctrl-Y was
     assigned to, will no longer have a shortcut key. If
     you want to remove the key binding, do the same
     thing, but press the &quot;delete&quot; key on the menu-item.
     Then the key binding is removed.
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q08  Can I close windows without the mouse?
</para>
        </question>
        <answer>
          <para>Of course!! Not all windows, but by pressing ESCape,
     you can close the addressbook, the window of viewing
     a mail-source (message-&gt;view source), the window of
     viewing the headers, and several others. Just give
     it a try and you will find all of them.
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q09  Can I change the way the date is displayed in the message summary?
</para>
        </question>
        <answer>
          <para>As of 0.4.65 you can. The options are:
     %y = year in numbers     %m = month in number
     %d = day in numbers      %c = date/time for locale
     %A = full weekday name   %a = short month name
     %B = full month name     %b = short month name
     %H = hours in 24-clock   %I = hours in 12-clock
     For more information go to the configuration menu,
     select Common preferences / Display and move the
     mouse cursor over the input box for the date display
     format.
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q10  Why can&apos;t I see the compface pictures?
</para>
        </question>
        <answer>
          <para>You need to enable displaying of the header pane in the
     general preferences
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q11  I still can&apos;t see the pictures. Why not?
</para>
        </question>
        <answer>
          <para>You may not have compiled in Compface support. See Q11
     in the Installation/Configuration section.
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q12  Why does the URL Launcher not launch my webbrowser?
</para>
        </question>
        <answer>
          <para>You need to double-click the url.
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q13 Attachments with spaces in the name won&apos;t open!
</para>
        </question>
        <answer>
          <para>When you try to launch a helper application, like an image viewer, with an attachment that has spaces in the name, put quotes around the %s
parameter. Example: gedit &apos;%s&apos;
</para>
        </answer>
      </qandaentry>
      <qandaentry>
        <question>
          <para>
Q14. Where is the Bcc when I compose a mail?
</para>
        </question>
        <answer>
          <para>Open Configuration -&gt; Preferences for current account -&gt; Compose. There you can check the Bcc checkbox and optionally enter an e-mail address.
</para>
        </answer>
      </qandaentry>
    </qandadiv>
  </qandaset>
</chapter>