Update evolution-data-server to 3.22.7

Update evolution to 3.22.6
Update evolution-ews to 3.22.6

 * all: record missing dependancies.
 * eds: libsoup-gnome is not needed replace it with libsoup.
 * eds: merge the compiler USES into the main USES line, it is always
        needed. Remove the related text.
 * evo: move the canberra-gtk3 dependancy to the canberra option
 * evo-ews: drop google doc link in pkg-descr.

Obtained from:	gnome devel repo
This commit is contained in:
Koop Mast 2017-05-17 09:44:57 +00:00
parent 2a49563a17
commit 0889927eed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441070
11 changed files with 207 additions and 687 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= evolution-data-server PORTNAME= evolution-data-server
PORTVERSION= 3.18.5 PORTVERSION= 3.22.7
PORTREVISION= 7
CATEGORIES= databases gnome CATEGORIES= databases gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome3 DIST_SUBDIR= gnome3
@ -14,9 +13,9 @@ COMMENT= Data backends for the Evolution integrated mail/PIM suite
LICENSE= LGPL20 LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gcr>=3.11:security/gcr \ BUILD_DEPENDS= vapigen:lang/vala
vapigen:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome \ libgcr-base-3.so:security/gcr \
liboauth.so:net/liboauth \ liboauth.so:net/liboauth \
libgoa-1.0.so:net/gnome-online-accounts \ libgoa-1.0.so:net/gnome-online-accounts \
libgdata.so:devel/libgdata \ libgdata.so:devel/libgdata \
@ -24,18 +23,19 @@ LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome \
libicui18n.so:devel/icu \ libicui18n.so:devel/icu \
libnss3.so:security/nss \ libnss3.so:security/nss \
libtasn1.so:security/libtasn1 \ libtasn1.so:security/libtasn1 \
libicudata.so:devel/icu \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libjson-glib-1.0.so:devel/json-glib \
libp11-kit.so:security/p11-kit \
libnspr4.so:devel/nspr \
libsecret-1.so:security/libsecret libsecret-1.so:security/libsecret
PORTSCOUT= limitw:1,even PORTSCOUT= limitw:1,even
USES= bdb:5 bison gettext gmake gnome gperf libtool pathfix pkgconfig \ USES= bdb:5 bison compiler:c++11-lib gettext gmake gnome gperf \
iconv:wchar_t libtool localbase pathfix pkgconfig ssl \
sqlite tar:xz sqlite tar:xz
# Unbreak mail/evolution with webkit-gtk3 on FreeBSD 8 and 9. Normally USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build libxml2
# this change would be done there, but it is not a C++ application, so it
# does not link directly to libstdc++ and adding the libstdc++ rpath to
# the executable does not work at runtime.
USES+= compiler:c++11-lib
USE_GNOME= gtk30 intltool introspection:build libxml2
USE_OPENLDAP= yes USE_OPENLDAP= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
@ -45,8 +45,7 @@ CONFIGURE_ARGS= --enable-static \
--enable-vala-bindings \ --enable-vala-bindings \
--disable-gtk-doc \ --disable-gtk-doc \
--with-libdb=${LOCALBASE} --with-libdb=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} CPPFLAGS+= -I${BDB_INCLUDE_DIR}
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.Evolution.DefaultSources.gschema.xml \ GLIB_SCHEMAS= org.gnome.Evolution.DefaultSources.gschema.xml \
@ -56,7 +55,7 @@ GLIB_SCHEMAS= org.gnome.Evolution.DefaultSources.gschema.xml \
org.gnome.evolution-data-server.gschema.xml \ org.gnome.evolution-data-server.gschema.xml \
org.gnome.evolution.shell.network-config.gschema.xml org.gnome.evolution.shell.network-config.gschema.xml
PLIST_SUB= VERSION="3.18" EVO_VERSION="1.2" PLIST_SUB= VERSION="3.22" EVO_VERSION="1.2"
OPTIONS_SUB= yes OPTIONS_SUB= yes
OPTIONS_DEFINE= WEATHER KERBEROS OPTIONS_DEFINE= WEATHER KERBEROS

View File

@ -1,2 +1,3 @@
SHA256 (gnome3/evolution-data-server-3.18.5.tar.xz) = a897c789925e86df31a1c78212b431cca13dc4d5a3d87e1fb3d507df3994e8e1 TIMESTAMP = 1494102880
SIZE (gnome3/evolution-data-server-3.18.5.tar.xz) = 5414416 SHA256 (gnome3/evolution-data-server-3.22.7.tar.xz) = 43127fe1f190873c73e13a4cada6cfe47870f1cc962e540a682cca123d959203
SIZE (gnome3/evolution-data-server-3.22.7.tar.xz) = 5564924

View File

@ -213,6 +213,7 @@ include/evolution-data-server/libedataserver/e-gdbus-templates.h
include/evolution-data-server/libedataserver/e-iterator.h include/evolution-data-server/libedataserver/e-iterator.h
include/evolution-data-server/libedataserver/e-list-iterator.h include/evolution-data-server/libedataserver/e-list-iterator.h
include/evolution-data-server/libedataserver/e-list.h include/evolution-data-server/libedataserver/e-list.h
include/evolution-data-server/libedataserver/e-network-monitor.h
include/evolution-data-server/libedataserver/e-memory.h include/evolution-data-server/libedataserver/e-memory.h
include/evolution-data-server/libedataserver/e-module.h include/evolution-data-server/libedataserver/e-module.h
include/evolution-data-server/libedataserver/e-operation-pool.h include/evolution-data-server/libedataserver/e-operation-pool.h
@ -230,6 +231,7 @@ include/evolution-data-server/libedataserver/e-source-calendar.h
include/evolution-data-server/libedataserver/e-source-camel.h include/evolution-data-server/libedataserver/e-source-camel.h
include/evolution-data-server/libedataserver/e-source-collection.h include/evolution-data-server/libedataserver/e-source-collection.h
include/evolution-data-server/libedataserver/e-source-contacts.h include/evolution-data-server/libedataserver/e-source-contacts.h
include/evolution-data-server/libedataserver/e-source-credentials-provider-impl-google.h
include/evolution-data-server/libedataserver/e-source-credentials-provider-impl-password.h include/evolution-data-server/libedataserver/e-source-credentials-provider-impl-password.h
include/evolution-data-server/libedataserver/e-source-credentials-provider-impl.h include/evolution-data-server/libedataserver/e-source-credentials-provider-impl.h
include/evolution-data-server/libedataserver/e-source-credentials-provider.h include/evolution-data-server/libedataserver/e-source-credentials-provider.h
@ -270,6 +272,7 @@ include/evolution-data-server/libedataserver/eds-version.h
include/evolution-data-server/libedataserver/libedataserver.h include/evolution-data-server/libedataserver/libedataserver.h
include/evolution-data-server/libedataserverui/e-cell-renderer-color.h include/evolution-data-server/libedataserverui/e-cell-renderer-color.h
include/evolution-data-server/libedataserverui/e-credentials-prompter-impl-password.h include/evolution-data-server/libedataserverui/e-credentials-prompter-impl-password.h
include/evolution-data-server/libedataserverui/e-credentials-prompter-impl-google.h
include/evolution-data-server/libedataserverui/e-credentials-prompter-impl.h include/evolution-data-server/libedataserverui/e-credentials-prompter-impl.h
include/evolution-data-server/libedataserverui/e-credentials-prompter.h include/evolution-data-server/libedataserverui/e-credentials-prompter.h
include/evolution-data-server/libedataserverui/e-trust-prompt.h include/evolution-data-server/libedataserverui/e-trust-prompt.h
@ -335,8 +338,8 @@ lib/evolution-data-server/registry-modules/module-yahoo-backend.a
lib/evolution-data-server/registry-modules/module-yahoo-backend.so lib/evolution-data-server/registry-modules/module-yahoo-backend.so
lib/libcamel-%%EVO_VERSION%%.a lib/libcamel-%%EVO_VERSION%%.a
lib/libcamel-%%EVO_VERSION%%.so lib/libcamel-%%EVO_VERSION%%.so
lib/libcamel-%%EVO_VERSION%%.so.54 lib/libcamel-%%EVO_VERSION%%.so.59
lib/libcamel-%%EVO_VERSION%%.so.54.0.0 lib/libcamel-%%EVO_VERSION%%.so.59.0.0
lib/libebackend-%%EVO_VERSION%%.a lib/libebackend-%%EVO_VERSION%%.a
lib/libebackend-%%EVO_VERSION%%.so lib/libebackend-%%EVO_VERSION%%.so
lib/libebackend-%%EVO_VERSION%%.so.10 lib/libebackend-%%EVO_VERSION%%.so.10
@ -363,8 +366,8 @@ lib/libedata-cal-%%EVO_VERSION%%.so.28
lib/libedata-cal-%%EVO_VERSION%%.so.28.0.0 lib/libedata-cal-%%EVO_VERSION%%.so.28.0.0
lib/libedataserver-%%EVO_VERSION%%.a lib/libedataserver-%%EVO_VERSION%%.a
lib/libedataserver-%%EVO_VERSION%%.so lib/libedataserver-%%EVO_VERSION%%.so
lib/libedataserver-%%EVO_VERSION%%.so.21 lib/libedataserver-%%EVO_VERSION%%.so.22
lib/libedataserver-%%EVO_VERSION%%.so.21.0.0 lib/libedataserver-%%EVO_VERSION%%.so.22.0.0
lib/libedataserverui-%%EVO_VERSION%%.a lib/libedataserverui-%%EVO_VERSION%%.a
lib/libedataserverui-%%EVO_VERSION%%.so lib/libedataserverui-%%EVO_VERSION%%.so
lib/libedataserverui-%%EVO_VERSION%%.so.1 lib/libedataserverui-%%EVO_VERSION%%.so.1
@ -372,6 +375,10 @@ lib/libedataserverui-%%EVO_VERSION%%.so.1.0.0
lib/girepository-1.0/EBook-%%EVO_VERSION%%.typelib lib/girepository-1.0/EBook-%%EVO_VERSION%%.typelib
lib/girepository-1.0/EBookContacts-%%EVO_VERSION%%.typelib lib/girepository-1.0/EBookContacts-%%EVO_VERSION%%.typelib
lib/girepository-1.0/EDataServer-%%EVO_VERSION%%.typelib lib/girepository-1.0/EDataServer-%%EVO_VERSION%%.typelib
lib/systemd/user/evolution-addressbook-factory.service
lib/systemd/user/evolution-calendar-factory.service
lib/systemd/user/evolution-source-registry.service
lib/systemd/user/evolution-user-prompter.service
libdata/pkgconfig/camel-%%EVO_VERSION%%.pc libdata/pkgconfig/camel-%%EVO_VERSION%%.pc
libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc
libdata/pkgconfig/libebackend-%%EVO_VERSION%%.pc libdata/pkgconfig/libebackend-%%EVO_VERSION%%.pc
@ -383,6 +390,9 @@ libdata/pkgconfig/libedata-cal-%%EVO_VERSION%%.pc
libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc
libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc
libexec/camel-index-control-%%EVO_VERSION%% libexec/camel-index-control-%%EVO_VERSION%%
libexec/camel-gpg-photo-saver
libexec/evolution-data-server/addressbook-export
libexec/evolution-data-server/csv2vcard
@(,mail,2755) libexec/camel-lock-helper-%%EVO_VERSION%% @(,mail,2755) libexec/camel-lock-helper-%%EVO_VERSION%%
libexec/evolution-addressbook-factory libexec/evolution-addressbook-factory
libexec/evolution-addressbook-factory-subprocess libexec/evolution-addressbook-factory-subprocess
@ -397,6 +407,7 @@ share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
share/dbus-1/services/org.gnome.evolution.dataserver.Sources.service share/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
share/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service share/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service
share/gir-1.0/Camel-%%EVO_VERSION%%.gir
share/gir-1.0/EBook-%%EVO_VERSION%%.gir share/gir-1.0/EBook-%%EVO_VERSION%%.gir
share/gir-1.0/EBookContacts-%%EVO_VERSION%%.gir share/gir-1.0/EBookContacts-%%EVO_VERSION%%.gir
share/gir-1.0/EDataServer-%%EVO_VERSION%%.gir share/gir-1.0/EDataServer-%%EVO_VERSION%%.gir
@ -505,6 +516,8 @@ share/pixmaps/evolution-data-server/category_status_16.png
share/pixmaps/evolution-data-server/category_strategies_16.png share/pixmaps/evolution-data-server/category_strategies_16.png
share/pixmaps/evolution-data-server/category_suppliers_16.png share/pixmaps/evolution-data-server/category_suppliers_16.png
share/pixmaps/evolution-data-server/category_time-and-expenses_16.png share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
share/vala/vapi/camel-%%EVO_VERSION%%.deps
share/vala/vapi/camel-%%EVO_VERSION%%.vapi
share/vala/vapi/libebook-%%EVO_VERSION%%.deps share/vala/vapi/libebook-%%EVO_VERSION%%.deps
share/vala/vapi/libebook-%%EVO_VERSION%%.vapi share/vala/vapi/libebook-%%EVO_VERSION%%.vapi
share/vala/vapi/libebook-contacts-%%EVO_VERSION%%.deps share/vala/vapi/libebook-contacts-%%EVO_VERSION%%.deps

