diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/messaging.qdoc | 8 | ||||
-rw-r--r-- | doc/src/qtopiamail_qmfutil.qdoc | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/doc/src/messaging.qdoc b/doc/src/messaging.qdoc index f1e1ccd7..4bc08e06 100644 --- a/doc/src/messaging.qdoc +++ b/doc/src/messaging.qdoc @@ -75,7 +75,7 @@ or optionally remove unwanted tests from the qmf.pro. \section1 Running Messaging Framework -After \c make \c install has run, the following image layout should exist in your image directory: +After \c make \c install has run, the following layout should exist in your image directory: \code bin @@ -96,8 +96,8 @@ QMF_PLUGINS=<imagedir/plugins> Optionally set \c QMF_DATA to the location where you want the framework data files stored. If this is not set, the default of \c $HOME/.qmf will be used. -\bold Note: When running the test application \c qtmail, if the messageserver is not already running it will be started as -a child process of the application. If debug output to stout is required from messageserver, ensure it is running before -qtmail is started. +\bold Note: When running the test application \c qtmail, if the \c messageserver is not already running it will be started as +a child process of the application. If debug to stdout is required from \c messageserver, ensure it is running separately +before running \c qtmail. */ diff --git a/doc/src/qtopiamail_qmfutil.qdoc b/doc/src/qtopiamail_qmfutil.qdoc index b6b4b7e5..f1f5fd55 100644 --- a/doc/src/qtopiamail_qmfutil.qdoc +++ b/doc/src/qtopiamail_qmfutil.qdoc @@ -33,10 +33,6 @@ Although this mechanism can be accessed by applications, it is currently recomme \row \o QMailViewerFactory \o Creates objects implementing the QMailViewerInterface interface \row \o QMailComposerInterface \o Defines the interface to objects that can compose a mail message \row \o QMailViewerInterface \o Defines the interface to objects that can display a mail message -\row \o QMailComposerPlugin \o Defines a base class for implementing mail message composer plug-ins -\row \o QMailViewerPlugin \o Defines a base class for implementing mail message viewer plug-ins -\row \o QMailComposerPluginInterface \o Defines the interface to plug-ins that provide mail message composers -\row \o QMailViewerPluginInterface \o Defines the interface to plug-ins that provide mail message viewers \endtable \section1 New Message Arrival Service |