~ubuntu-branches/debian/experimental/openchange/experimental

« back to all changes in this revision

Viewing changes to torture/mapi_deletemail.c

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-08-23 14:14:19 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100823141419-983xcwmgdm7mabyf
Tags: 1:0.9+svn2132-1
* New upstream snapshot.
* Bump standards version to 3.9.1 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
 */
21
21
 
22
 
#include <libmapi/libmapi.h>
23
 
#include <libmapi/defs_private.h>
 
22
#include "libmapi/libmapi.h"
 
23
#include "libmapi/libmapi_private.h"
24
24
#include <param.h>
25
25
#include <credentials.h>
26
 
#include <torture/mapi_torture.h>
 
26
#include "torture/mapi_torture.h"
27
27
#include <torture.h>
28
 
#include <torture/torture_proto.h>
 
28
#include "torture/torture_proto.h"
29
29
#include <samba/popt.h>
30
30
 
31
31
 
37
37
        enum MAPISTATUS         retval;
38
38
        TALLOC_CTX              *mem_ctx;
39
39
        bool                    ret = true;
40
 
        const char              *s_subject = lp_parm_string(torture->lp_ctx, NULL, "mapi", "subject");
 
40
        const char              *s_subject = lpcfg_parm_string(torture->lp_ctx, NULL, "mapi", "subject");
41
41
        int                     len_subject;
42
42
        struct mapi_session     *session;
43
43
        mapi_object_t           obj_store;