Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: Xmh and Mail Message-ID: <9002122121.AA18206@expo.lcs.mit.edu> Date: 12 Feb 90 21:21:44 GMT References: Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 35 > It [xmh] does not reflect my incoming mail nor can I send mail > out side. I want it to look in mail folder which is > /var/spool/mail/razdan on my machine so I set the Path variable > in $(HOME)/.mh_profile > > Path: /var/spool/mail -- Did not work To specify the spool file from which to retrieve incoming mail, see the xmh man page, "Application-Specific Resources", InitialIncFile resource. You could try something like Xmh*InitialIncFile: /var/spool/mail/razdan The MH Path variable is something else. MH will store mail in a hierarchy of folders in the directory given by the Path. Once mail has been read from your incoming mail drop, it is not returned there. Read the description of the application-specific resource MailPath in the xmh man page. > I tried xmh -initail /var/spool/mail/razdan The -initial option takes the following argument to be the name of a mail folder to display upon startup, and which receives new mail from the system. See InitialFolder. > and xmh -path /var/spool/mail -initial razdan The biggest thing that you don't understand is that your mail isn't kept in /var/spool/mail/razdan after you use xmh. This wouldn't work either. > Anshuman Razdan > oakhill!chanakya!razdan@cs.utexas.edu Donna Converse converse@expo.lcs.mit.edu