# TkMail global settings file
global mf mfp env

# name of mail delivery command
set mf(mail-deliver) "/usr/sbin/sendmail -bm -odb -oi -t"

# 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) /tmp
# bitmaps
set mf(viewer-bitmap-nomail) /usr/X11R6/include/bitmaps/flagdown
set mf(viewer-bitmap-mail) /usr/X11R6/include/bitmaps/flagup
set mf(compose-icon-bitmap) /usr/X11R6/include/bitmaps/letters
