2004-03-20 Gernot Hillier <gernot@hillier.de>

* scripts/incoming.py: Fix typo.



git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@286 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2004-03-20 11:40:13 +00:00
parent 4f33b2dc2c
commit 13262718b2
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
a short prefix, too; use short prefix for Python traceback (fixes bug
#63, reported anonymously)
* src/application/pythonscript.cpp: Likewise.
* scripts/incoming.py: Fix typo.
2004-03-09 Hartmut Goebel <h.goebel@crazy-compilers.com>
* src/application/idlescript.cpp: Reduced delay until

View File

@ -161,7 +161,7 @@ def faxIncoming(call,call_from,call_to,curr_user,config,already_connected):
"on host \"%s\"." % (mailText,faxInfo[0], \
faxInfo[1],(faxInfo[2] and "hiRes" or "loRes"), \
(faxInfo[3] and "color" or ""),faxInfo[4], \
fileName,os.uname()[1])
filename,os.uname()[1])
cs_helpers.sendMIMEMail(fromaddress, mailaddress, "Fax received from %s to %s" % (call_from,call_to),
faxFormat, mailText, filename)