From eea97ea06390fc0ea2046fd106d84fa07bdea428 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 23 Apr 1999 16:07:38 +0000 Subject: [PATCH] Shorten the section title. --- Doc/lib/libmhlib.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libmhlib.tex b/Doc/lib/libmhlib.tex index 3676a1f2fe6..27b71b06331 100644 --- a/Doc/lib/libmhlib.tex +++ b/Doc/lib/libmhlib.tex @@ -2,7 +2,7 @@ % . \section{\module{mhlib} --- - Object-oriented access to MH mailboxes} + Access to MH mailboxes} \declaremodule{standard}{mhlib} \modulesynopsis{Manipulate MH mailboxes from Python.} @@ -160,6 +160,9 @@ Copy one message to a given destination in another folder. \subsection{Message Objects \label{mh-message-objects}} +The \class{Message} class adds one method to those of +\class{mimetools.Message}: + \begin{methoddesc}[Message]{openmessage}{n} Return a new open message object (costs a file descriptor). \end{methoddesc}