Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenhys/sylpheed-commit-reader
https://github.com/kenhys/sylpheed-commit-reader
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenhys/sylpheed-commit-reader
- Owner: kenhys
- License: gpl-2.0
- Created: 2013-03-06T16:16:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T04:25:16.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T01:06:21.291Z (7 months ago)
- Language: C
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
CommitReader
============Read every commit mail, present day, present time.
This plugin supports to read commit mail which contains plain diff
as if it is HTML mail.As a side-effect, it also supports to render normal HTML mail
for Sylpheed.Requirement
-----------* Ubuntu 12.04 or later
* Sylpheed 3.4.0 or later.
* WebKitGTK+Install
-------```
% sudo apt-get install libwebkit-gtk
% git clone git://github.com/kenhys/sylpheed-commit-reader.git
% cd sylpheed-commit-reader
% ./autogen.sh
% ./configure --sylpheed-build-dir=/path/to/sylpheed_source_dir
% make
% make install
```Usage
-----Configure commitreaderrc placed at $HOME/.sylpheed-2.0/.
```
[commit_reader]
enable-private-browsing=false
auto-load-images=false
enable-scripts=false
switch-tab=true
[email protected];[email protected]
```if you want to read commit mail in plain diff context as HTML mail,
modify "commit-to" property just above.For example, this plugin shows commit mail as HTML one which matches
"To:" address to "commit-to".