aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-20 03:42:34 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-20 03:42:34 +0000
commit3299270c28441b9d01a24da727eeaa6553c4d7aa (patch)
treeacb7dfb272b49042adc4fcc77a0be66fc47adc0c /rcfile_l.l
parent72c64d14268791f79834befe8700a3fd633bd5b9 (diff)
downloadfetchmail-3299270c28441b9d01a24da727eeaa6553c4d7aa.tar.gz
fetchmail-3299270c28441b9d01a24da727eeaa6553c4d7aa.tar.bz2
fetchmail-3299270c28441b9d01a24da727eeaa6553c4d7aa.zip
Added the `properties' option.
svn path=/trunk/; revision=2114
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 4e57fdef..2be9938b 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -64,6 +64,7 @@ monitor { return MONITOR; }
batchlimit { return BATCHLIMIT; }
fetchlimit { return FETCHLIMIT; }
expunge { return EXPUNGE; }
+properties { return PROPERTIES; }
is { return IS; }
here { return HERE; }