What is the difference between these two commands? set quote_regexp="^[ \t]*[A-Z]{,3}[~|>:}#%]" set quote_regexp="^[ \t]*[A-Z]{0,3}[~|>:}#%]" According to what I read in the manual, they should be equivalent, the first being preferred. But, the first command does not give the expected output. Is it my understanding that is flawed in this? Section 4.1 (Excerpt) {,m} The preceding item is matched at most m times. {n,m} The preceding item is matched at least n times, but no more than m times. randy -- Five hundred, twenty-five thousand six hundred minutes, how do you measure...? [EMAIL PROTECTED] http://www.louisville.edu/~rjmill01/ Triangle Fraternity http://www.louisville.edu/rso/triangle/ Association for Computing Machinery http://acm.louisville.edu/
Mutt 1.1.2i (2000-01-08) Copyright (C) 1996-2000 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'. Mutt is free software, and you are welcome to redistribute it under certain conditions; type `mutt -vv' for details. System: Linux 2.2.12 [using slang 10202] Compile options: -DOMAIN -HOMESPOOL -USE_SETGID +USE_DOTLOCK +USE_FCNTL -USE_FLOCK +USE_IMAP -USE_GSS -USE_SSL +USE_POP +HAVE_REGCOMP -USE_GNU_REGEX +HAVE_COLOR -BUFFY_SIZE -EXACT_ADDRESS -ENABLE_NLS SENDMAIL="/usr/sbin/sendmail" MAILPATH="/var/spool/mail" SHAREDIR="/home/rjmill01/bin//lib/mutt" SYSCONFDIR="/home/rjmill01/bin//etc" ISPELL="/usr/bin/ispell" To contact the developers, please mail to <[EMAIL PROTECTED]>.