File: settings

package info (click to toggle)
tkmail 4.0beta9-8.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,444 kB
  • ctags: 923
  • sloc: tcl: 13,262; ansic: 6,998; makefile: 351; sh: 88; sed: 57
file content (16 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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