diff --git a/.gitignore b/.gitignore index a0623bd..2a196eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ md2imap/mbox md2imap/*.imap md2imap/input/* +imap2md/notes/* diff --git a/md2imap/readme.md b/md2imap/readme.md index 5db3caf..a8fb2ac 100644 --- a/md2imap/readme.md +++ b/md2imap/readme.md @@ -1,12 +1,19 @@ +# md2imap + Tool to create a mbox file from a set of markdown files -Usage: +## Usage ```bash md2imap.sh ``` +## Import to imap server To import the mbox file to an imap server using mutt: * Open mbox file: `mutt -f mbox` * `T` then `.` to select all * `;` then `s` to save to =Notes folder * `U` then `.` to undelete mbox, if needed + +## todo + +* fix "=" taken as utf8 encoding \ No newline at end of file