Overview
Comment:Fixed mailhost in accordance with instructions at:
http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1
(20040123)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 39d0adaa89de20ff380fa875f33a1763a4d54c8635fc2c686321d548b5909125
User & Date: geraint@users.sourceforge.net on 2004-01-26 10:54:49
Other Links: branch diff | manifest | tags
Context
2004-01-26
18:48:25
<cmath> must be explicitly included for mex (matlab compiler script) to recognise std::pow. check-in: c85b3640cd user: geraint@users.sourceforge.net tags: origin/master, trunk
10:54:49
Fixed mailhost in accordance with instructions at:
http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1
(20040123)
check-in: 39d0adaa89 user: geraint@users.sourceforge.net tags: origin/master, trunk
10:51:27
Add name of system to plot window. check-in: 276d928686 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/CVSROOT/syncmail from [c9554ab114] to [77357a9091].

71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
import smtplib
import pwd
import socket

from cStringIO import StringIO

# Which SMTP server to do we connect to?  Empty string means localhost.
MAILHOST = ''
MAILPORT = 25

# Diff trimming stuff
DIFF_HEAD_LINES = 20
DIFF_TAIL_LINES = 20
DIFF_TRUNCATE_IF_LARGER = 1000








|







71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
import smtplib
import pwd
import socket

from cStringIO import StringIO

# Which SMTP server to do we connect to?  Empty string means localhost.
MAILHOST = 'localhost'
MAILPORT = 25

# Diff trimming stuff
DIFF_HEAD_LINES = 20
DIFF_TAIL_LINES = 20
DIFF_TRUNCATE_IF_LARGER = 1000


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]