aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-12-10 14:24:49 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-12-10 14:24:49 +0100
commitc011e17d4f238882686e3f0e59c444a1c53ac8e3 (patch)
treee386ae9c6c335fc131bd95bb0330618e1679c66e
parent7c5ec1cb62410f8cd7ca31c2d2a5ec92d7f0de7b (diff)
documentation: replace example.org with example.net for consistency.
-rw-r--r--Changelog6
-rw-r--r--doc/getting-started.md2
-rw-r--r--interimap.sample4
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 <guilhem@fripost.org> 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