~ubuntu-branches/ubuntu/trusty/syncevolution/trusty-proposed

« back to all changes in this revision

Viewing changes to src/backends/buteo/profiles/sync/yahoo.xml

  • Committer: Bazaar Package Importer
  • Author(s): Tino Keitel
  • Date: 2011-07-20 16:02:02 UTC
  • mfrom: (3.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110720160202-e8uf7ogw4vh0q0f3
Tags: 1.1.99.5a-1
* New upstream version 1.1.99.5a, first release candiate for 1.2
* Added python-openssl dependency, the HTTP server needs it for HTTPS support
* Added versioned dependency on libsynthesis0 to get required features
* Fixed .orig.tar.gz generation in get-orig-source target
* Added myself to Uploaders:, thanks to David for sponsoring
* Use updated upstream tag for source package generation
* Removed 0001-Replace-with-in-call-to-PKG_CHECK_MODULES.patch, fixed upstream
* Renamed NEWS.Debian to NEWS so that it is actually used
* Updated NEWS for 1.1.99.5a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<profile name="yahoo" type="sync">
 
4
  <key name="enabled" value="true"/>
 
5
  <key name="displayname" value="Yahoo!"/>
 
6
  <profile type="service" name="yahoo"/>
 
7
  <profile name="hcalendar" type="storage">
 
8
    <key name="enabled" value="true"/>
 
9
  </profile>
 
10
  <profile name="hcontacts" type="storage">
 
11
    <!-- SyncEvolution supports it. But the server has severe issues,
 
12
         therefore it is disabled at the moment. Set to "true" for
 
13
         testing purposes, and don't use it with real data that you
 
14
         care about... -->
 
15
    <key name="enabled" value="false"/>
 
16
  </profile>
 
17
</profile>