From 50b3d54cadeda8be3e837358f43e0e9b904d091a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 4 Oct 1996 17:58:17 +0000 Subject: Restore --mda, with cleaner implementation this time. svn path=/trunk/; revision=214 --- rcfile_l.l | 1 + 1 file changed, 1 insertion(+) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index 173042a9..e4c70f93 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -30,6 +30,7 @@ user(name)? { return KW_USERNAME; } pass(word)? { return KW_PASSWORD; } remote(folder)? { return KW_REMOTEFOLDER; } smtp(host)? { return KW_SMTPHOST; } +mda { return KW_MDA; } keep { yylval.flag = FLAG_TRUE; return KW_KEEP; } flush { yylval.flag = FLAG_TRUE; return KW_FLUSH; } fetchall { yylval.flag = FLAG_TRUE; return KW_FETCHALL; } -- cgit v1.2.3