<<< Date Index >>>     <<< Thread Index >>>

Re: Child Exited 127 Error



Kyle:

Thanks for your thorough answers and suggestions.

I reply as follows:

#1. I have no /etc/Muttrc


#2. I do have ~/.muttrc


#3. It has no 'sendmail' entry in it


#4. The command :set ?sendmail returned:

sendmail="/usr/sbin/sendmail -oem -oi"


#5. /usr/sbin/sendmail is set to:

-rwxr-xr-x     1 root  wheel      249056 Jan 14 00:25 sendmail*


#6. The .muttrc relevant stuff reads like this:
___________________________________________________________

set folder=/Users/bj/muttmail # where i keep my mailboxes
set spoolfile=/var/mail/bj

set from="myusername@xxxxxxxxx"

set pager_context=1
set menu_scroll
set pgp_verify_sig=no                   #dont show pgp in pager
set status_on_top                       #put status line at top
set sort=reverse-date-sent

set status_format=" %r %b %f %n      Del %d      Msgs %m %l %> (%P)"
set pager_format="%-10.10i %[!%a %b %d %R]"
set date_format="!%H:%M %a %d %b     "
set index_format="%4C %Z %[%b %d]   %-18.15F %s"
set folder_format="%2C %t %8s %d %N %f"
set help=no    # Turn off the help line at the top

set ispell="aspell -e -c"
set record=+sent                      #sent mail is saved here
set postponed=+drafts               #store postponed messages
set delete=yes                        #delete without prompting
set include=yes                       #quote msg in reply
set fast_reply=yes                    #no prompting on reply
set beep=yes                          #no noise
set beep_new=yes      
___________________________________________________________

Thanks for handing in here with me.

bj