From d7d02152bbc55f1d26dca7c245d3224786a2ed4a Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Sat, 13 Nov 2021 14:40:22 +0000 Subject: [PATCH] Make fetchid file not hidden. --- optional/fetchmail/fetchmail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optional/fetchmail/fetchmail.py b/optional/fetchmail/fetchmail.py index f3b65fc0..5459de59 100755 --- a/optional/fetchmail/fetchmail.py +++ b/optional/fetchmail/fetchmail.py @@ -13,7 +13,7 @@ import traceback FETCHMAIL = """ fetchmail -N \ - --idfile /data/.fetchids --uidl \ + --idfile /data/fetchids --uidl \ --sslcertck --sslcertpath /etc/ssl/certs \ -f {} """