hi,
does the following patch fix this?
--- ../trunk/rcfile_l.l 2005-07-06 17:14:37.000000000 +0200
+++ rcfile_l.l 2005-07-06 17:20:57.000000000 +0200
@@ -195,6 +195,7 @@
(pop3)|(POP3) { yylval.proto = P_POP3; return PROTO; }
(imap)|(IMAP) { yylval.proto = P_IMAP; return PROTO; }
(apop)|(APOP) { yylval.proto = P_APOP; return PROTO; }
+(rpop)|(RPOP) { yylval.proto = P_RPOP; return PROTO; }
(etrn)|(ETRN) { yylval.proto = P_ETRN; return PROTO; }
(odmr)|(ODMR) { yylval.proto = P_ODMR; return PROTO; }
(kpop)|(KPOP) { return KPOP; }
regards nico-- Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF http://www.ngolde.de | http://www.muttng.org | http://grml.org VIM has two modes - the one in which it beeps and the one in which it doesn't -- encrypted mail preferred
pgp6LGOVZTiiC.pgp
Description: PGP signature

