From 91ed3ba8a8b3281aa05a4e4f1c9b6fe77cc09ada Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 10 Apr 2024 16:38:03 +0200 Subject: [PATCH] updat ignore and readme --- .gitignore | 1 + md2imap/readme.md | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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