There're a lot of combinations to manage your email with emacs, but this works for me. I've a backup and I can manage my daily email.
The stack:
- emacs
- offlineimap
- mu
- mu4e
| #!/usr/bin/env python | |
| import argparse | |
| import copy | |
| import math | |
| import pickle | |
| import random | |
| from itertools import combinations |