aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-25 16:28:40 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-25 16:28:40 +0100
commit6dca7b58231c8ad3d5808c442ae93f2ba5b44908 (patch)
treeb5ff12ee02544410cf405bafa9ca5a1138cd3585 /README.md
parent00d682f9cbbf0bcb7630bbe2b994ef8cc58f0e52 (diff)
Fix incorrect env variable for hosts
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e6e407..fa87603 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ This means the minimum invocation is this (Shown here with inline
environment variables)
```
-% REMOTE_IMAP_DOMAIN=imap.coolmailsite.example REMOTE_SMTP_DOMAIN=smtp.coolmailsite.example olden-mail
+% REMOTE_IMAP_HOST=imap.coolmailsite.example REMOTE_SMTP_HOST=smtp.coolmailsite.example olden-mail
```
## Debugging