Chapter 3. Sylpheed FAQ - Interface

3.1. How do I make Sylpheed display my language?
3.2. I don't like the default font. Can I change that?
3.3. There are too many columns in the message list!
3.4. Can I use a different editor to write my mails?
3.5. How to change the font size in the Sylpheed interface?
3.6. Sylpheed saves my outgoing mail (in Outbox). Can I make it stop doing that?
3.7. How can I change the key-bindings (hot-keys) in Sylpheed?
3.8. Can I close windows without the mouse?
3.9. Can I change the way the date is displayed in the message summary?
3.10. Why can't I see the compface pictures?
3.11. I still can't see the pictures. Why not?
3.12. Why does the URL launcher not launch my web browser?
3.13. Attachments with spaces in the name won't open!
3.14. Where is the Bcc when I compose a mail?
3.1.

How do I make Sylpheed display my language?

You have to set some environment variables, such as LANG, LC_CTYPE, LC_MESSAGES to your local language. Usually LANG (or LC_ALL) is sufficient. Note that modern distributions and operating systems do this for you automatically.

3.2.

I don't like the default font. Can I change that?

Yes. In Configuration->Common preferences, under the Display tab.

3.3.

There are too many columns in the message list!

In Configuration->Common preferences, under the Display tab you can press the button Set display item of summary.... That pops up a screen with all the options you can show or leave out of the message list.

3.4.

Can I use a different editor to write my mails?

You can. In Configuration->Common preferences, under the Details and External commands tabs, 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.: rxvt -e vi %s. Also, make sure that you have checked Automatically launch the external editor in Common preferences->Compose->Editor, if you want the editor of your choise to be launched every time you begin composing a message.

3.5.

How to change the font size in the Sylpheed interface?

You can set the GTK+ font by $HOME/.gtkrc, or $HOME/.gtkrc.mine, (which is included by $HOME/.gtkrc). For example: style "default" { font = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1 " } widget_class "*" style "default"

3.6.

Sylpheed saves my outgoing mail (in Outbox). Can I make it stop doing that?

In Configuration->Common preferences, there's a checkbox Save sent message to outbox. Uncheck it, and it's solved.

3.7.

How can I change the key-bindings (hot-keys) in Sylpheed?

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 menu and move the mouse over Send all messages. 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 Delete key on the menu item. Then the key binding is removed.

3.8.

Can I close windows without the mouse?

Of course! Not all windows, but by pressing Escape, you can close the addressbook, the window of viewing a mail source (View->Message source), the window of viewing the headers, and several others. Just give it a try and you will find all of them.

3.9.

Can I change the way the date is displayed in the message summary?

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->Common preferences->Display->General and choose the ... labeled button.

3.10.

Why can't I see the compface pictures?

You need to enable displaying of the header pane in the general preferences.

3.11.

I still can't see the pictures. Why not?

You may not have compiled in Compface support. See the appropriate question in the Installation and Configuration section.

3.12.

Why does the URL launcher not launch my web browser?

You need to double click the URL.

3.13.

Attachments with spaces in the name won't open!

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 '%s'

3.14.

Where is the Bcc when I compose a mail?

Open Configuration->Preferences for current account...->Compose. There you can check the Bcc checkbox and optionally enter an e-mail address.