diff options
Diffstat (limited to 'rcfile_l.l')
-rw-r--r-- | rcfile_l.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |