# TkMail global settings file
global mf mfp env

# name of mail delivery command
set mf(mail-deliver) "/usr/lib/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) /var/tmp
# bitmaps
set mf(viewer-bitmap-nomail) -I/usr/X11R6/include/bitmaps/flagdown
set mf(viewer-bitmap-mail) -I/usr/X11R6/include/bitmaps/flagup
set mf(compose-icon-bitmap) -I/usr/X11R6/include/bitmaps/letters
