Until recently, mutt would recognize '<' as a short cut for the record
folder. It seems it no longer recognizes it on the command line (0.95 and
0.96). It still recognizes '>' as a shortcut for the mbox folder. Within
mutt, both are recognized: 'c<' opens the record folder, and 'c>' opens
the mbox folder.
In summary (under ksh):
mutt -f \< # mutt quits with No such file or directory (errno = 2)
mutt -f \> * mutt open with the mbox folder.
Is this a mutt problem, or a problem with my setup?
--
David Ellement