summaryrefslogtreecommitdiffstats
path: root/mail/evolution
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-28 06:10:10 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-28 06:10:10 +0800
commit752a66b40a757b50196fb97fda1143a42e96c295 (patch)
tree49bd85e2fc333a96c40e09b46a8027f64b1a470f /mail/evolution
parent2d81cfc3ccdf086d3ac5c107818ffe2f73f04d9a (diff)
downloadmarcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.gz
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.bz2
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.lz
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.xz
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.zst
marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.zip
Move gnome3 ports into the place of the gnome2 locations.
Update to new port rules, remove conflicts, latest_link, enable stage support. gnome-games was skipped because I got a update for that. gnome-keyring 2 vs 3, needs to be looked at. zenity 2 vs 3, and libgnomekbd 2 vs 3 Use new lib_depend syntax in bsd.gnome.mk. Possible lots of broken links. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile151
-rw-r--r--mail/evolution/distinfo2
-rw-r--r--mail/evolution/files/fix-plugins.sh48
-rw-r--r--mail/evolution/files/patch-configure27
-rw-r--r--mail/evolution/files/patch-mail_Makefile.in22
-rw-r--r--mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c19
-rw-r--r--mail/evolution/pkg-descr9
-rw-r--r--mail/evolution/pkg-plist5430
8 files changed, 5708 insertions, 0 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
new file mode 100644
index 000000000..b0bf877ce
--- /dev/null
+++ b/mail/evolution/Makefile
@@ -0,0 +1,151 @@
+# Created by: Ade Lovett <ade@FreeBSD.org>
+# $FreeBSD$
+# $MCom: ports/trunk/mail/evolution3/Makefile 18610 2013-06-30 16:33:05Z marcus $
+
+PORTNAME= evolution
+PORTVERSION= 3.6.4
+CATEGORIES= mail gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Integrated mail, calendar and address book distributed suite
+
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
+LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss \
+ libgcr-3.so:${PORTSDIR}/security/gcr \
+ libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
+ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
+ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
+ libnotify.so:${PORTSDIR}/devel/libnotify
+
+USE_XZ= yes
+USES= desktop-file-utils bison gettext gmake pathfix pkgconfig \
+ shebangfix
+USE_GNOME= gnomeprefix intlhack evolutiondataserver3 gtkhtml4 \
+ gnomedocutils ltasneededhack gnomedesktop3
+USE_AUTOTOOLS= libtool
+USE_GSTREAMER1= yes
+INSTALLS_ICONS= yes
+USE_LDCONFIG= yes
+LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%%
+CONFIGURE_ARGS= --enable-nss=yes \
+ --with-sub-version=" FreeBSD GNOME Team Port"
+# gtkimageview needs to get a gtk3 release first.
+CONFIGURE_ARGS+=--disable-image-inline
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+SHEBANG_FILES= addressbook/tools/csv2vcard
+
+GLIB_SCHEMAS= org.gnome.evolution.gschema.xml \
+ org.gnome.evolution.addressbook.gschema.xml \
+ org.gnome.evolution.calendar.gschema.xml \
+ org.gnome.evolution.importer.gschema.xml \
+ org.gnome.evolution.mail.gschema.xml \
+ org.gnome.evolution.shell.gschema.xml \
+ org.gnome.evolution.bogofilter.gschema.xml \
+ org.gnome.evolution.spamassassin.gschema.xml \
+ org.gnome.evolution.plugin.attachment-reminder.gschema.xml \
+ org.gnome.evolution.plugin.autocontacts.gschema.xml \
+ org.gnome.evolution.plugin.email-custom-header.gschema.xml \
+ org.gnome.evolution.plugin.external-editor.gschema.xml \
+ org.gnome.evolution.plugin.face-picture.gschema.xml \
+ org.gnome.evolution.plugin.itip.gschema.xml \
+ org.gnome.evolution.plugin.mail-notification.gschema.xml \
+ org.gnome.evolution.plugin.prefer-plain.gschema.xml \
+ org.gnome.evolution.plugin.publish-calendar.gschema.xml \
+ org.gnome.evolution.plugin.templates.gschema.xml
+
+EVO_VERSION= 3.6
+PLIST_SUB= VERSION=${EVO_VERSION} \
+ PORTVERSION=2.12
+
+OPTIONS_DEFINE= LDAP WEATHER CANBERRA SPAMASSASSIN PST
+OPTIONS_DEFAULT=LDAP WEATHER CANBERRA
+CANBERRA_DESC= Canberra theme audio plugin
+WEATHER_DESC= Weather calendar backend
+SPAMASSASSIN_DESC= SpamAssassin spam filtering
+PST_DESC= Outlook .pst importer
+MAPS_DESC= Contact maps
+
+.include <bsd.port.options.mk>
+
+USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION}
+
+.if ${PORT_OPTIONS:MLDAP}
+USE_OPENLDAP= yes
+CONFIGURE_ARGS+=--with-openldap=${LOCALBASE}
+.else
+CONFIGURE_ARGS+=--with-openldap=no
+.endif
+
+.if ${PORT_OPTIONS:MWEATHER}
+LIB_DEPENDS+= libgweather-3.so:${PORTSDIR}/net/libgweather3
+CONFIGURE_ARGS+=--enable-weather
+PLIST_SUB+= WEATHER=""
+.else
+CONFIGURE_ARGS+=--disable-weather
+PLIST_SUB+= WEATHER="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MSPAMASSASSIN}
+RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin
+.endif
+
+.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS)
+HEIMDAL_HOME?= ${LOCALBASE}
+LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal
+CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \
+ --with-krb5-includes=${HEIMDAL_HOME}/include
+KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs`
+.elif !defined(NO_KERBEROS)
+CONFIGURE_ARGS+= --with-krb5=/usr
+KRB5_LIB= `/usr/bin/krb5-config gssapi --libs`
+.endif
+
+.if ${PORT_OPTIONS:MCANBERRA}
+LIB_DEPENDS+= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3
+CONFIGURE_ARGS+=--enable-canberra=yes
+PLIST_SUB+= CANBERRA=""
+.else
+CONFIGURE_ARGS+=--enable-canberra=no
+PLIST_SUB+= CANBERRA="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MPST}
+CONFIGURE_ARGS+= --enable-pst-import
+BUILD_DEPENDS+= libpst>=0.6.58_1:${PORTSDIR}/mail/libpst
+RUN_DEPENDS+= libpst>=0.6.58_1:${PORTSDIR}/mail/libpst
+PLIST_SUB+= PST=""
+.else
+CONFIGURE_ARGS+= --disable-pst-import
+PLIST_SUB+= PST="@comment "
+.endif
+
+#.if ${PORT_OPTIONS:MMAPS}
+# needs geoclue
+#LIB_DEPENDS+= champlain-0.12:${PORTSDIR}/graphics/libchamplain
+#CONFIGURE_ARGS+= --enable-contact-maps
+#PLIST_SUB+= MAPS=""
+#.else
+CONFIGURE_ARGS+= --disable-contact-maps
+PLIST_SUB+= MAPS="@comment "
+#.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \
+ -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \
+ -e 's|-Wl,--no-undefined||g' \
+ -e 's|-Wmissing-include-dirs||g' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
+ ${WRKSRC}/modules/spamassassin/evolution-spamassassin.c \
+ ${WRKSRC}/modules/bogofilter/evolution-bogofilter.c
+ @${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC}
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evolution/${EVO_VERSION}/modules/*.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evolution/3.6/lib*.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evolution/3.6/plugins/liborg-gnome-*.so
+
+.include <bsd.port.mk>
diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo
new file mode 100644
index 000000000..d634eed80
--- /dev/null
+++ b/mail/evolution/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/evolution-3.6.4.tar.xz) = 7bf7054d85b7d1bd0e62d69f15ef80dbe781f57359bf91e7c427cd93378ba4a1
+SIZE (gnome3/evolution-3.6.4.tar.xz) = 12401324
diff --git a/mail/evolution/files/fix-plugins.sh b/mail/evolution/files/fix-plugins.sh
new file mode 100644
index 000000000..b0171dcb5
--- /dev/null
+++ b/mail/evolution/files/fix-plugins.sh
@@ -0,0 +1,48 @@
+#!/bin/sh
+
+plugin_srcs="attachment-reminder/attachment-reminder.c bbdb/bbdb.c dbx-import/dbx-importer.c email-custom-header/email-custom-header.c external-editor/external-editor.c face/face.c image-inline/image-inline.c mail-notification/mail-notification.c mail-to-task/mail-to-task.c mailing-list-actions/mailing-list-actions.c mark-all-read/mark-all-read.c pst-import/pst-importer.c publish-calendar/publish-calendar.c save-calendar/save-calendar.c templates/templates.c"
+
+module_srcs="addressbook/evolution-module-addressbook.c audio-inline/evolution-module-audio-inline.c backup-restore/evolution-backup-tool.c bogofilter/evolution-bogofilter.c book-config-google/evolution-book-config-google.c book-config-ldap/evolution-book-config-ldap.c book-config-local/evolution-book-config-local.c book-config-webdav/evolution-book-config-webdav.c cal-config-caldav/evolution-cal-config-caldav.c cal-config-contacts/evolution-cal-config-contacts.c cal-config-google/evolution-cal-config-google.c cal-config-local/evolution-cal-config-local.c cal-config-weather/evolution-cal-config-weather.c cal-config-webcal/evolution-cal-config-webcal.c calendar/evolution-module-calendar.c composer-autosave/evolution-composer-autosave.c imap-features/evolution-imap-features.c itip-formatter/itip-view.c itip-formatter/plugin/config-ui.c mail-config/evolution-mail-config.c mail/evolution-module-mail.c mailto-handler/evolution-mailto-handler.c mdn/evolution-mdn.c offline-alert/evolution-offline-alert.c online-accounts/evolution-online-accounts.c plugin-lib/evolution-module-plugin-lib.c plugin-manager/evolution-plugin-manager.c prefer-plain/evolution-module-prefer-plain.c prefer-plain/plugin/config-ui.c spamassassin/evolution-spamassassin.c startup-wizard/evolution-startup-wizard.c text-highlight/languages.c tnef-attachment/evolution-module-tnef-attachment.c vcard-inline/evolution-module-vcard-inline.c web-inspector/evolution-web-inspector.c"
+
+WRKSRC=$1
+
+for i in ${plugin_srcs}; do
+ if [ ! -f ${WRKSRC}/plugins/${i} ]; then
+ echo "WARNING: Failed to find plugin source file ${WRKSRC}/plugins/${i}"
+ continue
+ fi
+ cp ${WRKSRC}/plugins/${i} ${WRKSRC}/plugins/${i}.bak
+ printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/plugins/${i}
+ printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/plugins/${i}
+ printf "void g_module_unload (gpointer module);\n" >> ${WRKSRC}/plugins/${i}
+ printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/plugins/${i}
+ dir=$(dirname ${WRKSRC}/plugins/${i})
+ if ! grep -q e_plugin_lib_enable ${dir}/*.c; then
+ printf "#include <e-util/e-config.h>\n" >> ${WRKSRC}/plugins/${i}
+ printf "gint e_plugin_lib_enable (EPlugin *ep, gint enable);\n" >> ${WRKSRC}/plugins/${i}
+ printf "gint\ne_plugin_lib_enable (EPlugin *ep, gint enable) {\n\treturn 0;\n}\n" >> ${WRKSRC}/plugins/${i}
+ fi
+ if ! grep -q e_plugin_lib_get_configure_widget ${dir}/*.c; then
+ printf "#include <e-util/e-config.h>\n" >> ${WRKSRC}/plugins/${i}
+ printf "GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin);\n" >> ${WRKSRC}/plugins/${i}
+ printf "GtkWidget *\ne_plugin_lib_get_configure_widget (EPlugin *plugin) {\n\treturn NULL;\n}" >> ${WRKSRC}/plugins/${i}
+ fi
+done
+
+for i in ${module_srcs}; do
+ if [ ! -f ${WRKSRC}/modules/${i} ]; then
+ echo "WARNING: Failed to find module source file ${WRKSRC}/modules/${i}"
+ continue
+ fi
+ cp ${WRKSRC}/modules/${i} ${WRKSRC}/modules/${i}.bak
+ dir=$(dirname ${WRKSRC}/modules/${i})
+ if ! grep -q g_module_check_init ${dir}/*.c; then
+ printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/modules/${i}
+ printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/modules/${i}
+ fi
+ if ! grep g_module_unload ${dir}/*.c; then
+ printf "void g_module_unload (gpointer module);\n" >> ${WRKSRC}/modules/${i}
+ printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/modules/${i}
+ fi
+done
+
diff --git a/mail/evolution/files/patch-configure b/mail/evolution/files/patch-configure
new file mode 100644
index 000000000..cb75d9bcf
--- /dev/null
+++ b/mail/evolution/files/patch-configure
@@ -0,0 +1,27 @@
+--- configure.orig 2011-01-26 18:09:29.000000000 +0000
++++ configure 2011-01-26 18:11:16.000000000 +0000
+@@ -15450,6 +15450,16 @@
+ CHAMPLAIN_REQUIREMENT=''
+ GEOCLUE_REQUIREMENT=''
+ ;;
++*freebsd*)
++ os_win32=no
++ NO_UNDEFINED=''
++ SOCKET_LIBS=''
++ SOEXT='.so'
++ SA_JUNK_PLUGIN=sa-junk-plugin
++ BF_JUNK_PLUGIN=bogo-junk-plugin
++ DL_LIB=''
++ SOFTOKN3_LIB='-lsoftokn3'
++ ;;
+ *)
+ os_win32=no
+ NO_UNDEFINED='-no-undefined'
+@@ -16512,6 +16522,7 @@
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <netdb.h>
++ #include <stdio.h>
+
+ #define BUFSIZE (sizeof(struct hostent)+10)
+
diff --git a/mail/evolution/files/patch-mail_Makefile.in b/mail/evolution/files/patch-mail_Makefile.in
new file mode 100644
index 000000000..fd21d5553
--- /dev/null
+++ b/mail/evolution/files/patch-mail_Makefile.in
@@ -0,0 +1,22 @@
+--- mail/Makefile.in.orig 2013-04-10 09:02:35.458585186 +0000
++++ mail/Makefile.in 2013-04-10 09:03:56.381576764 +0000
+@@ -727,8 +727,7 @@
+ $(GTKHTML_LIBS) \
+ $(E_WIDGETS_LIBS) \
+ $(SMIME_LIBS) \
+- $(LIBSOUP_LIBS) \
+- -lresolv
++ $(LIBSOUP_LIBS)
+
+ libevolution_mail_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
+ libevolution_mail_la_DEPENDENCIES = em-filter-i18n.h
+@@ -744,8 +743,7 @@
+
+ test_mail_autoconfig_LDADD = \
+ $(EVOLUTION_DATA_SERVER_LIBS) \
+- $(GNOME_PLATFORM_LIBS) \
+- -lresolv
++ $(GNOME_PLATFORM_LIBS)
+
+
+ # Misc data to install
diff --git a/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c b/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c
new file mode 100644
index 000000000..0df6bd970
--- /dev/null
+++ b/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c
@@ -0,0 +1,19 @@
+--- modules/addressbook/evolution-module-addressbook.c.orig 2010-04-11 12:47:18.000000000 -0400
++++ modules/addressbook/evolution-module-addressbook.c 2010-04-11 12:48:06.000000000 -0400
+@@ -47,3 +47,16 @@ G_MODULE_EXPORT void
+ e_module_unload (GTypeModule *type_module)
+ {
+ }
++
++G_MODULE_EXPORT const gchar *
++g_module_check_init (GModule *module)
++{
++ /* FIXME Until addressbook is split into a module library and a
++ * reusable shared library, prevent the module from
++ * being unloaded. Unloading the module resets all
++ * static variables, which screws up foo_get_type()
++ * functions among other things. */
++ g_module_make_resident (module);
++
++ return NULL;
++}
diff --git a/mail/evolution/pkg-descr b/mail/evolution/pkg-descr
new file mode 100644
index 000000000..068e19e1a
--- /dev/null
+++ b/mail/evolution/pkg-descr
@@ -0,0 +1,9 @@
+Ximian Evolution[tm] is the premier personal and workgroup information
+management solution for UNIX. Evolution seamlessly integrates email,
+calendaring, meeting scheduling, contact management and online task lists
+in one powerful, fast, and easy to use application. It also delivers a
+comprehensive set of features that help keep work organized and projects
+on track. The unique Ximian vFolders[tm] are virtual folders used to
+create and save powerful contextual views of email messages.
+
+WWW: http://www.gnome.org/projects/evolution/
diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist
new file mode 100644
index 000000000..98d4f26b9
--- /dev/null
+++ b/mail/evolution/pkg-plist
@@ -0,0 +1,5430 @@
+bin/evolution
+etc/xdg/autostart/evolution-alarm-notify.desktop
+include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-config.h
+include/evolution-%%VERSION%%/calendar/gui/calendar-config-keys.h
+include/evolution-%%VERSION%%/calendar/gui/calendar-config.h
+include/evolution-%%VERSION%%/calendar/gui/calendar-view-factory.h
+include/evolution-%%VERSION%%/calendar/gui/calendar-view.h
+include/evolution-%%VERSION%%/calendar/gui/comp-util.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-dialog.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-list-dialog.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/cancel-comp.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/changed-comp.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-page.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-util.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/copy-source-dialog.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-comp.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-error.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/e-delegate-dialog.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/e-send-options-utils.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/event-editor.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/event-page.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/goto-dialog.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-editor.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-page.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/recur-comp.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/recurrence-page.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/save-comp.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/schedule-page.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/select-source-dialog.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/send-comp.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/task-details-page.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/task-editor.h
+include/evolution-%%VERSION%%/calendar/gui/dialogs/task-page.h
+include/evolution-%%VERSION%%/calendar/gui/e-alarm-list.h
+include/evolution-%%VERSION%%/calendar/gui/e-cal-config.h
+include/evolution-%%VERSION%%/calendar/gui/e-cal-event.h
+include/evolution-%%VERSION%%/calendar/gui/e-cal-list-view.h
+include/evolution-%%VERSION%%/calendar/gui/e-cal-model-calendar.h
+include/evolution-%%VERSION%%/calendar/gui/e-cal-model.h
+include/evolution-%%VERSION%%/calendar/gui/e-calendar-selector.h
+include/evolution-%%VERSION%%/calendar/gui/e-calendar-view.h
+include/evolution-%%VERSION%%/calendar/gui/e-cell-date-edit-text.h
+include/evolution-%%VERSION%%/calendar/gui/e-date-time-list.h
+include/evolution-%%VERSION%%/calendar/gui/e-day-view-layout.h
+include/evolution-%%VERSION%%/calendar/gui/e-day-view-main-item.h
+include/evolution-%%VERSION%%/calendar/gui/e-day-view-time-item.h
+include/evolution-%%VERSION%%/calendar/gui/e-day-view-top-item.h
+include/evolution-%%VERSION%%/calendar/gui/e-day-view.h
+include/evolution-%%VERSION%%/calendar/gui/e-meeting-attendee.h
+include/evolution-%%VERSION%%/calendar/gui/e-meeting-list-view.h
+include/evolution-%%VERSION%%/calendar/gui/e-meeting-store.h
+include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel-item.h
+include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel.h
+include/evolution-%%VERSION%%/calendar/gui/e-meeting-types.h
+include/evolution-%%VERSION%%/calendar/gui/e-meeting-utils.h
+include/evolution-%%VERSION%%/calendar/gui/e-select-names-editable.h
+include/evolution-%%VERSION%%/calendar/gui/e-select-names-renderer.h
+include/evolution-%%VERSION%%/calendar/gui/e-timezone-entry.h
+include/evolution-%%VERSION%%/calendar/gui/e-week-view-event-item.h
+include/evolution-%%VERSION%%/calendar/gui/e-week-view-layout.h
+include/evolution-%%VERSION%%/calendar/gui/e-week-view-main-item.h
+include/evolution-%%VERSION%%/calendar/gui/e-week-view-titles-item.h
+include/evolution-%%VERSION%%/calendar/gui/e-week-view.h
+include/evolution-%%VERSION%%/calendar/gui/gnome-cal.h
+include/evolution-%%VERSION%%/calendar/gui/itip-utils.h
+include/evolution-%%VERSION%%/calendar/gui/misc.h
+include/evolution-%%VERSION%%/calendar/gui/tag-calendar.h
+include/evolution-%%VERSION%%/calendar/gui/weekday-picker.h
+include/evolution-%%VERSION%%/composer/e-composer-actions.h
+include/evolution-%%VERSION%%/composer/e-composer-activity.h
+include/evolution-%%VERSION%%/composer/e-composer-common.h
+include/evolution-%%VERSION%%/composer/e-composer-from-header.h
+include/evolution-%%VERSION%%/composer/e-composer-header-table.h
+include/evolution-%%VERSION%%/composer/e-composer-header.h
+include/evolution-%%VERSION%%/composer/e-composer-name-header.h
+include/evolution-%%VERSION%%/composer/e-composer-post-header.h
+include/evolution-%%VERSION%%/composer/e-composer-private.h
+include/evolution-%%VERSION%%/composer/e-composer-spell-header.h
+include/evolution-%%VERSION%%/composer/e-composer-text-header.h
+include/evolution-%%VERSION%%/composer/e-msg-composer.h
+include/evolution-%%VERSION%%/e-util/e-activity.h
+include/evolution-%%VERSION%%/e-util/e-bit-array.h
+include/evolution-%%VERSION%%/e-util/e-categories-config.h
+include/evolution-%%VERSION%%/e-util/e-charset.h
+include/evolution-%%VERSION%%/e-util/e-config.h
+include/evolution-%%VERSION%%/e-util/e-datetime-format.h
+include/evolution-%%VERSION%%/e-util/e-dialog-utils.h
+include/evolution-%%VERSION%%/e-util/e-dialog-widgets.h
+include/evolution-%%VERSION%%/e-util/e-event.h
+include/evolution-%%VERSION%%/e-util/e-file-utils.h
+include/evolution-%%VERSION%%/e-util/e-file-request.h
+include/evolution-%%VERSION%%/e-util/e-html-utils.h
+include/evolution-%%VERSION%%/e-util/e-icon-factory.h
+include/evolution-%%VERSION%%/e-util/e-import.h
+include/evolution-%%VERSION%%/e-util/e-marshal.h
+include/evolution-%%VERSION%%/e-util/e-mktemp.h
+include/evolution-%%VERSION%%/e-util/e-plugin-ui.h
+include/evolution-%%VERSION%%/e-util/e-plugin.h
+include/evolution-%%VERSION%%/e-util/e-poolv.h
+include/evolution-%%VERSION%%/e-util/e-print.h
+include/evolution-%%VERSION%%/e-util/e-selection.h
+include/evolution-%%VERSION%%/e-util/e-sorter-array.h
+include/evolution-%%VERSION%%/e-util/e-sorter.h
+include/evolution-%%VERSION%%/e-util/e-source-util.h
+include/evolution-%%VERSION%%/e-util/e-stock-request.h
+include/evolution-%%VERSION%%/e-util/e-text-event-processor-emacs-like.h
+include/evolution-%%VERSION%%/e-util/e-text-event-processor-types.h
+include/evolution-%%VERSION%%/e-util/e-text-event-processor.h
+include/evolution-%%VERSION%%/e-util/e-ui-manager.h
+include/evolution-%%VERSION%%/e-util/e-unicode.h
+include/evolution-%%VERSION%%/e-util/e-util-enums.h
+include/evolution-%%VERSION%%/e-util/e-util-enumtypes.h
+include/evolution-%%VERSION%%/e-util/e-util.h
+include/evolution-%%VERSION%%/em-format/e-mail-extension-registry.h
+include/evolution-%%VERSION%%/em-format/e-mail-extension.h
+include/evolution-%%VERSION%%/em-format/e-mail-formatter-extension.h
+include/evolution-%%VERSION%%/em-format/e-mail-formatter-print.h
+include/evolution-%%VERSION%%/em-format/e-mail-formatter-quote.h
+include/evolution-%%VERSION%%/em-format/e-mail-formatter-utils.h
+include/evolution-%%VERSION%%/em-format/e-mail-formatter.h
+include/evolution-%%VERSION%%/em-format/e-mail-inline-filter.h
+include/evolution-%%VERSION%%/em-format/e-mail-parser-extension.h
+include/evolution-%%VERSION%%/em-format/e-mail-parser.h
+include/evolution-%%VERSION%%/em-format/e-mail-part-attachment-bar.h
+include/evolution-%%VERSION%%/em-format/e-mail-part-attachment.h
+include/evolution-%%VERSION%%/em-format/e-mail-part-list.h
+include/evolution-%%VERSION%%/em-format/e-mail-part-utils.h
+include/evolution-%%VERSION%%/em-format/e-mail-part.h
+include/evolution-%%VERSION%%/em-format/e-mail-stripsig-filter.h
+include/evolution-%%VERSION%%/filter/e-filter-code.h
+include/evolution-%%VERSION%%/filter/e-filter-color.h
+include/evolution-%%VERSION%%/filter/e-filter-datespec.h
+include/evolution-%%VERSION%%/filter/e-filter-element.h
+include/evolution-%%VERSION%%/filter/e-filter-file.h
+include/evolution-%%VERSION%%/filter/e-filter-input.h
+include/evolution-%%VERSION%%/filter/e-filter-int.h
+include/evolution-%%VERSION%%/filter/e-filter-option.h
+include/evolution-%%VERSION%%/filter/e-filter-part.h
+include/evolution-%%VERSION%%/filter/e-filter-rule.h
+include/evolution-%%VERSION%%/filter/e-rule-context.h
+include/evolution-%%VERSION%%/filter/e-rule-editor.h
+include/evolution-%%VERSION%%/libevolution-utils/e-alert.h
+include/evolution-%%VERSION%%/libevolution-utils/e-alert-dialog.h
+include/evolution-%%VERSION%%/libevolution-utils/e-alert-sink.h
+include/evolution-%%VERSION%%/libevolution-utils/e-xml-utils.h
+include/evolution-%%VERSION%%/libevolution-utils/evolution-util.h
+include/evolution-%%VERSION%%/libemail-utils/em-filter-folder-element.h
+include/evolution-%%VERSION%%/libemail-utils/em-vfolder-context.h
+include/evolution-%%VERSION%%/libemail-utils/em-vfolder-rule.h
+include/evolution-%%VERSION%%/libemail-utils/mail-mt.h
+include/evolution-%%VERSION%%/libemail-engine/camel-null-store.h
+include/evolution-%%VERSION%%/libemail-engine/e-mail-authenticator.h
+include/evolution-%%VERSION%%/libemail-engine/e-mail-enums.h
+include/evolution-%%VERSION%%/libemail-engine/e-mail-enumtypes.h
+include/evolution-%%VERSION%%/libemail-engine/e-mail-folder-utils.h
+include/evolution-%%VERSION%%/libemail-engine/e-mail-junk-filter.h
+include/evolution-%%VERSION%%/libemail-engine/e-mail-session-utils.h
+include/evolution-%%VERSION%%/libemail-engine/e-mail-session.h
+include/evolution-%%VERSION%%/libemail-engine/e-mail-store-utils.h
+include/evolution-%%VERSION%%/libemail-engine/e-mail-utils.h
+include/evolution-%%VERSION%%/libemail-engine/mail-config.h
+include/evolution-%%VERSION%%/libemail-engine/mail-folder-cache.h
+include/evolution-%%VERSION%%/libemail-engine/mail-ops.h
+include/evolution-%%VERSION%%/libemail-engine/mail-tools.h
+include/evolution-%%VERSION%%/libemail-engine/mail-vfolder.h
+include/evolution-%%VERSION%%/libgnomecanvas/gailcanvas.h
+include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasgroup.h
+include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasgroupfactory.h
+include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasitem.h
+include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasitemfactory.h
+include/evolution-%%VERSION%%/libgnomecanvas/gailcanvastext.h
+include/evolution-%%VERSION%%/libgnomecanvas/gailcanvastextfactory.h
+include/evolution-%%VERSION%%/libgnomecanvas/gailcanvaswidget.h
+include/evolution-%%VERSION%%/libgnomecanvas/gailcanvaswidgetfactory.h
+include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-i18n.h
+include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-pixbuf.h
+include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-rect.h
+include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-text.h
+include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-util.h
+include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-widget.h
+include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas.h
+include/evolution-%%VERSION%%/libgnomecanvas/libgnomecanvas.h
+include/evolution-%%VERSION%%/mail/e-http-request.h
+include/evolution-%%VERSION%%/mail/e-mail-account-manager.h
+include/evolution-%%VERSION%%/mail/e-mail-account-store.h
+include/evolution-%%VERSION%%/mail/e-mail-account-tree-view.h
+include/evolution-%%VERSION%%/mail/e-mail-autoconfig.h
+include/evolution-%%VERSION%%/mail/e-mail-backend.h
+include/evolution-%%VERSION%%/mail/e-mail-browser.h
+include/evolution-%%VERSION%%/mail/e-mail-config-activity-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-assistant.h
+include/evolution-%%VERSION%%/mail/e-mail-config-auth-check.h
+include/evolution-%%VERSION%%/mail/e-mail-config-confirm-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-defaults-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-identity-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-lookup-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-notebook.h
+include/evolution-%%VERSION%%/mail/e-mail-config-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-provider-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-receiving-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-security-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-sending-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-service-backend.h
+include/evolution-%%VERSION%%/mail/e-mail-config-service-notebook.h
+include/evolution-%%VERSION%%/mail/e-mail-config-service-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-sidebar.h
+include/evolution-%%VERSION%%/mail/e-mail-config-summary-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-welcome-page.h
+include/evolution-%%VERSION%%/mail/e-mail-config-window.h
+include/evolution-%%VERSION%%/mail/e-mail-display-popup-extension.h
+include/evolution-%%VERSION%%/mail/e-mail-display.h
+include/evolution-%%VERSION%%/mail/e-mail-folder-pane.h
+include/evolution-%%VERSION%%/mail/e-mail-junk-options.h
+include/evolution-%%VERSION%%/mail/e-mail-label-action.h
+include/evolution-%%VERSION%%/mail/e-mail-label-dialog.h
+include/evolution-%%VERSION%%/mail/e-mail-label-list-store.h
+include/evolution-%%VERSION%%/mail/e-mail-label-manager.h
+include/evolution-%%VERSION%%/mail/e-mail-label-tree-view.h
+include/evolution-%%VERSION%%/mail/e-mail-message-pane.h
+include/evolution-%%VERSION%%/mail/e-mail-migrate.h
+include/evolution-%%VERSION%%/mail/e-mail-notebook-view.h
+include/evolution-%%VERSION%%/mail/e-mail-paned-view.h
+include/evolution-%%VERSION%%/mail/e-mail-printer.h
+include/evolution-%%VERSION%%/mail/e-mail-reader-utils.h
+include/evolution-%%VERSION%%/mail/e-mail-reader.h
+include/evolution-%%VERSION%%/mail/e-mail-request.h
+include/evolution-%%VERSION%%/mail/e-mail-sidebar.h
+include/evolution-%%VERSION%%/mail/e-mail-tag-editor.h
+include/evolution-%%VERSION%%/mail/e-mail-ui-session.h
+include/evolution-%%VERSION%%/mail/e-mail-view.h
+include/evolution-%%VERSION%%/mail/e-mail.h
+include/evolution-%%VERSION%%/mail/em-composer-utils.h
+include/evolution-%%VERSION%%/mail/em-config.h
+include/evolution-%%VERSION%%/mail/em-event.h
+include/evolution-%%VERSION%%/mail/em-filter-context.h
+include/evolution-%%VERSION%%/mail/em-filter-editor-folder-element.h
+include/evolution-%%VERSION%%/mail/em-filter-editor.h
+include/evolution-%%VERSION%%/mail/em-filter-rule.h
+include/evolution-%%VERSION%%/mail/em-filter-source-element.h
+include/evolution-%%VERSION%%/mail/em-folder-properties.h
+include/evolution-%%VERSION%%/mail/em-folder-selection-button.h
+include/evolution-%%VERSION%%/mail/em-folder-selector.h
+include/evolution-%%VERSION%%/mail/em-folder-tree-model.h
+include/evolution-%%VERSION%%/mail/em-folder-tree.h
+include/evolution-%%VERSION%%/mail/em-folder-utils.h
+include/evolution-%%VERSION%%/mail/em-search-context.h
+include/evolution-%%VERSION%%/mail/em-subscription-editor.h
+include/evolution-%%VERSION%%/mail/em-utils.h
+include/evolution-%%VERSION%%/mail/em-vfolder-editor-context.h
+include/evolution-%%VERSION%%/mail/em-vfolder-editor-rule.h
+include/evolution-%%VERSION%%/mail/em-vfolder-editor.h
+include/evolution-%%VERSION%%/mail/mail-autofilter.h
+include/evolution-%%VERSION%%/mail/mail-send-recv.h
+include/evolution-%%VERSION%%/mail/mail-vfolder-ui.h
+include/evolution-%%VERSION%%/mail/message-list.h
+include/evolution-%%VERSION%%/menus/gal-define-views-dialog.h
+include/evolution-%%VERSION%%/menus/gal-define-views-model.h
+include/evolution-%%VERSION%%/menus/gal-view-collection.h
+include/evolution-%%VERSION%%/menus/gal-view-etable.h
+include/evolution-%%VERSION%%/menus/gal-view-factory-etable.h
+include/evolution-%%VERSION%%/menus/gal-view-factory.h
+include/evolution-%%VERSION%%/menus/gal-view-instance-save-as-dialog.h
+include/evolution-%%VERSION%%/menus/gal-view-instance.h
+include/evolution-%%VERSION%%/menus/gal-view-new-dialog.h
+include/evolution-%%VERSION%%/menus/gal-view.h
+include/evolution-%%VERSION%%/misc/e-action-combo-box.h
+include/evolution-%%VERSION%%/misc/e-activity-bar.h
+include/evolution-%%VERSION%%/misc/e-activity-proxy.h
+include/evolution-%%VERSION%%/misc/e-alarm-selector.h
+include/evolution-%%VERSION%%/misc/e-alert-bar.h
+include/evolution-%%VERSION%%/misc/e-attachment-bar.h
+include/evolution-%%VERSION%%/misc/e-attachment-button.h
+include/evolution-%%VERSION%%/misc/e-attachment-dialog.h
+include/evolution-%%VERSION%%/misc/e-attachment-handler-image.h
+include/evolution-%%VERSION%%/misc/e-attachment-handler-sendto.h
+include/evolution-%%VERSION%%/misc/e-attachment-handler.h
+include/evolution-%%VERSION%%/misc/e-attachment-icon-view.h
+include/evolution-%%VERSION%%/misc/e-attachment-paned.h
+include/evolution-%%VERSION%%/misc/e-attachment-store.h
+include/evolution-%%VERSION%%/misc/e-attachment-tree-view.h
+include/evolution-%%VERSION%%/misc/e-attachment-view.h
+include/evolution-%%VERSION%%/misc/e-attachment.h
+include/evolution-%%VERSION%%/misc/e-auth-combo-box.h
+include/evolution-%%VERSION%%/misc/e-autocomplete-selector.h
+include/evolution-%%VERSION%%/misc/e-book-source-config.h
+include/evolution-%%VERSION%%/misc/e-buffer-tagger.h
+include/evolution-%%VERSION%%/misc/e-cal-source-config.h
+include/evolution-%%VERSION%%/misc/e-calendar-item.h
+include/evolution-%%VERSION%%/misc/e-calendar.h
+include/evolution-%%VERSION%%/misc/e-canvas-background.h
+include/evolution-%%VERSION%%/misc/e-canvas-utils.h
+include/evolution-%%VERSION%%/misc/e-canvas-vbox.h
+include/evolution-%%VERSION%%/misc/e-canvas.h
+include/evolution-%%VERSION%%/misc/e-charset-combo-box.h
+include/evolution-%%VERSION%%/misc/e-contact-map-window.h
+include/evolution-%%VERSION%%/misc/e-contact-map.h
+include/evolution-%%VERSION%%/misc/e-contact-marker.h
+include/evolution-%%VERSION%%/misc/e-dateedit.h
+include/evolution-%%VERSION%%/misc/e-focus-tracker.h
+include/evolution-%%VERSION%%/misc/e-image-chooser.h
+include/evolution-%%VERSION%%/misc/e-import-assistant.h
+include/evolution-%%VERSION%%/misc/e-interval-chooser.h
+include/evolution-%%VERSION%%/misc/e-map.h
+include/evolution-%%VERSION%%/misc/e-mail-identity-combo-box.h
+include/evolution-%%VERSION%%/misc/e-mail-signature-combo-box.h
+include/evolution-%%VERSION%%/misc/e-mail-signature-editor.h
+include/evolution-%%VERSION%%/misc/e-mail-signature-manager.h
+include/evolution-%%VERSION%%/misc/e-mail-signature-preview.h
+include/evolution-%%VERSION%%/misc/e-mail-signature-script-dialog.h
+include/evolution-%%VERSION%%/misc/e-mail-signature-tree-view.h
+include/evolution-%%VERSION%%/misc/e-menu-tool-action.h
+include/evolution-%%VERSION%%/misc/e-menu-tool-button.h
+include/evolution-%%VERSION%%/misc/e-online-button.h
+include/evolution-%%VERSION%%/misc/e-paned.h
+include/evolution-%%VERSION%%/misc/e-picture-gallery.h
+include/evolution-%%VERSION%%/misc/e-popup-action.h
+include/evolution-%%VERSION%%/misc/e-port-entry.h
+include/evolution-%%VERSION%%/misc/e-preferences-window.h
+include/evolution-%%VERSION%%/misc/e-preview-pane.h
+include/evolution-%%VERSION%%/misc/e-printable.h
+include/evolution-%%VERSION%%/misc/e-search-bar.h
+include/evolution-%%VERSION%%/misc/e-selectable.h
+include/evolution-%%VERSION%%/misc/e-selection-model-array.h
+include/evolution-%%VERSION%%/misc/e-selection-model-simple.h
+include/evolution-%%VERSION%%/misc/e-selection-model.h
+include/evolution-%%VERSION%%/misc/e-send-options.h
+include/evolution-%%VERSION%%/misc/e-source-config-backend.h
+include/evolution-%%VERSION%%/misc/e-source-config-dialog.h
+include/evolution-%%VERSION%%/misc/e-source-config.h
+include/evolution-%%VERSION%%/misc/e-spell-entry.h
+include/evolution-%%VERSION%%/misc/e-web-view-gtkhtml.h
+include/evolution-%%VERSION%%/misc/e-web-view.h
+include/evolution-%%VERSION%%/misc/e-web-view-preview.h
+include/evolution-%%VERSION%%/misc/e-url-entry.h
+include/evolution-%%VERSION%%/misc/ea-calendar-cell.h
+include/evolution-%%VERSION%%/misc/ea-calendar-item.h
+include/evolution-%%VERSION%%/misc/ea-cell-table.h
+include/evolution-%%VERSION%%/misc/ea-widgets.h
+include/evolution-%%VERSION%%/shell/e-shell-backend.h
+include/evolution-%%VERSION%%/shell/e-shell-common.h
+include/evolution-%%VERSION%%/shell/e-shell-content.h
+include/evolution-%%VERSION%%/shell/e-shell-enumtypes.h
+include/evolution-%%VERSION%%/shell/e-shell-searchbar.h
+include/evolution-%%VERSION%%/shell/e-shell-settings.h
+include/evolution-%%VERSION%%/shell/e-shell-sidebar.h
+include/evolution-%%VERSION%%/shell/e-shell-switcher.h
+include/evolution-%%VERSION%%/shell/e-shell-taskbar.h
+include/evolution-%%VERSION%%/shell/e-shell-utils.h
+include/evolution-%%VERSION%%/shell/e-shell-view.h
+include/evolution-%%VERSION%%/shell/e-shell-window-actions.h
+include/evolution-%%VERSION%%/shell/e-shell-window.h
+include/evolution-%%VERSION%%/shell/e-shell.h
+include/evolution-%%VERSION%%/shell/es-event.h
+include/evolution-%%VERSION%%/table/e-cell-checkbox.h
+include/evolution-%%VERSION%%/table/e-cell-combo.h
+include/evolution-%%VERSION%%/table/e-cell-date.h
+include/evolution-%%VERSION%%/table/e-cell-date-edit.h
+include/evolution-%%VERSION%%/table/e-cell-hbox.h
+include/evolution-%%VERSION%%/table/e-cell-number.h
+include/evolution-%%VERSION%%/table/e-cell-pixbuf.h
+include/evolution-%%VERSION%%/table/e-cell-popup.h
+include/evolution-%%VERSION%%/table/e-cell-percent.h
+include/evolution-%%VERSION%%/table/e-cell-size.h
+include/evolution-%%VERSION%%/table/e-cell-text.h
+include/evolution-%%VERSION%%/table/e-cell-toggle.h
+include/evolution-%%VERSION%%/table/e-cell-tree.h
+include/evolution-%%VERSION%%/table/e-cell-vbox.h
+include/evolution-%%VERSION%%/table/e-cell.h
+include/evolution-%%VERSION%%/table/e-popup-menu.h
+include/evolution-%%VERSION%%/table/e-table-click-to-add.h
+include/evolution-%%VERSION%%/table/e-table-col-dnd.h
+include/evolution-%%VERSION%%/table/e-table-col.h
+include/evolution-%%VERSION%%/table/e-table-column-specification.h
+include/evolution-%%VERSION%%/table/e-table-config.h
+include/evolution-%%VERSION%%/table/e-table-defines.h
+include/evolution-%%VERSION%%/table/e-table-extras.h
+include/evolution-%%VERSION%%/table/e-table-field-chooser-dialog.h
+include/evolution-%%VERSION%%/table/e-table-field-chooser-item.h
+include/evolution-%%VERSION%%/table/e-table-field-chooser.h
+include/evolution-%%VERSION%%/table/e-table-group-container.h
+include/evolution-%%VERSION%%/table/e-table-group-leaf.h
+include/evolution-%%VERSION%%/table/e-table-group.h
+include/evolution-%%VERSION%%/table/e-table-header-item.h
+include/evolution-%%VERSION%%/table/e-table-header-utils.h
+include/evolution-%%VERSION%%/table/e-table-header.h
+include/evolution-%%VERSION%%/table/e-table-item.h
+include/evolution-%%VERSION%%/table/e-table-memory-callbacks.h
+include/evolution-%%VERSION%%/table/e-table-memory-store.h
+include/evolution-%%VERSION%%/table/e-table-memory.h
+include/evolution-%%VERSION%%/table/e-table-model.h
+include/evolution-%%VERSION%%/table/e-table-one.h
+include/evolution-%%VERSION%%/table/e-table-search.h
+include/evolution-%%VERSION%%/table/e-table-selection-model.h
+include/evolution-%%VERSION%%/table/e-table-sort-info.h
+include/evolution-%%VERSION%%/table/e-table-sorted-variable.h
+include/evolution-%%VERSION%%/table/e-table-sorted.h
+include/evolution-%%VERSION%%/table/e-table-sorter.h
+include/evolution-%%VERSION%%/table/e-table-sorting-utils.h
+include/evolution-%%VERSION%%/table/e-table-specification.h
+include/evolution-%%VERSION%%/table/e-table-state.h
+include/evolution-%%VERSION%%/table/e-table-subset-variable.h
+include/evolution-%%VERSION%%/table/e-table-subset.h
+include/evolution-%%VERSION%%/table/e-table-utils.h
+include/evolution-%%VERSION%%/table/e-table-without.h
+include/evolution-%%VERSION%%/table/e-table.h
+include/evolution-%%VERSION%%/table/e-tree-memory-callbacks.h
+include/evolution-%%VERSION%%/table/e-tree-memory.h
+include/evolution-%%VERSION%%/table/e-tree-model.h
+include/evolution-%%VERSION%%/table/e-tree-selection-model.h
+include/evolution-%%VERSION%%/table/e-tree-sorted.h
+include/evolution-%%VERSION%%/table/e-tree-table-adapter.h
+include/evolution-%%VERSION%%/table/e-tree.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-cell-popup.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-cell-registry.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-cell-toggle.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-cell-tree.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-cell-vbox.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-cell.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add-factory.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-table-column-header.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-table-factory.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-table-item-factory.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-table-item.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-table.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-tree-factory.h
+include/evolution-%%VERSION%%/table/gal-a11y-e-tree.h
+include/evolution-%%VERSION%%/text/e-reflow-model.h
+include/evolution-%%VERSION%%/text/e-reflow.h
+include/evolution-%%VERSION%%/text/e-text-model-repos.h
+include/evolution-%%VERSION%%/text/e-text-model.h
+include/evolution-%%VERSION%%/text/e-text.h
+include/evolution-%%VERSION%%/text/gal-a11y-e-text-factory.h
+include/evolution-%%VERSION%%/text/gal-a11y-e-text.h
+lib/evolution/%%VERSION%%/libeabutil.a
+lib/evolution/%%VERSION%%/libeabutil.la
+lib/evolution/%%VERSION%%/libeabutil.so
+lib/evolution/%%VERSION%%/libcomposer.a
+lib/evolution/%%VERSION%%/libcomposer.la
+lib/evolution/%%VERSION%%/libcomposer.so
+lib/evolution/%%VERSION%%/libecontacteditor.a
+lib/evolution/%%VERSION%%/libecontacteditor.la
+lib/evolution/%%VERSION%%/libecontacteditor.so
+lib/evolution/%%VERSION%%/libecontactlisteditor.a
+lib/evolution/%%VERSION%%/libecontactlisteditor.la
+lib/evolution/%%VERSION%%/libecontactlisteditor.so
+lib/evolution/%%VERSION%%/libemail-engine.so
+lib/evolution/%%VERSION%%/libemail-engine.la
+lib/evolution/%%VERSION%%/libemail-engine.a
+lib/evolution/%%VERSION%%/libemail-utils.so
+lib/evolution/%%VERSION%%/libemail-utils.la
+lib/evolution/%%VERSION%%/libemail-utils.a
+lib/evolution/%%VERSION%%/libemformat.a
+lib/evolution/%%VERSION%%/libemformat.la
+lib/evolution/%%VERSION%%/libemformat.so
+lib/evolution/%%VERSION%%/libemiscwidgets.a
+lib/evolution/%%VERSION%%/libemiscwidgets.la
+lib/evolution/%%VERSION%%/libemiscwidgets.so
+lib/evolution/%%VERSION%%/libeshell.a
+lib/evolution/%%VERSION%%/libeshell.la
+lib/evolution/%%VERSION%%/libeshell.so
+lib/evolution/%%VERSION%%/libessmime.a
+lib/evolution/%%VERSION%%/libessmime.la
+lib/evolution/%%VERSION%%/libessmime.so
+lib/evolution/%%VERSION%%/libetable.a
+lib/evolution/%%VERSION%%/libetable.la
+lib/evolution/%%VERSION%%/libetable.so
+lib/evolution/%%VERSION%%/libetext.a
+lib/evolution/%%VERSION%%/libetext.la
+lib/evolution/%%VERSION%%/libetext.so
+lib/evolution/%%VERSION%%/libetimezonedialog.a
+lib/evolution/%%VERSION%%/libetimezonedialog.la
+lib/evolution/%%VERSION%%/libetimezonedialog.so
+lib/evolution/%%VERSION%%/libeutil.a
+lib/evolution/%%VERSION%%/libeutil.la
+lib/evolution/%%VERSION%%/libeutil.so
+lib/evolution/%%VERSION%%/libevolution-a11y.a
+lib/evolution/%%VERSION%%/libevolution-a11y.la
+lib/evolution/%%VERSION%%/libevolution-a11y.so
+lib/evolution/%%VERSION%%/libevolution-addressbook-importers.a
+lib/evolution/%%VERSION%%/libevolution-addressbook-importers.la
+lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so
+lib/evolution/%%VERSION%%/libevolution-calendar.a
+lib/evolution/%%VERSION%%/libevolution-calendar.la
+lib/evolution/%%VERSION%%/libevolution-calendar.so
+lib/evolution/%%VERSION%%/libevolution-calendar-importers.a
+lib/evolution/%%VERSION%%/libevolution-calendar-importers.la
+lib/evolution/%%VERSION%%/libevolution-calendar-importers.so
+lib/evolution/%%VERSION%%/libevolution-mail.a
+lib/evolution/%%VERSION%%/libevolution-mail.la
+lib/evolution/%%VERSION%%/libevolution-mail.so
+lib/evolution/%%VERSION%%/libevolution-mail-importers.a
+lib/evolution/%%VERSION%%/libevolution-mail-importers.la
+lib/evolution/%%VERSION%%/libevolution-mail-importers.so
+lib/evolution/%%VERSION%%/libevolution-smime.a
+lib/evolution/%%VERSION%%/libevolution-smime.la
+lib/evolution/%%VERSION%%/libevolution-smime.so
+lib/evolution/%%VERSION%%/libevolution-utils.so
+lib/evolution/%%VERSION%%/libevolution-utils.la
+lib/evolution/%%VERSION%%/libevolution-utils.a
+lib/evolution/%%VERSION%%/libfilter.a
+lib/evolution/%%VERSION%%/libfilter.la
+lib/evolution/%%VERSION%%/libfilter.so
+lib/evolution/%%VERSION%%/libgnomecanvas.a
+lib/evolution/%%VERSION%%/libgnomecanvas.la
+lib/evolution/%%VERSION%%/libgnomecanvas.so
+lib/evolution/%%VERSION%%/libmenus.a
+lib/evolution/%%VERSION%%/libmenus.la
+lib/evolution/%%VERSION%%/libmenus.so
+lib/evolution/%%VERSION%%/modules/module-addressbook.a
+lib/evolution/%%VERSION%%/modules/module-addressbook.la
+lib/evolution/%%VERSION%%/modules/module-addressbook.so
+lib/evolution/%%VERSION%%/modules/module-audio-inline.a
+lib/evolution/%%VERSION%%/modules/module-audio-inline.la
+lib/evolution/%%VERSION%%/modules/module-audio-inline.so
+lib/evolution/%%VERSION%%/modules/module-backup-restore.a
+lib/evolution/%%VERSION%%/modules/module-backup-restore.la
+lib/evolution/%%VERSION%%/modules/module-backup-restore.so
+lib/evolution/%%VERSION%%/modules/module-bogofilter.a
+lib/evolution/%%VERSION%%/modules/module-bogofilter.la
+lib/evolution/%%VERSION%%/modules/module-bogofilter.so
+lib/evolution/%%VERSION%%/modules/module-book-config-google.a
+lib/evolution/%%VERSION%%/modules/module-book-config-google.la
+lib/evolution/%%VERSION%%/modules/module-book-config-google.so
+lib/evolution/%%VERSION%%/modules/module-book-config-ldap.a
+lib/evolution/%%VERSION%%/modules/module-book-config-ldap.la
+lib/evolution/%%VERSION%%/modules/module-book-config-ldap.so
+lib/evolution/%%VERSION%%/modules/module-book-config-local.a
+lib/evolution/%%VERSION%%/modules/module-book-config-local.la
+lib/evolution/%%VERSION%%/modules/module-book-config-local.so
+lib/evolution/%%VERSION%%/modules/module-book-config-webdav.a
+lib/evolution/%%VERSION%%/modules/module-book-config-webdav.la
+lib/evolution/%%VERSION%%/modules/module-book-config-webdav.so
+lib/evolution/%%VERSION%%/modules/module-cal-config-caldav.a
+lib/evolution/%%VERSION%%/modules/module-cal-config-caldav.la
+lib/evolution/%%VERSION%%/modules/module-cal-config-caldav.so
+lib/evolution/%%VERSION%%/modules/module-cal-config-contacts.a
+lib/evolution/%%VERSION%%/modules/module-cal-config-contacts.la
+lib/evolution/%%VERSION%%/modules/module-cal-config-contacts.so
+lib/evolution/%%VERSION%%/modules/module-cal-config-google.a
+lib/evolution/%%VERSION%%/modules/module-cal-config-google.la
+lib/evolution/%%VERSION%%/modules/module-cal-config-google.so
+lib/evolution/%%VERSION%%/modules/module-cal-config-local.a
+lib/evolution/%%VERSION%%/modules/module-cal-config-local.la
+lib/evolution/%%VERSION%%/modules/module-cal-config-local.so
+lib/evolution/%%VERSION%%/modules/module-cal-config-weather.a
+lib/evolution/%%VERSION%%/modules/module-cal-config-weather.la
+lib/evolution/%%VERSION%%/modules/module-cal-config-weather.so
+lib/evolution/%%VERSION%%/modules/module-cal-config-webcal.a
+lib/evolution/%%VERSION%%/modules/module-cal-config-webcal.la
+lib/evolution/%%VERSION%%/modules/module-cal-config-webcal.so
+lib/evolution/%%VERSION%%/modules/module-calendar.a
+lib/evolution/%%VERSION%%/modules/module-calendar.la
+lib/evolution/%%VERSION%%/modules/module-calendar.so
+lib/evolution/%%VERSION%%/modules/module-composer-autosave.a
+lib/evolution/%%VERSION%%/modules/module-composer-autosave.la
+lib/evolution/%%VERSION%%/modules/module-composer-autosave.so
+lib/evolution/%%VERSION%%/modules/module-imap-features.a
+lib/evolution/%%VERSION%%/modules/module-imap-features.la
+lib/evolution/%%VERSION%%/modules/module-imap-features.so
+lib/evolution/%%VERSION%%/modules/module-itip-formatter.a
+lib/evolution/%%VERSION%%/modules/module-itip-formatter.la
+lib/evolution/%%VERSION%%/modules/module-itip-formatter.so
+lib/evolution/%%VERSION%%/modules/module-mail-config.a
+lib/evolution/%%VERSION%%/modules/module-mail-config.la
+lib/evolution/%%VERSION%%/modules/module-mail-config.so
+lib/evolution/%%VERSION%%/modules/module-mail.a
+lib/evolution/%%VERSION%%/modules/module-mail.la
+lib/evolution/%%VERSION%%/modules/module-mail.so
+lib/evolution/%%VERSION%%/modules/module-mailto-handler.a
+lib/evolution/%%VERSION%%/modules/module-mailto-handler.la
+lib/evolution/%%VERSION%%/modules/module-mailto-handler.so
+lib/evolution/%%VERSION%%/modules/module-mdn.a
+lib/evolution/%%VERSION%%/modules/module-mdn.la
+lib/evolution/%%VERSION%%/modules/module-mdn.so
+lib/evolution/%%VERSION%%/modules/module-offline-alert.a
+lib/evolution/%%VERSION%%/modules/module-offline-alert.la
+lib/evolution/%%VERSION%%/modules/module-offline-alert.so
+lib/evolution/%%VERSION%%/modules/module-online-accounts.a
+lib/evolution/%%VERSION%%/modules/module-online-accounts.la
+lib/evolution/%%VERSION%%/modules/module-online-accounts.so
+lib/evolution/%%VERSION%%/modules/module-plugin-lib.a
+lib/evolution/%%VERSION%%/modules/module-plugin-lib.la
+lib/evolution/%%VERSION%%/modules/module-plugin-lib.so
+lib/evolution/%%VERSION%%/modules/module-plugin-manager.a
+lib/evolution/%%VERSION%%/modules/module-plugin-manager.la
+lib/evolution/%%VERSION%%/modules/module-plugin-manager.so
+lib/evolution/%%VERSION%%/modules/module-prefer-plain.a
+lib/evolution/%%VERSION%%/modules/module-prefer-plain.la
+lib/evolution/%%VERSION%%/modules/module-prefer-plain.so
+lib/evolution/%%VERSION%%/modules/module-spamassassin.a
+lib/evolution/%%VERSION%%/modules/module-spamassassin.la
+lib/evolution/%%VERSION%%/modules/module-spamassassin.so
+lib/evolution/%%VERSION%%/modules/module-startup-wizard.a
+lib/evolution/%%VERSION%%/modules/module-startup-wizard.la
+lib/evolution/%%VERSION%%/modules/module-startup-wizard.so
+lib/evolution/%%VERSION%%/modules/module-text-highlight.a
+lib/evolution/%%VERSION%%/modules/module-text-highlight.la
+lib/evolution/%%VERSION%%/modules/module-text-highlight.so
+lib/evolution/%%VERSION%%/modules/module-vcard-inline.a
+lib/evolution/%%VERSION%%/modules/module-vcard-inline.la
+lib/evolution/%%VERSION%%/modules/module-vcard-inline.so
+lib/evolution/%%VERSION%%/modules/module-web-inspector.a
+lib/evolution/%%VERSION%%/modules/module-web-inspector.la
+lib/evolution/%%VERSION%%/modules/module-web-inspector.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-external-editor.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-external-editor.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-external-editor.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-face.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-face.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-face.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.so
+%%PST%%lib/evolution/%%VERSION%%/plugins/liborg-gnome-pst-import.a
+%%PST%%lib/evolution/%%VERSION%%/plugins/liborg-gnome-pst-import.la
+%%PST%%lib/evolution/%%VERSION%%/plugins/liborg-gnome-pst-import.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.so
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.a
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.la
+lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.so
+lib/evolution/%%VERSION%%/plugins/org-gnome-dbx-import.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-email-custom-header.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-attachment-reminder.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-bbdb.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-external-editor.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-face.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-itip-formatter.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-mail-notification.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-mail-to-task.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-mailing-list-actions.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-mark-all-read.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-prefer-plain.eplug
+%%PST%%lib/evolution/%%VERSION%%/plugins/org-gnome-pst-import.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-publish-calendar.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-save-calendar.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-templates.eplug
+libdata/pkgconfig/evolution-calendar-3.0.pc
+libdata/pkgconfig/evolution-mail-3.0.pc
+libdata/pkgconfig/evolution-plugin-3.0.pc
+libdata/pkgconfig/evolution-shell-3.0.pc
+libdata/pkgconfig/libemail-engine.pc
+libdata/pkgconfig/libemail-utils.pc
+libdata/pkgconfig/libevolution-utils.pc
+libexec/evolution/%%VERSION%%/csv2vcard
+libexec/evolution/%%VERSION%%/evolution-addressbook-export
+libexec/evolution/%%VERSION%%/evolution-alarm-notify
+libexec/evolution/%%VERSION%%/evolution-backup
+libexec/evolution/%%VERSION%%/killev
+share/applications/evolution.desktop
+share/doc/eshell/EShell.html
+share/doc/eshell/EShellBackend.html
+share/doc/eshell/EShellContent.html
+share/doc/eshell/EShellSearchbar.html
+share/doc/eshell/EShellSettings.html
+share/doc/eshell/EShellSidebar.html
+share/doc/eshell/EShellSwitcher.html
+share/doc/eshell/EShellTaskbar.html
+share/doc/eshell/EShellView.html
+share/doc/eshell/EShellWindow.html
+share/doc/eshell/ch01.html
+share/doc/eshell/ch02.html
+share/doc/eshell/ch03.html
+share/doc/eshell/ch04.html
+share/doc/eshell/eshell-Action-Groups.html
+share/doc/eshell/eshell-Bit-Arrays-(Legacy).html
+share/doc/eshell/eshell-Categories.html
+share/doc/eshell/eshell-Date-and-Time-Formatting.html
+share/doc/eshell/eshell-Dialog-Utilities-(Legacy).html
+share/doc/eshell/eshell-EPoolv.html
+share/doc/eshell/eshell-Icon-Utilities-(Legacy).html
+share/doc/eshell/eshell-Miscellaneous-Utilities.html
+share/doc/eshell/eshell-Printing.html
+share/doc/eshell/eshell-Reading-and-Writing-XML.html
+share/doc/eshell/eshell-Shell-Actions.html
+share/doc/eshell/eshell-Shell-Utilities.html
+share/doc/eshell/eshell-Text-to-HTML-Conversion.html
+share/doc/eshell/eshell-User-Alert-Handling.html
+share/doc/eshell/eshell-e-selection.html
+share/doc/eshell/eshell.devhelp2
+share/doc/eshell/home.png
+share/doc/eshell/index.html
+share/doc/eshell/index.sgml
+share/doc/eshell/ix01.html
+share/doc/eshell/left.png
+share/doc/eshell/right.png
+share/doc/eshell/style.css
+share/doc/eshell/up.png
+%%DATADIR%%/%%VERSION%%/address_formats.dat
+%%DATADIR%%/%%VERSION%%/addresstypes.xml
+%%DATADIR%%/%%VERSION%%/caltypes.xml
+%%DATADIR%%/%%VERSION%%/countrytransl.map
+%%DATADIR%%/%%VERSION%%/default/C/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/ca/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/cs/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/de/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/es/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/fi/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/fr/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/hu/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/id/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/it/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/ja/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/ko/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/lt/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/mk/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/nl/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/pl/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/pt/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/ro/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/sr/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/sv/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local/Inbox
+%%DATADIR%%/%%VERSION%%/ecps/medbook.ecps
+%%DATADIR%%/%%VERSION%%/ecps/phonelist.ecps
+%%DATADIR%%/%%VERSION%%/ecps/smallbook.ecps
+%%DATADIR%%/%%VERSION%%/errors/addressbook.error
+%%DATADIR%%/%%VERSION%%/errors/calendar.error
+%%DATADIR%%/%%VERSION%%/errors/e-system.error
+%%DATADIR%%/%%VERSION%%/errors/evolution-mdn.error
+%%DATADIR%%/%%VERSION%%/errors/evolution-offline-alert.error
+%%DATADIR%%/%%VERSION%%/errors/filter.error
+%%DATADIR%%/%%VERSION%%/errors/mail-composer.error
+%%DATADIR%%/%%VERSION%%/errors/mail.error
+%%DATADIR%%/%%VERSION%%/errors/org-gnome-attachment-reminder.error
+%%DATADIR%%/%%VERSION%%/errors/org-gnome-backup-restore.error
+%%DATADIR%%/%%VERSION%%/errors/org-gnome-external-editor.error
+%%DATADIR%%/%%VERSION%%/errors/org-gnome-face.error
+%%DATADIR%%/%%VERSION%%/errors/org-gnome-itip-formatter.error
+%%DATADIR%%/%%VERSION%%/errors/org-gnome-mailing-list-actions.error
+%%DATADIR%%/%%VERSION%%/errors/shell.error
+%%DATADIR%%/%%VERSION%%/errors/widgets.error
+%%DATADIR%%/%%VERSION%%/etspec/e-addressbook-view.etspec
+%%DATADIR%%/%%VERSION%%/etspec/e-cal-list-view.etspec
+%%DATADIR%%/%%VERSION%%/etspec/e-calendar-table.etspec
+%%DATADIR%%/%%VERSION%%/etspec/e-meeting-time-sel.etspec
+%%DATADIR%%/%%VERSION%%/etspec/e-memo-table.etspec
+%%DATADIR%%/%%VERSION%%/etspec/message-list.etspec
+%%DATADIR%%/%%VERSION%%/filtertypes.xml
+%%DATADIR%%/%%VERSION%%/help/quickref/C/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/ca/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/cs/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/de/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/es/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/fr/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/hu/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/it/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/pl/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/pt/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/sq/quickref.pdf
+%%DATADIR%%/%%VERSION%%/help/quickref/sv/quickref.pdf
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-copy.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-move.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/go-today.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-copy.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-move.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_bell.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_contact-list.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-note.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-rule.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-table.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-filters-apply.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-flag-for-followup-done.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-flag-for-followup.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-open-multiple.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-unread-multiple.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_new-24h-appointment.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_new-meeting.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_notes.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_people.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_select-column.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_select-row.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_shared-by-me.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_shared-to-me.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_show-all.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-assigned-to.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-assigned.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-recurring.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_text-monospaced.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_timezone.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_todo.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_video-conferencing.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_view-details.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-day.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-list.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-month.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-week.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-workweek.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/contact-editor.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-aim.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-icq.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-jabber.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-msn.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-nov.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-yahoo.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-inbox.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-outbox.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-sent.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_check-filled.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-high.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-higher.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-highest.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-low.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-lower.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-lowest.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-normal.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature-bad.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature-ok.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/wrapped.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/go-today.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-day.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-list.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-month.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-week.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-workweek.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/contact-editor.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-aim.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-icq.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-jabber.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-msn.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-nov.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-yahoo.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-inbox.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-outbox.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-sent.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/go-today.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/query-free-busy.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_contact-list.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-note.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-rule.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-table.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-filters-apply.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-open-multiple.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-unread-multiple.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_new-24h-appointment.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_new-meeting.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_notes.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_people.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_select-column.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_select-row.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_shared-by-me.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_shared-to-me.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_show-all.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-assigned-to.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-assigned.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-recurring.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_text-monospaced.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_timezone.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_todo.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_video-conferencing.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-day.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-list.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-month.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-week.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-workweek.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/contact-editor.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-aim.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-icq.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-jabber.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-msn.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-nov.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-yahoo.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-inbox.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-outbox.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-sent.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature-bad.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature-ok.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-day.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-list.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-month.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-week.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-workweek.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps/contact-editor.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/offline.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/online.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_alarm.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup-done.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_new-24h-appointment.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_new-meeting.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_notes.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_people.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_timezone.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_todo.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps/contact-editor.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-autocompletion.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-calendar-and-tasks.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-certificates.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-composer.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail-accounts.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-system-network-proxy.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature-bad.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature-ok.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature.png
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-day.svg
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-list.svg
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-month.svg
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-week.svg
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-workweek.svg
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-aim.svg
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-icq.svg
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-jabber.svg
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-msn.svg
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-nov.svg
+%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-yahoo.svg
+%%DATADIR%%/%%VERSION%%/images/minus.png
+%%DATADIR%%/%%VERSION%%/images/plus.png
+%%DATADIR%%/%%VERSION%%/images/world_map-960.png
+%%DATADIR%%/%%VERSION%%/memotypes.xml
+%%DATADIR%%/%%VERSION%%/searchtypes.xml
+%%DATADIR%%/%%VERSION%%/sounds/default_alarm.wav
+%%DATADIR%%/%%VERSION%%/tasktypes.xml
+%%DATADIR%%/%%VERSION%%/theme/webview-print.css
+%%DATADIR%%/%%VERSION%%/theme/webview.css
+%%DATADIR%%/%%VERSION%%/ui/alarm-dialog.ui
+%%DATADIR%%/%%VERSION%%/ui/alarm-list-dialog.ui
+%%DATADIR%%/%%VERSION%%/ui/alarm-notify.ui
+%%DATADIR%%/%%VERSION%%/ui/contact-editor.ui
+%%DATADIR%%/%%VERSION%%/ui/contact-list-editor.ui
+%%DATADIR%%/%%VERSION%%/ui/e-calendar-preferences.ui
+%%DATADIR%%/%%VERSION%%/ui/e-delegate-dialog.ui
+%%DATADIR%%/%%VERSION%%/ui/e-send-options.ui
+%%DATADIR%%/%%VERSION%%/ui/e-table-config.ui
+%%DATADIR%%/%%VERSION%%/ui/e-timezone-dialog.ui
+%%DATADIR%%/%%VERSION%%/ui/eab-contact-commit-duplicate-detected.ui
+%%DATADIR%%/%%VERSION%%/ui/eab-contact-duplicate-detected.ui
+%%DATADIR%%/%%VERSION%%/ui/event-page.ui
+%%DATADIR%%/%%VERSION%%/ui/evolution-calendars.ui
+%%DATADIR%%/%%VERSION%%/ui/evolution-composer.ui
+%%DATADIR%%/%%VERSION%%/ui/evolution-contacts.ui
+%%DATADIR%%/%%VERSION%%/ui/evolution-mail-reader.ui
+%%DATADIR%%/%%VERSION%%/ui/evolution-mail.ui
+%%DATADIR%%/%%VERSION%%/ui/evolution-memos.ui
+%%DATADIR%%/%%VERSION%%/ui/evolution-shell.ui
+%%DATADIR%%/%%VERSION%%/ui/evolution-tasks.ui
+%%DATADIR%%/%%VERSION%%/ui/filter.ui
+%%DATADIR%%/%%VERSION%%/ui/fullname.ui
+%%DATADIR%%/%%VERSION%%/ui/gal-define-views.ui
+%%DATADIR%%/%%VERSION%%/ui/gal-view-instance-save-as-dialog.ui
+%%DATADIR%%/%%VERSION%%/ui/gal-view-new-dialog.ui
+%%DATADIR%%/%%VERSION%%/ui/goto-dialog.ui
+%%DATADIR%%/%%VERSION%%/ui/ldap-config.ui
+%%DATADIR%%/%%VERSION%%/ui/mail-config.ui
+%%DATADIR%%/%%VERSION%%/ui/mail-dialogs.ui
+%%DATADIR%%/%%VERSION%%/ui/memo-page.ui
+%%DATADIR%%/%%VERSION%%/ui/org-gnome-email-custom-header.ui
+%%DATADIR%%/%%VERSION%%/ui/publish-calendar.ui
+%%DATADIR%%/%%VERSION%%/ui/recurrence-page.ui
+%%DATADIR%%/%%VERSION%%/ui/schedule-page.ui
+%%DATADIR%%/%%VERSION%%/ui/smime-ui.ui
+%%DATADIR%%/%%VERSION%%/ui/task-details-page.ui
+%%DATADIR%%/%%VERSION%%/ui/task-page.ui
+%%DATADIR%%/%%VERSION%%/vfoldertypes.xml
+%%DATADIR%%/%%VERSION%%/views/addressbook/Address_Cards.galview
+%%DATADIR%%/%%VERSION%%/views/addressbook/By_Company.galview
+%%DATADIR%%/%%VERSION%%/views/addressbook/Phone_List.galview
+%%DATADIR%%/%%VERSION%%/views/addressbook/galview.xml
+%%DATADIR%%/%%VERSION%%/views/calendar/List_View.galview
+%%DATADIR%%/%%VERSION%%/views/calendar/galview.xml
+%%DATADIR%%/%%VERSION%%/views/mail/As_Sent_Folder.galview
+%%DATADIR%%/%%VERSION%%/views/mail/By_Follow_Up_Flag.galview
+%%DATADIR%%/%%VERSION%%/views/mail/By_Sender.galview
+%%DATADIR%%/%%VERSION%%/views/mail/By_Status.galview
+%%DATADIR%%/%%VERSION%%/views/mail/By_Subject.galview
+%%DATADIR%%/%%VERSION%%/views/mail/Messages.galview
+%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Normal.galview
+%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Sent.galview
+%%DATADIR%%/%%VERSION%%/views/mail/galview.xml
+%%DATADIR%%/%%VERSION%%/views/memos/Memos.galview
+%%DATADIR%%/%%VERSION%%/views/memos/galview.xml
+%%DATADIR%%/%%VERSION%%/views/tasks/Tasks.galview
+%%DATADIR%%/%%VERSION%%/views/tasks/With_DueDate.galview
+%%DATADIR%%/%%VERSION%%/views/tasks/With_Status.galview
+%%DATADIR%%/%%VERSION%%/views/tasks/galview.xml
+share/icons/hicolor/16x16/apps/evolution-mail.png
+share/icons/hicolor/16x16/apps/evolution-memos.png
+share/icons/hicolor/16x16/apps/evolution-tasks.png
+share/icons/hicolor/16x16/apps/evolution.png
+share/icons/hicolor/22x22/apps/evolution-mail.png
+share/icons/hicolor/22x22/apps/evolution-memos.png
+share/icons/hicolor/22x22/apps/evolution-tasks.png
+share/icons/hicolor/22x22/apps/evolution.png
+share/icons/hicolor/24x24/apps/evolution-mail.png
+share/icons/hicolor/24x24/apps/evolution-memos.png
+share/icons/hicolor/24x24/apps/evolution-tasks.png
+share/icons/hicolor/24x24/apps/evolution.png
+share/icons/hicolor/256x256/apps/evolution.png
+share/icons/hicolor/32x32/apps/evolution-mail.png
+share/icons/hicolor/32x32/apps/evolution-memos.png
+share/icons/hicolor/32x32/apps/evolution-tasks.png
+share/icons/hicolor/32x32/apps/evolution.png
+share/icons/hicolor/48x48/apps/evolution-mail.png
+share/icons/hicolor/48x48/apps/evolution-memos.png
+share/icons/hicolor/48x48/apps/evolution-tasks.png
+share/icons/hicolor/48x48/apps/evolution.png
+share/help/C/evolution/backup-restore.page
+share/help/C/evolution/calendar-alarms-and-reminders.page
+share/help/C/evolution/calendar-caldav.page
+share/help/C/evolution/calendar-classifications.page
+share/help/C/evolution/calendar-free-busy.page
+share/help/C/evolution/calendar-google.page
+share/help/C/evolution/calendar-layout-appointment-display.page
+share/help/C/evolution/calendar-layout-general-formatting.page
+share/help/C/evolution/calendar-layout-views.page
+share/help/C/evolution/calendar-layout.page
+share/help/C/evolution/calendar-local.page
+share/help/C/evolution/calendar-marcus-bains-line.page
+share/help/C/evolution/calendar-meetings-delegating.page
+share/help/C/evolution/calendar-meetings-replying-to-invitation.page
+share/help/C/evolution/calendar-meetings-sending-invitation.page
+share/help/C/evolution/calendar-meetings.page
+share/help/C/evolution/calendar-organizing.page
+share/help/C/evolution/calendar-publishing.page
+share/help/C/evolution/calendar-recurrence.page
+share/help/C/evolution/calendar-searching.page
+share/help/C/evolution/calendar-sharing-information.page
+share/help/C/evolution/calendar-timezones.page
+share/help/C/evolution/calendar-usage-add-appointment.page
+share/help/C/evolution/calendar-usage-delete-appointment.page
+share/help/C/evolution/calendar-usage-edit-appointment.page
+share/help/C/evolution/calendar-usage.page
+share/help/C/evolution/calendar-using-several-calendars.page
+share/help/C/evolution/calendar-weather.page
+share/help/C/evolution/calendar-webdav.page
+share/help/C/evolution/change-keyboard-shortcuts.page
+share/help/C/evolution/change-switcher-appearance.page
+share/help/C/evolution/contacts-add-automatically.page
+share/help/C/evolution/contacts-autocompletion.page
+share/help/C/evolution/contacts-google.page
+share/help/C/evolution/contacts-ldap.page
+share/help/C/evolution/contacts-libreoffice.page
+share/help/C/evolution/contacts-local.page
+share/help/C/evolution/contacts-organizing.page
+share/help/C/evolution/contacts-searching.page
+share/help/C/evolution/contacts-usage-add-contact.page
+share/help/C/evolution/contacts-usage-delete-contact.page
+share/help/C/evolution/contacts-usage-edit-contact.page
+share/help/C/evolution/contacts-usage.page
+share/help/C/evolution/contacts-using-contact-lists.page
+share/help/C/evolution/contacts-using-several-addressbooks.page
+share/help/C/evolution/credits.page
+share/help/C/evolution/data-storage.page
+share/help/C/evolution/default-browser.page
+share/help/C/evolution/deleting-appointments.page
+share/help/C/evolution/deleting-emails.page
+share/help/C/evolution/deleting-to-free-disk-space.page
+share/help/C/evolution/exchange-connectors-overview.page
+share/help/C/evolution/exchange-placeholder.page
+share/help/C/evolution/exporting-data-calendar.page
+share/help/C/evolution/exporting-data-contacts.page
+share/help/C/evolution/exporting-data-mail.page
+share/help/C/evolution/exporting-data.page
+share/help/C/evolution/express-mode.page
+share/help/C/evolution/figures/color-000000.png
+share/help/C/evolution/figures/color-204a87.png
+share/help/C/evolution/figures/color-2e3436.png
+share/help/C/evolution/figures/color-4e9a06.png
+share/help/C/evolution/figures/color-5c3566.png
+share/help/C/evolution/figures/color-8f5902.png
+share/help/C/evolution/figures/color-a40000.png
+share/help/C/evolution/figures/color-c4a000.png
+share/help/C/evolution/figures/color-ce5c00.png
+share/help/C/evolution/figures/evolutionlogo.png
+share/help/C/evolution/figures/html-composer-insert-image.png
+share/help/C/evolution/figures/html-composer-insert-link.png
+share/help/C/evolution/figures/html-composer-insert-rule.png
+share/help/C/evolution/figures/html-composer-insert-table.png
+share/help/C/evolution/figures/minus-icon.png
+share/help/C/evolution/figures/new-mail-notification.png
+share/help/C/evolution/figures/new-mail-switcher.png
+share/help/C/evolution/figures/plus-icon.png
+share/help/C/evolution/figures/search-icon.png
+share/help/C/evolution/figures/window-overview-layers.png
+share/help/C/evolution/google-services.page
+share/help/C/evolution/groupwise-placeholder.page
+share/help/C/evolution/import-apps-mozilla.page
+share/help/C/evolution/import-apps-outlook.page
+share/help/C/evolution/import-data.page
+share/help/C/evolution/import-single-files.page
+share/help/C/evolution/import-supported-file-formats.page
+share/help/C/evolution/index.page
+share/help/C/evolution/intro-application.page
+share/help/C/evolution/intro-first-run.page
+share/help/C/evolution/intro-main-window.page
+share/help/C/evolution/mail-access-gmail-imap-account.page
+share/help/C/evolution/mail-access-gmail-pop-account.page
+share/help/C/evolution/mail-account-manage-imap-plus.page
+share/help/C/evolution/mail-account-manage-imap.page
+share/help/C/evolution/mail-account-manage-local-delivery.page
+share/help/C/evolution/mail-account-manage-maildir-format-directories.page
+share/help/C/evolution/mail-account-manage-mh-format-directories.page
+share/help/C/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/C/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/C/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/C/evolution/mail-account-manage-microsoft-exchange.page
+share/help/C/evolution/mail-account-manage-novell-groupwise.page
+share/help/C/evolution/mail-account-manage-pop.page
+share/help/C/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/C/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/C/evolution/mail-account-manage-usenet-news.page
+share/help/C/evolution/mail-account-management.page
+share/help/C/evolution/mail-attachments-received.page
+share/help/C/evolution/mail-attachments-sending.page
+share/help/C/evolution/mail-attachments.page
+share/help/C/evolution/mail-calendar-sending-invitations.page
+share/help/C/evolution/mail-cannot-see.page
+share/help/C/evolution/mail-change-columns-in-message-list.page
+share/help/C/evolution/mail-change-time-format.page
+share/help/C/evolution/mail-composer-change-quotation-string.page
+share/help/C/evolution/mail-composer-custom-header-lines.page
+share/help/C/evolution/mail-composer-enable-html-format.page
+share/help/C/evolution/mail-composer-forward-as-attachment.page
+share/help/C/evolution/mail-composer-forward.page
+share/help/C/evolution/mail-composer-html-image.page
+share/help/C/evolution/mail-composer-html-link.page
+share/help/C/evolution/mail-composer-html-rule.page
+share/help/C/evolution/mail-composer-html-table.page
+share/help/C/evolution/mail-composer-html-text.page
+share/help/C/evolution/mail-composer-html.page
+share/help/C/evolution/mail-composer-mail-signatures-manage.page
+share/help/C/evolution/mail-composer-mail-signatures-per-account.page
+share/help/C/evolution/mail-composer-mail-signatures.page
+share/help/C/evolution/mail-composer-message-templates-reply.page
+share/help/C/evolution/mail-composer-message-templates-save.page
+share/help/C/evolution/mail-composer-message-templates-variables.page
+share/help/C/evolution/mail-composer-message-templates.page
+share/help/C/evolution/mail-composer-plain-text.page
+share/help/C/evolution/mail-composer-priority.page
+share/help/C/evolution/mail-composer-reply.page
+share/help/C/evolution/mail-composer-search.page
+share/help/C/evolution/mail-composer-several-recipients.page
+share/help/C/evolution/mail-composer-spellcheck.page
+share/help/C/evolution/mail-composer-write-new-message.page
+share/help/C/evolution/mail-default-CC-and-BCC.page
+share/help/C/evolution/mail-default-folder-locations.page
+share/help/C/evolution/mail-delete-and-undelete.page
+share/help/C/evolution/mail-display-message-source.page
+share/help/C/evolution/mail-displaying-character-encodings.page
+share/help/C/evolution/mail-displaying-collapsible-headers.page
+share/help/C/evolution/mail-displaying-images-in-html.page
+share/help/C/evolution/mail-displaying-message.page
+share/help/C/evolution/mail-displaying-no-css.page
+share/help/C/evolution/mail-displaying-sender-photograph.page
+share/help/C/evolution/mail-duplicates.page
+share/help/C/evolution/mail-encryption-gpg-create-key.page
+share/help/C/evolution/mail-encryption-gpg-decrypting.page
+share/help/C/evolution/mail-encryption-gpg-getting-keys.page
+share/help/C/evolution/mail-encryption-gpg-set-up.page
+share/help/C/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/C/evolution/mail-encryption-s-mime-manage.page
+share/help/C/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/C/evolution/mail-encryption.page
+share/help/C/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/C/evolution/mail-error-no-provider-available.page
+share/help/C/evolution/mail-filters-actions.page
+share/help/C/evolution/mail-filters-conditions.page
+share/help/C/evolution/mail-filters-not-working.page
+share/help/C/evolution/mail-filters.page
+share/help/C/evolution/mail-folders.page
+share/help/C/evolution/mail-follow-up-flag.page
+share/help/C/evolution/mail-imap-headers.page
+share/help/C/evolution/mail-imap-subscriptions.page
+share/help/C/evolution/mail-labels.page
+share/help/C/evolution/mail-layout-changing.page
+share/help/C/evolution/mail-localized-re-subjects.page
+share/help/C/evolution/mail-moving-emails.page
+share/help/C/evolution/mail-not-sent.page
+share/help/C/evolution/mail-organizing.page
+share/help/C/evolution/mail-read-receipts.page
+share/help/C/evolution/mail-reading-keyboard-shortcuts.page
+share/help/C/evolution/mail-received-notification.page
+share/help/C/evolution/mail-receiving-options-evolution-exchange.page
+share/help/C/evolution/mail-receiving-options-exchange-ews.page
+share/help/C/evolution/mail-receiving-options-exchange-mapi.page
+share/help/C/evolution/mail-receiving-options-imap-plus.page
+share/help/C/evolution/mail-receiving-options-imap.page
+share/help/C/evolution/mail-receiving-options-local-delivery.page
+share/help/C/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/C/evolution/mail-receiving-options-mh-format-directories.page
+share/help/C/evolution/mail-receiving-options-novell-groupwise.page
+share/help/C/evolution/mail-receiving-options-pop.page
+share/help/C/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/C/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/C/evolution/mail-receiving-options-usenet-news.page
+share/help/C/evolution/mail-receiving-options.page
+share/help/C/evolution/mail-recognized-thread-related-headers.page
+share/help/C/evolution/mail-refresh-folders.page
+share/help/C/evolution/mail-save-as-pdf.page
+share/help/C/evolution/mail-search-folders-add.page
+share/help/C/evolution/mail-search-folders-conditions.page
+share/help/C/evolution/mail-search-folders-enable.page
+share/help/C/evolution/mail-search-folders-refresh.page
+share/help/C/evolution/mail-search-folders.page
+share/help/C/evolution/mail-searching-attachment-type.page
+share/help/C/evolution/mail-searching.page
+share/help/C/evolution/mail-send-and-receive-automatically.page
+share/help/C/evolution/mail-send-and-receive-manual.page
+share/help/C/evolution/mail-send-and-receive.page
+share/help/C/evolution/mail-sending-options-smtp.page
+share/help/C/evolution/mail-several-pop-accounts.page
+share/help/C/evolution/mail-sorting-message-list.page
+share/help/C/evolution/mail-spam-marking.page
+share/help/C/evolution/mail-spam-settings.page
+share/help/C/evolution/mail-spam.page
+share/help/C/evolution/mail-two-trash-folders.page
+share/help/C/evolution/mail-usenet-subscriptions.page
+share/help/C/evolution/mail-vertical-view.page
+share/help/C/evolution/mail-word-wrap.page
+share/help/C/evolution/mail-working-offline.page
+share/help/C/evolution/memos-searching.page
+share/help/C/evolution/memos-usage-add-memo.page
+share/help/C/evolution/memos-usage-delete-memo.page
+share/help/C/evolution/memos-usage-edit-memo.page
+share/help/C/evolution/memos-usage.page
+share/help/C/evolution/minimize-to-system-tray.page
+share/help/C/evolution/offline.page
+share/help/C/evolution/organizing.page
+share/help/C/evolution/problems-debug-how-to.page
+share/help/C/evolution/problems-getting-help.page
+share/help/C/evolution/problems-reporting-bugs.page
+share/help/C/evolution/searching-items.page
+share/help/C/evolution/sync-with-other-devices.page
+share/help/C/evolution/tasks-caldav.page
+share/help/C/evolution/tasks-display-settings.page
+share/help/C/evolution/tasks-local.page
+share/help/C/evolution/tasks-organizing.page
+share/help/C/evolution/tasks-searching.page
+share/help/C/evolution/tasks-usage-add-task.page
+share/help/C/evolution/tasks-usage-delete-task.page
+share/help/C/evolution/tasks-usage-edit-task.page
+share/help/C/evolution/tasks-usage.page
+share/help/C/evolution/tasks-using-several-tasklists.page
+share/help/C/evolution/tasks-webdav.page
+share/help/C/evolution/using-categories.page
+share/help/cs/evolution/backup-restore.page
+share/help/cs/evolution/calendar-alarms-and-reminders.page
+share/help/cs/evolution/calendar-caldav.page
+share/help/cs/evolution/calendar-classifications.page
+share/help/cs/evolution/calendar-free-busy.page
+share/help/cs/evolution/calendar-google.page
+share/help/cs/evolution/calendar-layout-appointment-display.page
+share/help/cs/evolution/calendar-layout-general-formatting.page
+share/help/cs/evolution/calendar-layout-views.page
+share/help/cs/evolution/calendar-layout.page
+share/help/cs/evolution/calendar-local.page
+share/help/cs/evolution/calendar-marcus-bains-line.page
+share/help/cs/evolution/calendar-meetings-delegating.page
+share/help/cs/evolution/calendar-meetings-replying-to-invitation.page
+share/help/cs/evolution/calendar-meetings-sending-invitation.page
+share/help/cs/evolution/calendar-meetings.page
+share/help/cs/evolution/calendar-organizing.page
+share/help/cs/evolution/calendar-publishing.page
+share/help/cs/evolution/calendar-recurrence.page
+share/help/cs/evolution/calendar-searching.page
+share/help/cs/evolution/calendar-sharing-information.page
+share/help/cs/evolution/calendar-timezones.page
+share/help/cs/evolution/calendar-usage-add-appointment.page
+share/help/cs/evolution/calendar-usage-delete-appointment.page
+share/help/cs/evolution/calendar-usage-edit-appointment.page
+share/help/cs/evolution/calendar-usage.page
+share/help/cs/evolution/calendar-using-several-calendars.page
+share/help/cs/evolution/calendar-weather.page
+share/help/cs/evolution/calendar-webdav.page
+share/help/cs/evolution/change-keyboard-shortcuts.page
+share/help/cs/evolution/change-switcher-appearance.page
+share/help/cs/evolution/contacts-add-automatically.page
+share/help/cs/evolution/contacts-autocompletion.page
+share/help/cs/evolution/contacts-google.page
+share/help/cs/evolution/contacts-ldap.page
+share/help/cs/evolution/contacts-libreoffice.page
+share/help/cs/evolution/contacts-local.page
+share/help/cs/evolution/contacts-organizing.page
+share/help/cs/evolution/contacts-searching.page
+share/help/cs/evolution/contacts-usage-add-contact.page
+share/help/cs/evolution/contacts-usage-delete-contact.page
+share/help/cs/evolution/contacts-usage-edit-contact.page
+share/help/cs/evolution/contacts-usage.page
+share/help/cs/evolution/contacts-using-contact-lists.page
+share/help/cs/evolution/contacts-using-several-addressbooks.page
+share/help/cs/evolution/credits.page
+share/help/cs/evolution/data-storage.page
+share/help/cs/evolution/default-browser.page
+share/help/cs/evolution/deleting-appointments.page
+share/help/cs/evolution/deleting-emails.page
+share/help/cs/evolution/deleting-to-free-disk-space.page
+share/help/cs/evolution/exchange-connectors-overview.page
+share/help/cs/evolution/exchange-placeholder.page
+share/help/cs/evolution/exporting-data-calendar.page
+share/help/cs/evolution/exporting-data-contacts.page
+share/help/cs/evolution/exporting-data-mail.page
+share/help/cs/evolution/exporting-data.page
+share/help/cs/evolution/express-mode.page
+share/help/cs/evolution/figures/color-000000.png
+share/help/cs/evolution/figures/color-204a87.png
+share/help/cs/evolution/figures/color-2e3436.png
+share/help/cs/evolution/figures/color-4e9a06.png
+share/help/cs/evolution/figures/color-5c3566.png
+share/help/cs/evolution/figures/color-8f5902.png
+share/help/cs/evolution/figures/color-a40000.png
+share/help/cs/evolution/figures/color-c4a000.png
+share/help/cs/evolution/figures/color-ce5c00.png
+share/help/cs/evolution/figures/evolutionlogo.png
+share/help/cs/evolution/figures/html-composer-insert-image.png
+share/help/cs/evolution/figures/html-composer-insert-link.png
+share/help/cs/evolution/figures/html-composer-insert-rule.png
+share/help/cs/evolution/figures/html-composer-insert-table.png
+share/help/cs/evolution/figures/minus-icon.png
+share/help/cs/evolution/figures/new-mail-notification.png
+share/help/cs/evolution/figures/new-mail-switcher.png
+share/help/cs/evolution/figures/plus-icon.png
+share/help/cs/evolution/figures/search-icon.png
+share/help/cs/evolution/figures/window-overview-layers.png
+share/help/cs/evolution/google-services.page
+share/help/cs/evolution/groupwise-placeholder.page
+share/help/cs/evolution/import-apps-mozilla.page
+share/help/cs/evolution/import-apps-outlook.page
+share/help/cs/evolution/import-data.page
+share/help/cs/evolution/import-single-files.page
+share/help/cs/evolution/import-supported-file-formats.page
+share/help/cs/evolution/index.page
+share/help/cs/evolution/intro-application.page
+share/help/cs/evolution/intro-first-run.page
+share/help/cs/evolution/intro-main-window.page
+share/help/cs/evolution/mail-access-gmail-imap-account.page
+share/help/cs/evolution/mail-access-gmail-pop-account.page
+share/help/cs/evolution/mail-account-manage-imap-plus.page
+share/help/cs/evolution/mail-account-manage-imap.page
+share/help/cs/evolution/mail-account-manage-local-delivery.page
+share/help/cs/evolution/mail-account-manage-maildir-format-directories.page
+share/help/cs/evolution/mail-account-manage-mh-format-directories.page
+share/help/cs/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/cs/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/cs/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/cs/evolution/mail-account-manage-microsoft-exchange.page
+share/help/cs/evolution/mail-account-manage-novell-groupwise.page
+share/help/cs/evolution/mail-account-manage-pop.page
+share/help/cs/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/cs/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/cs/evolution/mail-account-manage-usenet-news.page
+share/help/cs/evolution/mail-account-management.page
+share/help/cs/evolution/mail-attachments-received.page
+share/help/cs/evolution/mail-attachments-sending.page
+share/help/cs/evolution/mail-attachments.page
+share/help/cs/evolution/mail-calendar-sending-invitations.page
+share/help/cs/evolution/mail-cannot-see.page
+share/help/cs/evolution/mail-change-columns-in-message-list.page
+share/help/cs/evolution/mail-change-time-format.page
+share/help/cs/evolution/mail-composer-change-quotation-string.page
+share/help/cs/evolution/mail-composer-custom-header-lines.page
+share/help/cs/evolution/mail-composer-enable-html-format.page
+share/help/cs/evolution/mail-composer-forward-as-attachment.page
+share/help/cs/evolution/mail-composer-forward.page
+share/help/cs/evolution/mail-composer-html-image.page
+share/help/cs/evolution/mail-composer-html-link.page
+share/help/cs/evolution/mail-composer-html-rule.page
+share/help/cs/evolution/mail-composer-html-table.page
+share/help/cs/evolution/mail-composer-html-text.page
+share/help/cs/evolution/mail-composer-html.page
+share/help/cs/evolution/mail-composer-mail-signatures-manage.page
+share/help/cs/evolution/mail-composer-mail-signatures-per-account.page
+share/help/cs/evolution/mail-composer-mail-signatures.page
+share/help/cs/evolution/mail-composer-message-templates-reply.page
+share/help/cs/evolution/mail-composer-message-templates-save.page
+share/help/cs/evolution/mail-composer-message-templates-variables.page
+share/help/cs/evolution/mail-composer-message-templates.page
+share/help/cs/evolution/mail-composer-plain-text.page
+share/help/cs/evolution/mail-composer-priority.page
+share/help/cs/evolution/mail-composer-reply.page
+share/help/cs/evolution/mail-composer-search.page
+share/help/cs/evolution/mail-composer-several-recipients.page
+share/help/cs/evolution/mail-composer-spellcheck.page
+share/help/cs/evolution/mail-composer-write-new-message.page
+share/help/cs/evolution/mail-default-CC-and-BCC.page
+share/help/cs/evolution/mail-default-folder-locations.page
+share/help/cs/evolution/mail-delete-and-undelete.page
+share/help/cs/evolution/mail-display-message-source.page
+share/help/cs/evolution/mail-displaying-character-encodings.page
+share/help/cs/evolution/mail-displaying-collapsible-headers.page
+share/help/cs/evolution/mail-displaying-images-in-html.page
+share/help/cs/evolution/mail-displaying-message.page
+share/help/cs/evolution/mail-displaying-no-css.page
+share/help/cs/evolution/mail-displaying-sender-photograph.page
+share/help/cs/evolution/mail-duplicates.page
+share/help/cs/evolution/mail-encryption-gpg-create-key.page
+share/help/cs/evolution/mail-encryption-gpg-decrypting.page
+share/help/cs/evolution/mail-encryption-gpg-getting-keys.page
+share/help/cs/evolution/mail-encryption-gpg-set-up.page
+share/help/cs/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/cs/evolution/mail-encryption-s-mime-manage.page
+share/help/cs/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/cs/evolution/mail-encryption.page
+share/help/cs/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/cs/evolution/mail-error-no-provider-available.page
+share/help/cs/evolution/mail-filters-actions.page
+share/help/cs/evolution/mail-filters-conditions.page
+share/help/cs/evolution/mail-filters-not-working.page
+share/help/cs/evolution/mail-filters.page
+share/help/cs/evolution/mail-folders.page
+share/help/cs/evolution/mail-follow-up-flag.page
+share/help/cs/evolution/mail-imap-headers.page
+share/help/cs/evolution/mail-imap-subscriptions.page
+share/help/cs/evolution/mail-labels.page
+share/help/cs/evolution/mail-layout-changing.page
+share/help/cs/evolution/mail-localized-re-subjects.page
+share/help/cs/evolution/mail-moving-emails.page
+share/help/cs/evolution/mail-not-sent.page
+share/help/cs/evolution/mail-organizing.page
+share/help/cs/evolution/mail-read-receipts.page
+share/help/cs/evolution/mail-reading-keyboard-shortcuts.page
+share/help/cs/evolution/mail-received-notification.page
+share/help/cs/evolution/mail-receiving-options-evolution-exchange.page
+share/help/cs/evolution/mail-receiving-options-exchange-ews.page
+share/help/cs/evolution/mail-receiving-options-exchange-mapi.page
+share/help/cs/evolution/mail-receiving-options-imap-plus.page
+share/help/cs/evolution/mail-receiving-options-imap.page
+share/help/cs/evolution/mail-receiving-options-local-delivery.page
+share/help/cs/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/cs/evolution/mail-receiving-options-mh-format-directories.page
+share/help/cs/evolution/mail-receiving-options-novell-groupwise.page
+share/help/cs/evolution/mail-receiving-options-pop.page
+share/help/cs/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/cs/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/cs/evolution/mail-receiving-options-usenet-news.page
+share/help/cs/evolution/mail-receiving-options.page
+share/help/cs/evolution/mail-recognized-thread-related-headers.page
+share/help/cs/evolution/mail-refresh-folders.page
+share/help/cs/evolution/mail-save-as-pdf.page
+share/help/cs/evolution/mail-search-folders-add.page
+share/help/cs/evolution/mail-search-folders-conditions.page
+share/help/cs/evolution/mail-search-folders-enable.page
+share/help/cs/evolution/mail-search-folders-refresh.page
+share/help/cs/evolution/mail-search-folders.page
+share/help/cs/evolution/mail-searching-attachment-type.page
+share/help/cs/evolution/mail-searching.page
+share/help/cs/evolution/mail-send-and-receive-automatically.page
+share/help/cs/evolution/mail-send-and-receive-manual.page
+share/help/cs/evolution/mail-send-and-receive.page
+share/help/cs/evolution/mail-sending-options-smtp.page
+share/help/cs/evolution/mail-several-pop-accounts.page
+share/help/cs/evolution/mail-sorting-message-list.page
+share/help/cs/evolution/mail-spam-marking.page
+share/help/cs/evolution/mail-spam-settings.page
+share/help/cs/evolution/mail-spam.page
+share/help/cs/evolution/mail-two-trash-folders.page
+share/help/cs/evolution/mail-usenet-subscriptions.page
+share/help/cs/evolution/mail-vertical-view.page
+share/help/cs/evolution/mail-word-wrap.page
+share/help/cs/evolution/mail-working-offline.page
+share/help/cs/evolution/memos-searching.page
+share/help/cs/evolution/memos-usage-add-memo.page
+share/help/cs/evolution/memos-usage-delete-memo.page
+share/help/cs/evolution/memos-usage-edit-memo.page
+share/help/cs/evolution/memos-usage.page
+share/help/cs/evolution/minimize-to-system-tray.page
+share/help/cs/evolution/offline.page
+share/help/cs/evolution/organizing.page
+share/help/cs/evolution/problems-debug-how-to.page
+share/help/cs/evolution/problems-getting-help.page
+share/help/cs/evolution/problems-reporting-bugs.page
+share/help/cs/evolution/searching-items.page
+share/help/cs/evolution/sync-with-other-devices.page
+share/help/cs/evolution/tasks-caldav.page
+share/help/cs/evolution/tasks-display-settings.page
+share/help/cs/evolution/tasks-local.page
+share/help/cs/evolution/tasks-organizing.page
+share/help/cs/evolution/tasks-searching.page
+share/help/cs/evolution/tasks-usage-add-task.page
+share/help/cs/evolution/tasks-usage-delete-task.page
+share/help/cs/evolution/tasks-usage-edit-task.page
+share/help/cs/evolution/tasks-usage.page
+share/help/cs/evolution/tasks-using-several-tasklists.page
+share/help/cs/evolution/tasks-webdav.page
+share/help/cs/evolution/using-categories.page
+share/help/de/evolution/backup-restore.page
+share/help/de/evolution/calendar-alarms-and-reminders.page
+share/help/de/evolution/calendar-caldav.page
+share/help/de/evolution/calendar-classifications.page
+share/help/de/evolution/calendar-free-busy.page
+share/help/de/evolution/calendar-google.page
+share/help/de/evolution/calendar-layout-appointment-display.page
+share/help/de/evolution/calendar-layout-general-formatting.page
+share/help/de/evolution/calendar-layout-views.page
+share/help/de/evolution/calendar-layout.page
+share/help/de/evolution/calendar-local.page
+share/help/de/evolution/calendar-marcus-bains-line.page
+share/help/de/evolution/calendar-meetings-delegating.page
+share/help/de/evolution/calendar-meetings-replying-to-invitation.page
+share/help/de/evolution/calendar-meetings-sending-invitation.page
+share/help/de/evolution/calendar-meetings.page
+share/help/de/evolution/calendar-organizing.page
+share/help/de/evolution/calendar-publishing.page
+share/help/de/evolution/calendar-recurrence.page
+share/help/de/evolution/calendar-searching.page
+share/help/de/evolution/calendar-sharing-information.page
+share/help/de/evolution/calendar-timezones.page
+share/help/de/evolution/calendar-usage-add-appointment.page
+share/help/de/evolution/calendar-usage-delete-appointment.page
+share/help/de/evolution/calendar-usage-edit-appointment.page
+share/help/de/evolution/calendar-usage.page
+share/help/de/evolution/calendar-using-several-calendars.page
+share/help/de/evolution/calendar-weather.page
+share/help/de/evolution/calendar-webdav.page
+share/help/de/evolution/change-keyboard-shortcuts.page
+share/help/de/evolution/change-switcher-appearance.page
+share/help/de/evolution/contacts-add-automatically.page
+share/help/de/evolution/contacts-autocompletion.page
+share/help/de/evolution/contacts-google.page
+share/help/de/evolution/contacts-ldap.page
+share/help/de/evolution/contacts-libreoffice.page
+share/help/de/evolution/contacts-local.page
+share/help/de/evolution/contacts-organizing.page
+share/help/de/evolution/contacts-searching.page
+share/help/de/evolution/contacts-usage-add-contact.page
+share/help/de/evolution/contacts-usage-delete-contact.page
+share/help/de/evolution/contacts-usage-edit-contact.page
+share/help/de/evolution/contacts-usage.page
+share/help/de/evolution/contacts-using-contact-lists.page
+share/help/de/evolution/contacts-using-several-addressbooks.page
+share/help/de/evolution/credits.page
+share/help/de/evolution/data-storage.page
+share/help/de/evolution/default-browser.page
+share/help/de/evolution/deleting-appointments.page
+share/help/de/evolution/deleting-emails.page
+share/help/de/evolution/deleting-to-free-disk-space.page
+share/help/de/evolution/exchange-connectors-overview.page
+share/help/de/evolution/exchange-placeholder.page
+share/help/de/evolution/exporting-data-calendar.page
+share/help/de/evolution/exporting-data-contacts.page
+share/help/de/evolution/exporting-data-mail.page
+share/help/de/evolution/exporting-data.page
+share/help/de/evolution/express-mode.page
+share/help/de/evolution/figures/color-000000.png
+share/help/de/evolution/figures/color-204a87.png
+share/help/de/evolution/figures/color-2e3436.png
+share/help/de/evolution/figures/color-4e9a06.png
+share/help/de/evolution/figures/color-5c3566.png
+share/help/de/evolution/figures/color-8f5902.png
+share/help/de/evolution/figures/color-a40000.png
+share/help/de/evolution/figures/color-c4a000.png
+share/help/de/evolution/figures/color-ce5c00.png
+share/help/de/evolution/figures/evolutionlogo.png
+share/help/de/evolution/figures/html-composer-insert-image.png
+share/help/de/evolution/figures/html-composer-insert-link.png
+share/help/de/evolution/figures/html-composer-insert-rule.png
+share/help/de/evolution/figures/html-composer-insert-table.png
+share/help/de/evolution/figures/minus-icon.png
+share/help/de/evolution/figures/new-mail-notification.png
+share/help/de/evolution/figures/new-mail-switcher.png
+share/help/de/evolution/figures/plus-icon.png
+share/help/de/evolution/figures/search-icon.png
+share/help/de/evolution/figures/window-overview-layers.png
+share/help/de/evolution/google-services.page
+share/help/de/evolution/groupwise-placeholder.page
+share/help/de/evolution/import-apps-mozilla.page
+share/help/de/evolution/import-apps-outlook.page
+share/help/de/evolution/import-data.page
+share/help/de/evolution/import-single-files.page
+share/help/de/evolution/import-supported-file-formats.page
+share/help/de/evolution/index.page
+share/help/de/evolution/intro-application.page
+share/help/de/evolution/intro-first-run.page
+share/help/de/evolution/intro-main-window.page
+share/help/de/evolution/mail-access-gmail-imap-account.page
+share/help/de/evolution/mail-access-gmail-pop-account.page
+share/help/de/evolution/mail-account-manage-imap-plus.page
+share/help/de/evolution/mail-account-manage-imap.page
+share/help/de/evolution/mail-account-manage-local-delivery.page
+share/help/de/evolution/mail-account-manage-maildir-format-directories.page
+share/help/de/evolution/mail-account-manage-mh-format-directories.page
+share/help/de/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/de/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/de/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/de/evolution/mail-account-manage-microsoft-exchange.page
+share/help/de/evolution/mail-account-manage-novell-groupwise.page
+share/help/de/evolution/mail-account-manage-pop.page
+share/help/de/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/de/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/de/evolution/mail-account-manage-usenet-news.page
+share/help/de/evolution/mail-account-management.page
+share/help/de/evolution/mail-attachments-received.page
+share/help/de/evolution/mail-attachments-sending.page
+share/help/de/evolution/mail-attachments.page
+share/help/de/evolution/mail-calendar-sending-invitations.page
+share/help/de/evolution/mail-cannot-see.page
+share/help/de/evolution/mail-change-columns-in-message-list.page
+share/help/de/evolution/mail-change-time-format.page
+share/help/de/evolution/mail-composer-change-quotation-string.page
+share/help/de/evolution/mail-composer-custom-header-lines.page
+share/help/de/evolution/mail-composer-enable-html-format.page
+share/help/de/evolution/mail-composer-forward-as-attachment.page
+share/help/de/evolution/mail-composer-forward.page
+share/help/de/evolution/mail-composer-html-image.page
+share/help/de/evolution/mail-composer-html-link.page
+share/help/de/evolution/mail-composer-html-rule.page
+share/help/de/evolution/mail-composer-html-table.page
+share/help/de/evolution/mail-composer-html-text.page
+share/help/de/evolution/mail-composer-html.page
+share/help/de/evolution/mail-composer-mail-signatures-manage.page
+share/help/de/evolution/mail-composer-mail-signatures-per-account.page
+share/help/de/evolution/mail-composer-mail-signatures.page
+share/help/de/evolution/mail-composer-message-templates-reply.page
+share/help/de/evolution/mail-composer-message-templates-save.page
+share/help/de/evolution/mail-composer-message-templates-variables.page
+share/help/de/evolution/mail-composer-message-templates.page
+share/help/de/evolution/mail-composer-plain-text.page
+share/help/de/evolution/mail-composer-priority.page
+share/help/de/evolution/mail-composer-reply.page
+share/help/de/evolution/mail-composer-search.page
+share/help/de/evolution/mail-composer-several-recipients.page
+share/help/de/evolution/mail-composer-spellcheck.page
+share/help/de/evolution/mail-composer-write-new-message.page
+share/help/de/evolution/mail-default-CC-and-BCC.page
+share/help/de/evolution/mail-default-folder-locations.page
+share/help/de/evolution/mail-delete-and-undelete.page
+share/help/de/evolution/mail-display-message-source.page
+share/help/de/evolution/mail-displaying-character-encodings.page
+share/help/de/evolution/mail-displaying-collapsible-headers.page
+share/help/de/evolution/mail-displaying-images-in-html.page
+share/help/de/evolution/mail-displaying-message.page
+share/help/de/evolution/mail-displaying-no-css.page
+share/help/de/evolution/mail-displaying-sender-photograph.page
+share/help/de/evolution/mail-duplicates.page
+share/help/de/evolution/mail-encryption-gpg-create-key.page
+share/help/de/evolution/mail-encryption-gpg-decrypting.page
+share/help/de/evolution/mail-encryption-gpg-getting-keys.page
+share/help/de/evolution/mail-encryption-gpg-set-up.page
+share/help/de/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/de/evolution/mail-encryption-s-mime-manage.page
+share/help/de/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/de/evolution/mail-encryption.page
+share/help/de/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/de/evolution/mail-error-no-provider-available.page
+share/help/de/evolution/mail-filters-actions.page
+share/help/de/evolution/mail-filters-conditions.page
+share/help/de/evolution/mail-filters-not-working.page
+share/help/de/evolution/mail-filters.page
+share/help/de/evolution/mail-folders.page
+share/help/de/evolution/mail-follow-up-flag.page
+share/help/de/evolution/mail-imap-headers.page
+share/help/de/evolution/mail-imap-subscriptions.page
+share/help/de/evolution/mail-labels.page
+share/help/de/evolution/mail-layout-changing.page
+share/help/de/evolution/mail-localized-re-subjects.page
+share/help/de/evolution/mail-moving-emails.page
+share/help/de/evolution/mail-not-sent.page
+share/help/de/evolution/mail-organizing.page
+share/help/de/evolution/mail-read-receipts.page
+share/help/de/evolution/mail-reading-keyboard-shortcuts.page
+share/help/de/evolution/mail-received-notification.page
+share/help/de/evolution/mail-receiving-options-evolution-exchange.page
+share/help/de/evolution/mail-receiving-options-exchange-ews.page
+share/help/de/evolution/mail-receiving-options-exchange-mapi.page
+share/help/de/evolution/mail-receiving-options-imap-plus.page
+share/help/de/evolution/mail-receiving-options-imap.page
+share/help/de/evolution/mail-receiving-options-local-delivery.page
+share/help/de/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/de/evolution/mail-receiving-options-mh-format-directories.page
+share/help/de/evolution/mail-receiving-options-novell-groupwise.page
+share/help/de/evolution/mail-receiving-options-pop.page
+share/help/de/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/de/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/de/evolution/mail-receiving-options-usenet-news.page
+share/help/de/evolution/mail-receiving-options.page
+share/help/de/evolution/mail-recognized-thread-related-headers.page
+share/help/de/evolution/mail-refresh-folders.page
+share/help/de/evolution/mail-save-as-pdf.page
+share/help/de/evolution/mail-search-folders-add.page
+share/help/de/evolution/mail-search-folders-conditions.page
+share/help/de/evolution/mail-search-folders-enable.page
+share/help/de/evolution/mail-search-folders-refresh.page
+share/help/de/evolution/mail-search-folders.page
+share/help/de/evolution/mail-searching-attachment-type.page
+share/help/de/evolution/mail-searching.page
+share/help/de/evolution/mail-send-and-receive-automatically.page
+share/help/de/evolution/mail-send-and-receive-manual.page
+share/help/de/evolution/mail-send-and-receive.page
+share/help/de/evolution/mail-sending-options-smtp.page
+share/help/de/evolution/mail-several-pop-accounts.page
+share/help/de/evolution/mail-sorting-message-list.page
+share/help/de/evolution/mail-spam-marking.page
+share/help/de/evolution/mail-spam-settings.page
+share/help/de/evolution/mail-spam.page
+share/help/de/evolution/mail-two-trash-folders.page
+share/help/de/evolution/mail-usenet-subscriptions.page
+share/help/de/evolution/mail-vertical-view.page
+share/help/de/evolution/mail-word-wrap.page
+share/help/de/evolution/mail-working-offline.page
+share/help/de/evolution/memos-searching.page
+share/help/de/evolution/memos-usage-add-memo.page
+share/help/de/evolution/memos-usage-delete-memo.page
+share/help/de/evolution/memos-usage-edit-memo.page
+share/help/de/evolution/memos-usage.page
+share/help/de/evolution/minimize-to-system-tray.page
+share/help/de/evolution/offline.page
+share/help/de/evolution/organizing.page
+share/help/de/evolution/problems-debug-how-to.page
+share/help/de/evolution/problems-getting-help.page
+share/help/de/evolution/problems-reporting-bugs.page
+share/help/de/evolution/searching-items.page
+share/help/de/evolution/sync-with-other-devices.page
+share/help/de/evolution/tasks-caldav.page
+share/help/de/evolution/tasks-display-settings.page
+share/help/de/evolution/tasks-local.page
+share/help/de/evolution/tasks-organizing.page
+share/help/de/evolution/tasks-searching.page
+share/help/de/evolution/tasks-usage-add-task.page
+share/help/de/evolution/tasks-usage-delete-task.page
+share/help/de/evolution/tasks-usage-edit-task.page
+share/help/de/evolution/tasks-usage.page
+share/help/de/evolution/tasks-using-several-tasklists.page
+share/help/de/evolution/tasks-webdav.page
+share/help/de/evolution/using-categories.page
+share/help/el/evolution/backup-restore.page
+share/help/el/evolution/calendar-alarms-and-reminders.page
+share/help/el/evolution/calendar-caldav.page
+share/help/el/evolution/calendar-classifications.page
+share/help/el/evolution/calendar-free-busy.page
+share/help/el/evolution/calendar-google.page
+share/help/el/evolution/calendar-layout-appointment-display.page
+share/help/el/evolution/calendar-layout-general-formatting.page
+share/help/el/evolution/calendar-layout-views.page
+share/help/el/evolution/calendar-layout.page
+share/help/el/evolution/calendar-local.page
+share/help/el/evolution/calendar-marcus-bains-line.page
+share/help/el/evolution/calendar-meetings-delegating.page
+share/help/el/evolution/calendar-meetings-replying-to-invitation.page
+share/help/el/evolution/calendar-meetings-sending-invitation.page
+share/help/el/evolution/calendar-meetings.page
+share/help/el/evolution/calendar-organizing.page
+share/help/el/evolution/calendar-publishing.page
+share/help/el/evolution/calendar-recurrence.page
+share/help/el/evolution/calendar-searching.page
+share/help/el/evolution/calendar-sharing-information.page
+share/help/el/evolution/calendar-timezones.page
+share/help/el/evolution/calendar-usage-add-appointment.page
+share/help/el/evolution/calendar-usage-delete-appointment.page
+share/help/el/evolution/calendar-usage-edit-appointment.page
+share/help/el/evolution/calendar-usage.page
+share/help/el/evolution/calendar-using-several-calendars.page
+share/help/el/evolution/calendar-weather.page
+share/help/el/evolution/calendar-webdav.page
+share/help/el/evolution/change-keyboard-shortcuts.page
+share/help/el/evolution/change-switcher-appearance.page
+share/help/el/evolution/contacts-add-automatically.page
+share/help/el/evolution/contacts-autocompletion.page
+share/help/el/evolution/contacts-google.page
+share/help/el/evolution/contacts-ldap.page
+share/help/el/evolution/contacts-libreoffice.page
+share/help/el/evolution/contacts-local.page
+share/help/el/evolution/contacts-organizing.page
+share/help/el/evolution/contacts-searching.page
+share/help/el/evolution/contacts-usage-add-contact.page
+share/help/el/evolution/contacts-usage-delete-contact.page
+share/help/el/evolution/contacts-usage-edit-contact.page
+share/help/el/evolution/contacts-usage.page
+share/help/el/evolution/contacts-using-contact-lists.page
+share/help/el/evolution/contacts-using-several-addressbooks.page
+share/help/el/evolution/credits.page
+share/help/el/evolution/data-storage.page
+share/help/el/evolution/default-browser.page
+share/help/el/evolution/deleting-appointments.page
+share/help/el/evolution/deleting-emails.page
+share/help/el/evolution/deleting-to-free-disk-space.page
+share/help/el/evolution/exchange-connectors-overview.page
+share/help/el/evolution/exchange-placeholder.page
+share/help/el/evolution/exporting-data-calendar.page
+share/help/el/evolution/exporting-data-contacts.page
+share/help/el/evolution/exporting-data-mail.page
+share/help/el/evolution/exporting-data.page
+share/help/el/evolution/express-mode.page
+share/help/el/evolution/figures/color-000000.png
+share/help/el/evolution/figures/color-204a87.png
+share/help/el/evolution/figures/color-2e3436.png
+share/help/el/evolution/figures/color-4e9a06.png
+share/help/el/evolution/figures/color-5c3566.png
+share/help/el/evolution/figures/color-8f5902.png
+share/help/el/evolution/figures/color-a40000.png
+share/help/el/evolution/figures/color-c4a000.png
+share/help/el/evolution/figures/color-ce5c00.png
+share/help/el/evolution/figures/evolutionlogo.png
+share/help/el/evolution/figures/html-composer-insert-image.png
+share/help/el/evolution/figures/html-composer-insert-link.png
+share/help/el/evolution/figures/html-composer-insert-rule.png
+share/help/el/evolution/figures/html-composer-insert-table.png
+share/help/el/evolution/figures/minus-icon.png
+share/help/el/evolution/figures/new-mail-notification.png
+share/help/el/evolution/figures/new-mail-switcher.png
+share/help/el/evolution/figures/plus-icon.png
+share/help/el/evolution/figures/search-icon.png
+share/help/el/evolution/figures/window-overview-layers.png
+share/help/el/evolution/google-services.page
+share/help/el/evolution/groupwise-placeholder.page
+share/help/el/evolution/import-apps-mozilla.page
+share/help/el/evolution/import-apps-outlook.page
+share/help/el/evolution/import-data.page
+share/help/el/evolution/import-single-files.page
+share/help/el/evolution/import-supported-file-formats.page
+share/help/el/evolution/index.page
+share/help/el/evolution/intro-application.page
+share/help/el/evolution/intro-first-run.page
+share/help/el/evolution/intro-main-window.page
+share/help/el/evolution/mail-access-gmail-imap-account.page
+share/help/el/evolution/mail-access-gmail-pop-account.page
+share/help/el/evolution/mail-account-manage-imap-plus.page
+share/help/el/evolution/mail-account-manage-imap.page
+share/help/el/evolution/mail-account-manage-local-delivery.page
+share/help/el/evolution/mail-account-manage-maildir-format-directories.page
+share/help/el/evolution/mail-account-manage-mh-format-directories.page
+share/help/el/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/el/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/el/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/el/evolution/mail-account-manage-microsoft-exchange.page
+share/help/el/evolution/mail-account-manage-novell-groupwise.page
+share/help/el/evolution/mail-account-manage-pop.page
+share/help/el/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/el/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/el/evolution/mail-account-manage-usenet-news.page
+share/help/el/evolution/mail-account-management.page
+share/help/el/evolution/mail-attachments-received.page
+share/help/el/evolution/mail-attachments-sending.page
+share/help/el/evolution/mail-attachments.page
+share/help/el/evolution/mail-calendar-sending-invitations.page
+share/help/el/evolution/mail-cannot-see.page
+share/help/el/evolution/mail-change-columns-in-message-list.page
+share/help/el/evolution/mail-change-time-format.page
+share/help/el/evolution/mail-composer-change-quotation-string.page
+share/help/el/evolution/mail-composer-custom-header-lines.page
+share/help/el/evolution/mail-composer-enable-html-format.page
+share/help/el/evolution/mail-composer-forward-as-attachment.page
+share/help/el/evolution/mail-composer-forward.page
+share/help/el/evolution/mail-composer-html-image.page
+share/help/el/evolution/mail-composer-html-link.page
+share/help/el/evolution/mail-composer-html-rule.page
+share/help/el/evolution/mail-composer-html-table.page
+share/help/el/evolution/mail-composer-html-text.page
+share/help/el/evolution/mail-composer-html.page
+share/help/el/evolution/mail-composer-mail-signatures-manage.page
+share/help/el/evolution/mail-composer-mail-signatures-per-account.page
+share/help/el/evolution/mail-composer-mail-signatures.page
+share/help/el/evolution/mail-composer-message-templates-reply.page
+share/help/el/evolution/mail-composer-message-templates-save.page
+share/help/el/evolution/mail-composer-message-templates-variables.page
+share/help/el/evolution/mail-composer-message-templates.page
+share/help/el/evolution/mail-composer-plain-text.page
+share/help/el/evolution/mail-composer-priority.page
+share/help/el/evolution/mail-composer-reply.page
+share/help/el/evolution/mail-composer-search.page
+share/help/el/evolution/mail-composer-several-recipients.page
+share/help/el/evolution/mail-composer-spellcheck.page
+share/help/el/evolution/mail-composer-write-new-message.page
+share/help/el/evolution/mail-default-CC-and-BCC.page
+share/help/el/evolution/mail-default-folder-locations.page
+share/help/el/evolution/mail-delete-and-undelete.page
+share/help/el/evolution/mail-display-message-source.page
+share/help/el/evolution/mail-displaying-character-encodings.page
+share/help/el/evolution/mail-displaying-collapsible-headers.page
+share/help/el/evolution/mail-displaying-images-in-html.page
+share/help/el/evolution/mail-displaying-message.page
+share/help/el/evolution/mail-displaying-no-css.page
+share/help/el/evolution/mail-displaying-sender-photograph.page
+share/help/el/evolution/mail-duplicates.page
+share/help/el/evolution/mail-encryption-gpg-create-key.page
+share/help/el/evolution/mail-encryption-gpg-decrypting.page
+share/help/el/evolution/mail-encryption-gpg-getting-keys.page
+share/help/el/evolution/mail-encryption-gpg-set-up.page
+share/help/el/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/el/evolution/mail-encryption-s-mime-manage.page
+share/help/el/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/el/evolution/mail-encryption.page
+share/help/el/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/el/evolution/mail-error-no-provider-available.page
+share/help/el/evolution/mail-filters-actions.page
+share/help/el/evolution/mail-filters-conditions.page
+share/help/el/evolution/mail-filters-not-working.page
+share/help/el/evolution/mail-filters.page
+share/help/el/evolution/mail-folders.page
+share/help/el/evolution/mail-follow-up-flag.page
+share/help/el/evolution/mail-imap-headers.page
+share/help/el/evolution/mail-imap-subscriptions.page
+share/help/el/evolution/mail-labels.page
+share/help/el/evolution/mail-layout-changing.page
+share/help/el/evolution/mail-localized-re-subjects.page
+share/help/el/evolution/mail-moving-emails.page
+share/help/el/evolution/mail-not-sent.page
+share/help/el/evolution/mail-organizing.page
+share/help/el/evolution/mail-read-receipts.page
+share/help/el/evolution/mail-reading-keyboard-shortcuts.page
+share/help/el/evolution/mail-received-notification.page
+share/help/el/evolution/mail-receiving-options-evolution-exchange.page
+share/help/el/evolution/mail-receiving-options-exchange-ews.page
+share/help/el/evolution/mail-receiving-options-exchange-mapi.page
+share/help/el/evolution/mail-receiving-options-imap-plus.page
+share/help/el/evolution/mail-receiving-options-imap.page
+share/help/el/evolution/mail-receiving-options-local-delivery.page
+share/help/el/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/el/evolution/mail-receiving-options-mh-format-directories.page
+share/help/el/evolution/mail-receiving-options-novell-groupwise.page
+share/help/el/evolution/mail-receiving-options-pop.page
+share/help/el/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/el/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/el/evolution/mail-receiving-options-usenet-news.page
+share/help/el/evolution/mail-receiving-options.page
+share/help/el/evolution/mail-recognized-thread-related-headers.page
+share/help/el/evolution/mail-refresh-folders.page
+share/help/el/evolution/mail-save-as-pdf.page
+share/help/el/evolution/mail-search-folders-add.page
+share/help/el/evolution/mail-search-folders-conditions.page
+share/help/el/evolution/mail-search-folders-enable.page
+share/help/el/evolution/mail-search-folders-refresh.page
+share/help/el/evolution/mail-search-folders.page
+share/help/el/evolution/mail-searching-attachment-type.page
+share/help/el/evolution/mail-searching.page
+share/help/el/evolution/mail-send-and-receive-automatically.page
+share/help/el/evolution/mail-send-and-receive-manual.page
+share/help/el/evolution/mail-send-and-receive.page
+share/help/el/evolution/mail-sending-options-smtp.page
+share/help/el/evolution/mail-several-pop-accounts.page
+share/help/el/evolution/mail-sorting-message-list.page
+share/help/el/evolution/mail-spam-marking.page
+share/help/el/evolution/mail-spam-settings.page
+share/help/el/evolution/mail-spam.page
+share/help/el/evolution/mail-two-trash-folders.page
+share/help/el/evolution/mail-usenet-subscriptions.page
+share/help/el/evolution/mail-vertical-view.page
+share/help/el/evolution/mail-word-wrap.page
+share/help/el/evolution/mail-working-offline.page
+share/help/el/evolution/memos-searching.page
+share/help/el/evolution/memos-usage-add-memo.page
+share/help/el/evolution/memos-usage-delete-memo.page
+share/help/el/evolution/memos-usage-edit-memo.page
+share/help/el/evolution/memos-usage.page
+share/help/el/evolution/minimize-to-system-tray.page
+share/help/el/evolution/offline.page
+share/help/el/evolution/organizing.page
+share/help/el/evolution/problems-debug-how-to.page
+share/help/el/evolution/problems-getting-help.page
+share/help/el/evolution/problems-reporting-bugs.page
+share/help/el/evolution/searching-items.page
+share/help/el/evolution/sync-with-other-devices.page
+share/help/el/evolution/tasks-caldav.page
+share/help/el/evolution/tasks-display-settings.page
+share/help/el/evolution/tasks-local.page
+share/help/el/evolution/tasks-organizing.page
+share/help/el/evolution/tasks-searching.page
+share/help/el/evolution/tasks-usage-add-task.page
+share/help/el/evolution/tasks-usage-delete-task.page
+share/help/el/evolution/tasks-usage-edit-task.page
+share/help/el/evolution/tasks-usage.page
+share/help/el/evolution/tasks-using-several-tasklists.page
+share/help/el/evolution/tasks-webdav.page
+share/help/el/evolution/using-categories.page
+share/help/en_GB/evolution/backup-restore.page
+share/help/en_GB/evolution/calendar-alarms-and-reminders.page
+share/help/en_GB/evolution/calendar-caldav.page
+share/help/en_GB/evolution/calendar-classifications.page
+share/help/en_GB/evolution/calendar-free-busy.page
+share/help/en_GB/evolution/calendar-google.page
+share/help/en_GB/evolution/calendar-layout-appointment-display.page
+share/help/en_GB/evolution/calendar-layout-general-formatting.page
+share/help/en_GB/evolution/calendar-layout-views.page
+share/help/en_GB/evolution/calendar-layout.page
+share/help/en_GB/evolution/calendar-local.page
+share/help/en_GB/evolution/calendar-marcus-bains-line.page
+share/help/en_GB/evolution/calendar-meetings-delegating.page
+share/help/en_GB/evolution/calendar-meetings-replying-to-invitation.page
+share/help/en_GB/evolution/calendar-meetings-sending-invitation.page
+share/help/en_GB/evolution/calendar-meetings.page
+share/help/en_GB/evolution/calendar-organizing.page
+share/help/en_GB/evolution/calendar-publishing.page
+share/help/en_GB/evolution/calendar-recurrence.page
+share/help/en_GB/evolution/calendar-searching.page
+share/help/en_GB/evolution/calendar-sharing-information.page
+share/help/en_GB/evolution/calendar-timezones.page
+share/help/en_GB/evolution/calendar-usage-add-appointment.page
+share/help/en_GB/evolution/calendar-usage-delete-appointment.page
+share/help/en_GB/evolution/calendar-usage-edit-appointment.page
+share/help/en_GB/evolution/calendar-usage.page
+share/help/en_GB/evolution/calendar-using-several-calendars.page
+share/help/en_GB/evolution/calendar-weather.page
+share/help/en_GB/evolution/calendar-webdav.page
+share/help/en_GB/evolution/change-keyboard-shortcuts.page
+share/help/en_GB/evolution/change-switcher-appearance.page
+share/help/en_GB/evolution/contacts-add-automatically.page
+share/help/en_GB/evolution/contacts-autocompletion.page
+share/help/en_GB/evolution/contacts-google.page
+share/help/en_GB/evolution/contacts-ldap.page
+share/help/en_GB/evolution/contacts-libreoffice.page
+share/help/en_GB/evolution/contacts-local.page
+share/help/en_GB/evolution/contacts-organizing.page
+share/help/en_GB/evolution/contacts-searching.page
+share/help/en_GB/evolution/contacts-usage-add-contact.page
+share/help/en_GB/evolution/contacts-usage-delete-contact.page
+share/help/en_GB/evolution/contacts-usage-edit-contact.page
+share/help/en_GB/evolution/contacts-usage.page
+share/help/en_GB/evolution/contacts-using-contact-lists.page
+share/help/en_GB/evolution/contacts-using-several-addressbooks.page
+share/help/en_GB/evolution/credits.page
+share/help/en_GB/evolution/data-storage.page
+share/help/en_GB/evolution/default-browser.page
+share/help/en_GB/evolution/deleting-appointments.page
+share/help/en_GB/evolution/deleting-emails.page
+share/help/en_GB/evolution/deleting-to-free-disk-space.page
+share/help/en_GB/evolution/exchange-connectors-overview.page
+share/help/en_GB/evolution/exchange-placeholder.page
+share/help/en_GB/evolution/exporting-data-calendar.page
+share/help/en_GB/evolution/exporting-data-contacts.page
+share/help/en_GB/evolution/exporting-data-mail.page
+share/help/en_GB/evolution/exporting-data.page
+share/help/en_GB/evolution/express-mode.page
+share/help/en_GB/evolution/figures/color-000000.png
+share/help/en_GB/evolution/figures/color-204a87.png
+share/help/en_GB/evolution/figures/color-2e3436.png
+share/help/en_GB/evolution/figures/color-4e9a06.png
+share/help/en_GB/evolution/figures/color-5c3566.png
+share/help/en_GB/evolution/figures/color-8f5902.png
+share/help/en_GB/evolution/figures/color-a40000.png
+share/help/en_GB/evolution/figures/color-c4a000.png
+share/help/en_GB/evolution/figures/color-ce5c00.png
+share/help/en_GB/evolution/figures/evolutionlogo.png
+share/help/en_GB/evolution/figures/html-composer-insert-image.png
+share/help/en_GB/evolution/figures/html-composer-insert-link.png
+share/help/en_GB/evolution/figures/html-composer-insert-rule.png
+share/help/en_GB/evolution/figures/html-composer-insert-table.png
+share/help/en_GB/evolution/figures/minus-icon.png
+share/help/en_GB/evolution/figures/new-mail-notification.png
+share/help/en_GB/evolution/figures/new-mail-switcher.png
+share/help/en_GB/evolution/figures/plus-icon.png
+share/help/en_GB/evolution/figures/search-icon.png
+share/help/en_GB/evolution/figures/window-overview-layers.png
+share/help/en_GB/evolution/google-services.page
+share/help/en_GB/evolution/groupwise-placeholder.page
+share/help/en_GB/evolution/import-apps-mozilla.page
+share/help/en_GB/evolution/import-apps-outlook.page
+share/help/en_GB/evolution/import-data.page
+share/help/en_GB/evolution/import-single-files.page
+share/help/en_GB/evolution/import-supported-file-formats.page
+share/help/en_GB/evolution/index.page
+share/help/en_GB/evolution/intro-application.page
+share/help/en_GB/evolution/intro-first-run.page
+share/help/en_GB/evolution/intro-main-window.page
+share/help/en_GB/evolution/mail-access-gmail-imap-account.page
+share/help/en_GB/evolution/mail-access-gmail-pop-account.page
+share/help/en_GB/evolution/mail-account-manage-imap-plus.page
+share/help/en_GB/evolution/mail-account-manage-imap.page
+share/help/en_GB/evolution/mail-account-manage-local-delivery.page
+share/help/en_GB/evolution/mail-account-manage-maildir-format-directories.page
+share/help/en_GB/evolution/mail-account-manage-mh-format-directories.page
+share/help/en_GB/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/en_GB/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/en_GB/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/en_GB/evolution/mail-account-manage-microsoft-exchange.page
+share/help/en_GB/evolution/mail-account-manage-novell-groupwise.page
+share/help/en_GB/evolution/mail-account-manage-pop.page
+share/help/en_GB/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/en_GB/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/en_GB/evolution/mail-account-manage-usenet-news.page
+share/help/en_GB/evolution/mail-account-management.page
+share/help/en_GB/evolution/mail-attachments-received.page
+share/help/en_GB/evolution/mail-attachments-sending.page
+share/help/en_GB/evolution/mail-attachments.page
+share/help/en_GB/evolution/mail-calendar-sending-invitations.page
+share/help/en_GB/evolution/mail-cannot-see.page
+share/help/en_GB/evolution/mail-change-columns-in-message-list.page
+share/help/en_GB/evolution/mail-change-time-format.page
+share/help/en_GB/evolution/mail-composer-change-quotation-string.page
+share/help/en_GB/evolution/mail-composer-custom-header-lines.page
+share/help/en_GB/evolution/mail-composer-enable-html-format.page
+share/help/en_GB/evolution/mail-composer-forward-as-attachment.page
+share/help/en_GB/evolution/mail-composer-forward.page
+share/help/en_GB/evolution/mail-composer-html-image.page
+share/help/en_GB/evolution/mail-composer-html-link.page
+share/help/en_GB/evolution/mail-composer-html-rule.page
+share/help/en_GB/evolution/mail-composer-html-table.page
+share/help/en_GB/evolution/mail-composer-html-text.page
+share/help/en_GB/evolution/mail-composer-html.page
+share/help/en_GB/evolution/mail-composer-mail-signatures-manage.page
+share/help/en_GB/evolution/mail-composer-mail-signatures-per-account.page
+share/help/en_GB/evolution/mail-composer-mail-signatures.page
+share/help/en_GB/evolution/mail-composer-message-templates-reply.page
+share/help/en_GB/evolution/mail-composer-message-templates-save.page
+share/help/en_GB/evolution/mail-composer-message-templates-variables.page
+share/help/en_GB/evolution/mail-composer-message-templates.page
+share/help/en_GB/evolution/mail-composer-plain-text.page
+share/help/en_GB/evolution/mail-composer-priority.page
+share/help/en_GB/evolution/mail-composer-reply.page
+share/help/en_GB/evolution/mail-composer-search.page
+share/help/en_GB/evolution/mail-composer-several-recipients.page
+share/help/en_GB/evolution/mail-composer-spellcheck.page
+share/help/en_GB/evolution/mail-composer-write-new-message.page
+share/help/en_GB/evolution/mail-default-CC-and-BCC.page
+share/help/en_GB/evolution/mail-default-folder-locations.page
+share/help/en_GB/evolution/mail-delete-and-undelete.page
+share/help/en_GB/evolution/mail-display-message-source.page
+share/help/en_GB/evolution/mail-displaying-character-encodings.page
+share/help/en_GB/evolution/mail-displaying-collapsible-headers.page
+share/help/en_GB/evolution/mail-displaying-images-in-html.page
+share/help/en_GB/evolution/mail-displaying-message.page
+share/help/en_GB/evolution/mail-displaying-no-css.page
+share/help/en_GB/evolution/mail-displaying-sender-photograph.page
+share/help/en_GB/evolution/mail-duplicates.page
+share/help/en_GB/evolution/mail-encryption-gpg-create-key.page
+share/help/en_GB/evolution/mail-encryption-gpg-decrypting.page
+share/help/en_GB/evolution/mail-encryption-gpg-getting-keys.page
+share/help/en_GB/evolution/mail-encryption-gpg-set-up.page
+share/help/en_GB/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/en_GB/evolution/mail-encryption-s-mime-manage.page
+share/help/en_GB/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/en_GB/evolution/mail-encryption.page
+share/help/en_GB/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/en_GB/evolution/mail-error-no-provider-available.page
+share/help/en_GB/evolution/mail-filters-actions.page
+share/help/en_GB/evolution/mail-filters-conditions.page
+share/help/en_GB/evolution/mail-filters-not-working.page
+share/help/en_GB/evolution/mail-filters.page
+share/help/en_GB/evolution/mail-folders.page
+share/help/en_GB/evolution/mail-follow-up-flag.page
+share/help/en_GB/evolution/mail-imap-headers.page
+share/help/en_GB/evolution/mail-imap-subscriptions.page
+share/help/en_GB/evolution/mail-labels.page
+share/help/en_GB/evolution/mail-layout-changing.page
+share/help/en_GB/evolution/mail-localized-re-subjects.page
+share/help/en_GB/evolution/mail-moving-emails.page
+share/help/en_GB/evolution/mail-not-sent.page
+share/help/en_GB/evolution/mail-organizing.page
+share/help/en_GB/evolution/mail-read-receipts.page
+share/help/en_GB/evolution/mail-reading-keyboard-shortcuts.page
+share/help/en_GB/evolution/mail-received-notification.page
+share/help/en_GB/evolution/mail-receiving-options-evolution-exchange.page
+share/help/en_GB/evolution/mail-receiving-options-exchange-ews.page
+share/help/en_GB/evolution/mail-receiving-options-exchange-mapi.page
+share/help/en_GB/evolution/mail-receiving-options-imap-plus.page
+share/help/en_GB/evolution/mail-receiving-options-imap.page
+share/help/en_GB/evolution/mail-receiving-options-local-delivery.page
+share/help/en_GB/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/en_GB/evolution/mail-receiving-options-mh-format-directories.page
+share/help/en_GB/evolution/mail-receiving-options-novell-groupwise.page
+share/help/en_GB/evolution/mail-receiving-options-pop.page
+share/help/en_GB/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/en_GB/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/en_GB/evolution/mail-receiving-options-usenet-news.page
+share/help/en_GB/evolution/mail-receiving-options.page
+share/help/en_GB/evolution/mail-recognized-thread-related-headers.page
+share/help/en_GB/evolution/mail-refresh-folders.page
+share/help/en_GB/evolution/mail-save-as-pdf.page
+share/help/en_GB/evolution/mail-search-folders-add.page
+share/help/en_GB/evolution/mail-search-folders-conditions.page
+share/help/en_GB/evolution/mail-search-folders-enable.page
+share/help/en_GB/evolution/mail-search-folders-refresh.page
+share/help/en_GB/evolution/mail-search-folders.page
+share/help/en_GB/evolution/mail-searching-attachment-type.page
+share/help/en_GB/evolution/mail-searching.page
+share/help/en_GB/evolution/mail-send-and-receive-automatically.page
+share/help/en_GB/evolution/mail-send-and-receive-manual.page
+share/help/en_GB/evolution/mail-send-and-receive.page
+share/help/en_GB/evolution/mail-sending-options-smtp.page
+share/help/en_GB/evolution/mail-several-pop-accounts.page
+share/help/en_GB/evolution/mail-sorting-message-list.page
+share/help/en_GB/evolution/mail-spam-marking.page
+share/help/en_GB/evolution/mail-spam-settings.page
+share/help/en_GB/evolution/mail-spam.page
+share/help/en_GB/evolution/mail-two-trash-folders.page
+share/help/en_GB/evolution/mail-usenet-subscriptions.page
+share/help/en_GB/evolution/mail-vertical-view.page
+share/help/en_GB/evolution/mail-word-wrap.page
+share/help/en_GB/evolution/mail-working-offline.page
+share/help/en_GB/evolution/memos-searching.page
+share/help/en_GB/evolution/memos-usage-add-memo.page
+share/help/en_GB/evolution/memos-usage-delete-memo.page
+share/help/en_GB/evolution/memos-usage-edit-memo.page
+share/help/en_GB/evolution/memos-usage.page
+share/help/en_GB/evolution/minimize-to-system-tray.page
+share/help/en_GB/evolution/offline.page
+share/help/en_GB/evolution/organizing.page
+share/help/en_GB/evolution/problems-debug-how-to.page
+share/help/en_GB/evolution/problems-getting-help.page
+share/help/en_GB/evolution/problems-reporting-bugs.page
+share/help/en_GB/evolution/searching-items.page
+share/help/en_GB/evolution/sync-with-other-devices.page
+share/help/en_GB/evolution/tasks-caldav.page
+share/help/en_GB/evolution/tasks-display-settings.page
+share/help/en_GB/evolution/tasks-local.page
+share/help/en_GB/evolution/tasks-organizing.page
+share/help/en_GB/evolution/tasks-searching.page
+share/help/en_GB/evolution/tasks-usage-add-task.page
+share/help/en_GB/evolution/tasks-usage-delete-task.page
+share/help/en_GB/evolution/tasks-usage-edit-task.page
+share/help/en_GB/evolution/tasks-usage.page
+share/help/en_GB/evolution/tasks-using-several-tasklists.page
+share/help/en_GB/evolution/tasks-webdav.page
+share/help/en_GB/evolution/using-categories.page
+share/help/es/evolution/backup-restore.page
+share/help/es/evolution/calendar-alarms-and-reminders.page
+share/help/es/evolution/calendar-caldav.page
+share/help/es/evolution/calendar-classifications.page
+share/help/es/evolution/calendar-free-busy.page
+share/help/es/evolution/calendar-google.page
+share/help/es/evolution/calendar-layout-appointment-display.page
+share/help/es/evolution/calendar-layout-general-formatting.page
+share/help/es/evolution/calendar-layout-views.page
+share/help/es/evolution/calendar-layout.page
+share/help/es/evolution/calendar-local.page
+share/help/es/evolution/calendar-marcus-bains-line.page
+share/help/es/evolution/calendar-meetings-delegating.page
+share/help/es/evolution/calendar-meetings-replying-to-invitation.page
+share/help/es/evolution/calendar-meetings-sending-invitation.page
+share/help/es/evolution/calendar-meetings.page
+share/help/es/evolution/calendar-organizing.page
+share/help/es/evolution/calendar-publishing.page
+share/help/es/evolution/calendar-recurrence.page
+share/help/es/evolution/calendar-searching.page
+share/help/es/evolution/calendar-sharing-information.page
+share/help/es/evolution/calendar-timezones.page
+share/help/es/evolution/calendar-usage-add-appointment.page
+share/help/es/evolution/calendar-usage-delete-appointment.page
+share/help/es/evolution/calendar-usage-edit-appointment.page
+share/help/es/evolution/calendar-usage.page
+share/help/es/evolution/calendar-using-several-calendars.page
+share/help/es/evolution/calendar-weather.page
+share/help/es/evolution/calendar-webdav.page
+share/help/es/evolution/change-keyboard-shortcuts.page
+share/help/es/evolution/change-switcher-appearance.page
+share/help/es/evolution/contacts-add-automatically.page
+share/help/es/evolution/contacts-autocompletion.page
+share/help/es/evolution/contacts-google.page
+share/help/es/evolution/contacts-ldap.page
+share/help/es/evolution/contacts-libreoffice.page
+share/help/es/evolution/contacts-local.page
+share/help/es/evolution/contacts-organizing.page
+share/help/es/evolution/contacts-searching.page
+share/help/es/evolution/contacts-usage-add-contact.page
+share/help/es/evolution/contacts-usage-delete-contact.page
+share/help/es/evolution/contacts-usage-edit-contact.page
+share/help/es/evolution/contacts-usage.page
+share/help/es/evolution/contacts-using-contact-lists.page
+share/help/es/evolution/contacts-using-several-addressbooks.page
+share/help/es/evolution/credits.page
+share/help/es/evolution/data-storage.page
+share/help/es/evolution/default-browser.page
+share/help/es/evolution/deleting-appointments.page
+share/help/es/evolution/deleting-emails.page
+share/help/es/evolution/deleting-to-free-disk-space.page
+share/help/es/evolution/exchange-connectors-overview.page
+share/help/es/evolution/exchange-placeholder.page
+share/help/es/evolution/exporting-data-calendar.page
+share/help/es/evolution/exporting-data-contacts.page
+share/help/es/evolution/exporting-data-mail.page
+share/help/es/evolution/exporting-data.page
+share/help/es/evolution/express-mode.page
+share/help/es/evolution/figures/color-000000.png
+share/help/es/evolution/figures/color-204a87.png
+share/help/es/evolution/figures/color-2e3436.png
+share/help/es/evolution/figures/color-4e9a06.png
+share/help/es/evolution/figures/color-5c3566.png
+share/help/es/evolution/figures/color-8f5902.png
+share/help/es/evolution/figures/color-a40000.png
+share/help/es/evolution/figures/color-c4a000.png
+share/help/es/evolution/figures/color-ce5c00.png
+share/help/es/evolution/figures/evolutionlogo.png
+share/help/es/evolution/figures/html-composer-insert-image.png
+share/help/es/evolution/figures/html-composer-insert-link.png
+share/help/es/evolution/figures/html-composer-insert-rule.png
+share/help/es/evolution/figures/html-composer-insert-table.png
+share/help/es/evolution/figures/minus-icon.png
+share/help/es/evolution/figures/new-mail-notification.png
+share/help/es/evolution/figures/new-mail-switcher.png
+share/help/es/evolution/figures/plus-icon.png
+share/help/es/evolution/figures/search-icon.png
+share/help/es/evolution/figures/window-overview-layers.png
+share/help/es/evolution/google-services.page
+share/help/es/evolution/groupwise-placeholder.page
+share/help/es/evolution/import-apps-mozilla.page
+share/help/es/evolution/import-apps-outlook.page
+share/help/es/evolution/import-data.page
+share/help/es/evolution/import-single-files.page
+share/help/es/evolution/import-supported-file-formats.page
+share/help/es/evolution/index.page
+share/help/es/evolution/intro-application.page
+share/help/es/evolution/intro-first-run.page
+share/help/es/evolution/intro-main-window.page
+share/help/es/evolution/mail-access-gmail-imap-account.page
+share/help/es/evolution/mail-access-gmail-pop-account.page
+share/help/es/evolution/mail-account-manage-imap-plus.page
+share/help/es/evolution/mail-account-manage-imap.page
+share/help/es/evolution/mail-account-manage-local-delivery.page
+share/help/es/evolution/mail-account-manage-maildir-format-directories.page
+share/help/es/evolution/mail-account-manage-mh-format-directories.page
+share/help/es/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/es/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/es/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/es/evolution/mail-account-manage-microsoft-exchange.page
+share/help/es/evolution/mail-account-manage-novell-groupwise.page
+share/help/es/evolution/mail-account-manage-pop.page
+share/help/es/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/es/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/es/evolution/mail-account-manage-usenet-news.page
+share/help/es/evolution/mail-account-management.page
+share/help/es/evolution/mail-attachments-received.page
+share/help/es/evolution/mail-attachments-sending.page
+share/help/es/evolution/mail-attachments.page
+share/help/es/evolution/mail-calendar-sending-invitations.page
+share/help/es/evolution/mail-cannot-see.page
+share/help/es/evolution/mail-change-columns-in-message-list.page
+share/help/es/evolution/mail-change-time-format.page
+share/help/es/evolution/mail-composer-change-quotation-string.page
+share/help/es/evolution/mail-composer-custom-header-lines.page
+share/help/es/evolution/mail-composer-enable-html-format.page
+share/help/es/evolution/mail-composer-forward-as-attachment.page
+share/help/es/evolution/mail-composer-forward.page
+share/help/es/evolution/mail-composer-html-image.page
+share/help/es/evolution/mail-composer-html-link.page
+share/help/es/evolution/mail-composer-html-rule.page
+share/help/es/evolution/mail-composer-html-table.page
+share/help/es/evolution/mail-composer-html-text.page
+share/help/es/evolution/mail-composer-html.page
+share/help/es/evolution/mail-composer-mail-signatures-manage.page
+share/help/es/evolution/mail-composer-mail-signatures-per-account.page
+share/help/es/evolution/mail-composer-mail-signatures.page
+share/help/es/evolution/mail-composer-message-templates-reply.page
+share/help/es/evolution/mail-composer-message-templates-save.page
+share/help/es/evolution/mail-composer-message-templates-variables.page
+share/help/es/evolution/mail-composer-message-templates.page
+share/help/es/evolution/mail-composer-plain-text.page
+share/help/es/evolution/mail-composer-priority.page
+share/help/es/evolution/mail-composer-reply.page
+share/help/es/evolution/mail-composer-search.page
+share/help/es/evolution/mail-composer-several-recipients.page
+share/help/es/evolution/mail-composer-spellcheck.page
+share/help/es/evolution/mail-composer-write-new-message.page
+share/help/es/evolution/mail-default-CC-and-BCC.page
+share/help/es/evolution/mail-default-folder-locations.page
+share/help/es/evolution/mail-delete-and-undelete.page
+share/help/es/evolution/mail-display-message-source.page
+share/help/es/evolution/mail-displaying-character-encodings.page
+share/help/es/evolution/mail-displaying-collapsible-headers.page
+share/help/es/evolution/mail-displaying-images-in-html.page
+share/help/es/evolution/mail-displaying-message.page
+share/help/es/evolution/mail-displaying-no-css.page
+share/help/es/evolution/mail-displaying-sender-photograph.page
+share/help/es/evolution/mail-duplicates.page
+share/help/es/evolution/mail-encryption-gpg-create-key.page
+share/help/es/evolution/mail-encryption-gpg-decrypting.page
+share/help/es/evolution/mail-encryption-gpg-getting-keys.page
+share/help/es/evolution/mail-encryption-gpg-set-up.page
+share/help/es/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/es/evolution/mail-encryption-s-mime-manage.page
+share/help/es/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/es/evolution/mail-encryption.page
+share/help/es/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/es/evolution/mail-error-no-provider-available.page
+share/help/es/evolution/mail-filters-actions.page
+share/help/es/evolution/mail-filters-conditions.page
+share/help/es/evolution/mail-filters-not-working.page
+share/help/es/evolution/mail-filters.page
+share/help/es/evolution/mail-folders.page
+share/help/es/evolution/mail-follow-up-flag.page
+share/help/es/evolution/mail-imap-headers.page
+share/help/es/evolution/mail-imap-subscriptions.page
+share/help/es/evolution/mail-labels.page
+share/help/es/evolution/mail-layout-changing.page
+share/help/es/evolution/mail-localized-re-subjects.page
+share/help/es/evolution/mail-moving-emails.page
+share/help/es/evolution/mail-not-sent.page
+share/help/es/evolution/mail-organizing.page
+share/help/es/evolution/mail-read-receipts.page
+share/help/es/evolution/mail-reading-keyboard-shortcuts.page
+share/help/es/evolution/mail-received-notification.page
+share/help/es/evolution/mail-receiving-options-evolution-exchange.page
+share/help/es/evolution/mail-receiving-options-exchange-ews.page
+share/help/es/evolution/mail-receiving-options-exchange-mapi.page
+share/help/es/evolution/mail-receiving-options-imap-plus.page
+share/help/es/evolution/mail-receiving-options-imap.page
+share/help/es/evolution/mail-receiving-options-local-delivery.page
+share/help/es/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/es/evolution/mail-receiving-options-mh-format-directories.page
+share/help/es/evolution/mail-receiving-options-novell-groupwise.page
+share/help/es/evolution/mail-receiving-options-pop.page
+share/help/es/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/es/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/es/evolution/mail-receiving-options-usenet-news.page
+share/help/es/evolution/mail-receiving-options.page
+share/help/es/evolution/mail-recognized-thread-related-headers.page
+share/help/es/evolution/mail-refresh-folders.page
+share/help/es/evolution/mail-save-as-pdf.page
+share/help/es/evolution/mail-search-folders-add.page
+share/help/es/evolution/mail-search-folders-conditions.page
+share/help/es/evolution/mail-search-folders-enable.page
+share/help/es/evolution/mail-search-folders-refresh.page
+share/help/es/evolution/mail-search-folders.page
+share/help/es/evolution/mail-searching-attachment-type.page
+share/help/es/evolution/mail-searching.page
+share/help/es/evolution/mail-send-and-receive-automatically.page
+share/help/es/evolution/mail-send-and-receive-manual.page
+share/help/es/evolution/mail-send-and-receive.page
+share/help/es/evolution/mail-sending-options-smtp.page
+share/help/es/evolution/mail-several-pop-accounts.page
+share/help/es/evolution/mail-sorting-message-list.page
+share/help/es/evolution/mail-spam-marking.page
+share/help/es/evolution/mail-spam-settings.page
+share/help/es/evolution/mail-spam.page
+share/help/es/evolution/mail-two-trash-folders.page
+share/help/es/evolution/mail-usenet-subscriptions.page
+share/help/es/evolution/mail-vertical-view.page
+share/help/es/evolution/mail-word-wrap.page
+share/help/es/evolution/mail-working-offline.page
+share/help/es/evolution/memos-searching.page
+share/help/es/evolution/memos-usage-add-memo.page
+share/help/es/evolution/memos-usage-delete-memo.page
+share/help/es/evolution/memos-usage-edit-memo.page
+share/help/es/evolution/memos-usage.page
+share/help/es/evolution/minimize-to-system-tray.page
+share/help/es/evolution/offline.page
+share/help/es/evolution/organizing.page
+share/help/es/evolution/problems-debug-how-to.page
+share/help/es/evolution/problems-getting-help.page
+share/help/es/evolution/problems-reporting-bugs.page
+share/help/es/evolution/searching-items.page
+share/help/es/evolution/sync-with-other-devices.page
+share/help/es/evolution/tasks-caldav.page
+share/help/es/evolution/tasks-display-settings.page
+share/help/es/evolution/tasks-local.page
+share/help/es/evolution/tasks-organizing.page
+share/help/es/evolution/tasks-searching.page
+share/help/es/evolution/tasks-usage-add-task.page
+share/help/es/evolution/tasks-usage-delete-task.page
+share/help/es/evolution/tasks-usage-edit-task.page
+share/help/es/evolution/tasks-usage.page
+share/help/es/evolution/tasks-using-several-tasklists.page
+share/help/es/evolution/tasks-webdav.page
+share/help/es/evolution/using-categories.page
+share/help/eu/evolution/backup-restore.page
+share/help/eu/evolution/calendar-alarms-and-reminders.page
+share/help/eu/evolution/calendar-caldav.page
+share/help/eu/evolution/calendar-classifications.page
+share/help/eu/evolution/calendar-free-busy.page
+share/help/eu/evolution/calendar-google.page
+share/help/eu/evolution/calendar-layout-appointment-display.page
+share/help/eu/evolution/calendar-layout-general-formatting.page
+share/help/eu/evolution/calendar-layout-views.page
+share/help/eu/evolution/calendar-layout.page
+share/help/eu/evolution/calendar-local.page
+share/help/eu/evolution/calendar-marcus-bains-line.page
+share/help/eu/evolution/calendar-meetings-delegating.page
+share/help/eu/evolution/calendar-meetings-replying-to-invitation.page
+share/help/eu/evolution/calendar-meetings-sending-invitation.page
+share/help/eu/evolution/calendar-meetings.page
+share/help/eu/evolution/calendar-organizing.page
+share/help/eu/evolution/calendar-publishing.page
+share/help/eu/evolution/calendar-recurrence.page
+share/help/eu/evolution/calendar-searching.page
+share/help/eu/evolution/calendar-sharing-information.page
+share/help/eu/evolution/calendar-timezones.page
+share/help/eu/evolution/calendar-usage-add-appointment.page
+share/help/eu/evolution/calendar-usage-delete-appointment.page
+share/help/eu/evolution/calendar-usage-edit-appointment.page
+share/help/eu/evolution/calendar-usage.page
+share/help/eu/evolution/calendar-using-several-calendars.page
+share/help/eu/evolution/calendar-weather.page
+share/help/eu/evolution/calendar-webdav.page
+share/help/eu/evolution/change-keyboard-shortcuts.page
+share/help/eu/evolution/change-switcher-appearance.page
+share/help/eu/evolution/contacts-add-automatically.page
+share/help/eu/evolution/contacts-autocompletion.page
+share/help/eu/evolution/contacts-google.page
+share/help/eu/evolution/contacts-ldap.page
+share/help/eu/evolution/contacts-libreoffice.page
+share/help/eu/evolution/contacts-local.page
+share/help/eu/evolution/contacts-organizing.page
+share/help/eu/evolution/contacts-searching.page
+share/help/eu/evolution/contacts-usage-add-contact.page
+share/help/eu/evolution/contacts-usage-delete-contact.page
+share/help/eu/evolution/contacts-usage-edit-contact.page
+share/help/eu/evolution/contacts-usage.page
+share/help/eu/evolution/contacts-using-contact-lists.page
+share/help/eu/evolution/contacts-using-several-addressbooks.page
+share/help/eu/evolution/credits.page
+share/help/eu/evolution/data-storage.page
+share/help/eu/evolution/default-browser.page
+share/help/eu/evolution/deleting-appointments.page
+share/help/eu/evolution/deleting-emails.page
+share/help/eu/evolution/deleting-to-free-disk-space.page
+share/help/eu/evolution/exchange-connectors-overview.page
+share/help/eu/evolution/exchange-placeholder.page
+share/help/eu/evolution/exporting-data-calendar.page
+share/help/eu/evolution/exporting-data-contacts.page
+share/help/eu/evolution/exporting-data-mail.page
+share/help/eu/evolution/exporting-data.page
+share/help/eu/evolution/express-mode.page
+share/help/eu/evolution/figures/color-000000.png
+share/help/eu/evolution/figures/color-204a87.png
+share/help/eu/evolution/figures/color-2e3436.png
+share/help/eu/evolution/figures/color-4e9a06.png
+share/help/eu/evolution/figures/color-5c3566.png
+share/help/eu/evolution/figures/color-8f5902.png
+share/help/eu/evolution/figures/color-a40000.png
+share/help/eu/evolution/figures/color-c4a000.png
+share/help/eu/evolution/figures/color-ce5c00.png
+share/help/eu/evolution/figures/evolutionlogo.png
+share/help/eu/evolution/figures/html-composer-insert-image.png
+share/help/eu/evolution/figures/html-composer-insert-link.png
+share/help/eu/evolution/figures/html-composer-insert-rule.png
+share/help/eu/evolution/figures/html-composer-insert-table.png
+share/help/eu/evolution/figures/minus-icon.png
+share/help/eu/evolution/figures/new-mail-notification.png
+share/help/eu/evolution/figures/new-mail-switcher.png
+share/help/eu/evolution/figures/plus-icon.png
+share/help/eu/evolution/figures/search-icon.png
+share/help/eu/evolution/figures/window-overview-layers.png
+share/help/eu/evolution/google-services.page
+share/help/eu/evolution/groupwise-placeholder.page
+share/help/eu/evolution/import-apps-mozilla.page
+share/help/eu/evolution/import-apps-outlook.page
+share/help/eu/evolution/import-data.page
+share/help/eu/evolution/import-single-files.page
+share/help/eu/evolution/import-supported-file-formats.page
+share/help/eu/evolution/index.page
+share/help/eu/evolution/intro-application.page
+share/help/eu/evolution/intro-first-run.page
+share/help/eu/evolution/intro-main-window.page
+share/help/eu/evolution/mail-access-gmail-imap-account.page
+share/help/eu/evolution/mail-access-gmail-pop-account.page
+share/help/eu/evolution/mail-account-manage-imap-plus.page
+share/help/eu/evolution/mail-account-manage-imap.page
+share/help/eu/evolution/mail-account-manage-local-delivery.page
+share/help/eu/evolution/mail-account-manage-maildir-format-directories.page
+share/help/eu/evolution/mail-account-manage-mh-format-directories.page
+share/help/eu/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/eu/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/eu/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/eu/evolution/mail-account-manage-microsoft-exchange.page
+share/help/eu/evolution/mail-account-manage-novell-groupwise.page
+share/help/eu/evolution/mail-account-manage-pop.page
+share/help/eu/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/eu/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/eu/evolution/mail-account-manage-usenet-news.page
+share/help/eu/evolution/mail-account-management.page
+share/help/eu/evolution/mail-attachments-received.page
+share/help/eu/evolution/mail-attachments-sending.page
+share/help/eu/evolution/mail-attachments.page
+share/help/eu/evolution/mail-calendar-sending-invitations.page
+share/help/eu/evolution/mail-cannot-see.page
+share/help/eu/evolution/mail-change-columns-in-message-list.page
+share/help/eu/evolution/mail-change-time-format.page
+share/help/eu/evolution/mail-composer-change-quotation-string.page
+share/help/eu/evolution/mail-composer-custom-header-lines.page
+share/help/eu/evolution/mail-composer-enable-html-format.page
+share/help/eu/evolution/mail-composer-forward-as-attachment.page
+share/help/eu/evolution/mail-composer-forward.page
+share/help/eu/evolution/mail-composer-html-image.page
+share/help/eu/evolution/mail-composer-html-link.page
+share/help/eu/evolution/mail-composer-html-rule.page
+share/help/eu/evolution/mail-composer-html-table.page
+share/help/eu/evolution/mail-composer-html-text.page
+share/help/eu/evolution/mail-composer-html.page
+share/help/eu/evolution/mail-composer-mail-signatures-manage.page
+share/help/eu/evolution/mail-composer-mail-signatures-per-account.page
+share/help/eu/evolution/mail-composer-mail-signatures.page
+share/help/eu/evolution/mail-composer-message-templates-reply.page
+share/help/eu/evolution/mail-composer-message-templates-save.page
+share/help/eu/evolution/mail-composer-message-templates-variables.page
+share/help/eu/evolution/mail-composer-message-templates.page
+share/help/eu/evolution/mail-composer-plain-text.page
+share/help/eu/evolution/mail-composer-priority.page
+share/help/eu/evolution/mail-composer-reply.page
+share/help/eu/evolution/mail-composer-search.page
+share/help/eu/evolution/mail-composer-several-recipients.page
+share/help/eu/evolution/mail-composer-spellcheck.page
+share/help/eu/evolution/mail-composer-write-new-message.page
+share/help/eu/evolution/mail-default-CC-and-BCC.page
+share/help/eu/evolution/mail-default-folder-locations.page
+share/help/eu/evolution/mail-delete-and-undelete.page
+share/help/eu/evolution/mail-display-message-source.page
+share/help/eu/evolution/mail-displaying-character-encodings.page
+share/help/eu/evolution/mail-displaying-collapsible-headers.page
+share/help/eu/evolution/mail-displaying-images-in-html.page
+share/help/eu/evolution/mail-displaying-message.page
+share/help/eu/evolution/mail-displaying-no-css.page
+share/help/eu/evolution/mail-displaying-sender-photograph.page
+share/help/eu/evolution/mail-duplicates.page
+share/help/eu/evolution/mail-encryption-gpg-create-key.page
+share/help/eu/evolution/mail-encryption-gpg-decrypting.page
+share/help/eu/evolution/mail-encryption-gpg-getting-keys.page
+share/help/eu/evolution/mail-encryption-gpg-set-up.page
+share/help/eu/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/eu/evolution/mail-encryption-s-mime-manage.page
+share/help/eu/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/eu/evolution/mail-encryption.page
+share/help/eu/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/eu/evolution/mail-error-no-provider-available.page
+share/help/eu/evolution/mail-filters-actions.page
+share/help/eu/evolution/mail-filters-conditions.page
+share/help/eu/evolution/mail-filters-not-working.page
+share/help/eu/evolution/mail-filters.page
+share/help/eu/evolution/mail-folders.page
+share/help/eu/evolution/mail-follow-up-flag.page
+share/help/eu/evolution/mail-imap-headers.page
+share/help/eu/evolution/mail-imap-subscriptions.page
+share/help/eu/evolution/mail-labels.page
+share/help/eu/evolution/mail-layout-changing.page
+share/help/eu/evolution/mail-localized-re-subjects.page
+share/help/eu/evolution/mail-moving-emails.page
+share/help/eu/evolution/mail-not-sent.page
+share/help/eu/evolution/mail-organizing.page
+share/help/eu/evolution/mail-read-receipts.page
+share/help/eu/evolution/mail-reading-keyboard-shortcuts.page
+share/help/eu/evolution/mail-received-notification.page
+share/help/eu/evolution/mail-receiving-options-evolution-exchange.page
+share/help/eu/evolution/mail-receiving-options-exchange-ews.page
+share/help/eu/evolution/mail-receiving-options-exchange-mapi.page
+share/help/eu/evolution/mail-receiving-options-imap-plus.page
+share/help/eu/evolution/mail-receiving-options-imap.page
+share/help/eu/evolution/mail-receiving-options-local-delivery.page
+share/help/eu/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/eu/evolution/mail-receiving-options-mh-format-directories.page
+share/help/eu/evolution/mail-receiving-options-novell-groupwise.page
+share/help/eu/evolution/mail-receiving-options-pop.page
+share/help/eu/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/eu/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/eu/evolution/mail-receiving-options-usenet-news.page
+share/help/eu/evolution/mail-receiving-options.page
+share/help/eu/evolution/mail-recognized-thread-related-headers.page
+share/help/eu/evolution/mail-refresh-folders.page
+share/help/eu/evolution/mail-save-as-pdf.page
+share/help/eu/evolution/mail-search-folders-add.page
+share/help/eu/evolution/mail-search-folders-conditions.page
+share/help/eu/evolution/mail-search-folders-enable.page
+share/help/eu/evolution/mail-search-folders-refresh.page
+share/help/eu/evolution/mail-search-folders.page
+share/help/eu/evolution/mail-searching-attachment-type.page
+share/help/eu/evolution/mail-searching.page
+share/help/eu/evolution/mail-send-and-receive-automatically.page
+share/help/eu/evolution/mail-send-and-receive-manual.page
+share/help/eu/evolution/mail-send-and-receive.page
+share/help/eu/evolution/mail-sending-options-smtp.page
+share/help/eu/evolution/mail-several-pop-accounts.page
+share/help/eu/evolution/mail-sorting-message-list.page
+share/help/eu/evolution/mail-spam-marking.page
+share/help/eu/evolution/mail-spam-settings.page
+share/help/eu/evolution/mail-spam.page
+share/help/eu/evolution/mail-two-trash-folders.page
+share/help/eu/evolution/mail-usenet-subscriptions.page
+share/help/eu/evolution/mail-vertical-view.page
+share/help/eu/evolution/mail-word-wrap.page
+share/help/eu/evolution/mail-working-offline.page
+share/help/eu/evolution/memos-searching.page
+share/help/eu/evolution/memos-usage-add-memo.page
+share/help/eu/evolution/memos-usage-delete-memo.page
+share/help/eu/evolution/memos-usage-edit-memo.page
+share/help/eu/evolution/memos-usage.page
+share/help/eu/evolution/minimize-to-system-tray.page
+share/help/eu/evolution/offline.page
+share/help/eu/evolution/organizing.page
+share/help/eu/evolution/problems-debug-how-to.page
+share/help/eu/evolution/problems-getting-help.page
+share/help/eu/evolution/problems-reporting-bugs.page
+share/help/eu/evolution/searching-items.page
+share/help/eu/evolution/sync-with-other-devices.page
+share/help/eu/evolution/tasks-caldav.page
+share/help/eu/evolution/tasks-display-settings.page
+share/help/eu/evolution/tasks-local.page
+share/help/eu/evolution/tasks-organizing.page
+share/help/eu/evolution/tasks-searching.page
+share/help/eu/evolution/tasks-usage-add-task.page
+share/help/eu/evolution/tasks-usage-delete-task.page
+share/help/eu/evolution/tasks-usage-edit-task.page
+share/help/eu/evolution/tasks-usage.page
+share/help/eu/evolution/tasks-using-several-tasklists.page
+share/help/eu/evolution/tasks-webdav.page
+share/help/eu/evolution/using-categories.page
+share/help/fr/evolution/backup-restore.page
+share/help/fr/evolution/calendar-alarms-and-reminders.page
+share/help/fr/evolution/calendar-caldav.page
+share/help/fr/evolution/calendar-classifications.page
+share/help/fr/evolution/calendar-free-busy.page
+share/help/fr/evolution/calendar-google.page
+share/help/fr/evolution/calendar-layout-appointment-display.page
+share/help/fr/evolution/calendar-layout-general-formatting.page
+share/help/fr/evolution/calendar-layout-views.page
+share/help/fr/evolution/calendar-layout.page
+share/help/fr/evolution/calendar-local.page
+share/help/fr/evolution/calendar-marcus-bains-line.page
+share/help/fr/evolution/calendar-meetings-delegating.page
+share/help/fr/evolution/calendar-meetings-replying-to-invitation.page
+share/help/fr/evolution/calendar-meetings-sending-invitation.page
+share/help/fr/evolution/calendar-meetings.page
+share/help/fr/evolution/calendar-organizing.page
+share/help/fr/evolution/calendar-publishing.page
+share/help/fr/evolution/calendar-recurrence.page
+share/help/fr/evolution/calendar-searching.page
+share/help/fr/evolution/calendar-sharing-information.page
+share/help/fr/evolution/calendar-timezones.page
+share/help/fr/evolution/calendar-usage-add-appointment.page
+share/help/fr/evolution/calendar-usage-delete-appointment.page
+share/help/fr/evolution/calendar-usage-edit-appointment.page
+share/help/fr/evolution/calendar-usage.page
+share/help/fr/evolution/calendar-using-several-calendars.page
+share/help/fr/evolution/calendar-weather.page
+share/help/fr/evolution/calendar-webdav.page
+share/help/fr/evolution/change-keyboard-shortcuts.page
+share/help/fr/evolution/change-switcher-appearance.page
+share/help/fr/evolution/contacts-add-automatically.page
+share/help/fr/evolution/contacts-autocompletion.page
+share/help/fr/evolution/contacts-google.page
+share/help/fr/evolution/contacts-ldap.page
+share/help/fr/evolution/contacts-libreoffice.page
+share/help/fr/evolution/contacts-local.page
+share/help/fr/evolution/contacts-organizing.page
+share/help/fr/evolution/contacts-searching.page
+share/help/fr/evolution/contacts-usage-add-contact.page
+share/help/fr/evolution/contacts-usage-delete-contact.page
+share/help/fr/evolution/contacts-usage-edit-contact.page
+share/help/fr/evolution/contacts-usage.page
+share/help/fr/evolution/contacts-using-contact-lists.page
+share/help/fr/evolution/contacts-using-several-addressbooks.page
+share/help/fr/evolution/credits.page
+share/help/fr/evolution/data-storage.page
+share/help/fr/evolution/default-browser.page
+share/help/fr/evolution/deleting-appointments.page
+share/help/fr/evolution/deleting-emails.page
+share/help/fr/evolution/deleting-to-free-disk-space.page
+share/help/fr/evolution/exchange-connectors-overview.page
+share/help/fr/evolution/exchange-placeholder.page
+share/help/fr/evolution/exporting-data-calendar.page
+share/help/fr/evolution/exporting-data-contacts.page
+share/help/fr/evolution/exporting-data-mail.page
+share/help/fr/evolution/exporting-data.page
+share/help/fr/evolution/express-mode.page
+share/help/fr/evolution/figures/color-000000.png
+share/help/fr/evolution/figures/color-204a87.png
+share/help/fr/evolution/figures/color-2e3436.png
+share/help/fr/evolution/figures/color-4e9a06.png
+share/help/fr/evolution/figures/color-5c3566.png
+share/help/fr/evolution/figures/color-8f5902.png
+share/help/fr/evolution/figures/color-a40000.png
+share/help/fr/evolution/figures/color-c4a000.png
+share/help/fr/evolution/figures/color-ce5c00.png
+share/help/fr/evolution/figures/evolutionlogo.png
+share/help/fr/evolution/figures/html-composer-insert-image.png
+share/help/fr/evolution/figures/html-composer-insert-link.png
+share/help/fr/evolution/figures/html-composer-insert-rule.png
+share/help/fr/evolution/figures/html-composer-insert-table.png
+share/help/fr/evolution/figures/minus-icon.png
+share/help/fr/evolution/figures/new-mail-notification.png
+share/help/fr/evolution/figures/new-mail-switcher.png
+share/help/fr/evolution/figures/plus-icon.png
+share/help/fr/evolution/figures/search-icon.png
+share/help/fr/evolution/figures/window-overview-layers.png
+share/help/fr/evolution/google-services.page
+share/help/fr/evolution/groupwise-placeholder.page
+share/help/fr/evolution/import-apps-mozilla.page
+share/help/fr/evolution/import-apps-outlook.page
+share/help/fr/evolution/import-data.page
+share/help/fr/evolution/import-single-files.page
+share/help/fr/evolution/import-supported-file-formats.page
+share/help/fr/evolution/index.page
+share/help/fr/evolution/intro-application.page
+share/help/fr/evolution/intro-first-run.page
+share/help/fr/evolution/intro-main-window.page
+share/help/fr/evolution/mail-access-gmail-imap-account.page
+share/help/fr/evolution/mail-access-gmail-pop-account.page
+share/help/fr/evolution/mail-account-manage-imap-plus.page
+share/help/fr/evolution/mail-account-manage-imap.page
+share/help/fr/evolution/mail-account-manage-local-delivery.page
+share/help/fr/evolution/mail-account-manage-maildir-format-directories.page
+share/help/fr/evolution/mail-account-manage-mh-format-directories.page
+share/help/fr/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/fr/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/fr/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/fr/evolution/mail-account-manage-microsoft-exchange.page
+share/help/fr/evolution/mail-account-manage-novell-groupwise.page
+share/help/fr/evolution/mail-account-manage-pop.page
+share/help/fr/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/fr/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/fr/evolution/mail-account-manage-usenet-news.page
+share/help/fr/evolution/mail-account-management.page
+share/help/fr/evolution/mail-attachments-received.page
+share/help/fr/evolution/mail-attachments-sending.page
+share/help/fr/evolution/mail-attachments.page
+share/help/fr/evolution/mail-calendar-sending-invitations.page
+share/help/fr/evolution/mail-cannot-see.page
+share/help/fr/evolution/mail-change-columns-in-message-list.page
+share/help/fr/evolution/mail-change-time-format.page
+share/help/fr/evolution/mail-composer-change-quotation-string.page
+share/help/fr/evolution/mail-composer-custom-header-lines.page
+share/help/fr/evolution/mail-composer-enable-html-format.page
+share/help/fr/evolution/mail-composer-forward-as-attachment.page
+share/help/fr/evolution/mail-composer-forward.page
+share/help/fr/evolution/mail-composer-html-image.page
+share/help/fr/evolution/mail-composer-html-link.page
+share/help/fr/evolution/mail-composer-html-rule.page
+share/help/fr/evolution/mail-composer-html-table.page
+share/help/fr/evolution/mail-composer-html-text.page
+share/help/fr/evolution/mail-composer-html.page
+share/help/fr/evolution/mail-composer-mail-signatures-manage.page
+share/help/fr/evolution/mail-composer-mail-signatures-per-account.page
+share/help/fr/evolution/mail-composer-mail-signatures.page
+share/help/fr/evolution/mail-composer-message-templates-reply.page
+share/help/fr/evolution/mail-composer-message-templates-save.page
+share/help/fr/evolution/mail-composer-message-templates-variables.page
+share/help/fr/evolution/mail-composer-message-templates.page
+share/help/fr/evolution/mail-composer-plain-text.page
+share/help/fr/evolution/mail-composer-priority.page
+share/help/fr/evolution/mail-composer-reply.page
+share/help/fr/evolution/mail-composer-search.page
+share/help/fr/evolution/mail-composer-several-recipients.page
+share/help/fr/evolution/mail-composer-spellcheck.page
+share/help/fr/evolution/mail-composer-write-new-message.page
+share/help/fr/evolution/mail-default-CC-and-BCC.page
+share/help/fr/evolution/mail-default-folder-locations.page
+share/help/fr/evolution/mail-delete-and-undelete.page
+share/help/fr/evolution/mail-display-message-source.page
+share/help/fr/evolution/mail-displaying-character-encodings.page
+share/help/fr/evolution/mail-displaying-collapsible-headers.page
+share/help/fr/evolution/mail-displaying-images-in-html.page
+share/help/fr/evolution/mail-displaying-message.page
+share/help/fr/evolution/mail-displaying-no-css.page
+share/help/fr/evolution/mail-displaying-sender-photograph.page
+share/help/fr/evolution/mail-duplicates.page
+share/help/fr/evolution/mail-encryption-gpg-create-key.page
+share/help/fr/evolution/mail-encryption-gpg-decrypting.page
+share/help/fr/evolution/mail-encryption-gpg-getting-keys.page
+share/help/fr/evolution/mail-encryption-gpg-set-up.page
+share/help/fr/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/fr/evolution/mail-encryption-s-mime-manage.page
+share/help/fr/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/fr/evolution/mail-encryption.page
+share/help/fr/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/fr/evolution/mail-error-no-provider-available.page
+share/help/fr/evolution/mail-filters-actions.page
+share/help/fr/evolution/mail-filters-conditions.page
+share/help/fr/evolution/mail-filters-not-working.page
+share/help/fr/evolution/mail-filters.page
+share/help/fr/evolution/mail-folders.page
+share/help/fr/evolution/mail-follow-up-flag.page
+share/help/fr/evolution/mail-imap-headers.page
+share/help/fr/evolution/mail-imap-subscriptions.page
+share/help/fr/evolution/mail-labels.page
+share/help/fr/evolution/mail-layout-changing.page
+share/help/fr/evolution/mail-localized-re-subjects.page
+share/help/fr/evolution/mail-moving-emails.page
+share/help/fr/evolution/mail-not-sent.page
+share/help/fr/evolution/mail-organizing.page
+share/help/fr/evolution/mail-read-receipts.page
+share/help/fr/evolution/mail-reading-keyboard-shortcuts.page
+share/help/fr/evolution/mail-received-notification.page
+share/help/fr/evolution/mail-receiving-options-evolution-exchange.page
+share/help/fr/evolution/mail-receiving-options-exchange-ews.page
+share/help/fr/evolution/mail-receiving-options-exchange-mapi.page
+share/help/fr/evolution/mail-receiving-options-imap-plus.page
+share/help/fr/evolution/mail-receiving-options-imap.page
+share/help/fr/evolution/mail-receiving-options-local-delivery.page
+share/help/fr/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/fr/evolution/mail-receiving-options-mh-format-directories.page
+share/help/fr/evolution/mail-receiving-options-novell-groupwise.page
+share/help/fr/evolution/mail-receiving-options-pop.page
+share/help/fr/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/fr/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/fr/evolution/mail-receiving-options-usenet-news.page
+share/help/fr/evolution/mail-receiving-options.page
+share/help/fr/evolution/mail-recognized-thread-related-headers.page
+share/help/fr/evolution/mail-refresh-folders.page
+share/help/fr/evolution/mail-save-as-pdf.page
+share/help/fr/evolution/mail-search-folders-add.page
+share/help/fr/evolution/mail-search-folders-conditions.page
+share/help/fr/evolution/mail-search-folders-enable.page
+share/help/fr/evolution/mail-search-folders-refresh.page
+share/help/fr/evolution/mail-search-folders.page
+share/help/fr/evolution/mail-searching-attachment-type.page
+share/help/fr/evolution/mail-searching.page
+share/help/fr/evolution/mail-send-and-receive-automatically.page
+share/help/fr/evolution/mail-send-and-receive-manual.page
+share/help/fr/evolution/mail-send-and-receive.page
+share/help/fr/evolution/mail-sending-options-smtp.page
+share/help/fr/evolution/mail-several-pop-accounts.page
+share/help/fr/evolution/mail-sorting-message-list.page
+share/help/fr/evolution/mail-spam-marking.page
+share/help/fr/evolution/mail-spam-settings.page
+share/help/fr/evolution/mail-spam.page
+share/help/fr/evolution/mail-two-trash-folders.page
+share/help/fr/evolution/mail-usenet-subscriptions.page
+share/help/fr/evolution/mail-vertical-view.page
+share/help/fr/evolution/mail-word-wrap.page
+share/help/fr/evolution/mail-working-offline.page
+share/help/fr/evolution/memos-searching.page
+share/help/fr/evolution/memos-usage-add-memo.page
+share/help/fr/evolution/memos-usage-delete-memo.page
+share/help/fr/evolution/memos-usage-edit-memo.page
+share/help/fr/evolution/memos-usage.page
+share/help/fr/evolution/minimize-to-system-tray.page
+share/help/fr/evolution/offline.page
+share/help/fr/evolution/organizing.page
+share/help/fr/evolution/problems-debug-how-to.page
+share/help/fr/evolution/problems-getting-help.page
+share/help/fr/evolution/problems-reporting-bugs.page
+share/help/fr/evolution/searching-items.page
+share/help/fr/evolution/sync-with-other-devices.page
+share/help/fr/evolution/tasks-caldav.page
+share/help/fr/evolution/tasks-display-settings.page
+share/help/fr/evolution/tasks-local.page
+share/help/fr/evolution/tasks-organizing.page
+share/help/fr/evolution/tasks-searching.page
+share/help/fr/evolution/tasks-usage-add-task.page
+share/help/fr/evolution/tasks-usage-delete-task.page
+share/help/fr/evolution/tasks-usage-edit-task.page
+share/help/fr/evolution/tasks-usage.page
+share/help/fr/evolution/tasks-using-several-tasklists.page
+share/help/fr/evolution/tasks-webdav.page
+share/help/fr/evolution/using-categories.page
+share/help/gl/evolution/backup-restore.page
+share/help/gl/evolution/calendar-alarms-and-reminders.page
+share/help/gl/evolution/calendar-caldav.page
+share/help/gl/evolution/calendar-classifications.page
+share/help/gl/evolution/calendar-free-busy.page
+share/help/gl/evolution/calendar-google.page
+share/help/gl/evolution/calendar-layout-appointment-display.page
+share/help/gl/evolution/calendar-layout-general-formatting.page
+share/help/gl/evolution/calendar-layout-views.page
+share/help/gl/evolution/calendar-layout.page
+share/help/gl/evolution/calendar-local.page
+share/help/gl/evolution/calendar-marcus-bains-line.page
+share/help/gl/evolution/calendar-meetings-delegating.page
+share/help/gl/evolution/calendar-meetings-replying-to-invitation.page
+share/help/gl/evolution/calendar-meetings-sending-invitation.page
+share/help/gl/evolution/calendar-meetings.page
+share/help/gl/evolution/calendar-organizing.page
+share/help/gl/evolution/calendar-publishing.page
+share/help/gl/evolution/calendar-recurrence.page
+share/help/gl/evolution/calendar-searching.page
+share/help/gl/evolution/calendar-sharing-information.page
+share/help/gl/evolution/calendar-timezones.page
+share/help/gl/evolution/calendar-usage-add-appointment.page
+share/help/gl/evolution/calendar-usage-delete-appointment.page
+share/help/gl/evolution/calendar-usage-edit-appointment.page
+share/help/gl/evolution/calendar-usage.page
+share/help/gl/evolution/calendar-using-several-calendars.page
+share/help/gl/evolution/calendar-weather.page
+share/help/gl/evolution/calendar-webdav.page
+share/help/gl/evolution/change-keyboard-shortcuts.page
+share/help/gl/evolution/change-switcher-appearance.page
+share/help/gl/evolution/contacts-add-automatically.page
+share/help/gl/evolution/contacts-autocompletion.page
+share/help/gl/evolution/contacts-google.page
+share/help/gl/evolution/contacts-ldap.page
+share/help/gl/evolution/contacts-libreoffice.page
+share/help/gl/evolution/contacts-local.page
+share/help/gl/evolution/contacts-organizing.page
+share/help/gl/evolution/contacts-searching.page
+share/help/gl/evolution/contacts-usage-add-contact.page
+share/help/gl/evolution/contacts-usage-delete-contact.page
+share/help/gl/evolution/contacts-usage-edit-contact.page
+share/help/gl/evolution/contacts-usage.page
+share/help/gl/evolution/contacts-using-contact-lists.page
+share/help/gl/evolution/contacts-using-several-addressbooks.page
+share/help/gl/evolution/credits.page
+share/help/gl/evolution/data-storage.page
+share/help/gl/evolution/default-browser.page
+share/help/gl/evolution/deleting-appointments.page
+share/help/gl/evolution/deleting-emails.page
+share/help/gl/evolution/deleting-to-free-disk-space.page
+share/help/gl/evolution/exchange-connectors-overview.page
+share/help/gl/evolution/exchange-placeholder.page
+share/help/gl/evolution/exporting-data-calendar.page
+share/help/gl/evolution/exporting-data-contacts.page
+share/help/gl/evolution/exporting-data-mail.page
+share/help/gl/evolution/exporting-data.page
+share/help/gl/evolution/express-mode.page
+share/help/gl/evolution/figures/color-000000.png
+share/help/gl/evolution/figures/color-204a87.png
+share/help/gl/evolution/figures/color-2e3436.png
+share/help/gl/evolution/figures/color-4e9a06.png
+share/help/gl/evolution/figures/color-5c3566.png
+share/help/gl/evolution/figures/color-8f5902.png
+share/help/gl/evolution/figures/color-a40000.png
+share/help/gl/evolution/figures/color-c4a000.png
+share/help/gl/evolution/figures/color-ce5c00.png
+share/help/gl/evolution/figures/evolutionlogo.png
+share/help/gl/evolution/figures/html-composer-insert-image.png
+share/help/gl/evolution/figures/html-composer-insert-link.png
+share/help/gl/evolution/figures/html-composer-insert-rule.png
+share/help/gl/evolution/figures/html-composer-insert-table.png
+share/help/gl/evolution/figures/minus-icon.png
+share/help/gl/evolution/figures/new-mail-notification.png
+share/help/gl/evolution/figures/new-mail-switcher.png
+share/help/gl/evolution/figures/plus-icon.png
+share/help/gl/evolution/figures/search-icon.png
+share/help/gl/evolution/figures/window-overview-layers.png
+share/help/gl/evolution/google-services.page
+share/help/gl/evolution/groupwise-placeholder.page
+share/help/gl/evolution/import-apps-mozilla.page
+share/help/gl/evolution/import-apps-outlook.page
+share/help/gl/evolution/import-data.page
+share/help/gl/evolution/import-single-files.page
+share/help/gl/evolution/import-supported-file-formats.page
+share/help/gl/evolution/index.page
+share/help/gl/evolution/intro-application.page
+share/help/gl/evolution/intro-first-run.page
+share/help/gl/evolution/intro-main-window.page
+share/help/gl/evolution/mail-access-gmail-imap-account.page
+share/help/gl/evolution/mail-access-gmail-pop-account.page
+share/help/gl/evolution/mail-account-manage-imap-plus.page
+share/help/gl/evolution/mail-account-manage-imap.page
+share/help/gl/evolution/mail-account-manage-local-delivery.page
+share/help/gl/evolution/mail-account-manage-maildir-format-directories.page
+share/help/gl/evolution/mail-account-manage-mh-format-directories.page
+share/help/gl/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/gl/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/gl/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/gl/evolution/mail-account-manage-microsoft-exchange.page
+share/help/gl/evolution/mail-account-manage-novell-groupwise.page
+share/help/gl/evolution/mail-account-manage-pop.page
+share/help/gl/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/gl/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/gl/evolution/mail-account-manage-usenet-news.page
+share/help/gl/evolution/mail-account-management.page
+share/help/gl/evolution/mail-attachments-received.page
+share/help/gl/evolution/mail-attachments-sending.page
+share/help/gl/evolution/mail-attachments.page
+share/help/gl/evolution/mail-calendar-sending-invitations.page
+share/help/gl/evolution/mail-cannot-see.page
+share/help/gl/evolution/mail-change-columns-in-message-list.page
+share/help/gl/evolution/mail-change-time-format.page
+share/help/gl/evolution/mail-composer-change-quotation-string.page
+share/help/gl/evolution/mail-composer-custom-header-lines.page
+share/help/gl/evolution/mail-composer-enable-html-format.page
+share/help/gl/evolution/mail-composer-forward-as-attachment.page
+share/help/gl/evolution/mail-composer-forward.page
+share/help/gl/evolution/mail-composer-html-image.page
+share/help/gl/evolution/mail-composer-html-link.page
+share/help/gl/evolution/mail-composer-html-rule.page
+share/help/gl/evolution/mail-composer-html-table.page
+share/help/gl/evolution/mail-composer-html-text.page
+share/help/gl/evolution/mail-composer-html.page
+share/help/gl/evolution/mail-composer-mail-signatures-manage.page
+share/help/gl/evolution/mail-composer-mail-signatures-per-account.page
+share/help/gl/evolution/mail-composer-mail-signatures.page
+share/help/gl/evolution/mail-composer-message-templates-reply.page
+share/help/gl/evolution/mail-composer-message-templates-save.page
+share/help/gl/evolution/mail-composer-message-templates-variables.page
+share/help/gl/evolution/mail-composer-message-templates.page
+share/help/gl/evolution/mail-composer-plain-text.page
+share/help/gl/evolution/mail-composer-priority.page
+share/help/gl/evolution/mail-composer-reply.page
+share/help/gl/evolution/mail-composer-search.page
+share/help/gl/evolution/mail-composer-several-recipients.page
+share/help/gl/evolution/mail-composer-spellcheck.page
+share/help/gl/evolution/mail-composer-write-new-message.page
+share/help/gl/evolution/mail-default-CC-and-BCC.page
+share/help/gl/evolution/mail-default-folder-locations.page
+share/help/gl/evolution/mail-delete-and-undelete.page
+share/help/gl/evolution/mail-display-message-source.page
+share/help/gl/evolution/mail-displaying-character-encodings.page
+share/help/gl/evolution/mail-displaying-collapsible-headers.page
+share/help/gl/evolution/mail-displaying-images-in-html.page
+share/help/gl/evolution/mail-displaying-message.page
+share/help/gl/evolution/mail-displaying-no-css.page
+share/help/gl/evolution/mail-displaying-sender-photograph.page
+share/help/gl/evolution/mail-duplicates.page
+share/help/gl/evolution/mail-encryption-gpg-create-key.page
+share/help/gl/evolution/mail-encryption-gpg-decrypting.page
+share/help/gl/evolution/mail-encryption-gpg-getting-keys.page
+share/help/gl/evolution/mail-encryption-gpg-set-up.page
+share/help/gl/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/gl/evolution/mail-encryption-s-mime-manage.page
+share/help/gl/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/gl/evolution/mail-encryption.page
+share/help/gl/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/gl/evolution/mail-error-no-provider-available.page
+share/help/gl/evolution/mail-filters-actions.page
+share/help/gl/evolution/mail-filters-conditions.page
+share/help/gl/evolution/mail-filters-not-working.page
+share/help/gl/evolution/mail-filters.page
+share/help/gl/evolution/mail-folders.page
+share/help/gl/evolution/mail-follow-up-flag.page
+share/help/gl/evolution/mail-imap-headers.page
+share/help/gl/evolution/mail-imap-subscriptions.page
+share/help/gl/evolution/mail-labels.page
+share/help/gl/evolution/mail-layout-changing.page
+share/help/gl/evolution/mail-localized-re-subjects.page
+share/help/gl/evolution/mail-moving-emails.page
+share/help/gl/evolution/mail-not-sent.page
+share/help/gl/evolution/mail-organizing.page
+share/help/gl/evolution/mail-read-receipts.page
+share/help/gl/evolution/mail-reading-keyboard-shortcuts.page
+share/help/gl/evolution/mail-received-notification.page
+share/help/gl/evolution/mail-receiving-options-evolution-exchange.page
+share/help/gl/evolution/mail-receiving-options-exchange-ews.page
+share/help/gl/evolution/mail-receiving-options-exchange-mapi.page
+share/help/gl/evolution/mail-receiving-options-imap-plus.page
+share/help/gl/evolution/mail-receiving-options-imap.page
+share/help/gl/evolution/mail-receiving-options-local-delivery.page
+share/help/gl/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/gl/evolution/mail-receiving-options-mh-format-directories.page
+share/help/gl/evolution/mail-receiving-options-novell-groupwise.page
+share/help/gl/evolution/mail-receiving-options-pop.page
+share/help/gl/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/gl/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/gl/evolution/mail-receiving-options-usenet-news.page
+share/help/gl/evolution/mail-receiving-options.page
+share/help/gl/evolution/mail-recognized-thread-related-headers.page
+share/help/gl/evolution/mail-refresh-folders.page
+share/help/gl/evolution/mail-save-as-pdf.page
+share/help/gl/evolution/mail-search-folders-add.page
+share/help/gl/evolution/mail-search-folders-conditions.page
+share/help/gl/evolution/mail-search-folders-enable.page
+share/help/gl/evolution/mail-search-folders-refresh.page
+share/help/gl/evolution/mail-search-folders.page
+share/help/gl/evolution/mail-searching-attachment-type.page
+share/help/gl/evolution/mail-searching.page
+share/help/gl/evolution/mail-send-and-receive-automatically.page
+share/help/gl/evolution/mail-send-and-receive-manual.page
+share/help/gl/evolution/mail-send-and-receive.page
+share/help/gl/evolution/mail-sending-options-smtp.page
+share/help/gl/evolution/mail-several-pop-accounts.page
+share/help/gl/evolution/mail-sorting-message-list.page
+share/help/gl/evolution/mail-spam-marking.page
+share/help/gl/evolution/mail-spam-settings.page
+share/help/gl/evolution/mail-spam.page
+share/help/gl/evolution/mail-two-trash-folders.page
+share/help/gl/evolution/mail-usenet-subscriptions.page
+share/help/gl/evolution/mail-vertical-view.page
+share/help/gl/evolution/mail-word-wrap.page
+share/help/gl/evolution/mail-working-offline.page
+share/help/gl/evolution/memos-searching.page
+share/help/gl/evolution/memos-usage-add-memo.page
+share/help/gl/evolution/memos-usage-delete-memo.page
+share/help/gl/evolution/memos-usage-edit-memo.page
+share/help/gl/evolution/memos-usage.page
+share/help/gl/evolution/minimize-to-system-tray.page
+share/help/gl/evolution/offline.page
+share/help/gl/evolution/organizing.page
+share/help/gl/evolution/problems-debug-how-to.page
+share/help/gl/evolution/problems-getting-help.page
+share/help/gl/evolution/problems-reporting-bugs.page
+share/help/gl/evolution/searching-items.page
+share/help/gl/evolution/sync-with-other-devices.page
+share/help/gl/evolution/tasks-caldav.page
+share/help/gl/evolution/tasks-display-settings.page
+share/help/gl/evolution/tasks-local.page
+share/help/gl/evolution/tasks-organizing.page
+share/help/gl/evolution/tasks-searching.page
+share/help/gl/evolution/tasks-usage-add-task.page
+share/help/gl/evolution/tasks-usage-delete-task.page
+share/help/gl/evolution/tasks-usage-edit-task.page
+share/help/gl/evolution/tasks-usage.page
+share/help/gl/evolution/tasks-using-several-tasklists.page
+share/help/gl/evolution/tasks-webdav.page
+share/help/gl/evolution/using-categories.page
+share/help/hu/evolution/backup-restore.page
+share/help/hu/evolution/calendar-alarms-and-reminders.page
+share/help/hu/evolution/calendar-caldav.page
+share/help/hu/evolution/calendar-classifications.page
+share/help/hu/evolution/calendar-free-busy.page
+share/help/hu/evolution/calendar-google.page
+share/help/hu/evolution/calendar-layout-appointment-display.page
+share/help/hu/evolution/calendar-layout-general-formatting.page
+share/help/hu/evolution/calendar-layout-views.page
+share/help/hu/evolution/calendar-layout.page
+share/help/hu/evolution/calendar-local.page
+share/help/hu/evolution/calendar-marcus-bains-line.page
+share/help/hu/evolution/calendar-meetings-delegating.page
+share/help/hu/evolution/calendar-meetings-replying-to-invitation.page
+share/help/hu/evolution/calendar-meetings-sending-invitation.page
+share/help/hu/evolution/calendar-meetings.page
+share/help/hu/evolution/calendar-organizing.page
+share/help/hu/evolution/calendar-publishing.page
+share/help/hu/evolution/calendar-recurrence.page
+share/help/hu/evolution/calendar-searching.page
+share/help/hu/evolution/calendar-sharing-information.page
+share/help/hu/evolution/calendar-timezones.page
+share/help/hu/evolution/calendar-usage-add-appointment.page
+share/help/hu/evolution/calendar-usage-delete-appointment.page
+share/help/hu/evolution/calendar-usage-edit-appointment.page
+share/help/hu/evolution/calendar-usage.page
+share/help/hu/evolution/calendar-using-several-calendars.page
+share/help/hu/evolution/calendar-weather.page
+share/help/hu/evolution/calendar-webdav.page
+share/help/hu/evolution/change-keyboard-shortcuts.page
+share/help/hu/evolution/change-switcher-appearance.page
+share/help/hu/evolution/contacts-add-automatically.page
+share/help/hu/evolution/contacts-autocompletion.page
+share/help/hu/evolution/contacts-google.page
+share/help/hu/evolution/contacts-ldap.page
+share/help/hu/evolution/contacts-libreoffice.page
+share/help/hu/evolution/contacts-local.page
+share/help/hu/evolution/contacts-organizing.page
+share/help/hu/evolution/contacts-searching.page
+share/help/hu/evolution/contacts-usage-add-contact.page
+share/help/hu/evolution/contacts-usage-delete-contact.page
+share/help/hu/evolution/contacts-usage-edit-contact.page
+share/help/hu/evolution/contacts-usage.page
+share/help/hu/evolution/contacts-using-contact-lists.page
+share/help/hu/evolution/contacts-using-several-addressbooks.page
+share/help/hu/evolution/credits.page
+share/help/hu/evolution/data-storage.page
+share/help/hu/evolution/default-browser.page
+share/help/hu/evolution/deleting-appointments.page
+share/help/hu/evolution/deleting-emails.page
+share/help/hu/evolution/deleting-to-free-disk-space.page
+share/help/hu/evolution/exchange-connectors-overview.page
+share/help/hu/evolution/exchange-placeholder.page
+share/help/hu/evolution/exporting-data-calendar.page
+share/help/hu/evolution/exporting-data-contacts.page
+share/help/hu/evolution/exporting-data-mail.page
+share/help/hu/evolution/exporting-data.page
+share/help/hu/evolution/express-mode.page
+share/help/hu/evolution/figures/color-000000.png
+share/help/hu/evolution/figures/color-204a87.png
+share/help/hu/evolution/figures/color-2e3436.png
+share/help/hu/evolution/figures/color-4e9a06.png
+share/help/hu/evolution/figures/color-5c3566.png
+share/help/hu/evolution/figures/color-8f5902.png
+share/help/hu/evolution/figures/color-a40000.png
+share/help/hu/evolution/figures/color-c4a000.png
+share/help/hu/evolution/figures/color-ce5c00.png
+share/help/hu/evolution/figures/evolutionlogo.png
+share/help/hu/evolution/figures/html-composer-insert-image.png
+share/help/hu/evolution/figures/html-composer-insert-link.png
+share/help/hu/evolution/figures/html-composer-insert-rule.png
+share/help/hu/evolution/figures/html-composer-insert-table.png
+share/help/hu/evolution/figures/minus-icon.png
+share/help/hu/evolution/figures/new-mail-notification.png
+share/help/hu/evolution/figures/new-mail-switcher.png
+share/help/hu/evolution/figures/plus-icon.png
+share/help/hu/evolution/figures/search-icon.png
+share/help/hu/evolution/figures/window-overview-layers.png
+share/help/hu/evolution/google-services.page
+share/help/hu/evolution/groupwise-placeholder.page
+share/help/hu/evolution/import-apps-mozilla.page
+share/help/hu/evolution/import-apps-outlook.page
+share/help/hu/evolution/import-data.page
+share/help/hu/evolution/import-single-files.page
+share/help/hu/evolution/import-supported-file-formats.page
+share/help/hu/evolution/index.page
+share/help/hu/evolution/intro-application.page
+share/help/hu/evolution/intro-first-run.page
+share/help/hu/evolution/intro-main-window.page
+share/help/hu/evolution/mail-access-gmail-imap-account.page
+share/help/hu/evolution/mail-access-gmail-pop-account.page
+share/help/hu/evolution/mail-account-manage-imap-plus.page
+share/help/hu/evolution/mail-account-manage-imap.page
+share/help/hu/evolution/mail-account-manage-local-delivery.page
+share/help/hu/evolution/mail-account-manage-maildir-format-directories.page
+share/help/hu/evolution/mail-account-manage-mh-format-directories.page
+share/help/hu/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/hu/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/hu/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/hu/evolution/mail-account-manage-microsoft-exchange.page
+share/help/hu/evolution/mail-account-manage-novell-groupwise.page
+share/help/hu/evolution/mail-account-manage-pop.page
+share/help/hu/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/hu/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/hu/evolution/mail-account-manage-usenet-news.page
+share/help/hu/evolution/mail-account-management.page
+share/help/hu/evolution/mail-attachments-received.page
+share/help/hu/evolution/mail-attachments-sending.page
+share/help/hu/evolution/mail-attachments.page
+share/help/hu/evolution/mail-calendar-sending-invitations.page
+share/help/hu/evolution/mail-cannot-see.page
+share/help/hu/evolution/mail-change-columns-in-message-list.page
+share/help/hu/evolution/mail-change-time-format.page
+share/help/hu/evolution/mail-composer-change-quotation-string.page
+share/help/hu/evolution/mail-composer-custom-header-lines.page
+share/help/hu/evolution/mail-composer-enable-html-format.page
+share/help/hu/evolution/mail-composer-forward-as-attachment.page
+share/help/hu/evolution/mail-composer-forward.page
+share/help/hu/evolution/mail-composer-html-image.page
+share/help/hu/evolution/mail-composer-html-link.page
+share/help/hu/evolution/mail-composer-html-rule.page
+share/help/hu/evolution/mail-composer-html-table.page
+share/help/hu/evolution/mail-composer-html-text.page
+share/help/hu/evolution/mail-composer-html.page
+share/help/hu/evolution/mail-composer-mail-signatures-manage.page
+share/help/hu/evolution/mail-composer-mail-signatures-per-account.page
+share/help/hu/evolution/mail-composer-mail-signatures.page
+share/help/hu/evolution/mail-composer-message-templates-reply.page
+share/help/hu/evolution/mail-composer-message-templates-save.page
+share/help/hu/evolution/mail-composer-message-templates-variables.page
+share/help/hu/evolution/mail-composer-message-templates.page
+share/help/hu/evolution/mail-composer-plain-text.page
+share/help/hu/evolution/mail-composer-priority.page
+share/help/hu/evolution/mail-composer-reply.page
+share/help/hu/evolution/mail-composer-search.page
+share/help/hu/evolution/mail-composer-several-recipients.page
+share/help/hu/evolution/mail-composer-spellcheck.page
+share/help/hu/evolution/mail-composer-write-new-message.page
+share/help/hu/evolution/mail-default-CC-and-BCC.page
+share/help/hu/evolution/mail-default-folder-locations.page
+share/help/hu/evolution/mail-delete-and-undelete.page
+share/help/hu/evolution/mail-display-message-source.page
+share/help/hu/evolution/mail-displaying-character-encodings.page
+share/help/hu/evolution/mail-displaying-collapsible-headers.page
+share/help/hu/evolution/mail-displaying-images-in-html.page
+share/help/hu/evolution/mail-displaying-message.page
+share/help/hu/evolution/mail-displaying-no-css.page
+share/help/hu/evolution/mail-displaying-sender-photograph.page
+share/help/hu/evolution/mail-duplicates.page
+share/help/hu/evolution/mail-encryption-gpg-create-key.page
+share/help/hu/evolution/mail-encryption-gpg-decrypting.page
+share/help/hu/evolution/mail-encryption-gpg-getting-keys.page
+share/help/hu/evolution/mail-encryption-gpg-set-up.page
+share/help/hu/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/hu/evolution/mail-encryption-s-mime-manage.page
+share/help/hu/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/hu/evolution/mail-encryption.page
+share/help/hu/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/hu/evolution/mail-error-no-provider-available.page
+share/help/hu/evolution/mail-filters-actions.page
+share/help/hu/evolution/mail-filters-conditions.page
+share/help/hu/evolution/mail-filters-not-working.page
+share/help/hu/evolution/mail-filters.page
+share/help/hu/evolution/mail-folders.page
+share/help/hu/evolution/mail-follow-up-flag.page
+share/help/hu/evolution/mail-imap-headers.page
+share/help/hu/evolution/mail-imap-subscriptions.page
+share/help/hu/evolution/mail-labels.page
+share/help/hu/evolution/mail-layout-changing.page
+share/help/hu/evolution/mail-localized-re-subjects.page
+share/help/hu/evolution/mail-moving-emails.page
+share/help/hu/evolution/mail-not-sent.page
+share/help/hu/evolution/mail-organizing.page
+share/help/hu/evolution/mail-read-receipts.page
+share/help/hu/evolution/mail-reading-keyboard-shortcuts.page
+share/help/hu/evolution/mail-received-notification.page
+share/help/hu/evolution/mail-receiving-options-evolution-exchange.page
+share/help/hu/evolution/mail-receiving-options-exchange-ews.page
+share/help/hu/evolution/mail-receiving-options-exchange-mapi.page
+share/help/hu/evolution/mail-receiving-options-imap-plus.page
+share/help/hu/evolution/mail-receiving-options-imap.page
+share/help/hu/evolution/mail-receiving-options-local-delivery.page
+share/help/hu/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/hu/evolution/mail-receiving-options-mh-format-directories.page
+share/help/hu/evolution/mail-receiving-options-novell-groupwise.page
+share/help/hu/evolution/mail-receiving-options-pop.page
+share/help/hu/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/hu/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/hu/evolution/mail-receiving-options-usenet-news.page
+share/help/hu/evolution/mail-receiving-options.page
+share/help/hu/evolution/mail-recognized-thread-related-headers.page
+share/help/hu/evolution/mail-refresh-folders.page
+share/help/hu/evolution/mail-save-as-pdf.page
+share/help/hu/evolution/mail-search-folders-add.page
+share/help/hu/evolution/mail-search-folders-conditions.page
+share/help/hu/evolution/mail-search-folders-enable.page
+share/help/hu/evolution/mail-search-folders-refresh.page
+share/help/hu/evolution/mail-search-folders.page
+share/help/hu/evolution/mail-searching-attachment-type.page
+share/help/hu/evolution/mail-searching.page
+share/help/hu/evolution/mail-send-and-receive-automatically.page
+share/help/hu/evolution/mail-send-and-receive-manual.page
+share/help/hu/evolution/mail-send-and-receive.page
+share/help/hu/evolution/mail-sending-options-smtp.page
+share/help/hu/evolution/mail-several-pop-accounts.page
+share/help/hu/evolution/mail-sorting-message-list.page
+share/help/hu/evolution/mail-spam-marking.page
+share/help/hu/evolution/mail-spam-settings.page
+share/help/hu/evolution/mail-spam.page
+share/help/hu/evolution/mail-two-trash-folders.page
+share/help/hu/evolution/mail-usenet-subscriptions.page
+share/help/hu/evolution/mail-vertical-view.page
+share/help/hu/evolution/mail-word-wrap.page
+share/help/hu/evolution/mail-working-offline.page
+share/help/hu/evolution/memos-searching.page
+share/help/hu/evolution/memos-usage-add-memo.page
+share/help/hu/evolution/memos-usage-delete-memo.page
+share/help/hu/evolution/memos-usage-edit-memo.page
+share/help/hu/evolution/memos-usage.page
+share/help/hu/evolution/minimize-to-system-tray.page
+share/help/hu/evolution/offline.page
+share/help/hu/evolution/organizing.page
+share/help/hu/evolution/problems-debug-how-to.page
+share/help/hu/evolution/problems-getting-help.page
+share/help/hu/evolution/problems-reporting-bugs.page
+share/help/hu/evolution/searching-items.page
+share/help/hu/evolution/sync-with-other-devices.page
+share/help/hu/evolution/tasks-caldav.page
+share/help/hu/evolution/tasks-display-settings.page
+share/help/hu/evolution/tasks-local.page
+share/help/hu/evolution/tasks-organizing.page
+share/help/hu/evolution/tasks-searching.page
+share/help/hu/evolution/tasks-usage-add-task.page
+share/help/hu/evolution/tasks-usage-delete-task.page
+share/help/hu/evolution/tasks-usage-edit-task.page
+share/help/hu/evolution/tasks-usage.page
+share/help/hu/evolution/tasks-using-several-tasklists.page
+share/help/hu/evolution/tasks-webdav.page
+share/help/hu/evolution/using-categories.page
+share/help/mk/evolution/backup-restore.page
+share/help/mk/evolution/calendar-alarms-and-reminders.page
+share/help/mk/evolution/calendar-caldav.page
+share/help/mk/evolution/calendar-classifications.page
+share/help/mk/evolution/calendar-free-busy.page
+share/help/mk/evolution/calendar-google.page
+share/help/mk/evolution/calendar-layout-appointment-display.page
+share/help/mk/evolution/calendar-layout-general-formatting.page
+share/help/mk/evolution/calendar-layout-views.page
+share/help/mk/evolution/calendar-layout.page
+share/help/mk/evolution/calendar-local.page
+share/help/mk/evolution/calendar-marcus-bains-line.page
+share/help/mk/evolution/calendar-meetings-delegating.page
+share/help/mk/evolution/calendar-meetings-replying-to-invitation.page
+share/help/mk/evolution/calendar-meetings-sending-invitation.page
+share/help/mk/evolution/calendar-meetings.page
+share/help/mk/evolution/calendar-organizing.page
+share/help/mk/evolution/calendar-publishing.page
+share/help/mk/evolution/calendar-recurrence.page
+share/help/mk/evolution/calendar-searching.page
+share/help/mk/evolution/calendar-sharing-information.page
+share/help/mk/evolution/calendar-timezones.page
+share/help/mk/evolution/calendar-usage-add-appointment.page
+share/help/mk/evolution/calendar-usage-delete-appointment.page
+share/help/mk/evolution/calendar-usage-edit-appointment.page
+share/help/mk/evolution/calendar-usage.page
+share/help/mk/evolution/calendar-using-several-calendars.page
+share/help/mk/evolution/calendar-weather.page
+share/help/mk/evolution/calendar-webdav.page
+share/help/mk/evolution/change-keyboard-shortcuts.page
+share/help/mk/evolution/change-switcher-appearance.page
+share/help/mk/evolution/contacts-add-automatically.page
+share/help/mk/evolution/contacts-autocompletion.page
+share/help/mk/evolution/contacts-google.page
+share/help/mk/evolution/contacts-ldap.page
+share/help/mk/evolution/contacts-libreoffice.page
+share/help/mk/evolution/contacts-local.page
+share/help/mk/evolution/contacts-organizing.page
+share/help/mk/evolution/contacts-searching.page
+share/help/mk/evolution/contacts-usage-add-contact.page
+share/help/mk/evolution/contacts-usage-delete-contact.page
+share/help/mk/evolution/contacts-usage-edit-contact.page
+share/help/mk/evolution/contacts-usage.page
+share/help/mk/evolution/contacts-using-contact-lists.page
+share/help/mk/evolution/contacts-using-several-addressbooks.page
+share/help/mk/evolution/credits.page
+share/help/mk/evolution/data-storage.page
+share/help/mk/evolution/default-browser.page
+share/help/mk/evolution/deleting-appointments.page
+share/help/mk/evolution/deleting-emails.page
+share/help/mk/evolution/deleting-to-free-disk-space.page
+share/help/mk/evolution/exchange-connectors-overview.page
+share/help/mk/evolution/exchange-placeholder.page
+share/help/mk/evolution/exporting-data-calendar.page
+share/help/mk/evolution/exporting-data-contacts.page
+share/help/mk/evolution/exporting-data-mail.page
+share/help/mk/evolution/exporting-data.page
+share/help/mk/evolution/express-mode.page
+share/help/mk/evolution/figures/color-000000.png
+share/help/mk/evolution/figures/color-204a87.png
+share/help/mk/evolution/figures/color-2e3436.png
+share/help/mk/evolution/figures/color-4e9a06.png
+share/help/mk/evolution/figures/color-5c3566.png
+share/help/mk/evolution/figures/color-8f5902.png
+share/help/mk/evolution/figures/color-a40000.png
+share/help/mk/evolution/figures/color-c4a000.png
+share/help/mk/evolution/figures/color-ce5c00.png
+share/help/mk/evolution/figures/evolutionlogo.png
+share/help/mk/evolution/figures/html-composer-insert-image.png
+share/help/mk/evolution/figures/html-composer-insert-link.png
+share/help/mk/evolution/figures/html-composer-insert-rule.png
+share/help/mk/evolution/figures/html-composer-insert-table.png
+share/help/mk/evolution/figures/minus-icon.png
+share/help/mk/evolution/figures/new-mail-notification.png
+share/help/mk/evolution/figures/new-mail-switcher.png
+share/help/mk/evolution/figures/plus-icon.png
+share/help/mk/evolution/figures/search-icon.png
+share/help/mk/evolution/figures/window-overview-layers.png
+share/help/mk/evolution/google-services.page
+share/help/mk/evolution/groupwise-placeholder.page
+share/help/mk/evolution/import-apps-mozilla.page
+share/help/mk/evolution/import-apps-outlook.page
+share/help/mk/evolution/import-data.page
+share/help/mk/evolution/import-single-files.page
+share/help/mk/evolution/import-supported-file-formats.page
+share/help/mk/evolution/index.page
+share/help/mk/evolution/intro-application.page
+share/help/mk/evolution/intro-first-run.page
+share/help/mk/evolution/intro-main-window.page
+share/help/mk/evolution/mail-access-gmail-imap-account.page
+share/help/mk/evolution/mail-access-gmail-pop-account.page
+share/help/mk/evolution/mail-account-manage-imap-plus.page
+share/help/mk/evolution/mail-account-manage-imap.page
+share/help/mk/evolution/mail-account-manage-local-delivery.page
+share/help/mk/evolution/mail-account-manage-maildir-format-directories.page
+share/help/mk/evolution/mail-account-manage-mh-format-directories.page
+share/help/mk/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/mk/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/mk/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/mk/evolution/mail-account-manage-microsoft-exchange.page
+share/help/mk/evolution/mail-account-manage-novell-groupwise.page
+share/help/mk/evolution/mail-account-manage-pop.page
+share/help/mk/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/mk/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/mk/evolution/mail-account-manage-usenet-news.page
+share/help/mk/evolution/mail-account-management.page
+share/help/mk/evolution/mail-attachments-received.page
+share/help/mk/evolution/mail-attachments-sending.page
+share/help/mk/evolution/mail-attachments.page
+share/help/mk/evolution/mail-calendar-sending-invitations.page
+share/help/mk/evolution/mail-cannot-see.page
+share/help/mk/evolution/mail-change-columns-in-message-list.page
+share/help/mk/evolution/mail-change-time-format.page
+share/help/mk/evolution/mail-composer-change-quotation-string.page
+share/help/mk/evolution/mail-composer-custom-header-lines.page
+share/help/mk/evolution/mail-composer-enable-html-format.page
+share/help/mk/evolution/mail-composer-forward-as-attachment.page
+share/help/mk/evolution/mail-composer-forward.page
+share/help/mk/evolution/mail-composer-html-image.page
+share/help/mk/evolution/mail-composer-html-link.page
+share/help/mk/evolution/mail-composer-html-rule.page
+share/help/mk/evolution/mail-composer-html-table.page
+share/help/mk/evolution/mail-composer-html-text.page
+share/help/mk/evolution/mail-composer-html.page
+share/help/mk/evolution/mail-composer-mail-signatures-manage.page
+share/help/mk/evolution/mail-composer-mail-signatures-per-account.page
+share/help/mk/evolution/mail-composer-mail-signatures.page
+share/help/mk/evolution/mail-composer-message-templates-reply.page
+share/help/mk/evolution/mail-composer-message-templates-save.page
+share/help/mk/evolution/mail-composer-message-templates-variables.page
+share/help/mk/evolution/mail-composer-message-templates.page
+share/help/mk/evolution/mail-composer-plain-text.page
+share/help/mk/evolution/mail-composer-priority.page
+share/help/mk/evolution/mail-composer-reply.page
+share/help/mk/evolution/mail-composer-search.page
+share/help/mk/evolution/mail-composer-several-recipients.page
+share/help/mk/evolution/mail-composer-spellcheck.page
+share/help/mk/evolution/mail-composer-write-new-message.page
+share/help/mk/evolution/mail-default-CC-and-BCC.page
+share/help/mk/evolution/mail-default-folder-locations.page
+share/help/mk/evolution/mail-delete-and-undelete.page
+share/help/mk/evolution/mail-display-message-source.page
+share/help/mk/evolution/mail-displaying-character-encodings.page
+share/help/mk/evolution/mail-displaying-collapsible-headers.page
+share/help/mk/evolution/mail-displaying-images-in-html.page
+share/help/mk/evolution/mail-displaying-message.page
+share/help/mk/evolution/mail-displaying-no-css.page
+share/help/mk/evolution/mail-displaying-sender-photograph.page
+share/help/mk/evolution/mail-duplicates.page
+share/help/mk/evolution/mail-encryption-gpg-create-key.page
+share/help/mk/evolution/mail-encryption-gpg-decrypting.page
+share/help/mk/evolution/mail-encryption-gpg-getting-keys.page
+share/help/mk/evolution/mail-encryption-gpg-set-up.page
+share/help/mk/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/mk/evolution/mail-encryption-s-mime-manage.page
+share/help/mk/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/mk/evolution/mail-encryption.page
+share/help/mk/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/mk/evolution/mail-error-no-provider-available.page
+share/help/mk/evolution/mail-filters-actions.page
+share/help/mk/evolution/mail-filters-conditions.page
+share/help/mk/evolution/mail-filters-not-working.page
+share/help/mk/evolution/mail-filters.page
+share/help/mk/evolution/mail-folders.page
+share/help/mk/evolution/mail-follow-up-flag.page
+share/help/mk/evolution/mail-imap-headers.page
+share/help/mk/evolution/mail-imap-subscriptions.page
+share/help/mk/evolution/mail-labels.page
+share/help/mk/evolution/mail-layout-changing.page
+share/help/mk/evolution/mail-localized-re-subjects.page
+share/help/mk/evolution/mail-moving-emails.page
+share/help/mk/evolution/mail-not-sent.page
+share/help/mk/evolution/mail-organizing.page
+share/help/mk/evolution/mail-read-receipts.page
+share/help/mk/evolution/mail-reading-keyboard-shortcuts.page
+share/help/mk/evolution/mail-received-notification.page
+share/help/mk/evolution/mail-receiving-options-evolution-exchange.page
+share/help/mk/evolution/mail-receiving-options-exchange-ews.page
+share/help/mk/evolution/mail-receiving-options-exchange-mapi.page
+share/help/mk/evolution/mail-receiving-options-imap-plus.page
+share/help/mk/evolution/mail-receiving-options-imap.page
+share/help/mk/evolution/mail-receiving-options-local-delivery.page
+share/help/mk/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/mk/evolution/mail-receiving-options-mh-format-directories.page
+share/help/mk/evolution/mail-receiving-options-novell-groupwise.page
+share/help/mk/evolution/mail-receiving-options-pop.page
+share/help/mk/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/mk/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/mk/evolution/mail-receiving-options-usenet-news.page
+share/help/mk/evolution/mail-receiving-options.page
+share/help/mk/evolution/mail-recognized-thread-related-headers.page
+share/help/mk/evolution/mail-refresh-folders.page
+share/help/mk/evolution/mail-save-as-pdf.page
+share/help/mk/evolution/mail-search-folders-add.page
+share/help/mk/evolution/mail-search-folders-conditions.page
+share/help/mk/evolution/mail-search-folders-enable.page
+share/help/mk/evolution/mail-search-folders-refresh.page
+share/help/mk/evolution/mail-search-folders.page
+share/help/mk/evolution/mail-searching-attachment-type.page
+share/help/mk/evolution/mail-searching.page
+share/help/mk/evolution/mail-send-and-receive-automatically.page
+share/help/mk/evolution/mail-send-and-receive-manual.page
+share/help/mk/evolution/mail-send-and-receive.page
+share/help/mk/evolution/mail-sending-options-smtp.page
+share/help/mk/evolution/mail-several-pop-accounts.page
+share/help/mk/evolution/mail-sorting-message-list.page
+share/help/mk/evolution/mail-spam-marking.page
+share/help/mk/evolution/mail-spam-settings.page
+share/help/mk/evolution/mail-spam.page
+share/help/mk/evolution/mail-two-trash-folders.page
+share/help/mk/evolution/mail-usenet-subscriptions.page
+share/help/mk/evolution/mail-vertical-view.page
+share/help/mk/evolution/mail-word-wrap.page
+share/help/mk/evolution/mail-working-offline.page
+share/help/mk/evolution/memos-searching.page
+share/help/mk/evolution/memos-usage-add-memo.page
+share/help/mk/evolution/memos-usage-delete-memo.page
+share/help/mk/evolution/memos-usage-edit-memo.page
+share/help/mk/evolution/memos-usage.page
+share/help/mk/evolution/minimize-to-system-tray.page
+share/help/mk/evolution/offline.page
+share/help/mk/evolution/organizing.page
+share/help/mk/evolution/problems-debug-how-to.page
+share/help/mk/evolution/problems-getting-help.page
+share/help/mk/evolution/problems-reporting-bugs.page
+share/help/mk/evolution/searching-items.page
+share/help/mk/evolution/sync-with-other-devices.page
+share/help/mk/evolution/tasks-caldav.page
+share/help/mk/evolution/tasks-display-settings.page
+share/help/mk/evolution/tasks-local.page
+share/help/mk/evolution/tasks-organizing.page
+share/help/mk/evolution/tasks-searching.page
+share/help/mk/evolution/tasks-usage-add-task.page
+share/help/mk/evolution/tasks-usage-delete-task.page
+share/help/mk/evolution/tasks-usage-edit-task.page
+share/help/mk/evolution/tasks-usage.page
+share/help/mk/evolution/tasks-using-several-tasklists.page
+share/help/mk/evolution/tasks-webdav.page
+share/help/mk/evolution/using-categories.page
+share/help/oc/evolution/backup-restore.page
+share/help/oc/evolution/calendar-alarms-and-reminders.page
+share/help/oc/evolution/calendar-caldav.page
+share/help/oc/evolution/calendar-classifications.page
+share/help/oc/evolution/calendar-free-busy.page
+share/help/oc/evolution/calendar-google.page
+share/help/oc/evolution/calendar-layout-appointment-display.page
+share/help/oc/evolution/calendar-layout-general-formatting.page
+share/help/oc/evolution/calendar-layout-views.page
+share/help/oc/evolution/calendar-layout.page
+share/help/oc/evolution/calendar-local.page
+share/help/oc/evolution/calendar-marcus-bains-line.page
+share/help/oc/evolution/calendar-meetings-delegating.page
+share/help/oc/evolution/calendar-meetings-replying-to-invitation.page
+share/help/oc/evolution/calendar-meetings-sending-invitation.page
+share/help/oc/evolution/calendar-meetings.page
+share/help/oc/evolution/calendar-organizing.page
+share/help/oc/evolution/calendar-publishing.page
+share/help/oc/evolution/calendar-recurrence.page
+share/help/oc/evolution/calendar-searching.page
+share/help/oc/evolution/calendar-sharing-information.page
+share/help/oc/evolution/calendar-timezones.page
+share/help/oc/evolution/calendar-usage-add-appointment.page
+share/help/oc/evolution/calendar-usage-delete-appointment.page
+share/help/oc/evolution/calendar-usage-edit-appointment.page
+share/help/oc/evolution/calendar-usage.page
+share/help/oc/evolution/calendar-using-several-calendars.page
+share/help/oc/evolution/calendar-weather.page
+share/help/oc/evolution/calendar-webdav.page
+share/help/oc/evolution/change-keyboard-shortcuts.page
+share/help/oc/evolution/change-switcher-appearance.page
+share/help/oc/evolution/contacts-add-automatically.page
+share/help/oc/evolution/contacts-autocompletion.page
+share/help/oc/evolution/contacts-google.page
+share/help/oc/evolution/contacts-ldap.page
+share/help/oc/evolution/contacts-libreoffice.page
+share/help/oc/evolution/contacts-local.page
+share/help/oc/evolution/contacts-organizing.page
+share/help/oc/evolution/contacts-searching.page
+share/help/oc/evolution/contacts-usage-add-contact.page
+share/help/oc/evolution/contacts-usage-delete-contact.page
+share/help/oc/evolution/contacts-usage-edit-contact.page
+share/help/oc/evolution/contacts-usage.page
+share/help/oc/evolution/contacts-using-contact-lists.page
+share/help/oc/evolution/contacts-using-several-addressbooks.page
+share/help/oc/evolution/credits.page
+share/help/oc/evolution/data-storage.page
+share/help/oc/evolution/default-browser.page
+share/help/oc/evolution/deleting-appointments.page
+share/help/oc/evolution/deleting-emails.page
+share/help/oc/evolution/deleting-to-free-disk-space.page
+share/help/oc/evolution/exchange-connectors-overview.page
+share/help/oc/evolution/exchange-placeholder.page
+share/help/oc/evolution/exporting-data-calendar.page
+share/help/oc/evolution/exporting-data-contacts.page
+share/help/oc/evolution/exporting-data-mail.page
+share/help/oc/evolution/exporting-data.page
+share/help/oc/evolution/express-mode.page
+share/help/oc/evolution/figures/color-000000.png
+share/help/oc/evolution/figures/color-204a87.png
+share/help/oc/evolution/figures/color-2e3436.png
+share/help/oc/evolution/figures/color-4e9a06.png
+share/help/oc/evolution/figures/color-5c3566.png
+share/help/oc/evolution/figures/color-8f5902.png
+share/help/oc/evolution/figures/color-a40000.png
+share/help/oc/evolution/figures/color-c4a000.png
+share/help/oc/evolution/figures/color-ce5c00.png
+share/help/oc/evolution/figures/evolutionlogo.png
+share/help/oc/evolution/figures/html-composer-insert-image.png
+share/help/oc/evolution/figures/html-composer-insert-link.png
+share/help/oc/evolution/figures/html-composer-insert-rule.png
+share/help/oc/evolution/figures/html-composer-insert-table.png
+share/help/oc/evolution/figures/minus-icon.png
+share/help/oc/evolution/figures/new-mail-notification.png
+share/help/oc/evolution/figures/new-mail-switcher.png
+share/help/oc/evolution/figures/plus-icon.png
+share/help/oc/evolution/figures/search-icon.png
+share/help/oc/evolution/figures/window-overview-layers.png
+share/help/oc/evolution/google-services.page
+share/help/oc/evolution/groupwise-placeholder.page
+share/help/oc/evolution/import-apps-mozilla.page
+share/help/oc/evolution/import-apps-outlook.page
+share/help/oc/evolution/import-data.page
+share/help/oc/evolution/import-single-files.page
+share/help/oc/evolution/import-supported-file-formats.page
+share/help/oc/evolution/index.page
+share/help/oc/evolution/intro-application.page
+share/help/oc/evolution/intro-first-run.page
+share/help/oc/evolution/intro-main-window.page
+share/help/oc/evolution/mail-access-gmail-imap-account.page
+share/help/oc/evolution/mail-access-gmail-pop-account.page
+share/help/oc/evolution/mail-account-manage-imap-plus.page
+share/help/oc/evolution/mail-account-manage-imap.page
+share/help/oc/evolution/mail-account-manage-local-delivery.page
+share/help/oc/evolution/mail-account-manage-maildir-format-directories.page
+share/help/oc/evolution/mail-account-manage-mh-format-directories.page
+share/help/oc/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/oc/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/oc/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/oc/evolution/mail-account-manage-microsoft-exchange.page
+share/help/oc/evolution/mail-account-manage-novell-groupwise.page
+share/help/oc/evolution/mail-account-manage-pop.page
+share/help/oc/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/oc/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/oc/evolution/mail-account-manage-usenet-news.page
+share/help/oc/evolution/mail-account-management.page
+share/help/oc/evolution/mail-attachments-received.page
+share/help/oc/evolution/mail-attachments-sending.page
+share/help/oc/evolution/mail-attachments.page
+share/help/oc/evolution/mail-calendar-sending-invitations.page
+share/help/oc/evolution/mail-cannot-see.page
+share/help/oc/evolution/mail-change-columns-in-message-list.page
+share/help/oc/evolution/mail-change-time-format.page
+share/help/oc/evolution/mail-composer-change-quotation-string.page
+share/help/oc/evolution/mail-composer-custom-header-lines.page
+share/help/oc/evolution/mail-composer-enable-html-format.page
+share/help/oc/evolution/mail-composer-forward-as-attachment.page
+share/help/oc/evolution/mail-composer-forward.page
+share/help/oc/evolution/mail-composer-html-image.page
+share/help/oc/evolution/mail-composer-html-link.page
+share/help/oc/evolution/mail-composer-html-rule.page
+share/help/oc/evolution/mail-composer-html-table.page
+share/help/oc/evolution/mail-composer-html-text.page
+share/help/oc/evolution/mail-composer-html.page
+share/help/oc/evolution/mail-composer-mail-signatures-manage.page
+share/help/oc/evolution/mail-composer-mail-signatures-per-account.page
+share/help/oc/evolution/mail-composer-mail-signatures.page
+share/help/oc/evolution/mail-composer-message-templates-reply.page
+share/help/oc/evolution/mail-composer-message-templates-save.page
+share/help/oc/evolution/mail-composer-message-templates-variables.page
+share/help/oc/evolution/mail-composer-message-templates.page
+share/help/oc/evolution/mail-composer-plain-text.page
+share/help/oc/evolution/mail-composer-priority.page
+share/help/oc/evolution/mail-composer-reply.page
+share/help/oc/evolution/mail-composer-search.page
+share/help/oc/evolution/mail-composer-several-recipients.page
+share/help/oc/evolution/mail-composer-spellcheck.page
+share/help/oc/evolution/mail-composer-write-new-message.page
+share/help/oc/evolution/mail-default-CC-and-BCC.page
+share/help/oc/evolution/mail-default-folder-locations.page
+share/help/oc/evolution/mail-delete-and-undelete.page
+share/help/oc/evolution/mail-display-message-source.page
+share/help/oc/evolution/mail-displaying-character-encodings.page
+share/help/oc/evolution/mail-displaying-collapsible-headers.page
+share/help/oc/evolution/mail-displaying-images-in-html.page
+share/help/oc/evolution/mail-displaying-message.page
+share/help/oc/evolution/mail-displaying-no-css.page
+share/help/oc/evolution/mail-displaying-sender-photograph.page
+share/help/oc/evolution/mail-duplicates.page
+share/help/oc/evolution/mail-encryption-gpg-create-key.page
+share/help/oc/evolution/mail-encryption-gpg-decrypting.page
+share/help/oc/evolution/mail-encryption-gpg-getting-keys.page
+share/help/oc/evolution/mail-encryption-gpg-set-up.page
+share/help/oc/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/oc/evolution/mail-encryption-s-mime-manage.page
+share/help/oc/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/oc/evolution/mail-encryption.page
+share/help/oc/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/oc/evolution/mail-error-no-provider-available.page
+share/help/oc/evolution/mail-filters-actions.page
+share/help/oc/evolution/mail-filters-conditions.page
+share/help/oc/evolution/mail-filters-not-working.page
+share/help/oc/evolution/mail-filters.page
+share/help/oc/evolution/mail-folders.page
+share/help/oc/evolution/mail-follow-up-flag.page
+share/help/oc/evolution/mail-imap-headers.page
+share/help/oc/evolution/mail-imap-subscriptions.page
+share/help/oc/evolution/mail-labels.page
+share/help/oc/evolution/mail-layout-changing.page
+share/help/oc/evolution/mail-localized-re-subjects.page
+share/help/oc/evolution/mail-moving-emails.page
+share/help/oc/evolution/mail-not-sent.page
+share/help/oc/evolution/mail-organizing.page
+share/help/oc/evolution/mail-read-receipts.page
+share/help/oc/evolution/mail-reading-keyboard-shortcuts.page
+share/help/oc/evolution/mail-received-notification.page
+share/help/oc/evolution/mail-receiving-options-evolution-exchange.page
+share/help/oc/evolution/mail-receiving-options-exchange-ews.page
+share/help/oc/evolution/mail-receiving-options-exchange-mapi.page
+share/help/oc/evolution/mail-receiving-options-imap-plus.page
+share/help/oc/evolution/mail-receiving-options-imap.page
+share/help/oc/evolution/mail-receiving-options-local-delivery.page
+share/help/oc/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/oc/evolution/mail-receiving-options-mh-format-directories.page
+share/help/oc/evolution/mail-receiving-options-novell-groupwise.page
+share/help/oc/evolution/mail-receiving-options-pop.page
+share/help/oc/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/oc/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/oc/evolution/mail-receiving-options-usenet-news.page
+share/help/oc/evolution/mail-receiving-options.page
+share/help/oc/evolution/mail-recognized-thread-related-headers.page
+share/help/oc/evolution/mail-refresh-folders.page
+share/help/oc/evolution/mail-save-as-pdf.page
+share/help/oc/evolution/mail-search-folders-add.page
+share/help/oc/evolution/mail-search-folders-conditions.page
+share/help/oc/evolution/mail-search-folders-enable.page
+share/help/oc/evolution/mail-search-folders-refresh.page
+share/help/oc/evolution/mail-search-folders.page
+share/help/oc/evolution/mail-searching-attachment-type.page
+share/help/oc/evolution/mail-searching.page
+share/help/oc/evolution/mail-send-and-receive-automatically.page
+share/help/oc/evolution/mail-send-and-receive-manual.page
+share/help/oc/evolution/mail-send-and-receive.page
+share/help/oc/evolution/mail-sending-options-smtp.page
+share/help/oc/evolution/mail-several-pop-accounts.page
+share/help/oc/evolution/mail-sorting-message-list.page
+share/help/oc/evolution/mail-spam-marking.page
+share/help/oc/evolution/mail-spam-settings.page
+share/help/oc/evolution/mail-spam.page
+share/help/oc/evolution/mail-two-trash-folders.page
+share/help/oc/evolution/mail-usenet-subscriptions.page
+share/help/oc/evolution/mail-vertical-view.page
+share/help/oc/evolution/mail-word-wrap.page
+share/help/oc/evolution/mail-working-offline.page
+share/help/oc/evolution/memos-searching.page
+share/help/oc/evolution/memos-usage-add-memo.page
+share/help/oc/evolution/memos-usage-delete-memo.page
+share/help/oc/evolution/memos-usage-edit-memo.page
+share/help/oc/evolution/memos-usage.page
+share/help/oc/evolution/minimize-to-system-tray.page
+share/help/oc/evolution/offline.page
+share/help/oc/evolution/organizing.page
+share/help/oc/evolution/problems-debug-how-to.page
+share/help/oc/evolution/problems-getting-help.page
+share/help/oc/evolution/problems-reporting-bugs.page
+share/help/oc/evolution/searching-items.page
+share/help/oc/evolution/sync-with-other-devices.page
+share/help/oc/evolution/tasks-caldav.page
+share/help/oc/evolution/tasks-display-settings.page
+share/help/oc/evolution/tasks-local.page
+share/help/oc/evolution/tasks-organizing.page
+share/help/oc/evolution/tasks-searching.page
+share/help/oc/evolution/tasks-usage-add-task.page
+share/help/oc/evolution/tasks-usage-delete-task.page
+share/help/oc/evolution/tasks-usage-edit-task.page
+share/help/oc/evolution/tasks-usage.page
+share/help/oc/evolution/tasks-using-several-tasklists.page
+share/help/oc/evolution/tasks-webdav.page
+share/help/oc/evolution/using-categories.page
+share/help/ru/evolution/backup-restore.page
+share/help/ru/evolution/calendar-alarms-and-reminders.page
+share/help/ru/evolution/calendar-caldav.page
+share/help/ru/evolution/calendar-classifications.page
+share/help/ru/evolution/calendar-free-busy.page
+share/help/ru/evolution/calendar-google.page
+share/help/ru/evolution/calendar-layout-appointment-display.page
+share/help/ru/evolution/calendar-layout-general-formatting.page
+share/help/ru/evolution/calendar-layout-views.page
+share/help/ru/evolution/calendar-layout.page
+share/help/ru/evolution/calendar-local.page
+share/help/ru/evolution/calendar-marcus-bains-line.page
+share/help/ru/evolution/calendar-meetings-delegating.page
+share/help/ru/evolution/calendar-meetings-replying-to-invitation.page
+share/help/ru/evolution/calendar-meetings-sending-invitation.page
+share/help/ru/evolution/calendar-meetings.page
+share/help/ru/evolution/calendar-organizing.page
+share/help/ru/evolution/calendar-publishing.page
+share/help/ru/evolution/calendar-recurrence.page
+share/help/ru/evolution/calendar-searching.page
+share/help/ru/evolution/calendar-sharing-information.page
+share/help/ru/evolution/calendar-timezones.page
+share/help/ru/evolution/calendar-usage-add-appointment.page
+share/help/ru/evolution/calendar-usage-delete-appointment.page
+share/help/ru/evolution/calendar-usage-edit-appointment.page
+share/help/ru/evolution/calendar-usage.page
+share/help/ru/evolution/calendar-using-several-calendars.page
+share/help/ru/evolution/calendar-weather.page
+share/help/ru/evolution/calendar-webdav.page
+share/help/ru/evolution/change-keyboard-shortcuts.page
+share/help/ru/evolution/change-switcher-appearance.page
+share/help/ru/evolution/contacts-add-automatically.page
+share/help/ru/evolution/contacts-autocompletion.page
+share/help/ru/evolution/contacts-google.page
+share/help/ru/evolution/contacts-ldap.page
+share/help/ru/evolution/contacts-libreoffice.page
+share/help/ru/evolution/contacts-local.page
+share/help/ru/evolution/contacts-organizing.page
+share/help/ru/evolution/contacts-searching.page
+share/help/ru/evolution/contacts-usage-add-contact.page
+share/help/ru/evolution/contacts-usage-delete-contact.page
+share/help/ru/evolution/contacts-usage-edit-contact.page
+share/help/ru/evolution/contacts-usage.page
+share/help/ru/evolution/contacts-using-contact-lists.page
+share/help/ru/evolution/contacts-using-several-addressbooks.page
+share/help/ru/evolution/credits.page
+share/help/ru/evolution/data-storage.page
+share/help/ru/evolution/default-browser.page
+share/help/ru/evolution/deleting-appointments.page
+share/help/ru/evolution/deleting-emails.page
+share/help/ru/evolution/deleting-to-free-disk-space.page
+share/help/ru/evolution/exchange-connectors-overview.page
+share/help/ru/evolution/exchange-placeholder.page
+share/help/ru/evolution/exporting-data-calendar.page
+share/help/ru/evolution/exporting-data-contacts.page
+share/help/ru/evolution/exporting-data-mail.page
+share/help/ru/evolution/exporting-data.page
+share/help/ru/evolution/express-mode.page
+share/help/ru/evolution/figures/color-000000.png
+share/help/ru/evolution/figures/color-204a87.png
+share/help/ru/evolution/figures/color-2e3436.png
+share/help/ru/evolution/figures/color-4e9a06.png
+share/help/ru/evolution/figures/color-5c3566.png
+share/help/ru/evolution/figures/color-8f5902.png
+share/help/ru/evolution/figures/color-a40000.png
+share/help/ru/evolution/figures/color-c4a000.png
+share/help/ru/evolution/figures/color-ce5c00.png
+share/help/ru/evolution/figures/evolutionlogo.png
+share/help/ru/evolution/figures/html-composer-insert-image.png
+share/help/ru/evolution/figures/html-composer-insert-link.png
+share/help/ru/evolution/figures/html-composer-insert-rule.png
+share/help/ru/evolution/figures/html-composer-insert-table.png
+share/help/ru/evolution/figures/minus-icon.png
+share/help/ru/evolution/figures/new-mail-notification.png
+share/help/ru/evolution/figures/new-mail-switcher.png
+share/help/ru/evolution/figures/plus-icon.png
+share/help/ru/evolution/figures/search-icon.png
+share/help/ru/evolution/figures/window-overview-layers.png
+share/help/ru/evolution/google-services.page
+share/help/ru/evolution/groupwise-placeholder.page
+share/help/ru/evolution/import-apps-mozilla.page
+share/help/ru/evolution/import-apps-outlook.page
+share/help/ru/evolution/import-data.page
+share/help/ru/evolution/import-single-files.page
+share/help/ru/evolution/import-supported-file-formats.page
+share/help/ru/evolution/index.page
+share/help/ru/evolution/intro-application.page
+share/help/ru/evolution/intro-first-run.page
+share/help/ru/evolution/intro-main-window.page
+share/help/ru/evolution/mail-access-gmail-imap-account.page
+share/help/ru/evolution/mail-access-gmail-pop-account.page
+share/help/ru/evolution/mail-account-manage-imap-plus.page
+share/help/ru/evolution/mail-account-manage-imap.page
+share/help/ru/evolution/mail-account-manage-local-delivery.page
+share/help/ru/evolution/mail-account-manage-maildir-format-directories.page
+share/help/ru/evolution/mail-account-manage-mh-format-directories.page
+share/help/ru/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/ru/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/ru/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/ru/evolution/mail-account-manage-microsoft-exchange.page
+share/help/ru/evolution/mail-account-manage-novell-groupwise.page
+share/help/ru/evolution/mail-account-manage-pop.page
+share/help/ru/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/ru/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/ru/evolution/mail-account-manage-usenet-news.page
+share/help/ru/evolution/mail-account-management.page
+share/help/ru/evolution/mail-attachments-received.page
+share/help/ru/evolution/mail-attachments-sending.page
+share/help/ru/evolution/mail-attachments.page
+share/help/ru/evolution/mail-calendar-sending-invitations.page
+share/help/ru/evolution/mail-cannot-see.page
+share/help/ru/evolution/mail-change-columns-in-message-list.page
+share/help/ru/evolution/mail-change-time-format.page
+share/help/ru/evolution/mail-composer-change-quotation-string.page
+share/help/ru/evolution/mail-composer-custom-header-lines.page
+share/help/ru/evolution/mail-composer-enable-html-format.page
+share/help/ru/evolution/mail-composer-forward-as-attachment.page
+share/help/ru/evolution/mail-composer-forward.page
+share/help/ru/evolution/mail-composer-html-image.page
+share/help/ru/evolution/mail-composer-html-link.page
+share/help/ru/evolution/mail-composer-html-rule.page
+share/help/ru/evolution/mail-composer-html-table.page
+share/help/ru/evolution/mail-composer-html-text.page
+share/help/ru/evolution/mail-composer-html.page
+share/help/ru/evolution/mail-composer-mail-signatures-manage.page
+share/help/ru/evolution/mail-composer-mail-signatures-per-account.page
+share/help/ru/evolution/mail-composer-mail-signatures.page
+share/help/ru/evolution/mail-composer-message-templates-reply.page
+share/help/ru/evolution/mail-composer-message-templates-save.page
+share/help/ru/evolution/mail-composer-message-templates-variables.page
+share/help/ru/evolution/mail-composer-message-templates.page
+share/help/ru/evolution/mail-composer-plain-text.page
+share/help/ru/evolution/mail-composer-priority.page
+share/help/ru/evolution/mail-composer-reply.page
+share/help/ru/evolution/mail-composer-search.page
+share/help/ru/evolution/mail-composer-several-recipients.page
+share/help/ru/evolution/mail-composer-spellcheck.page
+share/help/ru/evolution/mail-composer-write-new-message.page
+share/help/ru/evolution/mail-default-CC-and-BCC.page
+share/help/ru/evolution/mail-default-folder-locations.page
+share/help/ru/evolution/mail-delete-and-undelete.page
+share/help/ru/evolution/mail-display-message-source.page
+share/help/ru/evolution/mail-displaying-character-encodings.page
+share/help/ru/evolution/mail-displaying-collapsible-headers.page
+share/help/ru/evolution/mail-displaying-images-in-html.page
+share/help/ru/evolution/mail-displaying-message.page
+share/help/ru/evolution/mail-displaying-no-css.page
+share/help/ru/evolution/mail-displaying-sender-photograph.page
+share/help/ru/evolution/mail-duplicates.page
+share/help/ru/evolution/mail-encryption-gpg-create-key.page
+share/help/ru/evolution/mail-encryption-gpg-decrypting.page
+share/help/ru/evolution/mail-encryption-gpg-getting-keys.page
+share/help/ru/evolution/mail-encryption-gpg-set-up.page
+share/help/ru/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/ru/evolution/mail-encryption-s-mime-manage.page
+share/help/ru/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/ru/evolution/mail-encryption.page
+share/help/ru/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/ru/evolution/mail-error-no-provider-available.page
+share/help/ru/evolution/mail-filters-actions.page
+share/help/ru/evolution/mail-filters-conditions.page
+share/help/ru/evolution/mail-filters-not-working.page
+share/help/ru/evolution/mail-filters.page
+share/help/ru/evolution/mail-folders.page
+share/help/ru/evolution/mail-follow-up-flag.page
+share/help/ru/evolution/mail-imap-headers.page
+share/help/ru/evolution/mail-imap-subscriptions.page
+share/help/ru/evolution/mail-labels.page
+share/help/ru/evolution/mail-layout-changing.page
+share/help/ru/evolution/mail-localized-re-subjects.page
+share/help/ru/evolution/mail-moving-emails.page
+share/help/ru/evolution/mail-not-sent.page
+share/help/ru/evolution/mail-organizing.page
+share/help/ru/evolution/mail-read-receipts.page
+share/help/ru/evolution/mail-reading-keyboard-shortcuts.page
+share/help/ru/evolution/mail-received-notification.page
+share/help/ru/evolution/mail-receiving-options-evolution-exchange.page
+share/help/ru/evolution/mail-receiving-options-exchange-ews.page
+share/help/ru/evolution/mail-receiving-options-exchange-mapi.page
+share/help/ru/evolution/mail-receiving-options-imap-plus.page
+share/help/ru/evolution/mail-receiving-options-imap.page
+share/help/ru/evolution/mail-receiving-options-local-delivery.page
+share/help/ru/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/ru/evolution/mail-receiving-options-mh-format-directories.page
+share/help/ru/evolution/mail-receiving-options-novell-groupwise.page
+share/help/ru/evolution/mail-receiving-options-pop.page
+share/help/ru/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/ru/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/ru/evolution/mail-receiving-options-usenet-news.page
+share/help/ru/evolution/mail-receiving-options.page
+share/help/ru/evolution/mail-recognized-thread-related-headers.page
+share/help/ru/evolution/mail-refresh-folders.page
+share/help/ru/evolution/mail-save-as-pdf.page
+share/help/ru/evolution/mail-search-folders-add.page
+share/help/ru/evolution/mail-search-folders-conditions.page
+share/help/ru/evolution/mail-search-folders-enable.page
+share/help/ru/evolution/mail-search-folders-refresh.page
+share/help/ru/evolution/mail-search-folders.page
+share/help/ru/evolution/mail-searching-attachment-type.page
+share/help/ru/evolution/mail-searching.page
+share/help/ru/evolution/mail-send-and-receive-automatically.page
+share/help/ru/evolution/mail-send-and-receive-manual.page
+share/help/ru/evolution/mail-send-and-receive.page
+share/help/ru/evolution/mail-sending-options-smtp.page
+share/help/ru/evolution/mail-several-pop-accounts.page
+share/help/ru/evolution/mail-sorting-message-list.page
+share/help/ru/evolution/mail-spam-marking.page
+share/help/ru/evolution/mail-spam-settings.page
+share/help/ru/evolution/mail-spam.page
+share/help/ru/evolution/mail-two-trash-folders.page
+share/help/ru/evolution/mail-usenet-subscriptions.page
+share/help/ru/evolution/mail-vertical-view.page
+share/help/ru/evolution/mail-word-wrap.page
+share/help/ru/evolution/mail-working-offline.page
+share/help/ru/evolution/memos-searching.page
+share/help/ru/evolution/memos-usage-add-memo.page
+share/help/ru/evolution/memos-usage-delete-memo.page
+share/help/ru/evolution/memos-usage-edit-memo.page
+share/help/ru/evolution/memos-usage.page
+share/help/ru/evolution/minimize-to-system-tray.page
+share/help/ru/evolution/offline.page
+share/help/ru/evolution/organizing.page
+share/help/ru/evolution/problems-debug-how-to.page
+share/help/ru/evolution/problems-getting-help.page
+share/help/ru/evolution/problems-reporting-bugs.page
+share/help/ru/evolution/searching-items.page
+share/help/ru/evolution/sync-with-other-devices.page
+share/help/ru/evolution/tasks-caldav.page
+share/help/ru/evolution/tasks-display-settings.page
+share/help/ru/evolution/tasks-local.page
+share/help/ru/evolution/tasks-organizing.page
+share/help/ru/evolution/tasks-searching.page
+share/help/ru/evolution/tasks-usage-add-task.page
+share/help/ru/evolution/tasks-usage-delete-task.page
+share/help/ru/evolution/tasks-usage-edit-task.page
+share/help/ru/evolution/tasks-usage.page
+share/help/ru/evolution/tasks-using-several-tasklists.page
+share/help/ru/evolution/tasks-webdav.page
+share/help/ru/evolution/using-categories.page
+share/help/sl/evolution/backup-restore.page
+share/help/sl/evolution/calendar-alarms-and-reminders.page
+share/help/sl/evolution/calendar-caldav.page
+share/help/sl/evolution/calendar-classifications.page
+share/help/sl/evolution/calendar-free-busy.page
+share/help/sl/evolution/calendar-google.page
+share/help/sl/evolution/calendar-layout-appointment-display.page
+share/help/sl/evolution/calendar-layout-general-formatting.page
+share/help/sl/evolution/calendar-layout-views.page
+share/help/sl/evolution/calendar-layout.page
+share/help/sl/evolution/calendar-local.page
+share/help/sl/evolution/calendar-marcus-bains-line.page
+share/help/sl/evolution/calendar-meetings-delegating.page
+share/help/sl/evolution/calendar-meetings-replying-to-invitation.page
+share/help/sl/evolution/calendar-meetings-sending-invitation.page
+share/help/sl/evolution/calendar-meetings.page
+share/help/sl/evolution/calendar-organizing.page
+share/help/sl/evolution/calendar-publishing.page
+share/help/sl/evolution/calendar-recurrence.page
+share/help/sl/evolution/calendar-searching.page
+share/help/sl/evolution/calendar-sharing-information.page
+share/help/sl/evolution/calendar-timezones.page
+share/help/sl/evolution/calendar-usage-add-appointment.page
+share/help/sl/evolution/calendar-usage-delete-appointment.page
+share/help/sl/evolution/calendar-usage-edit-appointment.page
+share/help/sl/evolution/calendar-usage.page
+share/help/sl/evolution/calendar-using-several-calendars.page
+share/help/sl/evolution/calendar-weather.page
+share/help/sl/evolution/calendar-webdav.page
+share/help/sl/evolution/change-keyboard-shortcuts.page
+share/help/sl/evolution/change-switcher-appearance.page
+share/help/sl/evolution/contacts-add-automatically.page
+share/help/sl/evolution/contacts-autocompletion.page
+share/help/sl/evolution/contacts-google.page
+share/help/sl/evolution/contacts-ldap.page
+share/help/sl/evolution/contacts-libreoffice.page
+share/help/sl/evolution/contacts-local.page
+share/help/sl/evolution/contacts-organizing.page
+share/help/sl/evolution/contacts-searching.page
+share/help/sl/evolution/contacts-usage-add-contact.page
+share/help/sl/evolution/contacts-usage-delete-contact.page
+share/help/sl/evolution/contacts-usage-edit-contact.page
+share/help/sl/evolution/contacts-usage.page
+share/help/sl/evolution/contacts-using-contact-lists.page
+share/help/sl/evolution/contacts-using-several-addressbooks.page
+share/help/sl/evolution/credits.page
+share/help/sl/evolution/data-storage.page
+share/help/sl/evolution/default-browser.page
+share/help/sl/evolution/deleting-appointments.page
+share/help/sl/evolution/deleting-emails.page
+share/help/sl/evolution/deleting-to-free-disk-space.page
+share/help/sl/evolution/exchange-connectors-overview.page
+share/help/sl/evolution/exchange-placeholder.page
+share/help/sl/evolution/exporting-data-calendar.page
+share/help/sl/evolution/exporting-data-contacts.page
+share/help/sl/evolution/exporting-data-mail.page
+share/help/sl/evolution/exporting-data.page
+share/help/sl/evolution/express-mode.page
+share/help/sl/evolution/figures/color-000000.png
+share/help/sl/evolution/figures/color-204a87.png
+share/help/sl/evolution/figures/color-2e3436.png
+share/help/sl/evolution/figures/color-4e9a06.png
+share/help/sl/evolution/figures/color-5c3566.png
+share/help/sl/evolution/figures/color-8f5902.png
+share/help/sl/evolution/figures/color-a40000.png
+share/help/sl/evolution/figures/color-c4a000.png
+share/help/sl/evolution/figures/color-ce5c00.png
+share/help/sl/evolution/figures/evolutionlogo.png
+share/help/sl/evolution/figures/html-composer-insert-image.png
+share/help/sl/evolution/figures/html-composer-insert-link.png
+share/help/sl/evolution/figures/html-composer-insert-rule.png
+share/help/sl/evolution/figures/html-composer-insert-table.png
+share/help/sl/evolution/figures/minus-icon.png
+share/help/sl/evolution/figures/new-mail-notification.png
+share/help/sl/evolution/figures/new-mail-switcher.png
+share/help/sl/evolution/figures/plus-icon.png
+share/help/sl/evolution/figures/search-icon.png
+share/help/sl/evolution/figures/window-overview-layers.png
+share/help/sl/evolution/google-services.page
+share/help/sl/evolution/groupwise-placeholder.page
+share/help/sl/evolution/import-apps-mozilla.page
+share/help/sl/evolution/import-apps-outlook.page
+share/help/sl/evolution/import-data.page
+share/help/sl/evolution/import-single-files.page
+share/help/sl/evolution/import-supported-file-formats.page
+share/help/sl/evolution/index.page
+share/help/sl/evolution/intro-application.page
+share/help/sl/evolution/intro-first-run.page
+share/help/sl/evolution/intro-main-window.page
+share/help/sl/evolution/mail-access-gmail-imap-account.page
+share/help/sl/evolution/mail-access-gmail-pop-account.page
+share/help/sl/evolution/mail-account-manage-imap-plus.page
+share/help/sl/evolution/mail-account-manage-imap.page
+share/help/sl/evolution/mail-account-manage-local-delivery.page
+share/help/sl/evolution/mail-account-manage-maildir-format-directories.page
+share/help/sl/evolution/mail-account-manage-mh-format-directories.page
+share/help/sl/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/sl/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/sl/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/sl/evolution/mail-account-manage-microsoft-exchange.page
+share/help/sl/evolution/mail-account-manage-novell-groupwise.page
+share/help/sl/evolution/mail-account-manage-pop.page
+share/help/sl/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/sl/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/sl/evolution/mail-account-manage-usenet-news.page
+share/help/sl/evolution/mail-account-management.page
+share/help/sl/evolution/mail-attachments-received.page
+share/help/sl/evolution/mail-attachments-sending.page
+share/help/sl/evolution/mail-attachments.page
+share/help/sl/evolution/mail-calendar-sending-invitations.page
+share/help/sl/evolution/mail-cannot-see.page
+share/help/sl/evolution/mail-change-columns-in-message-list.page
+share/help/sl/evolution/mail-change-time-format.page
+share/help/sl/evolution/mail-composer-change-quotation-string.page
+share/help/sl/evolution/mail-composer-custom-header-lines.page
+share/help/sl/evolution/mail-composer-enable-html-format.page
+share/help/sl/evolution/mail-composer-forward-as-attachment.page
+share/help/sl/evolution/mail-composer-forward.page
+share/help/sl/evolution/mail-composer-html-image.page
+share/help/sl/evolution/mail-composer-html-link.page
+share/help/sl/evolution/mail-composer-html-rule.page
+share/help/sl/evolution/mail-composer-html-table.page
+share/help/sl/evolution/mail-composer-html-text.page
+share/help/sl/evolution/mail-composer-html.page
+share/help/sl/evolution/mail-composer-mail-signatures-manage.page
+share/help/sl/evolution/mail-composer-mail-signatures-per-account.page
+share/help/sl/evolution/mail-composer-mail-signatures.page
+share/help/sl/evolution/mail-composer-message-templates-reply.page
+share/help/sl/evolution/mail-composer-message-templates-save.page
+share/help/sl/evolution/mail-composer-message-templates-variables.page
+share/help/sl/evolution/mail-composer-message-templates.page
+share/help/sl/evolution/mail-composer-plain-text.page
+share/help/sl/evolution/mail-composer-priority.page
+share/help/sl/evolution/mail-composer-reply.page
+share/help/sl/evolution/mail-composer-search.page
+share/help/sl/evolution/mail-composer-several-recipients.page
+share/help/sl/evolution/mail-composer-spellcheck.page
+share/help/sl/evolution/mail-composer-write-new-message.page
+share/help/sl/evolution/mail-default-CC-and-BCC.page
+share/help/sl/evolution/mail-default-folder-locations.page
+share/help/sl/evolution/mail-delete-and-undelete.page
+share/help/sl/evolution/mail-display-message-source.page
+share/help/sl/evolution/mail-displaying-character-encodings.page
+share/help/sl/evolution/mail-displaying-collapsible-headers.page
+share/help/sl/evolution/mail-displaying-images-in-html.page
+share/help/sl/evolution/mail-displaying-message.page
+share/help/sl/evolution/mail-displaying-no-css.page
+share/help/sl/evolution/mail-displaying-sender-photograph.page
+share/help/sl/evolution/mail-duplicates.page
+share/help/sl/evolution/mail-encryption-gpg-create-key.page
+share/help/sl/evolution/mail-encryption-gpg-decrypting.page
+share/help/sl/evolution/mail-encryption-gpg-getting-keys.page
+share/help/sl/evolution/mail-encryption-gpg-set-up.page
+share/help/sl/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/sl/evolution/mail-encryption-s-mime-manage.page
+share/help/sl/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/sl/evolution/mail-encryption.page
+share/help/sl/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/sl/evolution/mail-error-no-provider-available.page
+share/help/sl/evolution/mail-filters-actions.page
+share/help/sl/evolution/mail-filters-conditions.page
+share/help/sl/evolution/mail-filters-not-working.page
+share/help/sl/evolution/mail-filters.page
+share/help/sl/evolution/mail-folders.page
+share/help/sl/evolution/mail-follow-up-flag.page
+share/help/sl/evolution/mail-imap-headers.page
+share/help/sl/evolution/mail-imap-subscriptions.page
+share/help/sl/evolution/mail-labels.page
+share/help/sl/evolution/mail-layout-changing.page
+share/help/sl/evolution/mail-localized-re-subjects.page
+share/help/sl/evolution/mail-moving-emails.page
+share/help/sl/evolution/mail-not-sent.page
+share/help/sl/evolution/mail-organizing.page
+share/help/sl/evolution/mail-read-receipts.page
+share/help/sl/evolution/mail-reading-keyboard-shortcuts.page
+share/help/sl/evolution/mail-received-notification.page
+share/help/sl/evolution/mail-receiving-options-evolution-exchange.page
+share/help/sl/evolution/mail-receiving-options-exchange-ews.page
+share/help/sl/evolution/mail-receiving-options-exchange-mapi.page
+share/help/sl/evolution/mail-receiving-options-imap-plus.page
+share/help/sl/evolution/mail-receiving-options-imap.page
+share/help/sl/evolution/mail-receiving-options-local-delivery.page
+share/help/sl/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/sl/evolution/mail-receiving-options-mh-format-directories.page
+share/help/sl/evolution/mail-receiving-options-novell-groupwise.page
+share/help/sl/evolution/mail-receiving-options-pop.page
+share/help/sl/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/sl/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/sl/evolution/mail-receiving-options-usenet-news.page
+share/help/sl/evolution/mail-receiving-options.page
+share/help/sl/evolution/mail-recognized-thread-related-headers.page
+share/help/sl/evolution/mail-refresh-folders.page
+share/help/sl/evolution/mail-save-as-pdf.page
+share/help/sl/evolution/mail-search-folders-add.page
+share/help/sl/evolution/mail-search-folders-conditions.page
+share/help/sl/evolution/mail-search-folders-enable.page
+share/help/sl/evolution/mail-search-folders-refresh.page
+share/help/sl/evolution/mail-search-folders.page
+share/help/sl/evolution/mail-searching-attachment-type.page
+share/help/sl/evolution/mail-searching.page
+share/help/sl/evolution/mail-send-and-receive-automatically.page
+share/help/sl/evolution/mail-send-and-receive-manual.page
+share/help/sl/evolution/mail-send-and-receive.page
+share/help/sl/evolution/mail-sending-options-smtp.page
+share/help/sl/evolution/mail-several-pop-accounts.page
+share/help/sl/evolution/mail-sorting-message-list.page
+share/help/sl/evolution/mail-spam-marking.page
+share/help/sl/evolution/mail-spam-settings.page
+share/help/sl/evolution/mail-spam.page
+share/help/sl/evolution/mail-two-trash-folders.page
+share/help/sl/evolution/mail-usenet-subscriptions.page
+share/help/sl/evolution/mail-vertical-view.page
+share/help/sl/evolution/mail-word-wrap.page
+share/help/sl/evolution/mail-working-offline.page
+share/help/sl/evolution/memos-searching.page
+share/help/sl/evolution/memos-usage-add-memo.page
+share/help/sl/evolution/memos-usage-delete-memo.page
+share/help/sl/evolution/memos-usage-edit-memo.page
+share/help/sl/evolution/memos-usage.page
+share/help/sl/evolution/minimize-to-system-tray.page
+share/help/sl/evolution/offline.page
+share/help/sl/evolution/organizing.page
+share/help/sl/evolution/problems-debug-how-to.page
+share/help/sl/evolution/problems-getting-help.page
+share/help/sl/evolution/problems-reporting-bugs.page
+share/help/sl/evolution/searching-items.page
+share/help/sl/evolution/sync-with-other-devices.page
+share/help/sl/evolution/tasks-caldav.page
+share/help/sl/evolution/tasks-display-settings.page
+share/help/sl/evolution/tasks-local.page
+share/help/sl/evolution/tasks-organizing.page
+share/help/sl/evolution/tasks-searching.page
+share/help/sl/evolution/tasks-usage-add-task.page
+share/help/sl/evolution/tasks-usage-delete-task.page
+share/help/sl/evolution/tasks-usage-edit-task.page
+share/help/sl/evolution/tasks-usage.page
+share/help/sl/evolution/tasks-using-several-tasklists.page
+share/help/sl/evolution/tasks-webdav.page
+share/help/sl/evolution/using-categories.page
+share/help/sv/evolution/backup-restore.page
+share/help/sv/evolution/calendar-alarms-and-reminders.page
+share/help/sv/evolution/calendar-caldav.page
+share/help/sv/evolution/calendar-classifications.page
+share/help/sv/evolution/calendar-free-busy.page
+share/help/sv/evolution/calendar-google.page
+share/help/sv/evolution/calendar-layout-appointment-display.page
+share/help/sv/evolution/calendar-layout-general-formatting.page
+share/help/sv/evolution/calendar-layout-views.page
+share/help/sv/evolution/calendar-layout.page
+share/help/sv/evolution/calendar-local.page
+share/help/sv/evolution/calendar-marcus-bains-line.page
+share/help/sv/evolution/calendar-meetings-delegating.page
+share/help/sv/evolution/calendar-meetings-replying-to-invitation.page
+share/help/sv/evolution/calendar-meetings-sending-invitation.page
+share/help/sv/evolution/calendar-meetings.page
+share/help/sv/evolution/calendar-organizing.page
+share/help/sv/evolution/calendar-publishing.page
+share/help/sv/evolution/calendar-recurrence.page
+share/help/sv/evolution/calendar-searching.page
+share/help/sv/evolution/calendar-sharing-information.page
+share/help/sv/evolution/calendar-timezones.page
+share/help/sv/evolution/calendar-usage-add-appointment.page
+share/help/sv/evolution/calendar-usage-delete-appointment.page
+share/help/sv/evolution/calendar-usage-edit-appointment.page
+share/help/sv/evolution/calendar-usage.page
+share/help/sv/evolution/calendar-using-several-calendars.page
+share/help/sv/evolution/calendar-weather.page
+share/help/sv/evolution/calendar-webdav.page
+share/help/sv/evolution/change-keyboard-shortcuts.page
+share/help/sv/evolution/change-switcher-appearance.page
+share/help/sv/evolution/contacts-add-automatically.page
+share/help/sv/evolution/contacts-autocompletion.page
+share/help/sv/evolution/contacts-google.page
+share/help/sv/evolution/contacts-ldap.page
+share/help/sv/evolution/contacts-libreoffice.page
+share/help/sv/evolution/contacts-local.page
+share/help/sv/evolution/contacts-organizing.page
+share/help/sv/evolution/contacts-searching.page
+share/help/sv/evolution/contacts-usage-add-contact.page
+share/help/sv/evolution/contacts-usage-delete-contact.page
+share/help/sv/evolution/contacts-usage-edit-contact.page
+share/help/sv/evolution/contacts-usage.page
+share/help/sv/evolution/contacts-using-contact-lists.page
+share/help/sv/evolution/contacts-using-several-addressbooks.page
+share/help/sv/evolution/credits.page
+share/help/sv/evolution/data-storage.page
+share/help/sv/evolution/default-browser.page
+share/help/sv/evolution/deleting-appointments.page
+share/help/sv/evolution/deleting-emails.page
+share/help/sv/evolution/deleting-to-free-disk-space.page
+share/help/sv/evolution/exchange-connectors-overview.page
+share/help/sv/evolution/exchange-placeholder.page
+share/help/sv/evolution/exporting-data-calendar.page
+share/help/sv/evolution/exporting-data-contacts.page
+share/help/sv/evolution/exporting-data-mail.page
+share/help/sv/evolution/exporting-data.page
+share/help/sv/evolution/express-mode.page
+share/help/sv/evolution/figures/color-000000.png
+share/help/sv/evolution/figures/color-204a87.png
+share/help/sv/evolution/figures/color-2e3436.png
+share/help/sv/evolution/figures/color-4e9a06.png
+share/help/sv/evolution/figures/color-5c3566.png
+share/help/sv/evolution/figures/color-8f5902.png
+share/help/sv/evolution/figures/color-a40000.png
+share/help/sv/evolution/figures/color-c4a000.png
+share/help/sv/evolution/figures/color-ce5c00.png
+share/help/sv/evolution/figures/evolutionlogo.png
+share/help/sv/evolution/figures/html-composer-insert-image.png
+share/help/sv/evolution/figures/html-composer-insert-link.png
+share/help/sv/evolution/figures/html-composer-insert-rule.png
+share/help/sv/evolution/figures/html-composer-insert-table.png
+share/help/sv/evolution/figures/minus-icon.png
+share/help/sv/evolution/figures/new-mail-notification.png
+share/help/sv/evolution/figures/new-mail-switcher.png
+share/help/sv/evolution/figures/plus-icon.png
+share/help/sv/evolution/figures/search-icon.png
+share/help/sv/evolution/figures/window-overview-layers.png
+share/help/sv/evolution/google-services.page
+share/help/sv/evolution/groupwise-placeholder.page
+share/help/sv/evolution/import-apps-mozilla.page
+share/help/sv/evolution/import-apps-outlook.page
+share/help/sv/evolution/import-data.page
+share/help/sv/evolution/import-single-files.page
+share/help/sv/evolution/import-supported-file-formats.page
+share/help/sv/evolution/index.page
+share/help/sv/evolution/intro-application.page
+share/help/sv/evolution/intro-first-run.page
+share/help/sv/evolution/intro-main-window.page
+share/help/sv/evolution/mail-access-gmail-imap-account.page
+share/help/sv/evolution/mail-access-gmail-pop-account.page
+share/help/sv/evolution/mail-account-manage-imap-plus.page
+share/help/sv/evolution/mail-account-manage-imap.page
+share/help/sv/evolution/mail-account-manage-local-delivery.page
+share/help/sv/evolution/mail-account-manage-maildir-format-directories.page
+share/help/sv/evolution/mail-account-manage-mh-format-directories.page
+share/help/sv/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/sv/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/sv/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/sv/evolution/mail-account-manage-microsoft-exchange.page
+share/help/sv/evolution/mail-account-manage-novell-groupwise.page
+share/help/sv/evolution/mail-account-manage-pop.page
+share/help/sv/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/sv/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/sv/evolution/mail-account-manage-usenet-news.page
+share/help/sv/evolution/mail-account-management.page
+share/help/sv/evolution/mail-attachments-received.page
+share/help/sv/evolution/mail-attachments-sending.page
+share/help/sv/evolution/mail-attachments.page
+share/help/sv/evolution/mail-calendar-sending-invitations.page
+share/help/sv/evolution/mail-cannot-see.page
+share/help/sv/evolution/mail-change-columns-in-message-list.page
+share/help/sv/evolution/mail-change-time-format.page
+share/help/sv/evolution/mail-composer-change-quotation-string.page
+share/help/sv/evolution/mail-composer-custom-header-lines.page
+share/help/sv/evolution/mail-composer-enable-html-format.page
+share/help/sv/evolution/mail-composer-forward-as-attachment.page
+share/help/sv/evolution/mail-composer-forward.page
+share/help/sv/evolution/mail-composer-html-image.page
+share/help/sv/evolution/mail-composer-html-link.page
+share/help/sv/evolution/mail-composer-html-rule.page
+share/help/sv/evolution/mail-composer-html-table.page
+share/help/sv/evolution/mail-composer-html-text.page
+share/help/sv/evolution/mail-composer-html.page
+share/help/sv/evolution/mail-composer-mail-signatures-manage.page
+share/help/sv/evolution/mail-composer-mail-signatures-per-account.page
+share/help/sv/evolution/mail-composer-mail-signatures.page
+share/help/sv/evolution/mail-composer-message-templates-reply.page
+share/help/sv/evolution/mail-composer-message-templates-save.page
+share/help/sv/evolution/mail-composer-message-templates-variables.page
+share/help/sv/evolution/mail-composer-message-templates.page
+share/help/sv/evolution/mail-composer-plain-text.page
+share/help/sv/evolution/mail-composer-priority.page
+share/help/sv/evolution/mail-composer-reply.page
+share/help/sv/evolution/mail-composer-search.page
+share/help/sv/evolution/mail-composer-several-recipients.page
+share/help/sv/evolution/mail-composer-spellcheck.page
+share/help/sv/evolution/mail-composer-write-new-message.page
+share/help/sv/evolution/mail-default-CC-and-BCC.page
+share/help/sv/evolution/mail-default-folder-locations.page
+share/help/sv/evolution/mail-delete-and-undelete.page
+share/help/sv/evolution/mail-display-message-source.page
+share/help/sv/evolution/mail-displaying-character-encodings.page
+share/help/sv/evolution/mail-displaying-collapsible-headers.page
+share/help/sv/evolution/mail-displaying-images-in-html.page
+share/help/sv/evolution/mail-displaying-message.page
+share/help/sv/evolution/mail-displaying-no-css.page
+share/help/sv/evolution/mail-displaying-sender-photograph.page
+share/help/sv/evolution/mail-duplicates.page
+share/help/sv/evolution/mail-encryption-gpg-create-key.page
+share/help/sv/evolution/mail-encryption-gpg-decrypting.page
+share/help/sv/evolution/mail-encryption-gpg-getting-keys.page
+share/help/sv/evolution/mail-encryption-gpg-set-up.page
+share/help/sv/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/sv/evolution/mail-encryption-s-mime-manage.page
+share/help/sv/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/sv/evolution/mail-encryption.page
+share/help/sv/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/sv/evolution/mail-error-no-provider-available.page
+share/help/sv/evolution/mail-filters-actions.page
+share/help/sv/evolution/mail-filters-conditions.page
+share/help/sv/evolution/mail-filters-not-working.page
+share/help/sv/evolution/mail-filters.page
+share/help/sv/evolution/mail-folders.page
+share/help/sv/evolution/mail-follow-up-flag.page
+share/help/sv/evolution/mail-imap-headers.page
+share/help/sv/evolution/mail-imap-subscriptions.page
+share/help/sv/evolution/mail-labels.page
+share/help/sv/evolution/mail-layout-changing.page
+share/help/sv/evolution/mail-localized-re-subjects.page
+share/help/sv/evolution/mail-moving-emails.page
+share/help/sv/evolution/mail-not-sent.page
+share/help/sv/evolution/mail-organizing.page
+share/help/sv/evolution/mail-read-receipts.page
+share/help/sv/evolution/mail-reading-keyboard-shortcuts.page
+share/help/sv/evolution/mail-received-notification.page
+share/help/sv/evolution/mail-receiving-options-evolution-exchange.page
+share/help/sv/evolution/mail-receiving-options-exchange-ews.page
+share/help/sv/evolution/mail-receiving-options-exchange-mapi.page
+share/help/sv/evolution/mail-receiving-options-imap-plus.page
+share/help/sv/evolution/mail-receiving-options-imap.page
+share/help/sv/evolution/mail-receiving-options-local-delivery.page
+share/help/sv/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/sv/evolution/mail-receiving-options-mh-format-directories.page
+share/help/sv/evolution/mail-receiving-options-novell-groupwise.page
+share/help/sv/evolution/mail-receiving-options-pop.page
+share/help/sv/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/sv/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/sv/evolution/mail-receiving-options-usenet-news.page
+share/help/sv/evolution/mail-receiving-options.page
+share/help/sv/evolution/mail-recognized-thread-related-headers.page
+share/help/sv/evolution/mail-refresh-folders.page
+share/help/sv/evolution/mail-save-as-pdf.page
+share/help/sv/evolution/mail-search-folders-add.page
+share/help/sv/evolution/mail-search-folders-conditions.page
+share/help/sv/evolution/mail-search-folders-enable.page
+share/help/sv/evolution/mail-search-folders-refresh.page
+share/help/sv/evolution/mail-search-folders.page
+share/help/sv/evolution/mail-searching-attachment-type.page
+share/help/sv/evolution/mail-searching.page
+share/help/sv/evolution/mail-send-and-receive-automatically.page
+share/help/sv/evolution/mail-send-and-receive-manual.page
+share/help/sv/evolution/mail-send-and-receive.page
+share/help/sv/evolution/mail-sending-options-smtp.page
+share/help/sv/evolution/mail-several-pop-accounts.page
+share/help/sv/evolution/mail-sorting-message-list.page
+share/help/sv/evolution/mail-spam-marking.page
+share/help/sv/evolution/mail-spam-settings.page
+share/help/sv/evolution/mail-spam.page
+share/help/sv/evolution/mail-two-trash-folders.page
+share/help/sv/evolution/mail-usenet-subscriptions.page
+share/help/sv/evolution/mail-vertical-view.page
+share/help/sv/evolution/mail-word-wrap.page
+share/help/sv/evolution/mail-working-offline.page
+share/help/sv/evolution/memos-searching.page
+share/help/sv/evolution/memos-usage-add-memo.page
+share/help/sv/evolution/memos-usage-delete-memo.page
+share/help/sv/evolution/memos-usage-edit-memo.page
+share/help/sv/evolution/memos-usage.page
+share/help/sv/evolution/minimize-to-system-tray.page
+share/help/sv/evolution/offline.page
+share/help/sv/evolution/organizing.page
+share/help/sv/evolution/problems-debug-how-to.page
+share/help/sv/evolution/problems-getting-help.page
+share/help/sv/evolution/problems-reporting-bugs.page
+share/help/sv/evolution/searching-items.page
+share/help/sv/evolution/sync-with-other-devices.page
+share/help/sv/evolution/tasks-caldav.page
+share/help/sv/evolution/tasks-display-settings.page
+share/help/sv/evolution/tasks-local.page
+share/help/sv/evolution/tasks-organizing.page
+share/help/sv/evolution/tasks-searching.page
+share/help/sv/evolution/tasks-usage-add-task.page
+share/help/sv/evolution/tasks-usage-delete-task.page
+share/help/sv/evolution/tasks-usage-edit-task.page
+share/help/sv/evolution/tasks-usage.page
+share/help/sv/evolution/tasks-using-several-tasklists.page
+share/help/sv/evolution/tasks-webdav.page
+share/help/sv/evolution/using-categories.page
+share/help/te/evolution/backup-restore.page
+share/help/te/evolution/calendar-alarms-and-reminders.page
+share/help/te/evolution/calendar-caldav.page
+share/help/te/evolution/calendar-classifications.page
+share/help/te/evolution/calendar-free-busy.page
+share/help/te/evolution/calendar-google.page
+share/help/te/evolution/calendar-layout-appointment-display.page
+share/help/te/evolution/calendar-layout-general-formatting.page
+share/help/te/evolution/calendar-layout-views.page
+share/help/te/evolution/calendar-layout.page
+share/help/te/evolution/calendar-local.page
+share/help/te/evolution/calendar-marcus-bains-line.page
+share/help/te/evolution/calendar-meetings-delegating.page
+share/help/te/evolution/calendar-meetings-replying-to-invitation.page
+share/help/te/evolution/calendar-meetings-sending-invitation.page
+share/help/te/evolution/calendar-meetings.page
+share/help/te/evolution/calendar-organizing.page
+share/help/te/evolution/calendar-publishing.page
+share/help/te/evolution/calendar-recurrence.page
+share/help/te/evolution/calendar-searching.page
+share/help/te/evolution/calendar-sharing-information.page
+share/help/te/evolution/calendar-timezones.page
+share/help/te/evolution/calendar-usage-add-appointment.page
+share/help/te/evolution/calendar-usage-delete-appointment.page
+share/help/te/evolution/calendar-usage-edit-appointment.page
+share/help/te/evolution/calendar-usage.page
+share/help/te/evolution/calendar-using-several-calendars.page
+share/help/te/evolution/calendar-weather.page
+share/help/te/evolution/calendar-webdav.page
+share/help/te/evolution/change-keyboard-shortcuts.page
+share/help/te/evolution/change-switcher-appearance.page
+share/help/te/evolution/contacts-add-automatically.page
+share/help/te/evolution/contacts-autocompletion.page
+share/help/te/evolution/contacts-google.page
+share/help/te/evolution/contacts-ldap.page
+share/help/te/evolution/contacts-libreoffice.page
+share/help/te/evolution/contacts-local.page
+share/help/te/evolution/contacts-organizing.page
+share/help/te/evolution/contacts-searching.page
+share/help/te/evolution/contacts-usage-add-contact.page
+share/help/te/evolution/contacts-usage-delete-contact.page
+share/help/te/evolution/contacts-usage-edit-contact.page
+share/help/te/evolution/contacts-usage.page
+share/help/te/evolution/contacts-using-contact-lists.page
+share/help/te/evolution/contacts-using-several-addressbooks.page
+share/help/te/evolution/credits.page
+share/help/te/evolution/data-storage.page
+share/help/te/evolution/default-browser.page
+share/help/te/evolution/deleting-appointments.page
+share/help/te/evolution/deleting-emails.page
+share/help/te/evolution/deleting-to-free-disk-space.page
+share/help/te/evolution/exchange-connectors-overview.page
+share/help/te/evolution/exchange-placeholder.page
+share/help/te/evolution/exporting-data-calendar.page
+share/help/te/evolution/exporting-data-contacts.page
+share/help/te/evolution/exporting-data-mail.page
+share/help/te/evolution/exporting-data.page
+share/help/te/evolution/express-mode.page
+share/help/te/evolution/figures/color-000000.png
+share/help/te/evolution/figures/color-204a87.png
+share/help/te/evolution/figures/color-2e3436.png
+share/help/te/evolution/figures/color-4e9a06.png
+share/help/te/evolution/figures/color-5c3566.png
+share/help/te/evolution/figures/color-8f5902.png
+share/help/te/evolution/figures/color-a40000.png
+share/help/te/evolution/figures/color-c4a000.png
+share/help/te/evolution/figures/color-ce5c00.png
+share/help/te/evolution/figures/evolutionlogo.png
+share/help/te/evolution/figures/html-composer-insert-image.png
+share/help/te/evolution/figures/html-composer-insert-link.png
+share/help/te/evolution/figures/html-composer-insert-rule.png
+share/help/te/evolution/figures/html-composer-insert-table.png
+share/help/te/evolution/figures/minus-icon.png
+share/help/te/evolution/figures/new-mail-notification.png
+share/help/te/evolution/figures/new-mail-switcher.png
+share/help/te/evolution/figures/plus-icon.png
+share/help/te/evolution/figures/search-icon.png
+share/help/te/evolution/figures/window-overview-layers.png
+share/help/te/evolution/google-services.page
+share/help/te/evolution/groupwise-placeholder.page
+share/help/te/evolution/import-apps-mozilla.page
+share/help/te/evolution/import-apps-outlook.page
+share/help/te/evolution/import-data.page
+share/help/te/evolution/import-single-files.page
+share/help/te/evolution/import-supported-file-formats.page
+share/help/te/evolution/index.page
+share/help/te/evolution/intro-application.page
+share/help/te/evolution/intro-first-run.page
+share/help/te/evolution/intro-main-window.page
+share/help/te/evolution/mail-access-gmail-imap-account.page
+share/help/te/evolution/mail-access-gmail-pop-account.page
+share/help/te/evolution/mail-account-manage-imap-plus.page
+share/help/te/evolution/mail-account-manage-imap.page
+share/help/te/evolution/mail-account-manage-local-delivery.page
+share/help/te/evolution/mail-account-manage-maildir-format-directories.page
+share/help/te/evolution/mail-account-manage-mh-format-directories.page
+share/help/te/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/te/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/te/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/te/evolution/mail-account-manage-microsoft-exchange.page
+share/help/te/evolution/mail-account-manage-novell-groupwise.page
+share/help/te/evolution/mail-account-manage-pop.page
+share/help/te/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/te/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/te/evolution/mail-account-manage-usenet-news.page
+share/help/te/evolution/mail-account-management.page
+share/help/te/evolution/mail-attachments-received.page
+share/help/te/evolution/mail-attachments-sending.page
+share/help/te/evolution/mail-attachments.page
+share/help/te/evolution/mail-calendar-sending-invitations.page
+share/help/te/evolution/mail-cannot-see.page
+share/help/te/evolution/mail-change-columns-in-message-list.page
+share/help/te/evolution/mail-change-time-format.page
+share/help/te/evolution/mail-composer-change-quotation-string.page
+share/help/te/evolution/mail-composer-custom-header-lines.page
+share/help/te/evolution/mail-composer-enable-html-format.page
+share/help/te/evolution/mail-composer-forward-as-attachment.page
+share/help/te/evolution/mail-composer-forward.page
+share/help/te/evolution/mail-composer-html-image.page
+share/help/te/evolution/mail-composer-html-link.page
+share/help/te/evolution/mail-composer-html-rule.page
+share/help/te/evolution/mail-composer-html-table.page
+share/help/te/evolution/mail-composer-html-text.page
+share/help/te/evolution/mail-composer-html.page
+share/help/te/evolution/mail-composer-mail-signatures-manage.page
+share/help/te/evolution/mail-composer-mail-signatures-per-account.page
+share/help/te/evolution/mail-composer-mail-signatures.page
+share/help/te/evolution/mail-composer-message-templates-reply.page
+share/help/te/evolution/mail-composer-message-templates-save.page
+share/help/te/evolution/mail-composer-message-templates-variables.page
+share/help/te/evolution/mail-composer-message-templates.page
+share/help/te/evolution/mail-composer-plain-text.page
+share/help/te/evolution/mail-composer-priority.page
+share/help/te/evolution/mail-composer-reply.page
+share/help/te/evolution/mail-composer-search.page
+share/help/te/evolution/mail-composer-several-recipients.page
+share/help/te/evolution/mail-composer-spellcheck.page
+share/help/te/evolution/mail-composer-write-new-message.page
+share/help/te/evolution/mail-default-CC-and-BCC.page
+share/help/te/evolution/mail-default-folder-locations.page
+share/help/te/evolution/mail-delete-and-undelete.page
+share/help/te/evolution/mail-display-message-source.page
+share/help/te/evolution/mail-displaying-character-encodings.page
+share/help/te/evolution/mail-displaying-collapsible-headers.page
+share/help/te/evolution/mail-displaying-images-in-html.page
+share/help/te/evolution/mail-displaying-message.page
+share/help/te/evolution/mail-displaying-no-css.page
+share/help/te/evolution/mail-displaying-sender-photograph.page
+share/help/te/evolution/mail-duplicates.page
+share/help/te/evolution/mail-encryption-gpg-create-key.page
+share/help/te/evolution/mail-encryption-gpg-decrypting.page
+share/help/te/evolution/mail-encryption-gpg-getting-keys.page
+share/help/te/evolution/mail-encryption-gpg-set-up.page
+share/help/te/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/te/evolution/mail-encryption-s-mime-manage.page
+share/help/te/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/te/evolution/mail-encryption.page
+share/help/te/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/te/evolution/mail-error-no-provider-available.page
+share/help/te/evolution/mail-filters-actions.page
+share/help/te/evolution/mail-filters-conditions.page
+share/help/te/evolution/mail-filters-not-working.page
+share/help/te/evolution/mail-filters.page
+share/help/te/evolution/mail-folders.page
+share/help/te/evolution/mail-follow-up-flag.page
+share/help/te/evolution/mail-imap-headers.page
+share/help/te/evolution/mail-imap-subscriptions.page
+share/help/te/evolution/mail-labels.page
+share/help/te/evolution/mail-layout-changing.page
+share/help/te/evolution/mail-localized-re-subjects.page
+share/help/te/evolution/mail-moving-emails.page
+share/help/te/evolution/mail-not-sent.page
+share/help/te/evolution/mail-organizing.page
+share/help/te/evolution/mail-read-receipts.page
+share/help/te/evolution/mail-reading-keyboard-shortcuts.page
+share/help/te/evolution/mail-received-notification.page
+share/help/te/evolution/mail-receiving-options-evolution-exchange.page
+share/help/te/evolution/mail-receiving-options-exchange-ews.page
+share/help/te/evolution/mail-receiving-options-exchange-mapi.page
+share/help/te/evolution/mail-receiving-options-imap-plus.page
+share/help/te/evolution/mail-receiving-options-imap.page
+share/help/te/evolution/mail-receiving-options-local-delivery.page
+share/help/te/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/te/evolution/mail-receiving-options-mh-format-directories.page
+share/help/te/evolution/mail-receiving-options-novell-groupwise.page
+share/help/te/evolution/mail-receiving-options-pop.page
+share/help/te/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/te/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/te/evolution/mail-receiving-options-usenet-news.page
+share/help/te/evolution/mail-receiving-options.page
+share/help/te/evolution/mail-recognized-thread-related-headers.page
+share/help/te/evolution/mail-refresh-folders.page
+share/help/te/evolution/mail-save-as-pdf.page
+share/help/te/evolution/mail-search-folders-add.page
+share/help/te/evolution/mail-search-folders-conditions.page
+share/help/te/evolution/mail-search-folders-enable.page
+share/help/te/evolution/mail-search-folders-refresh.page
+share/help/te/evolution/mail-search-folders.page
+share/help/te/evolution/mail-searching-attachment-type.page
+share/help/te/evolution/mail-searching.page
+share/help/te/evolution/mail-send-and-receive-automatically.page
+share/help/te/evolution/mail-send-and-receive-manual.page
+share/help/te/evolution/mail-send-and-receive.page
+share/help/te/evolution/mail-sending-options-smtp.page
+share/help/te/evolution/mail-several-pop-accounts.page
+share/help/te/evolution/mail-sorting-message-list.page
+share/help/te/evolution/mail-spam-marking.page
+share/help/te/evolution/mail-spam-settings.page
+share/help/te/evolution/mail-spam.page
+share/help/te/evolution/mail-two-trash-folders.page
+share/help/te/evolution/mail-usenet-subscriptions.page
+share/help/te/evolution/mail-vertical-view.page
+share/help/te/evolution/mail-word-wrap.page
+share/help/te/evolution/mail-working-offline.page
+share/help/te/evolution/memos-searching.page
+share/help/te/evolution/memos-usage-add-memo.page
+share/help/te/evolution/memos-usage-delete-memo.page
+share/help/te/evolution/memos-usage-edit-memo.page
+share/help/te/evolution/memos-usage.page
+share/help/te/evolution/minimize-to-system-tray.page
+share/help/te/evolution/offline.page
+share/help/te/evolution/organizing.page
+share/help/te/evolution/problems-debug-how-to.page
+share/help/te/evolution/problems-getting-help.page
+share/help/te/evolution/problems-reporting-bugs.page
+share/help/te/evolution/searching-items.page
+share/help/te/evolution/sync-with-other-devices.page
+share/help/te/evolution/tasks-caldav.page
+share/help/te/evolution/tasks-display-settings.page
+share/help/te/evolution/tasks-local.page
+share/help/te/evolution/tasks-organizing.page
+share/help/te/evolution/tasks-searching.page
+share/help/te/evolution/tasks-usage-add-task.page
+share/help/te/evolution/tasks-usage-delete-task.page
+share/help/te/evolution/tasks-usage-edit-task.page
+share/help/te/evolution/tasks-usage.page
+share/help/te/evolution/tasks-using-several-tasklists.page
+share/help/te/evolution/tasks-webdav.page
+share/help/te/evolution/using-categories.page
+share/help/zh_CN/evolution/backup-restore.page
+share/help/zh_CN/evolution/calendar-alarms-and-reminders.page
+share/help/zh_CN/evolution/calendar-caldav.page
+share/help/zh_CN/evolution/calendar-classifications.page
+share/help/zh_CN/evolution/calendar-free-busy.page
+share/help/zh_CN/evolution/calendar-google.page
+share/help/zh_CN/evolution/calendar-layout-appointment-display.page
+share/help/zh_CN/evolution/calendar-layout-general-formatting.page
+share/help/zh_CN/evolution/calendar-layout-views.page
+share/help/zh_CN/evolution/calendar-layout.page
+share/help/zh_CN/evolution/calendar-local.page
+share/help/zh_CN/evolution/calendar-marcus-bains-line.page
+share/help/zh_CN/evolution/calendar-meetings-delegating.page
+share/help/zh_CN/evolution/calendar-meetings-replying-to-invitation.page
+share/help/zh_CN/evolution/calendar-meetings-sending-invitation.page
+share/help/zh_CN/evolution/calendar-meetings.page
+share/help/zh_CN/evolution/calendar-organizing.page
+share/help/zh_CN/evolution/calendar-publishing.page
+share/help/zh_CN/evolution/calendar-recurrence.page
+share/help/zh_CN/evolution/calendar-searching.page
+share/help/zh_CN/evolution/calendar-sharing-information.page
+share/help/zh_CN/evolution/calendar-timezones.page
+share/help/zh_CN/evolution/calendar-usage-add-appointment.page
+share/help/zh_CN/evolution/calendar-usage-delete-appointment.page
+share/help/zh_CN/evolution/calendar-usage-edit-appointment.page
+share/help/zh_CN/evolution/calendar-usage.page
+share/help/zh_CN/evolution/calendar-using-several-calendars.page
+share/help/zh_CN/evolution/calendar-weather.page
+share/help/zh_CN/evolution/calendar-webdav.page
+share/help/zh_CN/evolution/change-keyboard-shortcuts.page
+share/help/zh_CN/evolution/change-switcher-appearance.page
+share/help/zh_CN/evolution/contacts-add-automatically.page
+share/help/zh_CN/evolution/contacts-autocompletion.page
+share/help/zh_CN/evolution/contacts-google.page
+share/help/zh_CN/evolution/contacts-ldap.page
+share/help/zh_CN/evolution/contacts-libreoffice.page
+share/help/zh_CN/evolution/contacts-local.page
+share/help/zh_CN/evolution/contacts-organizing.page
+share/help/zh_CN/evolution/contacts-searching.page
+share/help/zh_CN/evolution/contacts-usage-add-contact.page
+share/help/zh_CN/evolution/contacts-usage-delete-contact.page
+share/help/zh_CN/evolution/contacts-usage-edit-contact.page
+share/help/zh_CN/evolution/contacts-usage.page
+share/help/zh_CN/evolution/contacts-using-contact-lists.page
+share/help/zh_CN/evolution/contacts-using-several-addressbooks.page
+share/help/zh_CN/evolution/credits.page
+share/help/zh_CN/evolution/data-storage.page
+share/help/zh_CN/evolution/default-browser.page
+share/help/zh_CN/evolution/deleting-appointments.page
+share/help/zh_CN/evolution/deleting-emails.page
+share/help/zh_CN/evolution/deleting-to-free-disk-space.page
+share/help/zh_CN/evolution/exchange-connectors-overview.page
+share/help/zh_CN/evolution/exchange-placeholder.page
+share/help/zh_CN/evolution/exporting-data-calendar.page
+share/help/zh_CN/evolution/exporting-data-contacts.page
+share/help/zh_CN/evolution/exporting-data-mail.page
+share/help/zh_CN/evolution/exporting-data.page
+share/help/zh_CN/evolution/express-mode.page
+share/help/zh_CN/evolution/figures/color-000000.png
+share/help/zh_CN/evolution/figures/color-204a87.png
+share/help/zh_CN/evolution/figures/color-2e3436.png
+share/help/zh_CN/evolution/figures/color-4e9a06.png
+share/help/zh_CN/evolution/figures/color-5c3566.png
+share/help/zh_CN/evolution/figures/color-8f5902.png
+share/help/zh_CN/evolution/figures/color-a40000.png
+share/help/zh_CN/evolution/figures/color-c4a000.png
+share/help/zh_CN/evolution/figures/color-ce5c00.png
+share/help/zh_CN/evolution/figures/evolutionlogo.png
+share/help/zh_CN/evolution/figures/html-composer-insert-image.png
+share/help/zh_CN/evolution/figures/html-composer-insert-link.png
+share/help/zh_CN/evolution/figures/html-composer-insert-rule.png
+share/help/zh_CN/evolution/figures/html-composer-insert-table.png
+share/help/zh_CN/evolution/figures/minus-icon.png
+share/help/zh_CN/evolution/figures/new-mail-notification.png
+share/help/zh_CN/evolution/figures/new-mail-switcher.png
+share/help/zh_CN/evolution/figures/plus-icon.png
+share/help/zh_CN/evolution/figures/search-icon.png
+share/help/zh_CN/evolution/figures/window-overview-layers.png
+share/help/zh_CN/evolution/google-services.page
+share/help/zh_CN/evolution/groupwise-placeholder.page
+share/help/zh_CN/evolution/import-apps-mozilla.page
+share/help/zh_CN/evolution/import-apps-outlook.page
+share/help/zh_CN/evolution/import-data.page
+share/help/zh_CN/evolution/import-single-files.page
+share/help/zh_CN/evolution/import-supported-file-formats.page
+share/help/zh_CN/evolution/index.page
+share/help/zh_CN/evolution/intro-application.page
+share/help/zh_CN/evolution/intro-first-run.page
+share/help/zh_CN/evolution/intro-main-window.page
+share/help/zh_CN/evolution/mail-access-gmail-imap-account.page
+share/help/zh_CN/evolution/mail-access-gmail-pop-account.page
+share/help/zh_CN/evolution/mail-account-manage-imap-plus.page
+share/help/zh_CN/evolution/mail-account-manage-imap.page
+share/help/zh_CN/evolution/mail-account-manage-local-delivery.page
+share/help/zh_CN/evolution/mail-account-manage-maildir-format-directories.page
+share/help/zh_CN/evolution/mail-account-manage-mh-format-directories.page
+share/help/zh_CN/evolution/mail-account-manage-microsoft-exchange-evo-ews.page
+share/help/zh_CN/evolution/mail-account-manage-microsoft-exchange-evo-exchange.page
+share/help/zh_CN/evolution/mail-account-manage-microsoft-exchange-evo-mapi.page
+share/help/zh_CN/evolution/mail-account-manage-microsoft-exchange.page
+share/help/zh_CN/evolution/mail-account-manage-novell-groupwise.page
+share/help/zh_CN/evolution/mail-account-manage-pop.page
+share/help/zh_CN/evolution/mail-account-manage-unix-mbox-spool-directory.page
+share/help/zh_CN/evolution/mail-account-manage-unix-mbox-spool-file.page
+share/help/zh_CN/evolution/mail-account-manage-usenet-news.page
+share/help/zh_CN/evolution/mail-account-management.page
+share/help/zh_CN/evolution/mail-attachments-received.page
+share/help/zh_CN/evolution/mail-attachments-sending.page
+share/help/zh_CN/evolution/mail-attachments.page
+share/help/zh_CN/evolution/mail-calendar-sending-invitations.page
+share/help/zh_CN/evolution/mail-cannot-see.page
+share/help/zh_CN/evolution/mail-change-columns-in-message-list.page
+share/help/zh_CN/evolution/mail-change-time-format.page
+share/help/zh_CN/evolution/mail-composer-change-quotation-string.page
+share/help/zh_CN/evolution/mail-composer-custom-header-lines.page
+share/help/zh_CN/evolution/mail-composer-enable-html-format.page
+share/help/zh_CN/evolution/mail-composer-forward-as-attachment.page
+share/help/zh_CN/evolution/mail-composer-forward.page
+share/help/zh_CN/evolution/mail-composer-html-image.page
+share/help/zh_CN/evolution/mail-composer-html-link.page
+share/help/zh_CN/evolution/mail-composer-html-rule.page
+share/help/zh_CN/evolution/mail-composer-html-table.page
+share/help/zh_CN/evolution/mail-composer-html-text.page
+share/help/zh_CN/evolution/mail-composer-html.page
+share/help/zh_CN/evolution/mail-composer-mail-signatures-manage.page
+share/help/zh_CN/evolution/mail-composer-mail-signatures-per-account.page
+share/help/zh_CN/evolution/mail-composer-mail-signatures.page
+share/help/zh_CN/evolution/mail-composer-message-templates-reply.page
+share/help/zh_CN/evolution/mail-composer-message-templates-save.page
+share/help/zh_CN/evolution/mail-composer-message-templates-variables.page
+share/help/zh_CN/evolution/mail-composer-message-templates.page
+share/help/zh_CN/evolution/mail-composer-plain-text.page
+share/help/zh_CN/evolution/mail-composer-priority.page
+share/help/zh_CN/evolution/mail-composer-reply.page
+share/help/zh_CN/evolution/mail-composer-search.page
+share/help/zh_CN/evolution/mail-composer-several-recipients.page
+share/help/zh_CN/evolution/mail-composer-spellcheck.page
+share/help/zh_CN/evolution/mail-composer-write-new-message.page
+share/help/zh_CN/evolution/mail-default-CC-and-BCC.page
+share/help/zh_CN/evolution/mail-default-folder-locations.page
+share/help/zh_CN/evolution/mail-delete-and-undelete.page
+share/help/zh_CN/evolution/mail-display-message-source.page
+share/help/zh_CN/evolution/mail-displaying-character-encodings.page
+share/help/zh_CN/evolution/mail-displaying-collapsible-headers.page
+share/help/zh_CN/evolution/mail-displaying-images-in-html.page
+share/help/zh_CN/evolution/mail-displaying-message.page
+share/help/zh_CN/evolution/mail-displaying-no-css.page
+share/help/zh_CN/evolution/mail-displaying-sender-photograph.page
+share/help/zh_CN/evolution/mail-duplicates.page
+share/help/zh_CN/evolution/mail-encryption-gpg-create-key.page
+share/help/zh_CN/evolution/mail-encryption-gpg-decrypting.page
+share/help/zh_CN/evolution/mail-encryption-gpg-getting-keys.page
+share/help/zh_CN/evolution/mail-encryption-gpg-set-up.page
+share/help/zh_CN/evolution/mail-encryption-gpg-signing-encrypting.page
+share/help/zh_CN/evolution/mail-encryption-s-mime-manage.page
+share/help/zh_CN/evolution/mail-encryption-s-mime-signing-encrypting.page
+share/help/zh_CN/evolution/mail-encryption.page
+share/help/zh_CN/evolution/mail-error-failed-to-append-to-sent-folder.page
+share/help/zh_CN/evolution/mail-error-no-provider-available.page
+share/help/zh_CN/evolution/mail-filters-actions.page
+share/help/zh_CN/evolution/mail-filters-conditions.page
+share/help/zh_CN/evolution/mail-filters-not-working.page
+share/help/zh_CN/evolution/mail-filters.page
+share/help/zh_CN/evolution/mail-folders.page
+share/help/zh_CN/evolution/mail-follow-up-flag.page
+share/help/zh_CN/evolution/mail-imap-headers.page
+share/help/zh_CN/evolution/mail-imap-subscriptions.page
+share/help/zh_CN/evolution/mail-labels.page
+share/help/zh_CN/evolution/mail-layout-changing.page
+share/help/zh_CN/evolution/mail-localized-re-subjects.page
+share/help/zh_CN/evolution/mail-moving-emails.page
+share/help/zh_CN/evolution/mail-not-sent.page
+share/help/zh_CN/evolution/mail-organizing.page
+share/help/zh_CN/evolution/mail-read-receipts.page
+share/help/zh_CN/evolution/mail-reading-keyboard-shortcuts.page
+share/help/zh_CN/evolution/mail-received-notification.page
+share/help/zh_CN/evolution/mail-receiving-options-evolution-exchange.page
+share/help/zh_CN/evolution/mail-receiving-options-exchange-ews.page
+share/help/zh_CN/evolution/mail-receiving-options-exchange-mapi.page
+share/help/zh_CN/evolution/mail-receiving-options-imap-plus.page
+share/help/zh_CN/evolution/mail-receiving-options-imap.page
+share/help/zh_CN/evolution/mail-receiving-options-local-delivery.page
+share/help/zh_CN/evolution/mail-receiving-options-maildir-format-directories.page
+share/help/zh_CN/evolution/mail-receiving-options-mh-format-directories.page
+share/help/zh_CN/evolution/mail-receiving-options-novell-groupwise.page
+share/help/zh_CN/evolution/mail-receiving-options-pop.page
+share/help/zh_CN/evolution/mail-receiving-options-unix-mbox-spool-directory.page
+share/help/zh_CN/evolution/mail-receiving-options-unix-mbox-spool-file.page
+share/help/zh_CN/evolution/mail-receiving-options-usenet-news.page
+share/help/zh_CN/evolution/mail-receiving-options.page
+share/help/zh_CN/evolution/mail-recognized-thread-related-headers.page
+share/help/zh_CN/evolution/mail-refresh-folders.page
+share/help/zh_CN/evolution/mail-save-as-pdf.page
+share/help/zh_CN/evolution/mail-search-folders-add.page
+share/help/zh_CN/evolution/mail-search-folders-conditions.page
+share/help/zh_CN/evolution/mail-search-folders-enable.page
+share/help/zh_CN/evolution/mail-search-folders-refresh.page
+share/help/zh_CN/evolution/mail-search-folders.page
+share/help/zh_CN/evolution/mail-searching-attachment-type.page
+share/help/zh_CN/evolution/mail-searching.page
+share/help/zh_CN/evolution/mail-send-and-receive-automatically.page
+share/help/zh_CN/evolution/mail-send-and-receive-manual.page
+share/help/zh_CN/evolution/mail-send-and-receive.page
+share/help/zh_CN/evolution/mail-sending-options-smtp.page
+share/help/zh_CN/evolution/mail-several-pop-accounts.page
+share/help/zh_CN/evolution/mail-sorting-message-list.page
+share/help/zh_CN/evolution/mail-spam-marking.page
+share/help/zh_CN/evolution/mail-spam-settings.page
+share/help/zh_CN/evolution/mail-spam.page
+share/help/zh_CN/evolution/mail-two-trash-folders.page
+share/help/zh_CN/evolution/mail-usenet-subscriptions.page
+share/help/zh_CN/evolution/mail-vertical-view.page
+share/help/zh_CN/evolution/mail-word-wrap.page
+share/help/zh_CN/evolution/mail-working-offline.page
+share/help/zh_CN/evolution/memos-searching.page
+share/help/zh_CN/evolution/memos-usage-add-memo.page
+share/help/zh_CN/evolution/memos-usage-delete-memo.page
+share/help/zh_CN/evolution/memos-usage-edit-memo.page
+share/help/zh_CN/evolution/memos-usage.page
+share/help/zh_CN/evolution/minimize-to-system-tray.page
+share/help/zh_CN/evolution/offline.page
+share/help/zh_CN/evolution/organizing.page
+share/help/zh_CN/evolution/problems-debug-how-to.page
+share/help/zh_CN/evolution/problems-getting-help.page
+share/help/zh_CN/evolution/problems-reporting-bugs.page
+share/help/zh_CN/evolution/searching-items.page
+share/help/zh_CN/evolution/sync-with-other-devices.page
+share/help/zh_CN/evolution/tasks-caldav.page
+share/help/zh_CN/evolution/tasks-display-settings.page
+share/help/zh_CN/evolution/tasks-local.page
+share/help/zh_CN/evolution/tasks-organizing.page
+share/help/zh_CN/evolution/tasks-searching.page
+share/help/zh_CN/evolution/tasks-usage-add-task.page
+share/help/zh_CN/evolution/tasks-usage-delete-task.page
+share/help/zh_CN/evolution/tasks-usage-edit-task.page
+share/help/zh_CN/evolution/tasks-usage.page
+share/help/zh_CN/evolution/tasks-using-several-tasklists.page
+share/help/zh_CN/evolution/tasks-webdav.page
+share/help/zh_CN/evolution/using-categories.page
+share/locale/af/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/am/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ar/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/as/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ast/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/az/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/be/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/be@latin/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/bg/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/bn/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/bn_IN/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/br/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/bs/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ca/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ca@valencia/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/cs/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/cy/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/da/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/de/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/dz/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/el/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/en_AU/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/en_CA/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/en_GB/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/en@shaw/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/eo/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/es/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/et/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/eu/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/fa/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/fi/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/fr/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ga/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/gl/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/gu/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/he/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/hi/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/hr/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/hu/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/id/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/is/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/it/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ja/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ka/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/kn/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ko/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ku/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/lt/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/lv/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/mai/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/mk/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ml/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/mn/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/mr/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ms/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/nb/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/nds/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ne/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/nl/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/nn/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/oc/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/or/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/pa/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/pl/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ps/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/pt/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/pt_BR/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ro/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ru/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/rw/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/si/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/sk/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/sl/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/sq/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/sr/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/sr@latin/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/sv/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ta/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/te/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/th/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/tr/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/ug/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/uk/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/vi/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/wa/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/xh/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/zh_CN/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/zh_HK/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/GConf/gsettings/evolution.convert
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ps/LC_MESSAGES
+@dirrmtry share/locale/ps
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as
+@dirrm share/help/zh_CN/evolution/figures
+@dirrm share/help/zh_CN/evolution
+@dirrmtry share/help/zh_CN
+@dirrm share/help/te/evolution/figures
+@dirrm share/help/te/evolution
+@dirrmtry share/help/te
+@dirrm share/help/sv/evolution/figures
+@dirrm share/help/sv/evolution
+@dirrmtry share/help/sv
+@dirrm share/help/sl/evolution/figures
+@dirrm share/help/sl/evolution
+@dirrmtry share/help/sl
+@dirrm share/help/ru/evolution/figures
+@dirrm share/help/ru/evolution
+@dirrmtry share/help/ru
+@dirrm share/help/oc/evolution/figures
+@dirrm share/help/oc/evolution
+@dirrmtry share/help/oc
+@dirrm share/help/mk/evolution/figures
+@dirrm share/help/mk/evolution
+@dirrmtry share/help/mk
+@dirrm share/help/hu/evolution/figures
+@dirrm share/help/hu/evolution
+@dirrmtry share/help/hu
+@dirrm share/help/gl/evolution/figures
+@dirrm share/help/gl/evolution
+@dirrmtry share/help/gl
+@dirrm share/help/fr/evolution/figures
+@dirrm share/help/fr/evolution
+@dirrmtry share/help/fr
+@dirrm share/help/eu/evolution/figures
+@dirrm share/help/eu/evolution
+@dirrmtry share/help/eu
+@dirrm share/help/es/evolution/figures
+@dirrm share/help/es/evolution
+@dirrmtry share/help/es
+@dirrm share/help/en_GB/evolution/figures
+@dirrm share/help/en_GB/evolution
+@dirrmtry share/help/en_GB
+@dirrm share/help/el/evolution/figures
+@dirrm share/help/el/evolution
+@dirrmtry share/help/el
+@dirrm share/help/de/evolution/figures
+@dirrm share/help/de/evolution
+@dirrmtry share/help/de
+@dirrm share/help/cs/evolution/figures
+@dirrm share/help/cs/evolution
+@dirrmtry share/help/cs
+@dirrm share/help/C/evolution/figures
+@dirrm share/help/C/evolution
+@dirrmtry share/help/C
+@dirrmtry share/help
+@dirrm %%DATADIR%%/%%VERSION%%/views/tasks
+@dirrm %%DATADIR%%/%%VERSION%%/views/memos
+@dirrm %%DATADIR%%/%%VERSION%%/views/mail
+@dirrm %%DATADIR%%/%%VERSION%%/views/calendar
+@dirrm %%DATADIR%%/%%VERSION%%/views/addressbook
+@dirrm %%DATADIR%%/%%VERSION%%/views
+@dirrm %%DATADIR%%/%%VERSION%%/ui
+@dirrm %%DATADIR%%/%%VERSION%%/theme
+@dirrm %%DATADIR%%/%%VERSION%%/sounds
+@dirrm %%DATADIR%%/%%VERSION%%/images
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16
+@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor
+@dirrm %%DATADIR%%/%%VERSION%%/icons
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sv
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sq
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pt
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pl
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/it
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/hu
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/fr
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/es
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/de
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/cs
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/ca
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/C
+@dirrm %%DATADIR%%/%%VERSION%%/help/quickref
+@dirrm %%DATADIR%%/%%VERSION%%/help
+@dirrm %%DATADIR%%/%%VERSION%%/etspec
+@dirrm %%DATADIR%%/%%VERSION%%/errors
+@dirrm %%DATADIR%%/%%VERSION%%/ecps
+@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN
+@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/sv
+@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin
+@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/sr
+@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/ro
+@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/pt
+@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/pl
+@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/nl
+@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/mk
+@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/lt
+@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/ko
+@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/ja
+@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/it
+@dirrm %%DATADIR%%/%%VERSION%%/default/id/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/id/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/id
+@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/hu
+@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/fr
+@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/fi
+@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/es
+@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/de
+@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/cs
+@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/ca
+@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail/local
+@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail
+@dirrm %%DATADIR%%/%%VERSION%%/default/C
+@dirrm %%DATADIR%%/%%VERSION%%/default
+@dirrm %%DATADIR%%/%%VERSION%%
+@dirrm %%DATADIR%%
+@dirrm share/doc/eshell
+@dirrmtry share/applications
+@dirrm libexec/evolution/%%VERSION%%
+@dirrm libexec/evolution
+@dirrm lib/evolution/%%VERSION%%/plugins
+@dirrm lib/evolution/%%VERSION%%/modules
+@dirrm lib/evolution/%%VERSION%%
+@dirrm lib/evolution
+@dirrm include/evolution-%%VERSION%%/text
+@dirrm include/evolution-%%VERSION%%/table
+@dirrm include/evolution-%%VERSION%%/shell
+@dirrm include/evolution-%%VERSION%%/misc
+@dirrm include/evolution-%%VERSION%%/menus
+@dirrm include/evolution-%%VERSION%%/mail
+@dirrm include/evolution-%%VERSION%%/libgnomecanvas
+@dirrm include/evolution-%%VERSION%%/libevolution-utils
+@dirrm include/evolution-%%VERSION%%/libemail-utils
+@dirrm include/evolution-%%VERSION%%/libemail-engine
+@dirrm include/evolution-%%VERSION%%/filter
+@dirrm include/evolution-%%VERSION%%/em-format
+@dirrm include/evolution-%%VERSION%%/e-util
+@dirrm include/evolution-%%VERSION%%/composer
+@dirrm include/evolution-%%VERSION%%/calendar/gui/dialogs
+@dirrm include/evolution-%%VERSION%%/calendar/gui
+@dirrm include/evolution-%%VERSION%%/calendar
+@dirrm include/evolution-%%VERSION%%/addressbook/gui/widgets
+@dirrm include/evolution-%%VERSION%%/addressbook/gui
+@dirrm include/evolution-%%VERSION%%/addressbook
+@dirrm include/evolution-%%VERSION%%