summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-06-05 20:29:36 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-06-05 20:29:36 +0200
commitee6016a10e63c3e121ffe0275af3902307f17364 (patch)
treec82357683ccdeeb09370fa94f95b40d8d9954572 /README
parent194794a534463bbf7bfa754ef15c2e293e442ace (diff)
README: fix typo in a comment
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 31bf46e..d2de43b 100644
--- a/README
+++ b/README
@@ -408,7 +408,7 @@ fdm config file (~/.sfeed/fdm.conf):
cache "${cachepath}"
$maildir = "%[home]/feeds/"
- # Check if message is in in cache by Message-ID.
+ # Check if message is in the cache by Message-ID.
match case "^Message-ID: (.*)" in headers
action {
tag "msgid" value "%1"
@@ -452,7 +452,7 @@ fdm config file (~/.sfeed/fdm.conf):
$cachepath = "%[home]/.sfeed/fdm.cache"
cache "${cachepath}"
- # Check if message is in in cache by Message-ID.
+ # Check if message is in the cache by Message-ID.
match case "^Message-ID: (.*)" in headers
action {
tag "msgid" value "%1"