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: eed450ae54cf22295d254295b2b69695d5b29ecd081e25560733405f4c5f30f6
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: f514d2ac65 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: eed450ae54 user: geraint@users.sourceforge.net tags: origin/master, trunk
10:51:27
Add name of system to plot window. check-in: bf46e47d8e 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 ]