~ubuntu-branches/ubuntu/wily/evolution/wily

« back to all changes in this revision

Viewing changes to mail/mail-autoconfig/clio.ne.jp

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-07-03 23:07:40 UTC
  • mfrom: (1.1.92)
  • Revision ID: package-import@ubuntu.com-20120703230740-0hjh6kfpxsyb88gx
Tags: 3.5.3.1-0ubuntu1
* New upstream release 3.5.3.1.
* debian/control:
  - Add libwebkitgtk-3.0-dev, libjavascriptcoregtk-3.0-dev >= 1.8.0 to build
    dependencies.
  - Adjust Build-Depends for the new minimum versions required for EDS 3.5.
  - Also update evolution's Depends to require evolution-data-server >= 3.5,
    and << 3.6.
* debian/rules:
  - Update ELIBDIR to point to /usr/lib/evolution/3.6 now, as per the base
    version defined in configure.
  - Build all plugins rather than enabling experimental specifically; we can
    sort them to other packages after.
  - Drop the binary-install/evolution-common target.
* debian/patches/01_ubuntu_signature.patch: dropped; upstream code has changed
  sufficiently that it would pretty much need a rewrite; and Evolution is no
  longer the default shipped mail client on Desktop.
* debian/patches/04_delay_alarm_notifier.patch: refreshed.
* debian/patches/89_remove_component_id_registration.patch: dropped: we don't
  have UNE anymore and component ID registration has been moved to GSettings.
* debian/patches/10_revert_libevolution_avoid-version.patch: refreshed.
* debian/patches/91_add_u1_email_translations.patch: refreshed.
* debian/evolution-common.install:
  - Drop debian/signature.py.
  - Don't install /usr/share/mime-info; it's not built anymore.
* debian/signature.py: dropped; since we dropped the Ubuntu signature patch.
* debian/evolution.install: don't try to install files in /etc/gconf; evo
  has migrated to GSettings so there are no such files anymore.
* debian/evolution.install,
  debian/evolution-plugins.install,
  debian/evolution-plugins-experimental.install: remove the plugins that were
  converted to modules. Modules are already installed by libevolution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<clientConfig>
3
 
  <emailProvider id="clio.ne.jp">
4
 
    <domain>clio.ne.jp</domain>
5
 
    <displayName>CLIO-Net移管サービス</displayName>
6
 
    <displayShortName>CLIO-Net</displayShortName>
7
 
    <incomingServer type="pop3">
8
 
      <hostname>mail.clio.ne.jp</hostname>
9
 
      <port>110</port>
10
 
      <socketType>plain</socketType>
11
 
      <username>%EMAILLOCALPART%</username>
12
 
      <authentication>plain</authentication>
13
 
    </incomingServer>
14
 
    <outgoingServer type="smtp">
15
 
      <hostname>mail.clio.ne.jp</hostname>
16
 
      <port>587</port>
17
 
      <socketType>plain</socketType>
18
 
      <username>%EMAILLOCALPART%</username>
19
 
      <authentication>secure</authentication>
20
 
      <addThisServer>true</addThisServer>
21
 
      <useGlobalPreferredServer>false</useGlobalPreferredServer>
22
 
    </outgoingServer>
23
 
  </emailProvider>
24
 
</clientConfig>