aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-09 04:17:32 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-09 04:17:32 +0000
commite85820eaf58dac8bd6494336991dcdc91f6ccf45 (patch)
tree7618dfb835bc4c51d2303facabe175df59052d9a /rcfile_l.l
parent0ad6312ee5da744b9d38ae8153d15dbb8cb6c4af (diff)
downloadfetchmail-e85820eaf58dac8bd6494336991dcdc91f6ccf45.tar.gz
fetchmail-e85820eaf58dac8bd6494336991dcdc91f6ccf45.tar.bz2
fetchmail-e85820eaf58dac8bd6494336991dcdc91f6ccf45.zip
Added the `envelope' option.
svn path=/trunk/; revision=615
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 a48b97d8..27b7d5d1 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -32,6 +32,7 @@ port { return PORT; }
auth(enticate)? { return AUTHENTICATE; }
kerberos { return KERBEROS; }
timeout { return TIMEOUT;}
+envelope { return ENVELOPE; }
user(name)? { return USERNAME; }
pass(word)? { return PASSWORD; }