dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Remove application/x-tar file extension test as it might not exist in nginx...
Aleksander Machniak
2016-05-20
9e64dc2debfa1c7410f82bf71f4d10856751e258
[githubFork/roundcubemail.git]
/
plugins
/
emoticons
/
config.inc.php.dist
commit
|
author
|
age
a63f14
1
<?php
AM
2
3
// Enable emoticons in plain text messages preview
4
$config['emoticons_display'] = false;
5
6
// Enable emoticons in compose editor (HTML)
7
$config['emoticons_compose'] = true;