aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf.py
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-03-13 17:28:33 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-03-13 17:28:33 +0100
commit3b83ab934e79910d276485db99dbfc805e0fbac8 (patch)
tree7294d26d36c10429de2ecc6b6164529b53f48acf /fetchmailconf.py
parent66ae17e72ca9f1e92b7690b0d846fa8df603e7c3 (diff)
downloadfetchmail-3b83ab934e79910d276485db99dbfc805e0fbac8.tar.gz
fetchmail-3b83ab934e79910d276485db99dbfc805e0fbac8.tar.bz2
fetchmail-3b83ab934e79910d276485db99dbfc805e0fbac8.zip
fetchmailconf: Add sslcertfile to typemap.
Diffstat (limited to 'fetchmailconf.py')
-rwxr-xr-xfetchmailconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py
index 0420f939..53434df6 100755
--- a/fetchmailconf.py
+++ b/fetchmailconf.py
@@ -335,6 +335,7 @@ class User(object):
('sslkey', 'String'),
('sslcert', 'String'),
('sslcertck', 'Boolean'),
+ ('sslcertfile', 'String'),
('sslcertpath', 'String'),
('sslcommonname', 'String'),
('sslfingerprint', 'String'),