View File

@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= evolution-ews PORTNAME= evolution-ews
PORTVERSION= 3.18.5 PORTVERSION= 3.22.6
PORTREVISION= 1
CATEGORIES= mail gnome CATEGORIES= mail gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome3 DIST_SUBDIR= gnome3
@ -14,18 +13,22 @@ COMMENT= Evolution Microsoft Exchange plugin through Exchange Web Services
BUILD_DEPENDS= evolution>=3.0.0:mail/evolution BUILD_DEPENDS= evolution>=3.0.0:mail/evolution
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libmspack.so:archivers/libmspack \ libmspack.so:archivers/libmspack \
libsecret-1.so:security/libsecret \
libnspr4.so:devel/nspr \
libnss3.so:security/nss \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
libical.so:devel/libical libical.so:devel/libical
RUN_DEPENDS= evolution>=3.0.0:mail/evolution RUN_DEPENDS= evolution>=3.0.0:mail/evolution
PORTSCOUT= limitw:1,even PORTSCOUT= limitw:1,even
USES= bdb:5 gettext gmake gnome libtool pathfix pkgconfig sqlite tar:xz USES= bdb:5 gettext gmake gnome libtool localbase pathfix \
USE_GNOME= intltool pkgconfig sqlite tar:xz
USE_GNOME= atk cairo evolutiondataserver3 gdkpixbuf2 gtk30 glib20 \
intltool libxml2 pango
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_OPENLDAP= yes USE_OPENLDAP= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --datarootdir=${PREFIX}/share \ CONFIGURE_ARGS= --datarootdir=${PREFIX}/share \
--localedir=${PREFIX}/share/locale \ --localedir=${PREFIX}/share/locale \
--prefix=${PREFIX} --prefix=${PREFIX}

View File

@ -1,2 +1,3 @@
SHA256 (gnome3/evolution-ews-3.18.5.tar.xz) = 7e1ed3b18161a620ba358ebf23e4c7aea85c0c5070be3c20a8a2ef012fbcfc55 TIMESTAMP = 1494106823
SIZE (gnome3/evolution-ews-3.18.5.tar.xz) = 702984 SHA256 (gnome3/evolution-ews-3.22.6.tar.xz) = eddc94d9a7f759a20dc35a8635318a425f8687bb3af5b72b94c996101c8fb0e5
SIZE (gnome3/evolution-ews-3.22.6.tar.xz) = 715320

View File

@ -1,5 +1,4 @@
Evolution-ews is a plugin for Evolution that adds Exchange integration though Evolution-ews is a plugin for Evolution that adds Exchange integration though
Exchange Web Service. Exchange Web Service.
See the following link for development. WWW: https://wiki.gnome.org/Apps/Evolution/EWS
https://docs.google.com/spreadsheet/ccc?key=0ArU7C3muFYmHdHlvZUpRQ0FKQkNVck5kc1BpSDhkSGc&hl=en_U

View File

@ -48,6 +48,7 @@ share/locale/lt/LC_MESSAGES/evolution-ews.mo
share/locale/lv/LC_MESSAGES/evolution-ews.mo share/locale/lv/LC_MESSAGES/evolution-ews.mo
share/locale/mr/LC_MESSAGES/evolution-ews.mo share/locale/mr/LC_MESSAGES/evolution-ews.mo
share/locale/nb/LC_MESSAGES/evolution-ews.mo share/locale/nb/LC_MESSAGES/evolution-ews.mo
share/locale/oc/LC_MESSAGES/evolution-ews.mo
share/locale/or/LC_MESSAGES/evolution-ews.mo share/locale/or/LC_MESSAGES/evolution-ews.mo
share/locale/pl/LC_MESSAGES/evolution-ews.mo share/locale/pl/LC_MESSAGES/evolution-ews.mo
share/locale/pt/LC_MESSAGES/evolution-ews.mo share/locale/pt/LC_MESSAGES/evolution-ews.mo

View File

@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= evolution PORTNAME= evolution
PORTVERSION= 3.18.5.1 PORTVERSION= 3.22.6
PORTREVISION= 2
CATEGORIES= mail gnome CATEGORIES= mail gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome3 DIST_SUBDIR= gnome3
@ -23,27 +22,33 @@ LIB_DEPENDS= libnss3.so:security/nss \
libgcr-3.so:security/gcr \ libgcr-3.so:security/gcr \
libgtkspell3-3.so:textproc/gtkspell3 \ libgtkspell3-3.so:textproc/gtkspell3 \
libgeocode-glib.so:net/geocode-glib \ libgeocode-glib.so:net/geocode-glib \
libwebkitgtk-3.0.so:www/webkit-gtk3 \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libnspr4.so:devel/nspr \
libical.so:devel/libical \
libsecret-1.so:security/libsecret \
libenchant.so:textproc/enchant \
libp11-kit.so:security/p11-kit \
libsoup-2.4.so:devel/libsoup \
libcryptui.so:security/libcryptui \ libcryptui.so:security/libcryptui \
libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libnotify.so:devel/libnotify libnotify.so:devel/libnotify
RUN_DEPENDS= highlight:textproc/highlight \ RUN_DEPENDS= highlight:textproc/highlight \
gnome-keyring>=3.0.0:security/gnome-keyring gnome-keyring>=3.0.0:security/gnome-keyring
PORTSCOUT= limitw:1,even PORTSCOUT= limitw:1,even
USES= desktop-file-utils bison gettext gmake gnome libtool \ USES= desktop-file-utils bison gettext gmake gnome iconv:wchar_t \
pathfix perl5 pkgconfig tar:xz libtool localbase pathfix perl5 pkgconfig sqlite tar:xz
USE_GNOME= evolutiondataserver3 gnomedesktop3 intltool USE_GNOME= cairo evolutiondataserver3 gnomedesktop3 intltool
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GSTREAMER1= yes USE_GSTREAMER1= yes
USE_XORG= x11
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-nss=yes \ CONFIGURE_ARGS= --enable-nss=yes \
--disable-autoar \ --disable-autoar \
--with-sub-version=" FreeBSD GNOME Team Port" --with-sub-version=" FreeBSD GNOME Team Port"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.evolution.gschema.xml \ GLIB_SCHEMAS= org.gnome.evolution.gschema.xml \
@ -65,7 +70,7 @@ GLIB_SCHEMAS= org.gnome.evolution.gschema.xml \
org.gnome.evolution.plugin.publish-calendar.gschema.xml \ org.gnome.evolution.plugin.publish-calendar.gschema.xml \
org.gnome.evolution.plugin.templates.gschema.xml org.gnome.evolution.plugin.templates.gschema.xml
EVO_VERSION= 3.18 EVO_VERSION= 3.22
PLIST_SUB= VERSION=${EVO_VERSION} \ PLIST_SUB= VERSION=${EVO_VERSION} \
PORTVERSION=2.12 PORTVERSION=2.12
@ -99,7 +104,8 @@ BOGOFILTER_CONFIGURE_WITH= bogofilter=${LOCALBASE}/bin/bogofilter
BOGOFILTER_BUILD_DEPENDS= bogofilter:mail/bogofilter BOGOFILTER_BUILD_DEPENDS= bogofilter:mail/bogofilter
BOGOFILTER_RUN_DEPENDS= bogofilter:mail/bogofilter BOGOFILTER_RUN_DEPENDS= bogofilter:mail/bogofilter
CANBERRA_LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libcanberra-gtk3.so:audio/libcanberra-gtk3
CANBERRA_CONFIGURE_ENABLE= canberra CANBERRA_CONFIGURE_ENABLE= canberra
PST_CONFIGURE_ENABLE= pst-import PST_CONFIGURE_ENABLE= pst-import

View File

@ -1,2 +1,3 @@
SHA256 (gnome3/evolution-3.18.5.1.tar.xz) = 20e5acd345107fdfe19ac28cd1ea4252014f28428a59d273890944c415f0590b TIMESTAMP = 1494104477
SIZE (gnome3/evolution-3.18.5.1.tar.xz) = 12067580 SHA256 (gnome3/evolution-3.22.6.tar.xz) = 9f4be4a1d5ee4d5eb9b132cf751ba3afc833025aa6dc7baa1f9483489d8a943e
SIZE (gnome3/evolution-3.22.6.tar.xz) = 12288232

View File

