From 2c5cb23bdf8bdbc02dd7b2122d3b4563558bc460 Mon Sep 17 00:00:00 2001
From: Pascal Bleser
Date: Thu, 11 Sep 2025 15:58:56 +0200
Subject: [PATCH] fix(groupware): update DEVELOPER.md imap-filler usage since
it was updated to use flags instead of environment variables
---
services/groupware/DEVELOPER.md | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/services/groupware/DEVELOPER.md b/services/groupware/DEVELOPER.md
index 5316bdfbe6..2d74f4a4da 100644
--- a/services/groupware/DEVELOPER.md
+++ b/services/groupware/DEVELOPER.md
@@ -234,11 +234,8 @@ Once a [Stalwart](https://stalw.art/) container is running (using the Docker Com
cd ~/src/opencloud/
git clone git@github.com:opencloud-eu/imap-filler.git
cd ./imap-filler
-EMPTY=true \
-USERNAME=alan PASSWORD=demo \
-URL=localhost:993 FOLDER=Inbox \
-SENDERS=3 COUNT=20 \
-go run .
+go run . --empty=true --username=alan --password=demo \
+--url=localhost:993 --folder=Inbox --senders=3 --count=20
```
# Building