/usr/share/doc/xbuffy/examples/boxfile.sample is in xbuffy 3.3.bl.3.dfsg-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # Spool directory
box /usr/spool/mail/wfp5p
title mail
command xterm -sb -title "mail" -e "elm"&
beep
polltime 45
newMode
headertime 10
led 2
box /home/wfp5p/.Mail/pepband
title Pep Band
beep
command xterm -sb -title "Pep Band" -e elm -Mf /home/wfp5p/.Mail/pepband&
polltime 45
newMode
headertime 10
led 3
box /home/wfp5p/.Mail/sonic-life-l
title Sonic Life
command xterm -sb -title "Sonic Life" -e elm -Mf /home/wfp5p/.Mail/sonic-life-l&
beep
polltime 120
newMode
#box uva.general
#newsbox
#beep
#polltime 30
#newMode
|