[English | Japanese]
Last Update: 30th Mar, 2005
sylpheed-gtk2 project is over. The result of this project is already merged into original Sylpheed project. Please use Sylpheed-1.9.x or later instead of sylpheed-gtk2.
I'm porting the Sylpheed which is a greate MUA authed by Hiroyuki Yamamoto to Gtk+2. By anti aliased fonts, it becomes more beautiful!
Moreover, I think it can be work on Cygwin and GNU/Linux's frame buffer by a little modify.
You can get it from sourceforge.net.
You only need the icon file when you compile it on Windows, or create a tarball. Usually it is not needed.
GtkTreeView patch replaces GtkCList and GtkCTree to GtkTreeView, but main parts such as main window are still use GtkCTree because of problem of performance. Moreover this patch has no merit, and maybe includes many bugs, so I don't recommend it in usual use.
$ tar xvfz sylpheed-x.y.z-gtk2-200?????.tar.gz $ cd sylpheed-x.y.z-gtk2-200????? $ ./configure $ make $ su (password) # make install
Please replace the version number suitably. Moreover, if you need optional functions such as SSL, please don't forget to add configure options (confirm by "configure --help" for details). In this case, also please dont't forget to install development packages.
Please execute autogen.sh after applying the patch against original version. However, development tools such as autoconf are required. If you cannot install it at yourself, please use the taball instead of the patch.
$ tar xvfj sylpheed-x.y.z.tar.bz2 (The defrosting option of bzip2 is different by versions of GNU tar.) $ cd sylpheed-x.y.z $ patch -p1 < ../sylpheed-x.y.z-gtk2-200?????.diff $ ./autogen.sh $ make $ su (password) # make install
sylpheed-gtk2 can parse almost all config data of original Sylpheed, but only font setting is not compatible.
You should set fonts at ~/.gtkrc-2.0 and ~/.sylpheed/sylpheedrc. For example if you want to use Helvetica, please describe like this:
~/.gtkrc-2.0
gtk-font-name = "Helvetica Gothic 10"
~/.sylpheed/sylpheedrc
... widget_font_gtk2=Helvetica Gothic 10 message_font_gtk2=Helvetica Gothic 10 normal_font_gtk2=Helvetica Gothic 10 bold_font_gtk2=Helvetica Gothic Bold 10 small_font_gtk2=Helvetica Gothic 9 title_font_gtk2=Helvetica Gothic 16 ...
If you are using GNOME2 or KDE¡¤you can set fonts by each platforms's font setting utility instead of ~/.gtkrc-2.0.
sylpheed-gtk2 is still under development. It may destroy your important data. Please backup ~/Mail, ~/.sylpheed, spool, and so on, and use it at your own risks.
$Id: sylpheed-gtk2.html.en,v 1.5 2005/03/30 06:15:06 makeinu Exp $