From 32fa45cda14b2443e7a7aaba72e2a43d8159e322 Mon Sep 17 00:00:00 2001 From: htgoebel Date: Thu, 20 Jan 2005 20:09:57 +0000 Subject: [PATCH] __known_sections__ has had the old names (containing spaces) for the Mail* sections. Fixed. git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@417 4ebea2bb-67d4-0310-8558-a5799e421b66 --- src/capisuite-py/consts.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/capisuite-py/consts.py b/src/capisuite-py/consts.py index d792f23..94cd9dc 100644 --- a/src/capisuite-py/consts.py +++ b/src/capisuite-py/consts.py @@ -19,10 +19,10 @@ SEND_Q = 'sendq' RECEIVED_Q = 'received' __known_sections__ = ('GLOBAL', - 'Mail Fax Sent', - 'Mail Fax Failed', - 'Mail Fax Received', - 'Mail Voice Received') + 'MailFaxSent', + 'MailFaxFailed', + 'MailFaxReceived', + 'MailVoiceReceived') # capi return codes: # 34D8 = Incompatible destination