From 966359def4dc43540e3680b505baa2811094a7ca Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Mon, 27 Nov 2000 19:22:27 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/kdenetwork/kmail/; revision=72522 --- kmailIface.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kmailIface.h b/kmailIface.h index c0a9dc378..0427cf140 100644 --- a/kmailIface.h +++ b/kmailIface.h @@ -32,7 +32,10 @@ k_dcop: virtual int ready() = 0; //1=yes, 0=no virtual void compactAllFolders() = 0; -// pre : true +// pre : foldername : the requested foldername in kmail (at the +// zero level in the foldertree. +// messagefile: the name of the filename (local) with the +// message to be added. // post: =1, message added to folder, if folder doesn't exist, folder // has been created. // =0, an error occured.