diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-12-13 04:53:52 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-12-13 20:30:35 +0100 |
commit | a3ea9a08d501c4dbd2930e91bb368b2d7a8ab2b6 (patch) | |
tree | 8654cf91a1dfc55d4fea6bd342b0642317d13728 /doc/getting-started.md | |
parent | 0dfcd073ffc391ca38b523a8d43e3f9479bb14c1 (diff) |
Add documentation for multi-remote setups.
Diffstat (limited to 'doc/getting-started.md')
-rw-r--r-- | doc/getting-started.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/getting-started.md b/doc/getting-started.md index 9499cbb..1d29231 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -102,7 +102,6 @@ Dovecot configuration: mail_location = maildir:~/Mail namespace { inbox = yes - list = yes separator = / } EOF @@ -219,7 +218,7 @@ synchronize. A user unit for systemd is provided. Run the following command to enable and start the service: - $ systemctl --user enable --now interimap + $ systemctl --user enable --now interimap.service By default the connection to the IMAP servers remains open, and a status update is requested every minute. Thanks to the [`QRESYNC`][RFC 7162] @@ -240,7 +239,7 @@ updates to 20s: <!-- --> $ systemctl --user daemon-reload <!-- --> - $ systemctl --user restart interimap + $ systemctl --user restart interimap.service Email client configuration @@ -263,7 +262,7 @@ Further Reading and Resources Other use-cases: -: *TODO* +: [Multi-remote setup](multi-account.html) Benchmarks: |