diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-07-28 19:32:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-07-28 19:32:46 +0000 |
commit | 8d334032c10f963e9a120198d0a75ab2b281217b (patch) | |
tree | 8c43b2422bd322bc20fde9f220b4965b92f196e6 /fetchmailconf | |
parent | 07fc4312b6494db6bb971a0506bd2e8255234b8b (diff) | |
download | fetchmail-8d334032c10f963e9a120198d0a75ab2b281217b.tar.gz fetchmail-8d334032c10f963e9a120198d0a75ab2b281217b.tar.bz2 fetchmail-8d334032c10f963e9a120198d0a75ab2b281217b.zip |
Almost ready to ship.
svn path=/trunk/; revision=2939
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index d7bb07b9..74ea9d91 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -248,7 +248,7 @@ class User: ('pass8bits', 'Boolean'), ('mimedecode', 'Boolean'), ('dropstatus', 'Boolean'), - ('dropdelivered', 'Boolean') + ('dropdelivered', 'Boolean'), ('idle', 'Boolean'), ('limit', 'Int'), ('warnings', 'Int'), |