/usr/share/doc/lsmbox/examples/lsmboxrc.example is in lsmbox 2.1.3-1build1.
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 32 33 34 35 36 37 38 39 | # ~/.lsmboxrc: configuration-file for lsmbox (1)
#
# spoolfile overrides the program's normal behaviour, which is to
# read from /var/mail/username
#
# set spoolfile = /path/to/your/spoolfile
# folder specifies the location of your mailboxes.
# The program defaults to $HOME/Mail/, something that
# generally should be OK
#
# set folder = /path/to/your/home-directory/Mail
# mark_old specifies that old unread and new messages should not be
# distinguished between. mark_old is the default behaviour
#
# unset mark_old
# mh_seq_unseen specifies the string used in .mh_sequences
# to specify new/old unread messages
#
# set mh_seq_unseen = "unseen"
# lsmbox_mail_command specifies the command to run on selection
# of a mailbox. "xterm -e mutt -f" is the default.
# NOTE: _Always_ open the result in a separate terminal,
# using "xterm -e", "gnome-terminal.wrapper -x", or similar
#
# set lsmbox_mail_command = "xterm -e mutt -f"
# mailboxes specifies the name of one or several mailboxes
# to use as a default if no mailbox is specified on the command-line
#
mailboxes !
# lsmbox_padding specifies the width of the mailboxes-column
# Use 0 to never add any additional padding
#
# set lsmbox_padding = 43
|