@ -1,539 +0,0 @@
From 2da59292e2ddebc9d72a923580d4a9af00e0c981 Mon Sep 17 00:00:00 2001
From: Milan Crha <mcrha@redhat.com>
Date: Tue, 24 Nov 2015 15:42:22 +0100
Subject: Mail Preferences->Junk page incorrectly referenced in the code
The code expects a reference to a GtkNotebook page, but it wasn't
the case for the Junk page, which was enclosed in a GtkAlignment.
This could produce a runtime warning when opening the Preferences.
---
mail/mail-config.ui | 430 ++++++++++++++++++++++++++--------------------------
1 file changed, 212 insertions(+), 218 deletions(-)
diff --git a/mail/mail-config.ui b/mail/mail-config.ui
index c5edf9b..733f5e7 100644
--- mail/mail-config.ui
+++ mail/mail-config.ui
@@ -3032,47 +3032,65 @@
</packing>
</child>
<child>
- <object class="GtkAlignment" id="junk-alignment">
+ <object class="GtkVBox" id="vboxJunk">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="yalign">0</property>
- <property name="yscale">0</property>
+ <property name="border_width">12</property>
+ <property name="spacing">12</property>
+ <property name="valign">GTK_ALIGN_START</property>
<child>
- <object class="GtkVBox" id="vboxJunk">
+ <object class="GtkVBox" id="junk-general-section">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="border_width">12</property>
- <property name="spacing">12</property>
+ <property name="spacing">6</property>
<child>
- <object class="GtkVBox" id="junk-general-section">
+ <object class="GtkLabel" id="junk-general-header">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="spacing">6</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">General</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkTable" id="junk-general-table">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="n_rows">7</property>
+ <property name="row_spacing">4</property>
<child>
- <object class="GtkLabel" id="junk-general-header">
+ <object class="GtkCheckButton" id="chkCheckIncomingMail">
+ <property name="label" translatable="yes">Check incoming _messages for junk</property>
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">General</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
+ <property name="draw_indicator">True</property>
</object>
<packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
+ <property name="top_attach">0</property>
+ <property name="bottom_attach">1</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"/>
+ <property name="x_padding">12</property>
</packing>
</child>
<child>
- <object class="GtkTable" id="junk-general-table">
+ <object class="GtkHBox" id="hbox237">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="n_rows">7</property>
- <property name="row_spacing">4</property>
+ <property name="spacing">4</property>
<child>
- <object class="GtkCheckButton" id="chkCheckIncomingMail">
- <property name="label" translatable="yes">Check incoming _messages for junk</property>
+ <object class="GtkCheckButton" id="junk_empty_check">
+ <property name="label" translatable="yes">_Delete junk messages</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -3081,259 +3099,235 @@
<property name="draw_indicator">True</property>
</object>
<packing>
- <property name="top_attach">0</property>
- <property name="bottom_attach">1</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"/>
- <property name="x_padding">12</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
- <object class="GtkHBox" id="hbox237">
+ <object class="GtkComboBox" id="junk_empty_combobox">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="spacing">4</property>
- <child>
- <object class="GtkCheckButton" id="junk_empty_check">
- <property name="label" translatable="yes">_Delete junk messages</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_underline">True</property>
- <property name="xalign">0</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
+ <property name="model">model2</property>
<child>
- <object class="GtkComboBox" id="junk_empty_combobox">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="model">model2</property>
- <child>
- <object class="GtkCellRendererText" id="renderer2"/>
- <attributes>
- <attribute name="text">0</attribute>
- </attributes>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
+ <object class="GtkCellRendererText" id="renderer2"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
</child>
</object>
<packing>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="x_padding">12</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="junk-test-opts-header">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">0</property>
- <property name="margin-top">12</property>
- <property name="label" translatable="yes">Junk Test Options</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
- </object>
- <packing>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"/>
- <property name="x_padding">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="lookup_book">
- <property name="label" translatable="yes">Do not mar_k messages as junk if sender is in my address book</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_underline">True</property>
- <property name="xalign">0</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="top_attach">3</property>
- <property name="bottom_attach">4</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"/>
- <property name="x_padding">12</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="junk_lookup_local_only">
- <property name="label" translatable="yes">_Lookup in local address book only</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_underline">True</property>
- <property name="xalign">0</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="top_attach">4</property>
- <property name="bottom_attach">5</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"/>
- <property name="x_padding">24</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
</packing>
</child>
+ </object>
+ <packing>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="x_padding">12</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="junk-test-opts-header">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="margin-top">12</property>
+ <property name="label" translatable="yes">Junk Test Options</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"/>
+ <property name="x_padding">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="lookup_book">
+ <property name="label" translatable="yes">Do not mar_k messages as junk if sender is in my address book</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="xalign">0</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"/>
+ <property name="x_padding">12</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="junk_lookup_local_only">
+ <property name="label" translatable="yes">_Lookup in local address book only</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="xalign">0</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="top_attach">4</property>
+ <property name="bottom_attach">5</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"/>
+ <property name="x_padding">24</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="junk_header_check">
+ <property name="label" translatable="yes">Check cu_stom headers for junk</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="xalign">0</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="top_attach">5</property>
+ <property name="bottom_attach">6</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options"/>
+ <property name="x_padding">12</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkHBox" id="hbox243">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="spacing">6</property>
<child>
- <object class="GtkCheckButton" id="junk_header_check">
- <property name="label" translatable="yes">Check cu_stom headers for junk</property>
+ <object class="GtkScrolledWindow" id="scrolledwindow51">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_underline">True</property>
- <property name="xalign">0</property>
- <property name="draw_indicator">True</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkTreeView" id="junk_header_tree">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="treeview-selection"/>
+ </child>
+ </object>
+ </child>
</object>
<packing>
- <property name="top_attach">5</property>
- <property name="bottom_attach">6</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"/>
- <property name="x_padding">12</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
- <object class="GtkHBox" id="hbox243">
+ <object class="GtkVButtonBox" id="vbuttonbox26">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">6</property>
+ <property name="layout_style">start</property>
<child>
- <object class="GtkScrolledWindow" id="scrolledwindow51">
+ <object class="GtkButton" id="junk_header_add">
+ <property name="label" translatable="yes">_Add</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="shadow_type">in</property>
- <child>
- <object class="GtkTreeView" id="junk_header_tree">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <child internal-child="selection">
- <object class="GtkTreeSelection" id="treeview-selection"/>
- </child>
- </object>
- </child>
+ <property name="can_default">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_stock">False</property>
+ <property name="use-underline">True</property>
</object>
<packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
- <object class="GtkVButtonBox" id="vbuttonbox26">
+ <object class="GtkButton" id="junk_header_remove">
+ <property name="label" translatable="yes">_Remove</property>
<property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
- <property name="layout_style">start</property>
- <child>
- <object class="GtkButton" id="junk_header_add">
- <property name="label" translatable="yes">_Add</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="receives_default">True</property>
- <property name="use_stock">False</property>
- <property name="use-underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="junk_header_remove">
- <property name="label" translatable="yes">_Remove</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="receives_default">True</property>
- <property name="use_stock">False</property>
- <property name="use-underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
+ <property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_stock">False</property>
+ <property name="use-underline">True</property>
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">True</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
- <property name="top_attach">6</property>
- <property name="bottom_attach">7</property>
- <property name="x_padding">12</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
</packing>
</child>
+ </object>
+ <packing>
+ <property name="top_attach">6</property>
+ <property name="bottom_attach">7</property>
+ <property name="x_padding">12</property>
+ </packing>
+ </child>
+ <child>
+ <object class="EMailJunkOptions" id="junk-module-options">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">6</property>
<child>
- <object class="EMailJunkOptions" id="junk-module-options">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="row_spacing">6</property>
- <property name="column_spacing">6</property>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- </object>
- <packing>
- <property name="top_attach">7</property>
- <property name="bottom_attach">8</property>
- <property name="y_options">GTK_FILL</property>
- <property name="y_padding">12</property>
- </packing>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
</child>
</object>
<packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
+ <property name="top_attach">7</property>
+ <property name="bottom_attach">8</property>
+ <property name="y_options">GTK_FILL</property>
+ <property name="y_padding">12</property>
</packing>
</child>
</object>
<packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
</packing>
</child>
</object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
</object>
<packing>
<property name="position">4</property>
+ <property name="tab_fill">False</property>
</packing>
</child>
<child type="tab">
--
cgit v0.12

View File

