* Vincent Lefevre ([EMAIL PROTECTED]) [13 Aug 2000 01:07]:
> On Sun, Aug 13, 2000 at 00:55:01 +1000, iain truskett wrote:
> > Nope, it doesn't. Nor should it really. You might be thinking of pine,
> > whose editor is pico-based.
> But the manual says it has one. I don't understand...
"editor
Type: path
Default: ""
This variable specifies which editor is used by mutt. It defaults to the
value of the EDITOR or VISUAL environment variable, or to the sting
"vi"."
--
iain truskett, aka Koschei. <http://eh.org/~koschei/>
Q: How do I find the largest element in an array?
A: Write a foreach elements one at a time, and stop when you get to
the largest one. -- perliaq.