- Sylpheed 3.2.0 or later
- Ubuntu 12.04 or later is recommended
- sylpheed-plugin-factory
In this scenario, we assume that we use master version of Sylpheed.
Step 1. build sylpheed
% svn checkout svn://sylpheed.sraoss.jp/sylpheed/trunk sylpheed
% cd sylpheed
% ./autogen.sh
% ./configure
% make
% sudo make install
Step 2. build sylpheed-plugin-factory library
% cd plugin
% git clone https://github.com/kenhys/sylpheed-plugin-factory.git
% cd sylpheed-plugin-factory
% ./autogen.sh
% ./configure
% make
% sudo make install
% cd -
Step 3. build htmlview plugin
% git clone https://github.com/kenhys/sylpheed-htmlview.git
% cd sylpheed-htmlview
% ./autogen.sh
% ./configure --enable-webkitgtk
% make
% sudo make install
Click [Tools]-[HtmlView [htmlview]]] menu, then customize preference settings about htmlview plugin.
Note that this plugin requires [Toggle attachment list view with tab] option is enabled.
Check required option by follows:
- Click [Configuration]-[Common preferences]
- Select [Display] tab
- Select [Attachment] tab inside [Display] tab
- Confirm [Toggle attachment list view with tab] is enabled
Browse html mail. htmlview plugin automatically renders HTML mail in messageview.
- Support Windows