2.1. |
What does it take to compile Sylpheed? |
|||
Any POSIX compliant UNIX or similar OS, e.g. Linux, FreeBSD, Solaris. GTK+ 2.4.0 or later (GTK+ 2.6.0 or later is recommended). A recent ANSI C compiler (gcc 2.7.2.3 should also work). Note: it is reported that Sun C will not compile Sylpheed. Optionally:
Otherwise ./configure will fail.
See also the Note that as Sylpheed now supports the Windows platform, you can also compile it using MinGW. |
||||
2.2. |
How do I set up Sylpheed? |
|||
When you run Sylpheed for the first time, it will
ask you where you want to store your mailboxes. The
default is Please note: When Sylpheed is executed for the first time, it automatically creates the configuration files under |
||||
2.3. |
Why did the creation of the mailbox fail? |
|||
Sylpheed reports such an error if it can't create the default
mailboxes (inbox, outbox, etc ...). This can be because |
||||
2.4. |
How do I set up an account? |
|||
After loading Sylpheed for the first time, you can add an e-mail account by clicking the menu. Select the option and fill in the appropriate fields. |
||||
2.5. |
How many accounts can I set up in Sylpheed? |
|||
The number is unlimited. The limit is reached when your computer stops responding. |
||||
2.6. |
Why does Sylpheed not delete my mails when I press "Delete"? I set a filter, and Sylpheed does not filter. I moved a mail to a different mailbox and it did not move. |
|||
You have to click the Execute button. The other solution: in the configuration settings ( -> -> ), you have to check the Execute immediately when moving or deleting messages box. |
||||
2.7. |
Can I set up special addresses/ports for my mailserver/newsserver? |
|||
Yes, you can. In the configuration per account you can specify the exact port addresses you want to use. |
||||
2.8. |
Does Sylpheed have options for threading messages? |
|||
Yes. You can switch it on and off in the Ctrl-T. menu, just select or press |
||||
2.9. |
Can I create multiple levels of subfolders to store mail? |
|||
Absolutely. This is no problem. |
||||
2.10. |
Why isn't Sylpheed sending my mail out? |
|||
You need to create at least one account in order to send. (This is a wonderful gotcha on LAN installs with only a local mailbox feed). |
||||
2.11. |
How do I apply a patch after downloading it? |
|||
Copy patch to sylpheed directory. Apply the patch as follows: % patch -p0 < some.patch Or, if it's gzipped: % gzip -dc some.patch.gz | patch -p0
Run |
||||
2.12. |
How do I compile in support for compface pictures? |
|||
You have to have a package called |
||||
2.13. |
How do I make my own compface image? |
|||
The faces package contains a program called xbm2ikon script, which converts a 48x48 xbm to the format suitable for compface. Thanks to Jeff Dairiki, you can have a complete online course in this. Visit this page for the details. |
||||
2.14. |
How can I tell my browser/newsclient/other program to use Sylpheed as e-mail program? |
|||
In the settings part of the program, write
Specific options for typical browsers:
|
||||
2.15. |
How do I enable GPG support in Sylpheed? |
|||
When compiling Sylpheed, make sure you add |
||||
2.16. |
Mutt does not recognize Sylpheed's MH structure |
|||
For this to work you need to use the touch command in every MH folder. "touch" the file |
||||
2.17. |
Viewing a GIF file within Sylpheed causes a segmentation fault. |
|||
In case this happens, you can easily fix that by adding the following to image/gif gif |
||||
2.18. |
How can I make Sylpheed notify me when new mail arrives? |
|||
Download Gkrellm or a similar program that is able to notify you of new incoming mail. Gkrellm is available at the Gkrellm page. |
||||
2.19. |
Can I use a spell checker with Sylpheed? |
|||
Yes. You need to have GtkSpell installed prior to Sylpheed compilation. The support for GtkSpell is enabled by default in
configure. (If you want to disable it, make sure you add The GtkSpell option is not supported in Sylpheed for Windows (yet), so you will have no spell checking under this OS. |
||||
2.20. |
How can I make Sylpheed send my compface image in the mails? |
|||
In the Add user-defined header and press button. A dialog appears, add a header named "X-Face" and fill the value field with your face data. Note that if you paste the data from a terminal into the field, some spurious newlines can be added, and these can mangle your face, be careful. -> -> check |
||||
2.21. |
I checked out the sources using SVN and can't find any configure script. |
|||
The SVN versions are meant to be used by developers rather than "normal" users, so the source (or binary) distributions are easier to use.
You need to generate the configure script by running |
||||
2.22. |
Running "autogen.sh" gives error messages that "AM_PATH_GDK_PIXBUF" or "AM_PATH_(whatever)" is not found. |
|||
There are some
If there are still some aclocal -I ac \ to aclocal -I ac -I /opt/gnome/share/aclocal \ and run it again. |
||||
2.23. |
I don't want to compile in support for ... any longer, but after running "configure", those libraries are still used. |
|||
Remove the |
||||
2.24. |
How can I select different applications to open with specific MIME types? |
|||
The MIME-type to application associations are kept in |
||||
2.25. |
How can I change the suggested mimetype for attachments? |
|||
The extension to MIME-type associations are kept in |
||||
2.26. |
The folderlist is not updated after I manually moved/copied folders. |
|||
You need to update Sylpheeds cache. Right click on the mailbox and choose . |
||||
2.27. |
How can I revert original settings, e.g. for fonts, keybindings, etc.? |
|||
Sylpheed keeps its configuration files in |
||||
2.28. |
What environment variables have effect on Sylpheed? |
|||
Here are the most common variables:
|
||||
2.29. |
Special characters (e.g. umlauts) are not displayed correctly. |
|||
In most cases, this is caused by fonts that use an unsuitable encoding on a not Unicode-based system. (On a Unicode-based system, fonts should support all thinkable characters for the vast majority of languages.) Choose Text font. Now, a special dialog appears that allows you to pick a desirable font family, style, and size. -> -> -> , and click the button right toYou should also make sure that your environment variables regarding locale settings have sensible values. |
||||
2.30. |
How can I convert my old mailbox/adressbook from (some mailclient). |
|||
You can try to export your old mailbox to MH, MBOX or EML format.
|
||||
2.31. |
What config files are there, and what are they used for? |
|||
Sylpheeds config files can be found in
|
||||
2.32. |
What to do when printing an e-mail prints off the paper? |
|||
You can use enscript for this. Use enscript %s to print everything on one page, or enscript -U2 %s for printing two logical pages on one physical page. |