diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-06-05 20:29:36 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-06-05 20:29:36 +0200 |
commit | ee6016a10e63c3e121ffe0275af3902307f17364 (patch) | |
tree | c82357683ccdeeb09370fa94f95b40d8d9954572 | |
parent | 194794a534463bbf7bfa754ef15c2e293e442ace (diff) |
README: fix typo in a comment
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |