diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-06-28 15:40:22 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-06-28 15:40:22 +0900 |
commit | 0265868c4d27b6c232a2bbba0408eb5f02ec2272 (patch) | |
tree | 25d251c1f283e20726339e6e11510271c9205f4d /README.md | |
parent | ecfcc0a5b362bfeecd120ce389e751d7d5acc7c6 (diff) | |
download | formbox-0265868c4d27b6c232a2bbba0408eb5f02ec2272.tar.gz |
Support maildir format 1.0.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md index 00b8858..4984b78 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # formbox -This tiny script formats an [mbox] as HTML or XML. It is intended -for rendering email replies on websites and their [RSS] feed. +This tiny script formats an [mbox] file or a [maildir] as HTML or XML. +It is intended for rendering email replies on web sites and their [RSS] feed. ## Prerequisites @@ -18,12 +18,12 @@ such as [nixpkgs]. ```console $ formbox --help -usage: formbox [-h] mbox id template +usage: formbox [-h] mailbox id template -format mbox as HTML/XML +format mailbox as HTML/XML positional arguments: - mbox path to mbox file + mailbox path to mbox file of maildir id root message ID template path to template |