git.sophuwu.com > mailboxxer
add flags to readme
parent

7bad5e2ea83e14fb5379081d8233dcab0bbbba21

2 files changed, 11 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -21,5 +21,15 @@ ## Prerequisites

Set up postfix to save emails to `$HOME/.mailbox/inbox/` and run the following command to create the database: + +## Flags + +`--cli` runs the cli interface + +`--web` runs the webinterface on port 4131 + +If none are given, will parse and save new emails, then exit. + + ## License MIT
M go.modgo.mod

@@ -1,4 +1,4 @@

-module sophuwu.site/mailbox +module sophuwu.site/mailboxxer go 1.22.5