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

« back to all changes in this revision

Viewing changes to mapiproxy/servers/default/nspi/emsabp_property.c

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij, Mathieu Parent, Jelmer Vernooij
  • Date: 2010-06-19 00:14:54 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100619001454-c9qbwzlbv3rgqrir
Tags: 1:0.9+svn1970-1
[ Mathieu Parent ]
* Add Vcs-Browser
* libmapi-dev depends on libndr-standard-dev.
  Fix "Missing dependency on samba4-dev" (Closes: #549012)

[ Jelmer Vernooij ]
* Use source format version 3.
* Bump standards version to 3.8.4.
* New upstream snapshot.
* Add build dependency on zlib1g-dev. Closes: #577330
* Migrate packaging to Bazaar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        { PR_EMAIL_ADDRESS,                     "legacyExchangeDN",     false,  NULL                    },
42
42
        { PR_EMS_AB_HOME_MDB,                   "homeMDB",              true,   "legacyExchangeDN"      },
43
43
        { PR_EMS_AB_PROXY_ADDRESSES,            "proxyAddresses",       false,  NULL                    },
 
44
        { PR_EMS_AB_PROXY_ADDRESSES_UNICODE,    "proxyAddresses",       false,  NULL                    },
44
45
        { PR_EMS_AB_NETWORK_ADDRESS,            "networkAddress",       false,  NULL                    },
45
46
        { PR_TITLE,                             "personalTitle",        false,  NULL                    },
46
47
        { 0,                                    NULL,                   false,  NULL                    }