Hi, * Justin Pryzby wrote:
mutt still has poor commandline parsing, however:
$ mutt -i /asdf; echo $? /asdf: Success 1
This should be fixed in recent version(s): $ mutt -i /asdf ; echo $? /asdf: No such file or directory 1 Rocco -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

