aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 32aa6a30..e4dca826 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -29,7 +29,6 @@ server { return KW_SERVER; }
proto(col)? { return KW_PROTOCOL; }
user(name)? { return KW_USERNAME; }
pass(word)? { return KW_PASSWORD; }
-rpopid { return KW_RPOPID; }
remote(folder)? { return KW_REMOTEFOLDER; }
local(folder)? { return KW_LOCALFOLDER; }
smtp(host)? { return KW_SMTPHOST; }