@ -5,34 +5,11 @@ include/evolution/calendar/gui/calendar-config-keys.h
include/evolution/calendar/gui/calendar-config.h include/evolution/calendar/gui/calendar-config.h
include/evolution/calendar/gui/calendar-view.h include/evolution/calendar/gui/calendar-view.h
include/evolution/calendar/gui/comp-util.h include/evolution/calendar/gui/comp-util.h
include/evolution/calendar/gui/dialogs/alarm-dialog.h
include/evolution/calendar/gui/dialogs/alarm-list-dialog.h
include/evolution/calendar/gui/dialogs/cancel-comp.h
include/evolution/calendar/gui/dialogs/changed-comp.h
include/evolution/calendar/gui/dialogs/comp-editor-page.h
include/evolution/calendar/gui/dialogs/comp-editor-util.h
include/evolution/calendar/gui/dialogs/comp-editor.h
include/evolution/calendar/gui/dialogs/copy-source-dialog.h
include/evolution/calendar/gui/dialogs/delete-comp.h
include/evolution/calendar/gui/dialogs/e-delegate-dialog.h
include/evolution/calendar/gui/dialogs/e-send-options-utils.h
include/evolution/calendar/gui/dialogs/event-editor.h
include/evolution/calendar/gui/dialogs/event-page.h
include/evolution/calendar/gui/dialogs/goto-dialog.h
include/evolution/calendar/gui/dialogs/memo-editor.h
include/evolution/calendar/gui/dialogs/memo-page.h
include/evolution/calendar/gui/dialogs/recur-comp.h
include/evolution/calendar/gui/dialogs/recurrence-page.h
include/evolution/calendar/gui/dialogs/save-comp.h
include/evolution/calendar/gui/dialogs/schedule-page.h
include/evolution/calendar/gui/dialogs/select-source-dialog.h
include/evolution/calendar/gui/dialogs/send-comp.h
include/evolution/calendar/gui/dialogs/task-editor.h
include/evolution/calendar/gui/dialogs/task-page.h
include/evolution/calendar/gui/e-alarm-list.h include/evolution/calendar/gui/e-alarm-list.h
include/evolution/calendar/gui/e-cal-config.h include/evolution/calendar/gui/e-cal-config.h
include/evolution/calendar/gui/e-cal-data-model-subscriber.h include/evolution/calendar/gui/e-cal-data-model-subscriber.h
include/evolution/calendar/gui/e-cal-data-model.h include/evolution/calendar/gui/e-cal-data-model.h
include/evolution/calendar/gui/e-cal-dialogs.h
include/evolution/calendar/gui/e-cal-event.h include/evolution/calendar/gui/e-cal-event.h
include/evolution/calendar/gui/e-cal-list-view.h include/evolution/calendar/gui/e-cal-list-view.h
include/evolution/calendar/gui/e-cal-model-calendar.h include/evolution/calendar/gui/e-cal-model-calendar.h
@ -40,6 +17,19 @@ include/evolution/calendar/gui/e-cal-model.h
include/evolution/calendar/gui/e-cal-ops.h include/evolution/calendar/gui/e-cal-ops.h
include/evolution/calendar/gui/e-calendar-view.h include/evolution/calendar/gui/e-calendar-view.h
include/evolution/calendar/gui/e-cell-date-edit-text.h include/evolution/calendar/gui/e-cell-date-edit-text.h
include/evolution/calendar/gui/e-comp-editor-event.h
include/evolution/calendar/gui/e-comp-editor-memo.h
include/evolution/calendar/gui/e-comp-editor-page-attachments.h
include/evolution/calendar/gui/e-comp-editor-page-general.h
include/evolution/calendar/gui/e-comp-editor-page-recurrence.h
include/evolution/calendar/gui/e-comp-editor-page-reminders.h
include/evolution/calendar/gui/e-comp-editor-page-schedule.h
include/evolution/calendar/gui/e-comp-editor-page.h
include/evolution/calendar/gui/e-comp-editor-property-part.h
include/evolution/calendar/gui/e-comp-editor-property-parts.h
include/evolution/calendar/gui/e-comp-editor-task.h
include/evolution/calendar/gui/e-comp-editor.h
include/evolution/calendar/gui/e-send-options-utils.h
include/evolution/calendar/gui/e-date-time-list.h include/evolution/calendar/gui/e-date-time-list.h
include/evolution/calendar/gui/e-day-view-layout.h include/evolution/calendar/gui/e-day-view-layout.h
include/evolution/calendar/gui/e-day-view-main-item.h include/evolution/calendar/gui/e-day-view-main-item.h
@ -86,7 +76,6 @@ include/evolution/e-util/e-alert-dialog.h
include/evolution/e-util/e-alert-sink.h include/evolution/e-util/e-alert-sink.h
include/evolution/e-util/e-alert.h include/evolution/e-util/e-alert.h
include/evolution/e-util/e-attachment-bar.h include/evolution/e-util/e-attachment-bar.h
include/evolution/e-util/e-attachment-button.h
include/evolution/e-util/e-attachment-dialog.h include/evolution/e-util/e-attachment-dialog.h
include/evolution/e-util/e-attachment-handler-image.h include/evolution/e-util/e-attachment-handler-image.h
include/evolution/e-util/e-attachment-handler.h include/evolution/e-util/e-attachment-handler.h
@ -140,6 +129,8 @@ include/evolution/e-util/e-color-combo.h
include/evolution/e-util/e-config.h include/evolution/e-util/e-config.h
include/evolution/e-util/e-conflict-search-selector.h include/evolution/e-util/e-conflict-search-selector.h
include/evolution/e-util/e-contact-store.h include/evolution/e-util/e-contact-store.h
include/evolution/e-util/e-content-editor.h
include/evolution/e-util/e-content-request.h
include/evolution/e-util/e-data-capture.h include/evolution/e-util/e-data-capture.h
include/evolution/e-util/e-dateedit.h include/evolution/e-util/e-dateedit.h
include/evolution/e-util/e-datetime-format.h include/evolution/e-util/e-datetime-format.h
@ -175,12 +166,9 @@ include/evolution/e-util/e-html-editor-link-dialog.h
include/evolution/e-util/e-html-editor-page-dialog.h include/evolution/e-util/e-html-editor-page-dialog.h
include/evolution/e-util/e-html-editor-paragraph-dialog.h include/evolution/e-util/e-html-editor-paragraph-dialog.h
include/evolution/e-util/e-html-editor-replace-dialog.h include/evolution/e-util/e-html-editor-replace-dialog.h
include/evolution/e-util/e-html-editor-selection.h
include/evolution/e-util/e-html-editor-spell-check-dialog.h include/evolution/e-util/e-html-editor-spell-check-dialog.h
include/evolution/e-util/e-html-editor-table-dialog.h include/evolution/e-util/e-html-editor-table-dialog.h
include/evolution/e-util/e-html-editor-text-dialog.h include/evolution/e-util/e-html-editor-text-dialog.h
include/evolution/e-util/e-html-editor-utils.h
include/evolution/e-util/e-html-editor-view.h
include/evolution/e-util/e-html-editor.h include/evolution/e-util/e-html-editor.h
include/evolution/e-util/e-html-utils.h include/evolution/e-util/e-html-utils.h
include/evolution/e-util/e-icon-factory.h include/evolution/e-util/e-icon-factory.h
@ -239,6 +227,7 @@ include/evolution/e-util/e-selection-model-simple.h
include/evolution/e-util/e-selection-model.h include/evolution/e-util/e-selection-model.h
include/evolution/e-util/e-selection.h include/evolution/e-util/e-selection.h
include/evolution/e-util/e-send-options.h include/evolution/e-util/e-send-options.h
include/evolution/e-util/e-simple-async-result.h
include/evolution/e-util/e-sorter-array.h include/evolution/e-util/e-sorter-array.h
include/evolution/e-util/e-sorter.h include/evolution/e-util/e-sorter.h
include/evolution/e-util/e-source-combo-box.h include/evolution/e-util/e-source-combo-box.h
@ -351,16 +340,17 @@ include/evolution/em-format/e-mail-formatter.h
include/evolution/em-format/e-mail-inline-filter.h include/evolution/em-format/e-mail-inline-filter.h
include/evolution/em-format/e-mail-parser-extension.h include/evolution/em-format/e-mail-parser-extension.h
include/evolution/em-format/e-mail-parser.h include/evolution/em-format/e-mail-parser.h
include/evolution/em-format/e-mail-part-attachment-bar.h
include/evolution/em-format/e-mail-part-attachment.h include/evolution/em-format/e-mail-part-attachment.h
include/evolution/em-format/e-mail-part-audio.h include/evolution/em-format/e-mail-part-audio.h
include/evolution/em-format/e-mail-part-headers.h include/evolution/em-format/e-mail-part-headers.h
include/evolution/em-format/e-mail-part-image.h include/evolution/em-format/e-mail-part-image.h
include/evolution/em-format/e-mail-part-list.h include/evolution/em-format/e-mail-part-list.h
include/evolution/em-format/e-mail-part-secure-button.h
include/evolution/em-format/e-mail-part-utils.h include/evolution/em-format/e-mail-part-utils.h
include/evolution/em-format/e-mail-part.h include/evolution/em-format/e-mail-part.h
include/evolution/em-format/e-mail-stripsig-filter.h include/evolution/em-format/e-mail-stripsig-filter.h
include/evolution/libemail-engine/camel-null-store.h include/evolution/libemail-engine/camel-null-store.h
include/evolution/libemail-engine/camel-sasl-oauth2-google.h
include/evolution/libemail-engine/camel-sasl-xoauth2.h include/evolution/libemail-engine/camel-sasl-xoauth2.h
include/evolution/libemail-engine/e-mail-engine-enums.h include/evolution/libemail-engine/e-mail-engine-enums.h
include/evolution/libemail-engine/e-mail-engine-enumtypes.h include/evolution/libemail-engine/e-mail-engine-enumtypes.h
@ -397,6 +387,7 @@ include/evolution/libgnomecanvas/gnome-canvas-util.h
include/evolution/libgnomecanvas/gnome-canvas-widget.h include/evolution/libgnomecanvas/gnome-canvas-widget.h
include/evolution/libgnomecanvas/gnome-canvas.h include/evolution/libgnomecanvas/gnome-canvas.h
include/evolution/libgnomecanvas/libgnomecanvas.h include/evolution/libgnomecanvas/libgnomecanvas.h
include/evolution/mail/e-cid-request.h
include/evolution/mail/e-http-request.h include/evolution/mail/e-http-request.h
include/evolution/mail/e-mail-account-manager.h include/evolution/mail/e-mail-account-manager.h
include/evolution/mail/e-mail-account-store.h include/evolution/mail/e-mail-account-store.h
@ -439,6 +430,7 @@ include/evolution/mail/e-mail-label-manager.h
include/evolution/mail/e-mail-label-tree-view.h include/evolution/mail/e-mail-label-tree-view.h
include/evolution/mail/e-mail-message-pane.h include/evolution/mail/e-mail-message-pane.h
include/evolution/mail/e-mail-migrate.h include/evolution/mail/e-mail-migrate.h
include/evolution/mail/e-mail-notes.h
include/evolution/mail/e-mail-paned-view.h include/evolution/mail/e-mail-paned-view.h
include/evolution/mail/e-mail-properties.h include/evolution/mail/e-mail-properties.h
include/evolution/mail/e-mail-print-config-headers.h include/evolution/mail/e-mail-print-config-headers.h
@ -537,7 +529,8 @@ lib/evolution/modules/module-settings.so
lib/evolution/modules/module-startup-wizard.so lib/evolution/modules/module-startup-wizard.so
lib/evolution/modules/module-text-highlight.so lib/evolution/modules/module-text-highlight.so
lib/evolution/modules/module-vcard-inline.so lib/evolution/modules/module-vcard-inline.so
lib/evolution/modules/module-web-inspector.so lib/evolution/modules/module-webkit-editor.so
lib/evolution/modules/module-webkit-inspector.so
lib/evolution/plugins/liborg-gnome-dbx-import.so lib/evolution/plugins/liborg-gnome-dbx-import.so
lib/evolution/plugins/liborg-gnome-email-custom-header.so lib/evolution/plugins/liborg-gnome-email-custom-header.so
lib/evolution/plugins/liborg-gnome-evolution-attachment-reminder.so lib/evolution/plugins/liborg-gnome-evolution-attachment-reminder.so
@ -566,12 +559,15 @@ lib/evolution/plugins/org-gnome-prefer-plain.eplug
lib/evolution/plugins/org-gnome-publish-calendar.eplug lib/evolution/plugins/org-gnome-publish-calendar.eplug
lib/evolution/plugins/org-gnome-save-calendar.eplug lib/evolution/plugins/org-gnome-save-calendar.eplug
lib/evolution/plugins/org-gnome-templates.eplug lib/evolution/plugins/org-gnome-templates.eplug
lib/evolution/test-gio-modules/libevolutiontestsettings.so
lib/evolution/web-extensions/libedomutils.so
lib/evolution/web-extensions/libewebextension.so
lib/evolution/web-extensions/libmoduleitipformatterwebextension.so
lib/evolution/web-extensions/webkit-editor/libewebkiteditorwebextension.so
libdata/pkgconfig/evolution-calendar-3.0.pc libdata/pkgconfig/evolution-calendar-3.0.pc
libdata/pkgconfig/evolution-mail-3.0.pc libdata/pkgconfig/evolution-mail-3.0.pc
libdata/pkgconfig/evolution-shell-3.0.pc libdata/pkgconfig/evolution-shell-3.0.pc
libdata/pkgconfig/libemail-engine.pc libdata/pkgconfig/libemail-engine.pc
libexec/evolution/csv2vcard
libexec/evolution/evolution-addressbook-export
libexec/evolution/evolution-alarm-notify libexec/evolution/evolution-alarm-notify
libexec/evolution/evolution-backup libexec/evolution/evolution-backup
libexec/evolution/killev libexec/evolution/killev
@ -627,9 +623,9 @@ share/applications/evolution.desktop
%%DATADIR%%/errors/widgets.error %%DATADIR%%/errors/widgets.error
%%DATADIR%%/etspec/e-addressbook-view.etspec %%DATADIR%%/etspec/e-addressbook-view.etspec
%%DATADIR%%/etspec/e-cal-list-view.etspec %%DATADIR%%/etspec/e-cal-list-view.etspec
%%DATADIR%%/etspec/e-calendar-table.etspec
%%DATADIR%%/etspec/e-meeting-time-sel.etspec %%DATADIR%%/etspec/e-meeting-time-sel.etspec
%%DATADIR%%/etspec/e-memo-table.etspec %%DATADIR%%/etspec/e-memo-table.etspec
%%DATADIR%%/etspec/e-task-table.etspec
%%DATADIR%%/etspec/message-list.etspec %%DATADIR%%/etspec/message-list.etspec
%%DATADIR%%/filtertypes.xml %%DATADIR%%/filtertypes.xml
%%DATADIR%%/help/quickref/C/quickref.pdf %%DATADIR%%/help/quickref/C/quickref.pdf
@ -647,6 +643,7 @@ share/applications/evolution.desktop
%%DATADIR%%/icons/hicolor/16x16/actions/folder-copy.png %%DATADIR%%/icons/hicolor/16x16/actions/folder-copy.png
%%DATADIR%%/icons/hicolor/16x16/actions/folder-move.png %%DATADIR%%/icons/hicolor/16x16/actions/folder-move.png
%%DATADIR%%/icons/hicolor/16x16/actions/go-today.png %%DATADIR%%/icons/hicolor/16x16/actions/go-today.png
%%DATADIR%%/icons/hicolor/16x16/actions/mail-archive.png
%%DATADIR%%/icons/hicolor/16x16/actions/mail-copy.png %%DATADIR%%/icons/hicolor/16x16/actions/mail-copy.png
%%DATADIR%%/icons/hicolor/16x16/actions/mail-move.png %%DATADIR%%/icons/hicolor/16x16/actions/mail-move.png
%%DATADIR%%/icons/hicolor/16x16/actions/stock_bell.png %%DATADIR%%/icons/hicolor/16x16/actions/stock_bell.png
@ -660,7 +657,6 @@ share/applications/evolution.desktop
%%DATADIR%%/icons/hicolor/16x16/actions/stock_mail-open-multiple.png %%DATADIR%%/icons/hicolor/16x16/actions/stock_mail-open-multiple.png
%%DATADIR%%/icons/hicolor/16x16/actions/stock_mail-unread-multiple.png %%DATADIR%%/icons/hicolor/16x16/actions/stock_mail-unread-multiple.png
%%DATADIR%%/icons/hicolor/16x16/actions/stock_new-24h-appointment.png %%DATADIR%%/icons/hicolor/16x16/actions/stock_new-24h-appointment.png
%%DATADIR%%/icons/hicolor/16x16/actions/stock_new-meeting.png
%%DATADIR%%/icons/hicolor/16x16/actions/stock_notes.png %%DATADIR%%/icons/hicolor/16x16/actions/stock_notes.png
%%DATADIR%%/icons/hicolor/16x16/actions/stock_people.png %%DATADIR%%/icons/hicolor/16x16/actions/stock_people.png
%%DATADIR%%/icons/hicolor/16x16/actions/stock_select-column.png %%DATADIR%%/icons/hicolor/16x16/actions/stock_select-column.png
@ -721,6 +717,7 @@ share/applications/evolution.desktop
%%DATADIR%%/icons/hicolor/22x22/places/mail-outbox.png %%DATADIR%%/icons/hicolor/22x22/places/mail-outbox.png
%%DATADIR%%/icons/hicolor/22x22/places/mail-sent.png %%DATADIR%%/icons/hicolor/22x22/places/mail-sent.png
%%DATADIR%%/icons/hicolor/24x24/actions/go-today.png %%DATADIR%%/icons/hicolor/24x24/actions/go-today.png
%%DATADIR%%/icons/hicolor/24x24/actions/mail-archive.png
%%DATADIR%%/icons/hicolor/24x24/actions/query-free-busy.png %%DATADIR%%/icons/hicolor/24x24/actions/query-free-busy.png
%%DATADIR%%/icons/hicolor/24x24/actions/stock_contact-list.png %%DATADIR%%/icons/hicolor/24x24/actions/stock_contact-list.png
%%DATADIR%%/icons/hicolor/24x24/actions/stock_insert-note.png %%DATADIR%%/icons/hicolor/24x24/actions/stock_insert-note.png
@ -730,7 +727,6 @@ share/applications/evolution.desktop
%%DATADIR%%/icons/hicolor/24x24/actions/stock_mail-open-multiple.png %%DATADIR%%/icons/hicolor/24x24/actions/stock_mail-open-multiple.png
%%DATADIR%%/icons/hicolor/24x24/actions/stock_mail-unread-multiple.png %%DATADIR%%/icons/hicolor/24x24/actions/stock_mail-unread-multiple.png
%%DATADIR%%/icons/hicolor/24x24/actions/stock_new-24h-appointment.png %%DATADIR%%/icons/hicolor/24x24/actions/stock_new-24h-appointment.png
%%DATADIR%%/icons/hicolor/24x24/actions/stock_new-meeting.png
%%DATADIR%%/icons/hicolor/24x24/actions/stock_notes.png %%DATADIR%%/icons/hicolor/24x24/actions/stock_notes.png
%%DATADIR%%/icons/hicolor/24x24/actions/stock_people.png %%DATADIR%%/icons/hicolor/24x24/actions/stock_people.png
%%DATADIR%%/icons/hicolor/24x24/actions/stock_select-column.png %%DATADIR%%/icons/hicolor/24x24/actions/stock_select-column.png
@ -776,7 +772,6 @@ share/applications/evolution.desktop
%%DATADIR%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup-done.png %%DATADIR%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup-done.png
%%DATADIR%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup.png %%DATADIR%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup.png
%%DATADIR%%/icons/hicolor/48x48/actions/stock_new-24h-appointment.png %%DATADIR%%/icons/hicolor/48x48/actions/stock_new-24h-appointment.png
%%DATADIR%%/icons/hicolor/48x48/actions/stock_new-meeting.png
%%DATADIR%%/icons/hicolor/48x48/actions/stock_notes.png %%DATADIR%%/icons/hicolor/48x48/actions/stock_notes.png
%%DATADIR%%/icons/hicolor/48x48/actions/stock_people.png %%DATADIR%%/icons/hicolor/48x48/actions/stock_people.png
%%DATADIR%%/icons/hicolor/48x48/actions/stock_timezone.png %%DATADIR%%/icons/hicolor/48x48/actions/stock_timezone.png
@ -821,18 +816,14 @@ share/applications/evolution.desktop
%%DATADIR%%/tasktypes.xml %%DATADIR%%/tasktypes.xml
%%DATADIR%%/theme/webview-print.css %%DATADIR%%/theme/webview-print.css
%%DATADIR%%/theme/webview.css %%DATADIR%%/theme/webview.css
%%DATADIR%%/ui/alarm-dialog.ui
%%DATADIR%%/ui/alarm-list-dialog.ui
%%DATADIR%%/ui/alarm-notify.ui %%DATADIR%%/ui/alarm-notify.ui
%%DATADIR%%/ui/contact-editor.ui %%DATADIR%%/ui/contact-editor.ui
%%DATADIR%%/ui/contact-list-editor.ui %%DATADIR%%/ui/contact-list-editor.ui
%%DATADIR%%/ui/e-calendar-preferences.ui %%DATADIR%%/ui/e-calendar-preferences.ui
%%DATADIR%%/ui/e-delegate-dialog.ui
%%DATADIR%%/ui/e-html-editor-manager.ui %%DATADIR%%/ui/e-html-editor-manager.ui
%%DATADIR%%/ui/e-send-options.ui %%DATADIR%%/ui/e-send-options.ui
%%DATADIR%%/ui/e-table-config.ui %%DATADIR%%/ui/e-table-config.ui
%%DATADIR%%/ui/e-timezone-dialog.ui %%DATADIR%%/ui/e-timezone-dialog.ui
%%DATADIR%%/ui/event-page.ui
%%DATADIR%%/ui/evolution-calendars.ui %%DATADIR%%/ui/evolution-calendars.ui
%%DATADIR%%/ui/evolution-composer.ui %%DATADIR%%/ui/evolution-composer.ui
%%DATADIR%%/ui/evolution-contacts.ui %%DATADIR%%/ui/evolution-contacts.ui
@ -844,16 +835,11 @@ share/applications/evolution.desktop
%%DATADIR%%/ui/filter.ui %%DATADIR%%/ui/filter.ui
%%DATADIR%%/ui/fullname.ui %%DATADIR%%/ui/fullname.ui
%%DATADIR%%/ui/gal-view-instance-save-as-dialog.ui %%DATADIR%%/ui/gal-view-instance-save-as-dialog.ui
%%DATADIR%%/ui/goto-dialog.ui
%%DATADIR%%/ui/mail-config.ui %%DATADIR%%/ui/mail-config.ui
%%DATADIR%%/ui/mail-dialogs.ui %%DATADIR%%/ui/mail-dialogs.ui
%%DATADIR%%/ui/memo-page.ui
%%DATADIR%%/ui/org-gnome-email-custom-header.ui %%DATADIR%%/ui/org-gnome-email-custom-header.ui
%%DATADIR%%/ui/publish-calendar.ui %%DATADIR%%/ui/publish-calendar.ui
%%DATADIR%%/ui/recurrence-page.ui
%%DATADIR%%/ui/schedule-page.ui
%%DATADIR%%/ui/smime-ui.ui %%DATADIR%%/ui/smime-ui.ui
%%DATADIR%%/ui/task-page.ui
%%DATADIR%%/vfoldertypes.xml %%DATADIR%%/vfoldertypes.xml
%%DATADIR%%/views/addressbook/Address_Cards.galview %%DATADIR%%/views/addressbook/Address_Cards.galview
%%DATADIR%%/views/addressbook/By_Company.galview %%DATADIR%%/views/addressbook/By_Company.galview
@ -884,12 +870,14 @@ share/gtk-doc/html/evolution-mail-composer/EComposerPostHeader.html
share/gtk-doc/html/evolution-mail-composer/EComposerSpellHeader.html share/gtk-doc/html/evolution-mail-composer/EComposerSpellHeader.html
share/gtk-doc/html/evolution-mail-composer/EComposerTextHeader.html share/gtk-doc/html/evolution-mail-composer/EComposerTextHeader.html
share/gtk-doc/html/evolution-mail-composer/EMsgComposer.html share/gtk-doc/html/evolution-mail-composer/EMsgComposer.html
share/gtk-doc/html/evolution-mail-composer/annotation-glossary.html
share/gtk-doc/html/evolution-mail-composer/api-index-full.html share/gtk-doc/html/evolution-mail-composer/api-index-full.html
share/gtk-doc/html/evolution-mail-composer/api-index-3.20.html
share/gtk-doc/html/evolution-mail-composer/api-index-3.22.html
share/gtk-doc/html/evolution-mail-composer/ch01.html share/gtk-doc/html/evolution-mail-composer/ch01.html
share/gtk-doc/html/evolution-mail-composer/evolution-mail-composer.devhelp2 share/gtk-doc/html/evolution-mail-composer/evolution-mail-composer.devhelp2
share/gtk-doc/html/evolution-mail-composer/home.png share/gtk-doc/html/evolution-mail-composer/home.png
share/gtk-doc/html/evolution-mail-composer/index.html share/gtk-doc/html/evolution-mail-composer/index.html
share/gtk-doc/html/evolution-mail-composer/index.sgml
share/gtk-doc/html/evolution-mail-composer/left-insensitive.png share/gtk-doc/html/evolution-mail-composer/left-insensitive.png
share/gtk-doc/html/evolution-mail-composer/left.png share/gtk-doc/html/evolution-mail-composer/left.png
share/gtk-doc/html/evolution-mail-composer/object-tree.html share/gtk-doc/html/evolution-mail-composer/object-tree.html
@ -899,6 +887,7 @@ share/gtk-doc/html/evolution-mail-composer/style.css
share/gtk-doc/html/evolution-mail-composer/up-insensitive.png share/gtk-doc/html/evolution-mail-composer/up-insensitive.png
share/gtk-doc/html/evolution-mail-composer/up.png share/gtk-doc/html/evolution-mail-composer/up.png
share/gtk-doc/html/evolution-mail-engine/CamelNullStore.html share/gtk-doc/html/evolution-mail-engine/CamelNullStore.html
share/gtk-doc/html/evolution-mail-engine/CamelSaslOAuth2Google.html
share/gtk-doc/html/evolution-mail-engine/CamelSaslXOAuth2.html share/gtk-doc/html/evolution-mail-engine/CamelSaslXOAuth2.html
share/gtk-doc/html/evolution-mail-engine/EMFilterFolderElement.html share/gtk-doc/html/evolution-mail-engine/EMFilterFolderElement.html
share/gtk-doc/html/evolution-mail-engine/EMVFolderContext.html share/gtk-doc/html/evolution-mail-engine/EMVFolderContext.html
@ -907,17 +896,24 @@ share/gtk-doc/html/evolution-mail-engine/EMailJunkFilter.html
share/gtk-doc/html/evolution-mail-engine/EMailSession.html share/gtk-doc/html/evolution-mail-engine/EMailSession.html
share/gtk-doc/html/evolution-mail-engine/MailFolderCache.html share/gtk-doc/html/evolution-mail-engine/MailFolderCache.html
share/gtk-doc/html/evolution-mail-engine/api-index-full.html share/gtk-doc/html/evolution-mail-engine/api-index-full.html
share/gtk-doc/html/evolution-mail-engine/api-index-3.16.html
share/gtk-doc/html/evolution-mail-engine/api-index-3.18.html
share/gtk-doc/html/evolution-mail-engine/ch01.html share/gtk-doc/html/evolution-mail-engine/ch01.html
share/gtk-doc/html/evolution-mail-engine/ch02.html share/gtk-doc/html/evolution-mail-engine/ch02.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-Legacy-Utilities.html share/gtk-doc/html/evolution-mail-engine/ch03.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-Mail-Folder-Utilities.html share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-e-mail-engine-enums.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-Mail-Session-Utilities.html share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-e-mail-folder-utils.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-Mail-Store-Utilities.html share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-e-mail-session-utils.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-Miscellaneous-Utilities.html share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-e-mail-store-utils.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-e-mail-utils.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-mail-config.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-mail-mt.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-mail-ops.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-mail-tools.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-mail-vfolder.html
share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine.devhelp2 share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine.devhelp2
share/gtk-doc/html/evolution-mail-engine/home.png share/gtk-doc/html/evolution-mail-engine/home.png
share/gtk-doc/html/evolution-mail-engine/index.html share/gtk-doc/html/evolution-mail-engine/index.html
share/gtk-doc/html/evolution-mail-engine/index.sgml
share/gtk-doc/html/evolution-mail-engine/left-insensitive.png share/gtk-doc/html/evolution-mail-engine/left-insensitive.png
share/gtk-doc/html/evolution-mail-engine/left.png share/gtk-doc/html/evolution-mail-engine/left.png
share/gtk-doc/html/evolution-mail-engine/object-tree.html share/gtk-doc/html/evolution-mail-engine/object-tree.html
@ -926,29 +922,33 @@ share/gtk-doc/html/evolution-mail-engine/right.png
share/gtk-doc/html/evolution-mail-engine/style.css share/gtk-doc/html/evolution-mail-engine/style.css
share/gtk-doc/html/evolution-mail-engine/up-insensitive.png share/gtk-doc/html/evolution-mail-engine/up-insensitive.png
share/gtk-doc/html/evolution-mail-engine/up.png share/gtk-doc/html/evolution-mail-engine/up.png
share/gtk-doc/html/evolution-mail-formatter/EMailExtensionRegistry.html
share/gtk-doc/html/evolution-mail-formatter/EMailFormatter.html share/gtk-doc/html/evolution-mail-formatter/EMailFormatter.html
share/gtk-doc/html/evolution-mail-formatter/EMailFormatterExtension.html share/gtk-doc/html/evolution-mail-formatter/EMailFormatterExtension.html
share/gtk-doc/html/evolution-mail-formatter/EMailFormatterPrint.html share/gtk-doc/html/evolution-mail-formatter/EMailFormatterExtensionRegistry.html
share/gtk-doc/html/evolution-mail-formatter/EMailFormatterQuote.html share/gtk-doc/html/evolution-mail-formatter/EMailFormatterPrintExtension.html
share/gtk-doc/html/evolution-mail-formatter/EMailFormatterQuoteExtension.html
share/gtk-doc/html/evolution-mail-formatter/EMailInlineFilter.html share/gtk-doc/html/evolution-mail-formatter/EMailInlineFilter.html
share/gtk-doc/html/evolution-mail-formatter/EMailParser.html share/gtk-doc/html/evolution-mail-formatter/EMailParser.html
share/gtk-doc/html/evolution-mail-formatter/EMailParserExtension.html share/gtk-doc/html/evolution-mail-formatter/EMailParserExtension.html
share/gtk-doc/html/evolution-mail-formatter/EMailPart.html share/gtk-doc/html/evolution-mail-formatter/EMailPart.html
share/gtk-doc/html/evolution-mail-formatter/EMailPartAttachment.html share/gtk-doc/html/evolution-mail-formatter/EMailPartAttachment.html
share/gtk-doc/html/evolution-mail-formatter/EMailPartAttachmentBar.html share/gtk-doc/html/evolution-mail-formatter/EMailPartAudio.html
share/gtk-doc/html/evolution-mail-formatter/EMailPartHeaders.html share/gtk-doc/html/evolution-mail-formatter/EMailPartHeaders.html
share/gtk-doc/html/evolution-mail-formatter/EMailPartImage.html share/gtk-doc/html/evolution-mail-formatter/EMailPartImage.html
share/gtk-doc/html/evolution-mail-formatter/EMailPartList.html share/gtk-doc/html/evolution-mail-formatter/EMailPartList.html
share/gtk-doc/html/evolution-mail-formatter/EMailPartSecureButton.html
share/gtk-doc/html/evolution-mail-formatter/EMailStripSigFilter.html share/gtk-doc/html/evolution-mail-formatter/EMailStripSigFilter.html
share/gtk-doc/html/evolution-mail-formatter/api-index-full.html share/gtk-doc/html/evolution-mail-formatter/api-index-full.html
share/gtk-doc/html/evolution-mail-formatter/api-index-3.8.html
share/gtk-doc/html/evolution-mail-formatter/ch01.html share/gtk-doc/html/evolution-mail-formatter/ch01.html
share/gtk-doc/html/evolution-mail-formatter/ch02.html share/gtk-doc/html/evolution-mail-formatter/ch02.html
share/gtk-doc/html/evolution-mail-formatter/ch03.html share/gtk-doc/html/evolution-mail-formatter/ch03.html
share/gtk-doc/html/evolution-mail-formatter/evolution-mail-formatter-e-mail-formatter-enums.html
share/gtk-doc/html/evolution-mail-formatter/evolution-mail-formatter-e-mail-formatter-utils.html
share/gtk-doc/html/evolution-mail-formatter/evolution-mail-formatter-e-mail-part-utils.html
share/gtk-doc/html/evolution-mail-formatter/evolution-mail-formatter.devhelp2 share/gtk-doc/html/evolution-mail-formatter/evolution-mail-formatter.devhelp2
share/gtk-doc/html/evolution-mail-formatter/home.png share/gtk-doc/html/evolution-mail-formatter/home.png
share/gtk-doc/html/evolution-mail-formatter/index.html share/gtk-doc/html/evolution-mail-formatter/index.html
share/gtk-doc/html/evolution-mail-formatter/index.sgml
share/gtk-doc/html/evolution-mail-formatter/left-insensitive.png share/gtk-doc/html/evolution-mail-formatter/left-insensitive.png
share/gtk-doc/html/evolution-mail-formatter/left.png share/gtk-doc/html/evolution-mail-formatter/left.png
share/gtk-doc/html/evolution-mail-formatter/object-tree.html share/gtk-doc/html/evolution-mail-formatter/object-tree.html
@ -966,16 +966,20 @@ share/gtk-doc/html/evolution-shell/EShellSwitcher.html
share/gtk-doc/html/evolution-shell/EShellTaskbar.html share/gtk-doc/html/evolution-shell/EShellTaskbar.html
share/gtk-doc/html/evolution-shell/EShellView.html share/gtk-doc/html/evolution-shell/EShellView.html
share/gtk-doc/html/evolution-shell/EShellWindow.html share/gtk-doc/html/evolution-shell/EShellWindow.html
share/gtk-doc/html/evolution-shell/annotation-glossary.html
share/gtk-doc/html/evolution-shell/api-index-3.10.html
share/gtk-doc/html/evolution-shell/api-index-3.16.html
share/gtk-doc/html/evolution-shell/api-index-3.4.html
share/gtk-doc/html/evolution-shell/api-index-full.html share/gtk-doc/html/evolution-shell/api-index-full.html
share/gtk-doc/html/evolution-shell/ch01.html share/gtk-doc/html/evolution-shell/ch01.html
share/gtk-doc/html/evolution-shell/ch02.html share/gtk-doc/html/evolution-shell/ch02.html
share/gtk-doc/html/evolution-shell/evolution-shell-Action-Groups.html share/gtk-doc/html/evolution-shell/ch03.html
share/gtk-doc/html/evolution-shell/evolution-shell-Shell-Actions.html share/gtk-doc/html/evolution-shell/evolution-shell-e-shell-migrate.html
share/gtk-doc/html/evolution-shell/evolution-shell-Shell-Utilities.html share/gtk-doc/html/evolution-shell/evolution-shell-e-shell-utils.html
share/gtk-doc/html/evolution-shell/evolution-shell-e-shell-window-actions.html
share/gtk-doc/html/evolution-shell/evolution-shell.devhelp2 share/gtk-doc/html/evolution-shell/evolution-shell.devhelp2
share/gtk-doc/html/evolution-shell/home.png share/gtk-doc/html/evolution-shell/home.png
share/gtk-doc/html/evolution-shell/index.html share/gtk-doc/html/evolution-shell/index.html
share/gtk-doc/html/evolution-shell/index.sgml
share/gtk-doc/html/evolution-shell/left-insensitive.png share/gtk-doc/html/evolution-shell/left-insensitive.png
share/gtk-doc/html/evolution-shell/left.png share/gtk-doc/html/evolution-shell/left.png
share/gtk-doc/html/evolution-shell/object-tree.html share/gtk-doc/html/evolution-shell/object-tree.html
@ -995,9 +999,9 @@ share/gtk-doc/html/evolution-util/EAlertDialog.html
share/gtk-doc/html/evolution-util/EAlertSink.html share/gtk-doc/html/evolution-util/EAlertSink.html
share/gtk-doc/html/evolution-util/EAttachment.html share/gtk-doc/html/evolution-util/EAttachment.html
share/gtk-doc/html/evolution-util/EAttachmentBar.html share/gtk-doc/html/evolution-util/EAttachmentBar.html
share/gtk-doc/html/evolution-util/EAttachmentButton.html
share/gtk-doc/html/evolution-util/EAttachmentDialog.html share/gtk-doc/html/evolution-util/EAttachmentDialog.html
share/gtk-doc/html/evolution-util/EAttachmentHandler.html share/gtk-doc/html/evolution-util/EAttachmentHandler.html
share/gtk-doc/html/evolution-util/EAttachmentHandlerImage.html
share/gtk-doc/html/evolution-util/EAttachmentIconView.html share/gtk-doc/html/evolution-util/EAttachmentIconView.html
share/gtk-doc/html/evolution-util/EAttachmentPaned.html share/gtk-doc/html/evolution-util/EAttachmentPaned.html
share/gtk-doc/html/evolution-util/EAttachmentStore.html share/gtk-doc/html/evolution-util/EAttachmentStore.html
@ -1023,6 +1027,7 @@ share/gtk-doc/html/evolution-util/ECellCheckbox.html
share/gtk-doc/html/evolution-util/ECellCombo.html share/gtk-doc/html/evolution-util/ECellCombo.html
share/gtk-doc/html/evolution-util/ECellDate.html share/gtk-doc/html/evolution-util/ECellDate.html
share/gtk-doc/html/evolution-util/ECellDateEdit.html share/gtk-doc/html/evolution-util/ECellDateEdit.html
share/gtk-doc/html/evolution-util/ECellDateInt.html
share/gtk-doc/html/evolution-util/ECellHbox.html share/gtk-doc/html/evolution-util/ECellHbox.html
share/gtk-doc/html/evolution-util/ECellNumber.html share/gtk-doc/html/evolution-util/ECellNumber.html
share/gtk-doc/html/evolution-util/ECellPercent.html share/gtk-doc/html/evolution-util/ECellPercent.html
@ -1039,16 +1044,19 @@ share/gtk-doc/html/evolution-util/EClientComboBox.html
share/gtk-doc/html/evolution-util/EClientSelector.html share/gtk-doc/html/evolution-util/EClientSelector.html
share/gtk-doc/html/evolution-util/EColorChooserWidget.html share/gtk-doc/html/evolution-util/EColorChooserWidget.html
share/gtk-doc/html/evolution-util/EColorCombo.html share/gtk-doc/html/evolution-util/EColorCombo.html
share/gtk-doc/html/evolution-util/EConfig.html share/gtk-doc/html/evolution-util/EConfigHook.html
share/gtk-doc/html/evolution-util/EConflictSearchSelector.html
share/gtk-doc/html/evolution-util/EContactStore.html share/gtk-doc/html/evolution-util/EContactStore.html
share/gtk-doc/html/evolution-util/EContentEditor.html
share/gtk-doc/html/evolution-util/EContentRequest.html
share/gtk-doc/html/evolution-util/EDataCapture.html share/gtk-doc/html/evolution-util/EDataCapture.html
share/gtk-doc/html/evolution-util/EDateEdit.html
share/gtk-doc/html/evolution-util/EDestinationStore.html share/gtk-doc/html/evolution-util/EDestinationStore.html
share/gtk-doc/html/evolution-util/EEmoticon.html
share/gtk-doc/html/evolution-util/EEmoticonAction.html share/gtk-doc/html/evolution-util/EEmoticonAction.html
share/gtk-doc/html/evolution-util/EEmoticonChooser.html share/gtk-doc/html/evolution-util/EEmoticonChooser.html
share/gtk-doc/html/evolution-util/EEmoticonChooserMenu.html share/gtk-doc/html/evolution-util/EEmoticonChooserMenu.html
share/gtk-doc/html/evolution-util/EEmoticonToolButton.html share/gtk-doc/html/evolution-util/EEmoticonToolButton.html
share/gtk-doc/html/evolution-util/EEvent.html share/gtk-doc/html/evolution-util/EEventHook.html
share/gtk-doc/html/evolution-util/EFileRequest.html share/gtk-doc/html/evolution-util/EFileRequest.html
share/gtk-doc/html/evolution-util/EFilterCode.html share/gtk-doc/html/evolution-util/EFilterCode.html
share/gtk-doc/html/evolution-util/EFilterColor.html share/gtk-doc/html/evolution-util/EFilterColor.html
@ -1063,7 +1071,8 @@ share/gtk-doc/html/evolution-util/EFilterRule.html
share/gtk-doc/html/evolution-util/EFocusTracker.html share/gtk-doc/html/evolution-util/EFocusTracker.html
share/gtk-doc/html/evolution-util/EHTMLEditor.html share/gtk-doc/html/evolution-util/EHTMLEditor.html
share/gtk-doc/html/evolution-util/EHTMLEditorCellDialog.html share/gtk-doc/html/evolution-util/EHTMLEditorCellDialog.html
share/gtk-doc/html/evolution-util/EHTMLEditorDialog.html share/gtk-doc/html/evolution-util/EHTMLEditorFindDialog.html
share/gtk-doc/html/evolution-util/EHTMLEditorHRuleDialog.html
share/gtk-doc/html/evolution-util/EHTMLEditorImageDialog.html share/gtk-doc/html/evolution-util/EHTMLEditorImageDialog.html
share/gtk-doc/html/evolution-util/EHTMLEditorLinkDialog.html share/gtk-doc/html/evolution-util/EHTMLEditorLinkDialog.html
share/gtk-doc/html/evolution-util/EHTMLEditorPageDialog.html share/gtk-doc/html/evolution-util/EHTMLEditorPageDialog.html
@ -1074,9 +1083,16 @@ share/gtk-doc/html/evolution-util/EHTMLEditorTableDialog.html
share/gtk-doc/html/evolution-util/EHTMLEditorTextDialog.html share/gtk-doc/html/evolution-util/EHTMLEditorTextDialog.html
share/gtk-doc/html/evolution-util/EImageChooser.html share/gtk-doc/html/evolution-util/EImageChooser.html
share/gtk-doc/html/evolution-util/EImageChooserDialog.html share/gtk-doc/html/evolution-util/EImageChooserDialog.html
share/gtk-doc/html/evolution-util/EImport.html
share/gtk-doc/html/evolution-util/EImportAssistant.html share/gtk-doc/html/evolution-util/EImportAssistant.html
share/gtk-doc/html/evolution-util/EImportHook.html
share/gtk-doc/html/evolution-util/EIntervalChooser.html share/gtk-doc/html/evolution-util/EIntervalChooser.html
share/gtk-doc/html/evolution-util/EMailIdentityComboBox.html
share/gtk-doc/html/evolution-util/EMailSignatureComboBox.html
share/gtk-doc/html/evolution-util/EMailSignatureEditor.html
share/gtk-doc/html/evolution-util/EMailSignatureManager.html
share/gtk-doc/html/evolution-util/EMailSignaturePreview.html
share/gtk-doc/html/evolution-util/EMailSignatureScriptDialog.html
share/gtk-doc/html/evolution-util/EMailSignatureTreeView.html
share/gtk-doc/html/evolution-util/EMap.html share/gtk-doc/html/evolution-util/EMap.html
share/gtk-doc/html/evolution-util/EMenuToolAction.html share/gtk-doc/html/evolution-util/EMenuToolAction.html
share/gtk-doc/html/evolution-util/EMenuToolButton.html share/gtk-doc/html/evolution-util/EMenuToolButton.html
@ -1090,7 +1106,8 @@ share/gtk-doc/html/evolution-util/EPaned.html
share/gtk-doc/html/evolution-util/EPhotoCache.html share/gtk-doc/html/evolution-util/EPhotoCache.html
share/gtk-doc/html/evolution-util/EPhotoSource.html share/gtk-doc/html/evolution-util/EPhotoSource.html
share/gtk-doc/html/evolution-util/EPictureGallery.html share/gtk-doc/html/evolution-util/EPictureGallery.html
share/gtk-doc/html/evolution-util/EPlugin.html share/gtk-doc/html/evolution-util/EPluginHook.html
share/gtk-doc/html/evolution-util/EPluginUIHook.html
share/gtk-doc/html/evolution-util/EPopupAction.html share/gtk-doc/html/evolution-util/EPopupAction.html
share/gtk-doc/html/evolution-util/EPortEntry.html share/gtk-doc/html/evolution-util/EPortEntry.html
share/gtk-doc/html/evolution-util/EPreferencesWindow.html share/gtk-doc/html/evolution-util/EPreferencesWindow.html
@ -1110,16 +1127,21 @@ share/gtk-doc/html/evolution-util/ESelectable.html
share/gtk-doc/html/evolution-util/ESelectionModel.html share/gtk-doc/html/evolution-util/ESelectionModel.html
share/gtk-doc/html/evolution-util/ESelectionModelArray.html share/gtk-doc/html/evolution-util/ESelectionModelArray.html
share/gtk-doc/html/evolution-util/ESelectionModelSimple.html share/gtk-doc/html/evolution-util/ESelectionModelSimple.html
share/gtk-doc/html/evolution-util/ESendOptionsDialog.html
share/gtk-doc/html/evolution-util/ESimpleAsyncResult.html
share/gtk-doc/html/evolution-util/ESorter.html share/gtk-doc/html/evolution-util/ESorter.html
share/gtk-doc/html/evolution-util/ESorterArray.html share/gtk-doc/html/evolution-util/ESorterArray.html
share/gtk-doc/html/evolution-util/ESourceComboBox.html share/gtk-doc/html/evolution-util/ESourceComboBox.html
share/gtk-doc/html/evolution-util/ESourceConfig.html share/gtk-doc/html/evolution-util/ESourceConfig.html
share/gtk-doc/html/evolution-util/ESourceConfigBackend.html
share/gtk-doc/html/evolution-util/ESourceConfigDialog.html share/gtk-doc/html/evolution-util/ESourceConfigDialog.html
share/gtk-doc/html/evolution-util/ESourceConflictSearch.html
share/gtk-doc/html/evolution-util/ESourceSelector.html share/gtk-doc/html/evolution-util/ESourceSelector.html
share/gtk-doc/html/evolution-util/ESourceSelectorDialog.html share/gtk-doc/html/evolution-util/ESourceSelectorDialog.html
share/gtk-doc/html/evolution-util/ESpellChecker.html share/gtk-doc/html/evolution-util/ESpellChecker.html
share/gtk-doc/html/evolution-util/ESpellDictionary.html share/gtk-doc/html/evolution-util/ESpellDictionary.html
share/gtk-doc/html/evolution-util/ESpellEntry.html share/gtk-doc/html/evolution-util/ESpellEntry.html
share/gtk-doc/html/evolution-util/ESpinner.html
share/gtk-doc/html/evolution-util/EStockRequest.html share/gtk-doc/html/evolution-util/EStockRequest.html
share/gtk-doc/html/evolution-util/ETable.html share/gtk-doc/html/evolution-util/ETable.html
share/gtk-doc/html/evolution-util/ETableClickToAdd.html share/gtk-doc/html/evolution-util/ETableClickToAdd.html
@ -1132,19 +1154,23 @@ share/gtk-doc/html/evolution-util/ETableFieldChooser.html
share/gtk-doc/html/evolution-util/ETableFieldChooserDialog.html share/gtk-doc/html/evolution-util/ETableFieldChooserDialog.html
share/gtk-doc/html/evolution-util/ETableFieldChooserItem.html share/gtk-doc/html/evolution-util/ETableFieldChooserItem.html
share/gtk-doc/html/evolution-util/ETableGroup.html share/gtk-doc/html/evolution-util/ETableGroup.html
share/gtk-doc/html/evolution-util/ETableGroupContainer.html
share/gtk-doc/html/evolution-util/ETableGroupLeaf.html share/gtk-doc/html/evolution-util/ETableGroupLeaf.html
share/gtk-doc/html/evolution-util/ETableHeader.html share/gtk-doc/html/evolution-util/ETableHeader.html
share/gtk-doc/html/evolution-util/ETableHeaderItem.html share/gtk-doc/html/evolution-util/ETableHeaderItem.html
share/gtk-doc/html/evolution-util/ETableItem.html share/gtk-doc/html/evolution-util/ETableItem.html
share/gtk-doc/html/evolution-util/ETableModel.html share/gtk-doc/html/evolution-util/ETableModel.html
share/gtk-doc/html/evolution-util/ETableOne.html
share/gtk-doc/html/evolution-util/ETableSearch.html share/gtk-doc/html/evolution-util/ETableSearch.html
share/gtk-doc/html/evolution-util/ETableSelectionModel.html share/gtk-doc/html/evolution-util/ETableSelectionModel.html
share/gtk-doc/html/evolution-util/ETableSortInfo.html share/gtk-doc/html/evolution-util/ETableSortInfo.html
share/gtk-doc/html/evolution-util/ETableSorted.html share/gtk-doc/html/evolution-util/ETableSorted.html
share/gtk-doc/html/evolution-util/ETableSortedVariable.html
share/gtk-doc/html/evolution-util/ETableSorter.html share/gtk-doc/html/evolution-util/ETableSorter.html
share/gtk-doc/html/evolution-util/ETableSpecification.html share/gtk-doc/html/evolution-util/ETableSpecification.html
share/gtk-doc/html/evolution-util/ETableState.html share/gtk-doc/html/evolution-util/ETableState.html
share/gtk-doc/html/evolution-util/ETableSubset.html share/gtk-doc/html/evolution-util/ETableSubset.html
share/gtk-doc/html/evolution-util/ETableSubsetVariable.html
share/gtk-doc/html/evolution-util/EText.html share/gtk-doc/html/evolution-util/EText.html
share/gtk-doc/html/evolution-util/ETextEventProcessor.html share/gtk-doc/html/evolution-util/ETextEventProcessor.html
share/gtk-doc/html/evolution-util/ETextEventProcessorEmacsLike.html share/gtk-doc/html/evolution-util/ETextEventProcessorEmacsLike.html
@ -1166,6 +1192,21 @@ share/gtk-doc/html/evolution-util/GalViewInstance.html
share/gtk-doc/html/evolution-util/GalViewInstanceSaveAsDialog.html share/gtk-doc/html/evolution-util/GalViewInstanceSaveAsDialog.html
share/gtk-doc/html/evolution-util/annotation-glossary.html share/gtk-doc/html/evolution-util/annotation-glossary.html
share/gtk-doc/html/evolution-util/api-index-full.html share/gtk-doc/html/evolution-util/api-index-full.html
share/gtk-doc/html/evolution-util/api-index-2.22.html
share/gtk-doc/html/evolution-util/api-index-2.24.html
share/gtk-doc/html/evolution-util/api-index-2.26.html
share/gtk-doc/html/evolution-util/api-index-2.30.html
share/gtk-doc/html/evolution-util/api-index-2.32.html
share/gtk-doc/html/evolution-util/api-index-3.10.html
share/gtk-doc/html/evolution-util/api-index-3.12.html
share/gtk-doc/html/evolution-util/api-index-3.16.html
share/gtk-doc/html/evolution-util/api-index-3.18.html
share/gtk-doc/html/evolution-util/api-index-3.2.html
share/gtk-doc/html/evolution-util/api-index-3.20.html
share/gtk-doc/html/evolution-util/api-index-3.22.html
share/gtk-doc/html/evolution-util/api-index-3.4.html
share/gtk-doc/html/evolution-util/api-index-3.6.html
share/gtk-doc/html/evolution-util/api-index-3.8.html
share/gtk-doc/html/evolution-util/ch01.html share/gtk-doc/html/evolution-util/ch01.html
share/gtk-doc/html/evolution-util/ch02.html share/gtk-doc/html/evolution-util/ch02.html
share/gtk-doc/html/evolution-util/ch03.html share/gtk-doc/html/evolution-util/ch03.html
@ -1183,46 +1224,39 @@ share/gtk-doc/html/evolution-util/ch14.html
share/gtk-doc/html/evolution-util/ch15.html share/gtk-doc/html/evolution-util/ch15.html
share/gtk-doc/html/evolution-util/ch16.html share/gtk-doc/html/evolution-util/ch16.html
share/gtk-doc/html/evolution-util/ch17.html share/gtk-doc/html/evolution-util/ch17.html
share/gtk-doc/html/evolution-util/evolution-util-Canvas-Utilities.html share/gtk-doc/html/evolution-util/evolution-util-EContentEditorDialog.html
share/gtk-doc/html/evolution-util/evolution-util-Category-Utilities.html share/gtk-doc/html/evolution-util/evolution-util-e-buffer-tagger.html
share/gtk-doc/html/evolution-util/evolution-util-Date-and-Time-Formatting.html share/gtk-doc/html/evolution-util/evolution-util-e-canvas-utils.html
share/gtk-doc/html/evolution-util/evolution-util-Dialog-Utilities-(Legacy).html share/gtk-doc/html/evolution-util/evolution-util-e-categories-config.html
share/gtk-doc/html/evolution-util/evolution-util-EDateEdit.html share/gtk-doc/html/evolution-util/evolution-util-e-charset.html
share/gtk-doc/html/evolution-util/evolution-util-EHTMLEditorFindDialog.html share/gtk-doc/html/evolution-util/evolution-util-e-datetime-format.html
share/gtk-doc/html/evolution-util/evolution-util-EHTMLEditorSelection.html share/gtk-doc/html/evolution-util/evolution-util-e-dialog-utils.html
share/gtk-doc/html/evolution-util/evolution-util-EMailIdentityComboBox.html share/gtk-doc/html/evolution-util/evolution-util-e-dialog-widgets.html
share/gtk-doc/html/evolution-util/evolution-util-EMailSignatureComboBox.html share/gtk-doc/html/evolution-util/evolution-util-e-emoticon.html
share/gtk-doc/html/evolution-util/evolution-util-EMailSignatureEditor.html share/gtk-doc/html/evolution-util/evolution-util-e-file-utils.html
share/gtk-doc/html/evolution-util/evolution-util-EMailSignatureManager.html share/gtk-doc/html/evolution-util/evolution-util-e-html-utils.html
share/gtk-doc/html/evolution-util/evolution-util-EMailSignaturePreview.html share/gtk-doc/html/evolution-util/evolution-util-e-icon-factory.html
share/gtk-doc/html/evolution-util/evolution-util-EMailSignatureScriptDialog.html share/gtk-doc/html/evolution-util/evolution-util-e-misc-utils.html
share/gtk-doc/html/evolution-util/evolution-util-EMailSignatureTreeView.html share/gtk-doc/html/evolution-util/evolution-util-e-mktemp.html
share/gtk-doc/html/evolution-util/evolution-util-EPluginUI.html share/gtk-doc/html/evolution-util/evolution-util-e-passwords.html
share/gtk-doc/html/evolution-util/evolution-util-EPoolv.html share/gtk-doc/html/evolution-util/evolution-util-e-poolv.html
share/gtk-doc/html/evolution-util/evolution-util-ESendOptions.html share/gtk-doc/html/evolution-util/evolution-util-e-popup-menu.html
share/gtk-doc/html/evolution-util/evolution-util-ESource-Utilities.html share/gtk-doc/html/evolution-util/evolution-util-e-print.html
share/gtk-doc/html/evolution-util/evolution-util-ESourceConfigBackend.html share/gtk-doc/html/evolution-util/evolution-util-e-selection.html
share/gtk-doc/html/evolution-util/evolution-util-ETableGroupContainer.html share/gtk-doc/html/evolution-util/evolution-util-e-source-util.html
share/gtk-doc/html/evolution-util/evolution-util-ETableOne.html
share/gtk-doc/html/evolution-util/evolution-util-ETableSortedVariable.html
share/gtk-doc/html/evolution-util/evolution-util-ETableSubsetVariable.html
share/gtk-doc/html/evolution-util/evolution-util-GtkTextBuffer-Tagging.html
share/gtk-doc/html/evolution-util/evolution-util-Icon-Utilities-(Legacy).html
share/gtk-doc/html/evolution-util/evolution-util-Miscellaneous-Table-Utilities.html
share/gtk-doc/html/evolution-util/evolution-util-Miscellaneous-Utilities.html
share/gtk-doc/html/evolution-util/evolution-util-Password-Utilities-(Legacy).html
share/gtk-doc/html/evolution-util/evolution-util-Popup-Menus-(Legacy).html
share/gtk-doc/html/evolution-util/evolution-util-Printing.html
share/gtk-doc/html/evolution-util/evolution-util-Reading-and-Writing-XML.html
share/gtk-doc/html/evolution-util/evolution-util-Selections.html
share/gtk-doc/html/evolution-util/evolution-util-Sorting-Utilities.html
share/gtk-doc/html/evolution-util/evolution-util-Text-to-HTML-Conversion.html
share/gtk-doc/html/evolution-util/evolution-util-Unicode-Utilities.html
share/gtk-doc/html/evolution-util/evolution-util-e-spell-text-view.html share/gtk-doc/html/evolution-util/evolution-util-e-spell-text-view.html
share/gtk-doc/html/evolution-util/evolution-util-e-table-header-utils.html
share/gtk-doc/html/evolution-util/evolution-util-e-table-sorting-utils.html
share/gtk-doc/html/evolution-util/evolution-util-e-table-utils.html
share/gtk-doc/html/evolution-util/evolution-util-e-text-event-processor-types.html
share/gtk-doc/html/evolution-util/evolution-util-e-text-model-repos.html
share/gtk-doc/html/evolution-util/evolution-util-e-unicode.html
share/gtk-doc/html/evolution-util/evolution-util-e-util-enums.html
share/gtk-doc/html/evolution-util/evolution-util-e-widget-undo.html
share/gtk-doc/html/evolution-util/evolution-util-e-xml-utils.html
share/gtk-doc/html/evolution-util/evolution-util.devhelp2 share/gtk-doc/html/evolution-util/evolution-util.devhelp2
share/gtk-doc/html/evolution-util/home.png share/gtk-doc/html/evolution-util/home.png
share/gtk-doc/html/evolution-util/index.html share/gtk-doc/html/evolution-util/index.html
share/gtk-doc/html/evolution-util/index.sgml
share/gtk-doc/html/evolution-util/left-insensitive.png share/gtk-doc/html/evolution-util/left-insensitive.png
share/gtk-doc/html/evolution-util/left.png share/gtk-doc/html/evolution-util/left.png
share/gtk-doc/html/evolution-util/object-tree.html share/gtk-doc/html/evolution-util/object-tree.html
@ -5462,6 +5496,7 @@ share/locale/eu/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/fa/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/fa/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/fi/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/fr/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/fur/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/ga/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ga/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/gl/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/gu/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/gu/LC_MESSAGES/evolution-%%VERSION%%.mo