diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-09-06 16:57:37 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-09-06 16:57:37 +0200 |
commit | 8343e733f287e00bf58914838e5befe40ebb95fb (patch) | |
tree | 34e4f907a555c54f108ae17ef3d13173f8cbb785 | |
parent | 8ed7bdd7be495924d9300b0f7d749e8ccc3ef8dd (diff) |
README: minor typos
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |