~ubuntu-branches/debian/sid/openchange/sid

« back to all changes in this revision

Viewing changes to utils/mapitest/mapitest.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-12 20:07:57 UTC
  • mfrom: (11 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120412200757-k933d9trljmxj1l4
Tags: 1:1.0-4
* openchangeserver: Add dependency on openchangeproxy.
* Rebuild against newer version of Samba 4.
* Use dpkg-buildflags.
* Migrate to Git, update Vcs-Git header.
* Switch to debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#define __MAPITEST_H__
24
24
 
25
25
#include "libmapi/libmapi.h"
 
26
#include "libmapi/mapi_nameid.h"
26
27
 
27
28
#include <errno.h>
28
29
#include <err.h>
197
198
#define MT_HDR_FMT_SUBSECTION   "%-21s: %-10s\n"
198
199
#define MT_HDR_FMT_VER_NORM     "%-21s: %02d.%02d.%04d.%04d\n"
199
200
 
200
 
#define MT_DIRNAME_TOP          "[MT] Top of Mailbox"
201
 
#define MT_DIRNAME_APPOINTMENT  "[MT] Calendar"
202
 
#define MT_DIRNAME_CONTACT      "[MT] Contact"
203
 
#define MT_DIRNAME_JOURNAL      "[MT] Journal"
204
 
#define MT_DIRNAME_POST         "[MT] Post"
205
 
#define MT_DIRNAME_NOTE         "[MT] Note"
206
 
#define MT_DIRNAME_STICKYNOTE   "[MT] Sticky Notes"
207
 
#define MT_DIRNAME_TASK         "[MT] Tasks"
208
 
#define MT_DIRNAME_TEST         "[MT] Test Folder1"
 
201
#define MT_DIRNAME_TOP          "MT Top of Mailbox"
 
202
#define MT_DIRNAME_APPOINTMENT  "MT Calendar"
 
203
#define MT_DIRNAME_CONTACT      "MT Contact"
 
204
#define MT_DIRNAME_JOURNAL      "MT Journal"
 
205
#define MT_DIRNAME_POST         "MT Post"
 
206
#define MT_DIRNAME_NOTE         "MT Note"
 
207
#define MT_DIRNAME_STICKYNOTE   "MT Sticky Notes"
 
208
#define MT_DIRNAME_TASK         "MT Tasks"
 
209
#define MT_DIRNAME_TEST         "MT Test Folder1"
209
210
 
210
 
#define MT_MAIL_SUBJECT         "[MT] Sample E-MAIL"
 
211
#define MT_MAIL_SUBJECT         "MT Sample E-MAIL"
211
212
#define MT_MAIL_ATTACH          "Attach1.txt"
212
213
#define MT_MAIL_ATTACH2         "Attach2.txt"
213
214