Skip to content

Instantly share code, notes, and snippets.

View mmirate's full-sized avatar

Milo Mirate mmirate

View GitHub Profile
@mmirate
mmirate / mu-refile.py
Last active December 20, 2015 14:29
Ostensibly moves messages between maildirs using the mu indexer (from https://github.com/djcb/mu) and the fdm MDA. In reality, it's been so long since I wrote this, I have no idea whether it actually works.
#!/usr/bin/env python3
#
# Copyright (C) 2013 Milo Mirate <mmirate@gmx.com>
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3, or (at your option) any
# later version.
#
# This program is distributed in the hope that it will be useful,