2005-09-07 [colin] 1.9.14cvs3
[claws.git] / doc / faq / en / sylpheed-faq-3.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <html>
3 <head>
4   <meta name="GENERATOR" content="SGML-Tools 1.0.9">
5   <title>Sylpheed FAQ: Sylpheed FAQ - Interface</title>
6   <link href="sylpheed-faq-4.html" rel="next">
7   <link href="sylpheed-faq-2.html" rel="previous">
8   <link href="sylpheed-faq.html#toc3" rel="contents">
9 </head>
10 <body>
11 <a href="sylpheed-faq-4.html">Next</a>
12 <a href="sylpheed-faq-2.html">Previous</a>
13 <a href="sylpheed-faq.html#toc3">Contents</a>
14 <hr>
15 <h2><a name="s3">3. Sylpheed-Claws FAQ - Interface</a></h2>
16 <h2><a name="ss3.1">3.1 Q01 How do I make Sylpheed-Claws display my
17 language?</a>
18 </h2>
19 <p>A. You have to set some environment variables such as
20 <code>LANG,LC_CTYPE, LC_MESSAGES</code> to your local language.
21 Usually <code>LANG</code> (or <code>LC_ALL</code>) is sufficient.
22 </p>
23 <h2><a name="ss3.2">3.2 Q02 I don't like the default font. Can I change
24 that?</a>
25 </h2>
26 <p>A. Yes. In Configuration-&gt;preferences under the
27 "Display" tab.
28 </p>
29 <h2><a name="ss3.3">3.3 Q03 There are too many columns in the message
30 list!!</a>
31 </h2>
32 <p>A. In Configuration-&gt;preferences under the
33 "Display" tab you can press the button "Set display
34 item of summary". That pops up a screen with all the
35 options you can show or leave out of the message
36 list.
37 </p>
38 <h2><a name="ss3.4">3.4 Q04 Can I use a different editor to write my
39 mails?</a>
40 </h2>
41 <p>A. You can. In Configuration-&gt;common preferences under
42 the "Other" tab you can define your editor of choice.
43 Remember, if you want to use a command line editor
44 like vi or emacs, to write the name of the shell
45 (term, term, rxvt) with the -e parameter in front of
46 the editor. E.g.: <code>rxvt -e vi %s</code>
47 </p>
48 <h2><a name="ss3.5">3.5 Q05 How to change the font size in the Sylpheed-Claws
49 interface?</a>
50 </h2>
51 <p>A. You can set the GTK+ font by <code>~/.gtkrc</code>, or
52 <code>~/.gtkrc.mine</code>,
53 (which is included by <code>~/.gtkrc</code>).
54 For example:
55 <code>style "default"
56 {
57 font =
58 "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1
59 "
60 }
61 widget_class "*" style "default"</code>
62 </p>
63 <h2><a name="ss3.6">3.6 Q06 Sylpheed-Claws saves my outgoing mail (in
64 Outbox). Can I make it stop doing that?</a>
65 </h2>
66 <p>A. In Configuration-&gt;preferences there's a
67 checkbox "Save sent message to outbox". Uncheck it,
68 and it's solved.
69 </p>
70 <h2><a name="ss3.7">3.7 Q07 How can I change the key-bindings
71 (hot-keys) in Sylpheed-Claws?</a>
72 </h2>
73 <p>A. That is very simple. Suppose you want to assign a
74 shortcut key to a function, e.g. sending all mail
75 out should start when you press Ctrl-Y. Click the
76 Message' menu and move the mouse over "Send all
77 messages". Now you press Ctrl-Y. Immediately the menu
78 text is updated and the function is in place. Please
79 note that a previous function that Ctrl-Y was
80 assigned to, will no longer have a shortcut key. If
81 you want to remove the key binding, do the same
82 thing, but press the "delete" key on the menu-item.
83 Then the key binding is removed.
84 </p>
85 <h2><a name="ss3.8">3.8 Q08 Can I close windows without the mouse?</a>
86 </h2>
87 <p>A. Of course!! Not all windows, but by pressing ESCape,
88 you can close the addressbook, the window of viewing
89 a mail-source (message-&gt;view source), the window of
90 viewing the headers, and several others. Just give
91 it a try and you will find all of them.
92 </p>
93 <h2><a name="ss3.9">3.9 Q09 Can I change the way the date is displayed
94 in the message summary?</a>
95 </h2>
96 <p>A. As of 0.4.65 you can. The options are:
97 %y = year in numbers %m = month in number
98 %d = day in numbers %c = date/time for locale
99 %A = full weekday name %a = short month name
100 %B = full month name %b = short month name
101 %H = hours in 24-clock %I = hours in 12-clock
102 For more information go to the configuration menu,
103 select Common preferences / Display and move the
104 mouse cursor over the input box for the date display
105 format.
106 </p>
107 <h2><a name="ss3.10">3.10 Q10 Why can't I see the compface pictures?</a>
108 </h2>
109 <p>A. You need to enable displaying of the header pane in the
110 general preferences
111 </p>
112 <h2><a name="ss3.11">3.11 Q11 I still can't see the pictures. Why not?</a>
113 </h2>
114 <p>A. You may not have compiled in Compface support. See Q11
115 in the Installation/Configuration section.
116 </p>
117 <h2><a name="ss3.12">3.12 Q12 Why does the URL Launcher not launch my
118 webbrowser?</a>
119 </h2>
120 <p>A. You need to double-click the url.
121 </p>
122 <h2><a name="ss3.13">3.13 Q13 Attachments with spaces in the name won't
123 open!</a>
124 </h2>
125 <p>A. When you try to launch a helper application, like an image
126 viewer, with an attachment that has spaces in the name, put quotes
127 around the %s
128 parameter. Example: gedit '%s'
129 </p>
130 <hr><a href="sylpheed-faq-4.html">Next</a>
131 <a href="sylpheed-faq-2.html">Previous</a>
132 <a href="sylpheed-faq.html#toc3">Contents</a>
133 </body>
134 </html>