Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenhys/sylpheed-icons
Planning...
https://github.com/kenhys/sylpheed-icons
Last synced: 17 days ago
JSON representation
Planning...
- Host: GitHub
- URL: https://github.com/kenhys/sylpheed-icons
- Owner: kenhys
- License: bsd-2-clause
- Created: 2012-01-31T12:37:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T03:15:48.000Z (over 9 years ago)
- Last Synced: 2024-05-02T01:06:21.289Z (7 months ago)
- Language: C
- Homepage:
- Size: 295 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
SylIcons -
=======================Requirement
-----------* Sylpheed 3.2.0 or later
* User agent icons (use external resources such as DispMUA for example)Sylicons depends "messageview-show" signal which is implemented since Sylpheed
3.2.0 or later.How to Install
--------------```
% git clone git://github.com/kenhys/sylpheed-icons.git
% cd sylpheed-icons
% ./autogen.sh
% ./configure --sylpheed-build-dir=/path/to/sylpheed_source_dir
% make
% sudo make install
```Sylicons does not contain any user agent icons, so download external
user agent icons such as DispMUA, then put it them under $HOME/.sylpheed-2.0/plugins/sylicons.You can download DispMUA from here.
http://www.juergen-ernst.de/addons/dispmua.html
Here is the procedure to setup icons if you use DispMUA.
```
unzip dispmua-1.6.9.xpi
cd chrome
unzip chrome.jar
cd content
cp -r 48x48 $HOME/.sylpheed-2.0/plugins/sylicons
```How to use
----------Just show emails.
If Sylicons supports X-Mailer header, proper user agent icons are shown.