Commit af9a470f af9a470f5b0816d09567a7dd64707048eaf9bbc0 by Sergey Poznyakoff

Set MBOX variable.

1 parent bd1acc19
...@@ -49,6 +49,7 @@ if ![info exists MAILFLAGS] { ...@@ -49,6 +49,7 @@ if ![info exists MAILFLAGS] {
49 49
50 #FIXME: 50 #FIXME:
51 set env(MAILRC) $srcdir/etc/mail.rc 51 set env(MAILRC) $srcdir/etc/mail.rc
52 set env(MBOX) $srcdir/spool/mbox
52 53
53 # The variable mail_prompt is a regexp which matches the mail prompt. 54 # The variable mail_prompt is a regexp which matches the mail prompt.
54 global mail_prompt 55 global mail_prompt
......