From b27a75cd05b681bbdd95396b2874303d6fed4ae0 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 28 Sep 2019 11:23:50 +0200 Subject: 6.4.1, regression fix for default file locations. The fix between 6.4.0-rc4 and 6.4.0 for Debian Bug#941129 caused a regression in the default file locations, some files were looked for without dot (.fetchmail.pid, .fetchmailrc). Reported by Cy Schubert. --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index dae4f8a1..70187309 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -458,6 +458,7 @@ extern flag versioninfo; /* emit only version info */ extern char *user; /* name of invoking user */ extern char *home; /* home directory of invoking user */ extern char *fmhome; /* fetchmail home directory */ +extern int at_home; /* normally 1, but 0 if FETCHMAILHOME overrides it */ extern int pass; /* number of re-polling pass */ extern flag configdump; /* dump control blocks as Python dictionary */ extern const char *fetchmailhost; /* either "localhost" or an FQDN */ -- cgit v1.2.3