GitXplorerGitXplorer
k

sylpheed-htmlview

public
9 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
e3a6dbfeff2791f8194aac340cf97ba70fee958f

Merge pull request #7 from manio/patch-1

kkenhys committed 8 years ago
Unverified
94ee2eb69b1f0d37359c209b735a811ca1edc5cc

Typo fix in README

mmanio committed 8 years ago
Unverified
137080fe341f2d17753789c8caddbddb5bcdc2a0

Add 0.7.0 entry

kkenhys committed 9 years ago
Unverified
2591f3a93d9d24ed46787603469ade4ca6be44b3

Bump version

kkenhys committed 9 years ago
Unverified
074f69ca1e1e99e846fc1b98add6a97c64d0f91b

Split build & install procedure

kkenhys committed 9 years ago
Unverified
e934a2acaad2837edcafb0ac2f1ff8af4edb3172

Remove redandunt procedure

kkenhys committed 9 years ago

README

The README file for this repository.

HtmlView - HTML mail support plug-in for Sylpheed

Requirement

Install

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

Usage

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:

  1. Click [Configuration]-[Common preferences]
  2. Select [Display] tab
  3. Select [Attachment] tab inside [Display] tab
  4. Confirm [Toggle attachment list view with tab] is enabled

Browse html mail. htmlview plugin automatically renders HTML mail in messageview.

TODO

  • Support Windows