From c369f615b0b53471a9f6d214e847bcaa1703ea5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 17 Oct 2021 13:02:48 +0200 Subject: Allow to specify path to the cache directly in the config file --- config.yml.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.yml.example') diff --git a/config.yml.example b/config.yml.example index 747ccc2..1f2c159 100644 --- a/config.yml.example +++ b/config.yml.example @@ -21,6 +21,8 @@ target: # target: imap://test%40example.com:passw0rd@mail.example.com:143/INBOX/Feeds ## Global Options +# Location of the cache. Can also be overwritten on the command line. +cache: "feed.cache" # Timeout in seconds for fetching feeds. timeout: 30 # Maximum number of failures allowed before they are reported in normal mode. -- cgit v1.2.3