Skip to content

Instantly share code, notes, and snippets.

@youri--
youri-- / dovecot-maildir-compress.sh
Created April 23, 2020 15:16 — forked from jas8522/dovecot-maildir-compress.sh
Compresses email in maildir format
#!/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
<?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
*
@youri--
youri-- / reorder-my-sites.php
Last active August 29, 2015 14:06
Reorder My Sites, fixed notices and now sorting my-sites page as well
<?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
*/
@youri--
youri-- / user-management-tools.php
Created September 4, 2014 10:47
User Management Tools fixed for WP 3.9
<?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