Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenhys/sylpheed-customview
https://github.com/kenhys/sylpheed-customview
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenhys/sylpheed-customview
- Owner: kenhys
- License: bsd-2-clause
- Created: 2013-04-25T15:03:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T11:47:07.000Z (over 9 years ago)
- Last Synced: 2024-05-02T01:06:21.382Z (7 months ago)
- Language: C
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
CustomView
============Customize your Sylpheed user interface.
This plugin supports to customize Sylpheed user interface
such as two pane view.Supported Features
------------------* Two column layout
It shows summaryview and messageview only.
This layout is suitable for wide display such as HD (1366 x 768)Requirement
-----------* Ubuntu 12.04 or later
* Sylpheed 3.4.0 or later.Install
-------```
% git clone git://github.com/kenhys/sylpheed-customview.git
% cd sylpheed-customview
% ./autogen.sh
% ./configure --sylpheed-build-dir=/path/to/sylpheed_source_dir
% make
% make install
```Usage
-----Configure customviewrc placed at $HOME/.sylpheed-2.0/.
```
[customview]
hide-folderview=true
```