# TkMail global settings file
global mf mfp env

# BSD style mail command (do not put options here!)
set mf(mail-command) "Mail"
# name of mail delivery command
set mf(mail-deliver) "/usr/lib/sendmail -bm -t"
# name of main MBOX
set mf(mail-mbox) $env(HOME)/mbox
# name of system inbox
set mf(mail-system) /usr/spool/mail/[exec whoami]

# whether or not you have ispell
set mf(ispell-present) 1
# print command (%F is file placeholder)
set mf(viewer-print) "lpr %F"
# temporary directory
set mf(mail-tmpdir) /usr/tmp
# bitmaps
set mf(viewer-bitmap-nomail) /usr/include/X11/bitmaps/flagdown
set mf(viewer-bitmap-mail) /usr/include/X11/bitmaps/flagup
set mf(compose-icon-bitmap) /usr/include/X11/bitmaps/letters
