From 8343e733f287e00bf58914838e5befe40ebb95fb Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 6 Sep 2019 16:57:37 +0200 Subject: README: minor typos --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index f4d2118..edec97e 100644 --- a/README +++ b/README @@ -468,13 +468,13 @@ fdm config file (~/.sfeed/fdm.conf): } continue - # If it is in the in cache, stop. + # If it is in the cache, stop. match matched and in-cache "${cachepath}" key "%[msgid]" action { keep } - # Not in cache, process it and add to cache. + # Not in the cache, process it and add to cache. match case "^X-Feedname: (.*)" in headers action { # Store to local maildir. @@ -512,13 +512,13 @@ fdm config file (~/.sfeed/fdm.conf): } continue - # If it is in the in cache, stop. + # If it is in the cache, stop. match matched and in-cache "${cachepath}" key "%[msgid]" action { keep } - # Not in cache, process it and add to cache. + # Not in the cache, process it and add to cache. match case "^X-Feedname: (.*)" in headers action { # Connect to a SMTP server and attempt to deliver the -- cgit v1.2.3