Skip to content

Instantly share code, notes, and snippets.

@cviebrock
cviebrock / dovecot-maildir-compress.sh
Last active November 26, 2022 16:21 — forked from cs278/dovecot-maildir-compress.sh
Compresses email in maildir format
#!/bin/sh
# Find the mails you want to compress in a single maildir.
#
# Skip files that don't have ,S=<size> in the filename.
#
# Compress the mails to tmp/
#
# Update the compressed files' mtimes to be the same as they were in the original files (e.g. touch command)
#
@cviebrock
cviebrock / wez.itermcolors
Last active September 6, 2015 22:20 — forked from wez/wez.itermcolors
Wez's iTerm 2 Colour selection
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Blue Component</key>
<real>0.0</real>
<key>Green Component</key>
<real>0.0</real>