home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume18
/
mush6.4
/
part02
/
Mailrc
< prev
next >
Wrap
Text File
|
1989-03-12
|
1KB
|
52 lines
# .mushrc to cause Mush to emulate UCB Mail
# -- Bart Schaefer (schaefer@cse.ogc.edu)
#----------------------------------------------------------------------------
# Shortcomings:
# Mush does not support the "noisy phone line" flags of Mail
# (-i command line option or "set ignore" to ignore RUBOUT characters)
# Mush will never remove a system mailbox (no "unset keep" equivalent)
# See comments below on (lack of) command prefix recognition
#----------------------------------------------------------------------------
#
# Set up prompting, headers
#
set prompt='& '
set mil_time date_received
set hdr_format='%8.80a %D %M %-2N %5T %l/%c "%.29s"'
#
# Set up mailing/replying miscellaneous
#
set indent_str = " "
set reply_to_hdr auto_route
#
# Set up command interface
# Note that a full emulation is difficult, because Mush does not support
# command prefix recognition (e.g., Mail interprets "Rep" as "Reply").
#
# Don't barf if history doesn't work, but still do cmd expansion
#
set nonobang
#
# This stuff is fine, but really needs prefix recognition.
#
cmd Reply replysender
cmd R replysender
cmd chdir cd
cmd chd cd
cmd + next
cmd ch cd
cmd c copy
cmd file folder
cmd fi folder
cmd hold preserve
cmd ho hold
cmd reply replyall
cmd r replyall
cmd retain "set show_hdrs='\!*'" # Not quite right, but ...
cmd se set
cmd shell sh
cmd so source
cmd un undelete
cmd unread 'flags \!* U' # "unread" is undocumented in Mail
cmd uns unset