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 ->, under the
tab.
|
3.3. |
There are too many columns in the message list!
|
|
In -> under the
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 ->, under
the and 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 ->->, if you want the editor of your choice 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-2.0 , or
$HOME/.gtkrc-2.0.mine ,
(which is included by $HOME/.gtkrc-2.0 ).
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 ->, there's a
checkbox Save sent message to outbox. Uncheck it,
and it's solved.
|
3.7. |
How can I change the key bindings (hotkeys) in Sylpheed?
|
|
Unlike Sylpheed 1.x, Sylpheed 2.x doesn't allow direct modification of the menu shortcuts by default. Nevertheless, you can
use the following methods to configure them:
-
Using GNOME 2.8 or later: run gconf-editor from ->->. Select ->-> and check can-change-accels there.
-
Using GNOME before 2.8, or other environments: add the following line to the file ~/.gtkrc-2.0 (or create a new one, if it doesn't exist):
gtk-can-change-accels = 1
-
When Sylpheed is not running, directly edit ~/.sylpheed-2.0/menurc with a text editor.
After that, the key binding change itself 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
menu and move the mouse over . 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.
Also see ->->->+Set key bindings... where you are able to reset the Default key bindings, or use other predefined key bindings.
|
3.8. |
Can I close windows without the mouse?
|
|
Of course! Not all windows, but by pressing Escape,
you can close the address book, the window of viewing
a mail 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 ->->-> and choose the ... labeled button.
For more options, see man 3 strftime.
|
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.
Also, check that you have configured your web browser correctly in ->->->.
|
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 ->->. There you can check the Bcc checkbox and optionally enter an email address.
|
3.15. |
How do I change the toolbar?
|
|
Go to -> and select items from the Available items list to be displayed on the toolbar. You can modify the order by using the Up or Down button. The customization dialog also offers you to revert your modifications to default.
|
3.16. |
Why isn't the next message displayed when I delete a message?
|
|
Go to ->->->, and select Always open messages in summary when selected.
|
3.17. |
How can I remove mailing list information from Subject headers?
|
|
Very often, when you are subscribed to a mailing list, you will store each message from that list in a folder dedicated to
that list. Depending on remote software solution and configuration, mailing lists tend to include some words in the Subject
header to identify the messages, optionally accompanied with a message number, for instance [sylpheed:33101] . These additions do not provide useful info if you have organized your folders as described, but Sylpheed allows you to disable
displaying the additions in summary, and/or, if you wish, delete the additions on reply.
To do that, right-click on a folder from the folder tree, and select In the Folder properties dialog, check Don't display [...] or (...) at the beginning of subject in summary, or Delete [...] or (...) at the beginning of subject on reply, respectively.
|