This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Enable zlib in Dovecot alongside automatic writing of new emails in gzipped format | |
echo '# Enable zlib plugin for reading/writing: | |
protocol imap { | |
mail_plugins = $mail_plugins zlib | |
} | |
protocol pop3 { | |
mail_plugins = $mail_plugins zlib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: LH Multipart Email | |
* Plugin URI: https://lhero.org/portfolio/lh-multipart-email/ | |
* Description: Makes all html emails Html and plain text multipart emails | |
* Version: 1.10 | |
* Author: Peter Shaw | |
* Author URI: https://shawfactor.com/ | |
* Text Domain: lh_multipart_email | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Reorder My Sites | |
Plugin URI: http://judenware.com/projects/wordpress/reorder-mysites/ | |
Description: Reorders the My Sites dropdown menu in the Admin Bar alphabetically. It keeps the main blog at the top. | |
Author: ericjuden | |
Version: 1.1.002 | |
Author URI: http://www.judenware.com | |
Network: true | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: User Management Tools | |
Version: 1.2 | |
Description: Allows you to bulk-add users to a blog in a multisite install | |
Author: AppThemes | |
Author URI: http://appthemes.com | |
Plugin URI: http://wordpress.org/extend/plugins/user-management-tools/ | |
Text Domain: user-management-tools | |
Domain Path: /lang |