Update default FOLDERS to include Sent
Change default from INBOX to INBOX,Sent for better out-of-the-box experience, as Sent is commonly forwarded alongside inbox. Changes: - Update FOLDERS in .env.example - Update README to reflect new default
This commit is contained in:
parent
4a96c4a291
commit
fad2727ae8
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ This will set up the virtual environment, systemd services, and provide post-ins
|
|||
- `DEST_PORT`: Port (default 993)
|
||||
- `DEST_USER`: Destination email/username
|
||||
- `DEST_PASS`: Destination password
|
||||
- `FOLDERS`: Folders to sync (default "INBOX"; use "all" for all folders or comma-separated list like "INBOX,Sent")
|
||||
- `FOLDERS`: Folders to sync (default "INBOX,Sent"; use "all" for all folders or comma-separated list)
|
||||
- `DRY_RUN`: Set to `true` for testing without forwarding (default false)
|
||||
- `UPTIME_SUCCESS_URL`: URL for success ping
|
||||
- `UPTIME_FAIL_URL`: URL for failure ping
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue