notetools/md2imap/readme.md

13 lines
302 B
Markdown
Raw Normal View History

2024-04-10 15:17:04 +02:00
Tool to create a mbox file from a set of markdown files
Usage:
```bash
md2imap.sh <name> <email>
```
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