Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenhys/sylpheed-htmlview
https://github.com/kenhys/sylpheed-htmlview
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenhys/sylpheed-htmlview
- Owner: kenhys
- License: bsd-2-clause
- Created: 2012-06-18T13:16:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T10:51:16.000Z (about 8 years ago)
- Last Synced: 2024-05-02T01:06:21.292Z (7 months ago)
- Language: C
- Size: 331 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# HtmlView - HTML mail support plug-in for Sylpheed
## Requirement
* Sylpheed 3.2.0 or later
* Ubuntu 12.04 or later is recommended
* [sylpheed-plugin-factory](https://github.com/kenhys/sylpheed-plugin-factory)## Install
In this scenario, we assume that we use master version of Sylpheed.
Step 1. build sylpheed
```sh
% 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 enabledBrowse html mail.
htmlview plugin automatically renders HTML mail in messageview.## TODO
* Support Windows