Re: Payal Rathod in <20040116132358.GA10979@xxxxxxxxxxxx> > I am not too sure if I am judging right. Please correct. I have, > set alternates="(payal)(\-[0-9]*\.*[a-z]*)?@.*(staticky\.com)" You can drop the parentheses where you don't need them, and \- is redundant: set alternates="payal(-[0-9]*\.*[a-z]*)?@.*staticky\.com" The address you are using right now does not match this, because "vim" does not contain a literal '.'. I think you meant something like: set alternates="payal(-[a-z0-9.-]*)?@.*staticky\.com" or maybe even set alternates="payal.*@.*staticky\.com" The last one probably matches more than your normal address namespace, but chances are high that the difference never materializes. OTOH, @(.*\.)?staticky\.com might be a good thing to use. Christoph -- Christoph Berg <cb@xxxxxxxxxxxxxxxx>, http://www.df7cb.de/ Wohnheim D, 2405, Universität des Saarlandes, 0681/9657944
Attachment:
signature.asc
Description: Digital signature