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