From c011e17d4f238882686e3f0e59c444a1c53ac8e3 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 10 Dec 2020 14:24:49 +0100 Subject: documentation: replace example.org with example.net for consistency. --- Changelog | 6 ++++++ doc/getting-started.md | 2 +- interimap.sample | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 4d9b9a4..6036b46 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +interimap (0.5.4) upstream; + + - documentation: replace example.org with example.net for consistency. + + -- Guilhem Moulin Thu, 10 Dec 2020 14:22:05 +0100 + interimap (0.5.3) upstream; * libinterimap: SSL_fingerprint now supports a space-separate list of diff --git a/doc/getting-started.md b/doc/getting-started.md index 1d059b4..83d3ba9 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -198,7 +198,7 @@ for the sake of clarity we start from an empty file here. shell process doesn't linger around during the IMAP session.) 3. And finally append a `[remote]` section with your account - information at `imap.example.org` (adapt the values accordingly): + information at `imap.example.net` (adapt the values accordingly): $ cat >>${XDG_CONFIG_HOME:-~/.config}/interimap/config <<-EOF diff --git a/interimap.sample b/interimap.sample index 2a7b8de..b4d131c 100644 --- a/interimap.sample +++ b/interimap.sample @@ -1,4 +1,4 @@ -#database = imap.example.org.db +#database = imap.example.net.db # only consider subscribed mailboxes list-select-opts = SUBSCRIBED @@ -15,7 +15,7 @@ null-stderr = YES [remote] #type = imaps -host = imap.example.org +host = imap.example.net #port = 993 #proxy = socks5h://localhost:9050 username = guilhem -- cgit v1.2.3