diff --git a/README.md b/README.md index cba221f..cc70bd8 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,13 @@ My cheat sheet for commands I have trouble remembering. ## Converting Emails ### maildir2mbox -Convert Maildir (our email server format) to Mbox +Convert Maildir (our email server format) to Mbox. + +Double check for any directories like /Trash not being converted, if so run manually on them. + ``` pip install maildir2mbox -python -m maildir2mbox -r travis.cathers cathersmbox +python -m maildir2mbox -r user.directory mboxfile ``` ### EML to MBOX using eml2mbox (email2mbox-git on AUR)