summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-13 04:20:59 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-13 04:20:59 +0800
commit7b693dae0e4464e2056d456ef35cd9fc7a8b69b4 (patch)
treea169ceff998f00454a27654953fce0a91e0f4bbd
parent37d0c681e617eb038bd27ea4f05c6dd8d2fb5cbc (diff)
downloadmarcuscom-ports-7b693dae0e4464e2056d456ef35cd9fc7a8b69b4.tar
marcuscom-ports-7b693dae0e4464e2056d456ef35cd9fc7a8b69b4.tar.gz
marcuscom-ports-7b693dae0e4464e2056d456ef35cd9fc7a8b69b4.tar.bz2
marcuscom-ports-7b693dae0e4464e2056d456ef35cd9fc7a8b69b4.tar.lz
marcuscom-ports-7b693dae0e4464e2056d456ef35cd9fc7a8b69b4.tar.xz
marcuscom-ports-7b693dae0e4464e2056d456ef35cd9fc7a8b69b4.tar.zst
marcuscom-ports-7b693dae0e4464e2056d456ef35cd9fc7a8b69b4.zip
Update to 3.6.4.
Submitted by: Gustau Perez (based on) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18458 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--mail/evolution3/Makefile50
-rw-r--r--mail/evolution3/distinfo4
-rw-r--r--mail/evolution3/files/fix-plugins.sh4
-rw-r--r--mail/evolution3/files/patch-mail_Makefile.in22
-rw-r--r--mail/evolution3/pkg-plist8563
5 files changed, 4334 insertions, 4309 deletions
diff --git a/mail/evolution3/Makefile b/mail/evolution3/Makefile
index d13e2f356..f5ee470b0 100644
--- a/mail/evolution3/Makefile
+++ b/mail/evolution3/Makefile
@@ -1,9 +1,9 @@
# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/mail/evolution3/Makefile 17268 2013-04-01 05:13:11Z marcus $
+# $MCom: ports/mail/evolution3/Makefile,v 1.28 2013/03/14 09:16:36 kwm Exp $
PORTNAME= evolution
-PORTVERSION= 3.4.4
+PORTVERSION= 3.6.4
CATEGORIES= mail gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -11,7 +11,9 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= An integrated mail, calendar and address book distributed suite
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= nss3:${PORTSDIR}/security/nss \
+ gcr-3:${PORTSDIR}/security/gcr \
goa-1.0:${PORTSDIR}/net/gnome-online-accounts \
canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 \
notify:${PORTSDIR}/devel/libnotify
@@ -25,32 +27,17 @@ USES= bison gettext pathfix desktop-file-utils
USE_GNOME= gnomeprefix intlhack evolutiondataserver3 gtkhtml4 \
gnomedocutils ltasneededhack gnomedesktop3
USE_AUTOTOOLS= libtool
-USE_GSTREAMER= yes
-INSTALLS_OMF= yes
+USE_GSTREAMER1= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%%
CONFIGURE_ARGS= --enable-nss=yes \
- --enable-mono=no \
- --disable-nm \
--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
-GCONF_SCHEMAS= apps_evolution_addressbook.schemas \
- apps-evolution-attachment-reminder.schemas \
- apps_evolution_calendar.schemas \
- apps_evolution_email_custom_header.schemas \
- apps_evolution_eplugin_face.schemas \
- apps-evolution-mail-notification.schemas \
- apps-evolution-mail-prompts-checkdefault.schemas \
- apps_evolution_shell.schemas \
- apps-evolution-template-placeholders.schemas \
- evolution-bogofilter.schemas \
- evolution-mail.schemas \
- evolution-spamassassin.schemas
GLIB_SCHEMAS= org.gnome.evolution.gschema.xml \
org.gnome.evolution.addressbook.gschema.xml \
org.gnome.evolution.calendar.gschema.xml \
@@ -67,31 +54,36 @@ GLIB_SCHEMAS= org.gnome.evolution.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.4
+EVO_VERSION= 3.6
PLIST_SUB= VERSION=${EVO_VERSION} \
PORTVERSION=2.12
-OPTIONS= LDAP "Enable LDAP support" on \
- WEATHER "Enable weather calendar backend" on \
- CANBERRA "Enable canberra plugin" on \
- SPAMASSASSIN "Enable SpamAssassin spam filtering" off
+
+OPTIONS_DEFINE= LDAP WEATHER CANBERRA SPAMASSASSIN
+OPTIONS_DEFAULT=LDAP WEATHER CANBERRA
+CANBERRA_DESC= Canberra theme audio plugin
+WEATHER_DESC= Weather calendar backend
+SPAMASSASSIN_DESC= SpamAssassin spam filtering
+
# PST "Enable Outlook .pst importer" off \
+#--enable-contact-maps
.include <bsd.port.options.mk>
USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION}
-.if !defined(WITHOUT_LDAP)
+.if ${PORT_OPTIONS:MLDAP}
USE_OPENLDAP= yes
CONFIGURE_ARGS+=--with-openldap=${LOCALBASE}
.else
CONFIGURE_ARGS+=--with-openldap=no
.endif
-.if defined(WITH_WEATHER)
-LIB_DEPENDS+= gweather-3.0:${PORTSDIR}/net/libgweather3
+.if ${PORT_OPTIONS:MWEATHER}
+LIB_DEPENDS+= gweather-3:${PORTSDIR}/net/libgweather3
CONFIGURE_ARGS+=--enable-weather
PLIST_SUB+= WEATHER=""
.else
@@ -99,7 +91,7 @@ CONFIGURE_ARGS+=--disable-weather
PLIST_SUB+= WEATHER="@comment "
.endif
-.if defined(WITH_SPAMASSASSIN)
+.if ${PORT_OPTIONS:MSPAMASSASSIN}
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin
.endif
@@ -114,8 +106,8 @@ CONFIGURE_ARGS+= --with-krb5=/usr
KRB5_LIB= `/usr/bin/krb5-config gssapi --libs`
.endif
-.if defined(WITH_CANBERRA)
-LIB_DEPENDS+= canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3
+.if ${PORT_OPTIONS:MCANBERRA}
+LIB_DEPENDS+= canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3
CONFIGURE_ARGS+=--enable-canberra=yes
PLIST_SUB+= CANBERRA=""
.else
diff --git a/mail/evolution3/distinfo b/mail/evolution3/distinfo
index 5ce515893..d634eed80 100644
--- a/mail/evolution3/distinfo
+++ b/mail/evolution3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/evolution-3.4.4.tar.xz) = 7e541d0894c1d48b89820b6466edafe40215f8cdb45b1c0e9635cc15f49ecb9a
-SIZE (gnome3/evolution-3.4.4.tar.xz) = 11899620
+SHA256 (gnome3/evolution-3.6.4.tar.xz) = 7bf7054d85b7d1bd0e62d69f15ef80dbe781f57359bf91e7c427cd93378ba4a1
+SIZE (gnome3/evolution-3.6.4.tar.xz) = 12401324
diff --git a/mail/evolution3/files/fix-plugins.sh b/mail/evolution3/files/fix-plugins.sh
index dcf90687b..b0171dcb5 100644
--- a/mail/evolution3/files/fix-plugins.sh
+++ b/mail/evolution3/files/fix-plugins.sh
@@ -1,8 +1,8 @@
#!/bin/sh
-plugin_srcs="addressbook-file/addressbook-file.c attachment-reminder/attachment-reminder.c audio-inline/audio-inline.c backup-restore/backup-restore.c backup-restore/backup.c calendar-file/calendar-file.c calendar-http/calendar-http.c calendar-weather/calendar-weather.c dbx-import/dbx-importer.c default-source/default-source.c email-custom-header/email-custom-header.c external-editor/external-editor.c face/face.c image-inline/image-inline.c imap-features/imap-headers.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 prefer-plain/prefer-plain.c pst-import/pst-importer.c templates/templates.c tnef-attachments/tnef-plugin.c vcard-inline/vcard-inline.c webdav-account-setup/webdav-contacts-source.c"
+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 bogofilter/evolution-bogofilter.c calendar/evolution-module-calendar.c composer-autosave/evolution-composer-autosave.c connman/evolution-connman.c mail/evolution-module-mail.c mailto-handler/evolution-mailto-handler.c network-manager/evolution-network-manager.c offline-alert/evolution-offline-alert.c plugin-lib/evolution-module-plugin-lib.c plugin-manager/evolution-plugin-manager.c plugin-mono/evolution-module-plugin-mono.c plugin-python/evolution-module-plugin-python.c spamassassin/evolution-spamassassin.c startup-wizard/evolution-startup-wizard.c windows-sens/evolution-windows-sens.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
diff --git a/mail/evolution3/files/patch-mail_Makefile.in b/mail/evolution3/files/patch-mail_Makefile.in
new file mode 100644
index 000000000..fd21d5553
--- /dev/null
+++ b/mail/evolution3/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/evolution3/pkg-plist b/mail/evolution3/pkg-plist
index 1fb5fd9e7..97b5a4829 100644
--- a/mail/evolution3/pkg-plist
+++ b/mail/evolution3/pkg-plist
@@ -1,5 +1,4 @@
bin/evolution
-bin/evolution-settings
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
@@ -9,7 +8,6 @@ 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/calendar-setup.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
@@ -78,6 +76,7 @@ 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
@@ -90,19 +89,21 @@ 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-util.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
@@ -111,10 +112,22 @@ 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/em-format-quote.h
-include/evolution-%%VERSION%%/em-format/em-format.h
-include/evolution-%%VERSION%%/em-format/em-inline-filter.h
-include/evolution-%%VERSION%%/em-format/em-stripsig-filter.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
@@ -132,15 +145,12 @@ 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/e-account-utils.h
-include/evolution-%%VERSION%%/libemail-utils/e-signature-list.h
-include/evolution-%%VERSION%%/libemail-utils/e-signature-utils.h
-include/evolution-%%VERSION%%/libemail-utils/e-signature.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
@@ -166,19 +176,39 @@ 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-rich-text.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-ui-session.h
-include/evolution-%%VERSION%%/mail/e-mail-attachment-bar.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
@@ -191,13 +221,15 @@ 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-account-editor.h
include/evolution-%%VERSION%%/mail/em-composer-utils.h
include/evolution-%%VERSION%%/mail/em-config.h
include/evolution-%%VERSION%%/mail/em-event.h
@@ -212,20 +244,13 @@ 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-format-hook.h
-include/evolution-%%VERSION%%/mail/em-format-html-display.h
-include/evolution-%%VERSION%%/mail/em-format-html-print.h
-include/evolution-%%VERSION%%/mail/em-format-html.h
-include/evolution-%%VERSION%%/mail/em-html-stream.h
include/evolution-%%VERSION%%/mail/em-search-context.h
include/evolution-%%VERSION%%/mail/em-subscription-editor.h
-include/evolution-%%VERSION%%/mail/em-sync-stream.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-guess-servers.h
include/evolution-%%VERSION%%/mail/mail-send-recv.h
include/evolution-%%VERSION%%/mail/mail-vfolder-ui.h
include/evolution-%%VERSION%%/mail/message-list.h
@@ -239,11 +264,12 @@ 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-account-combo-box.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
@@ -256,7 +282,10 @@ 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
@@ -271,7 +300,15 @@ 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
@@ -283,18 +320,16 @@ 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-searching-tokenizer.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-signature-combo-box.h
-include/evolution-%%VERSION%%/misc/e-signature-editor.h
-include/evolution-%%VERSION%%/misc/e-signature-manager.h
-include/evolution-%%VERSION%%/misc/e-signature-preview.h
-include/evolution-%%VERSION%%/misc/e-signature-script-dialog.h
-include/evolution-%%VERSION%%/misc/e-signature-tree-view.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
@@ -458,9 +493,6 @@ 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-mail-settings.a
-lib/evolution/%%VERSION%%/libevolution-mail-settings.la
-lib/evolution/%%VERSION%%/libevolution-mail-settings.so
lib/evolution/%%VERSION%%/libevolution-smime.a
lib/evolution/%%VERSION%%/libevolution-smime.la
lib/evolution/%%VERSION%%/libevolution-smime.so
@@ -476,69 +508,106 @@ lib/evolution/%%VERSION%%/libgnomecanvas.so
lib/evolution/%%VERSION%%/libmenus.a
lib/evolution/%%VERSION%%/libmenus.la
lib/evolution/%%VERSION%%/libmenus.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-bogofilter.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-bogofilter.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-bogofilter.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-mail.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-mail.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-mail.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-mdn.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-mdn.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-mdn.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-online-accounts.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-online-accounts.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-online-accounts.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-spamassassin.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-spamassassin.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-spamassassin.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-offline-alert.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-offline-alert.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-offline-alert.so
-lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-manager.a
-lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-manager.la
-lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-manager.so
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.so
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.so
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.so
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.so
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.so
-%%WEATHER%%lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.a
-%%WEATHER%%lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.la
-%%WEATHER%%lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.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-default-source.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.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
@@ -548,21 +617,12 @@ 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-evolution-caldav.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.so
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.so
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.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-imap-features.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.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
@@ -590,25 +650,12 @@ 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/liborg-gnome-vcard-inline.a
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.la
-lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.so
-lib/evolution/%%VERSION%%/plugins/org-gnome-addressbook-file.eplug
-lib/evolution/%%VERSION%%/plugins/org-gnome-audio-inline.eplug
-lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.eplug
-lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-file.eplug
-lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-http.eplug
-%%WEATHER%%lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-weather.eplug
lib/evolution/%%VERSION%%/plugins/org-gnome-dbx-import.eplug
-lib/evolution/%%VERSION%%/plugins/org-gnome-default-source.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-evolution-caldav.eplug
-lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-google.eplug
-lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-webdav.eplug
+lib/evolution/%%VERSION%%/plugins/org-gnome-external-editor.eplug
lib/evolution/%%VERSION%%/plugins/org-gnome-face.eplug
-lib/evolution/%%VERSION%%/plugins/org-gnome-imap-features.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
@@ -618,7 +665,6 @@ lib/evolution/%%VERSION%%/plugins/org-gnome-prefer-plain.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
-lib/evolution/%%VERSION%%/plugins/org-gnome-vcard-inline.eplug
libdata/pkgconfig/evolution-calendar-3.0.pc
libdata/pkgconfig/evolution-mail-3.0.pc
libdata/pkgconfig/evolution-plugin-3.0.pc
@@ -632,7 +678,6 @@ libexec/evolution/%%VERSION%%/evolution-alarm-notify
libexec/evolution/%%VERSION%%/evolution-backup
libexec/evolution/%%VERSION%%/killev
share/applications/evolution.desktop
-share/applications/evolution-settings.desktop
share/doc/eshell/EShell.html
share/doc/eshell/EShellBackend.html
share/doc/eshell/EShellContent.html
@@ -650,23 +695,19 @@ 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-Container-for-Signatures.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-Mail-Accounts.html
share/doc/eshell/eshell-Miscellaneous-Utilities.html
-share/doc/eshell/eshell-Personalized-Signatures.html
share/doc/eshell/eshell-Printing.html
share/doc/eshell/eshell-Reading-and-Writing-XML.html
-share/doc/eshell/eshell-Selections.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/eshell-e-signature-utils.html
share/doc/eshell/home.png
share/doc/eshell/index.html
share/doc/eshell/index.sgml
@@ -707,16 +748,19 @@ share/doc/eshell/up.png
%%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
@@ -898,211 +942,12 @@ share/doc/eshell/up.png
%%DATADIR%%/%%VERSION%%/images/minus.png
%%DATADIR%%/%%VERSION%%/images/plus.png
%%DATADIR%%/%%VERSION%%/images/world_map-960.png
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/a.memail.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/abc.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/agate.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/amail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/amber.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/amethyst.broba.cc
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/aol.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/apost.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/aqua.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/arcor.de
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ballade.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/bay.gunmanet.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/bb-niigata.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/bc.iij4u.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/beige.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/blue.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/bmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/bolero.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/bpost.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/brown.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/camel.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/cameo.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/cc9.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/cek.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/clio.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/cmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/co1.wind.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/co2.wind.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/co3.wind.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/cocoa.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/coda.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/comcast.net
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/concerto.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/coral.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/courante.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/cpost.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/cream.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/dan.gunmanet.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/dance.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/dmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/e23.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/earthlink.net
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ebony.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/email.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/fantasy.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/flamenco.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/fmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/free.fr
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/freenet.de
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/fuga.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmail.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmx.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmx.net
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/go.tvm.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/goo.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/googlemail.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/grape.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/gray.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/hal.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/hana.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.co.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.co.uk
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.de
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.fr
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.it
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ic-net.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/iiyama-catv.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/imail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/inbox.lt
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/inbox.lv
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/indigo.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/inet-shibata.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ivory.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/iwafune.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/jade.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/janis.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/jet.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ji.jet.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/jmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/k1.wind.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/khaki.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/kmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/kokuyou.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/lapis.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/laposte.net
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/lemon.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/lilac.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/lime.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.co.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.co.uk
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.de
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.fr
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.it
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ma100.tiki.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/mac.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/mahoroba.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/mail.gunmanet.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/mail.iwafune.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/maroon.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/me.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/minuet.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ml.murakami.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ml.shibata.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/mnet.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/mopera.net
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/msn.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/navy.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/nifty.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/nsat.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/olive.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/online.de
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/opal.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/orange.fr
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/orange.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/orchid.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/pal.kijimadaira.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/palette.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/parabox.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/peach.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/peoplepc.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/plum.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/po.dcn.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/po.wind.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/polka.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/pop.shibata.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/purple.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/rainbow.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/red.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/rmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/rondo.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/rose.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/rouge.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ruby.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/sakunet.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/sea.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/sepia.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/serenade.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/silk.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/silver.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/sky.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/smail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/snow.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/so.wind.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/sonata.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/suite.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/symphony.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/t-online.de
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/taupe.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/tiki.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/tmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/toccata.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/topaz.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/trio.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/umail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/verizon.net
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/violet.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/vm.aikis.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/vmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/vp.tiki.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/waltz.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/wanadoo.fr
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/wave.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/web.de
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/white.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/wine.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/wmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/xmail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/xp.wind.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/xpost.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/xs4all.nl
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/yahoo.com
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ybb.ne.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/yellow.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ymail.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/ypost.plala.or.jp
-%%DATADIR%%/%%VERSION%%/mail-autoconfig/zmail.plala.or.jp
%%DATADIR%%/%%VERSION%%/memotypes.xml
%%DATADIR%%/%%VERSION%%/searchtypes.xml
%%DATADIR%%/%%VERSION%%/sounds/default_alarm.wav
%%DATADIR%%/%%VERSION%%/tasktypes.xml
-%%DATADIR%%/%%VERSION%%/theme/close-on-tab-hover.png
-%%DATADIR%%/%%VERSION%%/theme/close-on-tab.png
-%%DATADIR%%/%%VERSION%%/theme/default.css
-%%DATADIR%%/%%VERSION%%/theme/preview-tab-active-private.png
-%%DATADIR%%/%%VERSION%%/theme/preview-tab-active.png
-%%DATADIR%%/%%VERSION%%/theme/preview-tab-hover-private.png
-%%DATADIR%%/%%VERSION%%/theme/preview-tab-hover.png
-%%DATADIR%%/%%VERSION%%/theme/preview-tab-inactive-private.png
-%%DATADIR%%/%%VERSION%%/theme/preview-tab-inactive.png
-%%DATADIR%%/%%VERSION%%/theme/tab-active-private.png
-%%DATADIR%%/%%VERSION%%/theme/tab-active.png
-%%DATADIR%%/%%VERSION%%/theme/tab-add-hover.png
-%%DATADIR%%/%%VERSION%%/theme/tab-add.png
-%%DATADIR%%/%%VERSION%%/theme/tab-bar-background.png
-%%DATADIR%%/%%VERSION%%/theme/tab-inactive-hover-private.png
-%%DATADIR%%/%%VERSION%%/theme/tab-inactive-hover.png
-%%DATADIR%%/%%VERSION%%/theme/tab-inactive-private.png
-%%DATADIR%%/%%VERSION%%/theme/tab-inactive.png
-%%DATADIR%%/%%VERSION%%/theme/tab-switcher-close-hover.png
-%%DATADIR%%/%%VERSION%%/theme/tab-switcher-close.png
-%%DATADIR%%/%%VERSION%%/theme/tab-switcher-hover.png
-%%DATADIR%%/%%VERSION%%/theme/tab-switcher.png
+%%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
@@ -1130,7 +975,6 @@ share/doc/eshell/up.png
%%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/imap-headers.ui
%%DATADIR%%/%%VERSION%%/ui/ldap-config.ui
%%DATADIR%%/%%VERSION%%/ui/mail-config.ui
%%DATADIR%%/%%VERSION%%/ui/mail-dialogs.ui
@@ -1164,3606 +1008,6 @@ share/doc/eshell/up.png
%%DATADIR%%/%%VERSION%%/views/tasks/With_DueDate.galview
%%DATADIR%%/%%VERSION%%/views/tasks/With_Status.galview
%%DATADIR%%/%%VERSION%%/views/tasks/galview.xml
-share/gnome/help/evolution/C/backup-restore.page
-share/gnome/help/evolution/C/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/C/calendar-caldav.page
-share/gnome/help/evolution/C/calendar-classifications.page
-share/gnome/help/evolution/C/calendar-free-busy.page
-share/gnome/help/evolution/C/calendar-google.page
-share/gnome/help/evolution/C/calendar-layout-appointment-display.page
-share/gnome/help/evolution/C/calendar-layout-general-formatting.page
-share/gnome/help/evolution/C/calendar-layout-views.page
-share/gnome/help/evolution/C/calendar-layout.page
-share/gnome/help/evolution/C/calendar-local.page
-share/gnome/help/evolution/C/calendar-marcus-bains-line.page
-share/gnome/help/evolution/C/calendar-meetings-delegating.page
-share/gnome/help/evolution/C/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/C/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/C/calendar-meetings.page
-share/gnome/help/evolution/C/calendar-organizing.page
-share/gnome/help/evolution/C/calendar-publishing.page
-share/gnome/help/evolution/C/calendar-recurrence.page
-share/gnome/help/evolution/C/calendar-searching.page
-share/gnome/help/evolution/C/calendar-sharing-information.page
-share/gnome/help/evolution/C/calendar-timezones.page
-share/gnome/help/evolution/C/calendar-usage-add-appointment.page
-share/gnome/help/evolution/C/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/C/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/C/calendar-usage.page
-share/gnome/help/evolution/C/calendar-using-several-calendars.page
-share/gnome/help/evolution/C/calendar-weather.page
-share/gnome/help/evolution/C/calendar-webdav.page
-share/gnome/help/evolution/C/change-switcher-appearance.page
-share/gnome/help/evolution/C/contacts-add-automatically.page
-share/gnome/help/evolution/C/contacts-autocompletion.page
-share/gnome/help/evolution/C/contacts-google.page
-share/gnome/help/evolution/C/contacts-ldap.page
-share/gnome/help/evolution/C/contacts-local.page
-share/gnome/help/evolution/C/contacts-organizing.page
-share/gnome/help/evolution/C/contacts-searching.page
-share/gnome/help/evolution/C/contacts-usage-add-contact.page
-share/gnome/help/evolution/C/contacts-usage-delete-contact.page
-share/gnome/help/evolution/C/contacts-usage-edit-contact.page
-share/gnome/help/evolution/C/contacts-usage.page
-share/gnome/help/evolution/C/contacts-using-contact-lists.page
-share/gnome/help/evolution/C/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/C/credits.page
-share/gnome/help/evolution/C/data-storage.page
-share/gnome/help/evolution/C/default-browser.page
-share/gnome/help/evolution/C/deleting-appointments.page
-share/gnome/help/evolution/C/deleting-emails.page
-share/gnome/help/evolution/C/deleting-to-free-disk-space.page
-share/gnome/help/evolution/C/exchange-connectors-overview.page
-share/gnome/help/evolution/C/exchange-placeholder.page
-share/gnome/help/evolution/C/exporting-data-calendar.page
-share/gnome/help/evolution/C/exporting-data-contacts.page
-share/gnome/help/evolution/C/exporting-data-mail.page
-share/gnome/help/evolution/C/exporting-data.page
-share/gnome/help/evolution/C/express-mode.page
-share/gnome/help/evolution/C/figures/color-204a87.png
-share/gnome/help/evolution/C/figures/color-2e3436.png
-share/gnome/help/evolution/C/figures/color-4e9a06.png
-share/gnome/help/evolution/C/figures/color-5c3566.png
-share/gnome/help/evolution/C/figures/color-8f5902.png
-share/gnome/help/evolution/C/figures/color-a40000.png
-share/gnome/help/evolution/C/figures/color-c4a000.png
-share/gnome/help/evolution/C/figures/color-ce5c00.png
-share/gnome/help/evolution/C/figures/evolutionlogo.png
-share/gnome/help/evolution/C/figures/minus-icon.png
-share/gnome/help/evolution/C/figures/new-mail-notification.png
-share/gnome/help/evolution/C/figures/new-mail-switcher.png
-share/gnome/help/evolution/C/figures/plus-icon.png
-share/gnome/help/evolution/C/figures/search-icon.png
-share/gnome/help/evolution/C/figures/window-overview-layers.png
-share/gnome/help/evolution/C/google-services.page
-share/gnome/help/evolution/C/groupwise-placeholder.page
-share/gnome/help/evolution/C/import-apps-mozilla.page
-share/gnome/help/evolution/C/import-apps-outlook.page
-share/gnome/help/evolution/C/import-data.page
-share/gnome/help/evolution/C/import-single-files.page
-share/gnome/help/evolution/C/import-supported-file-formats.page
-share/gnome/help/evolution/C/index.page
-share/gnome/help/evolution/C/intro-first-run.page
-share/gnome/help/evolution/C/intro-main-window.page
-share/gnome/help/evolution/C/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/C/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/C/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/C/mail-account-manage-imap.page
-share/gnome/help/evolution/C/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/C/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/C/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/C/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/C/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/C/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/C/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/C/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/C/mail-account-manage-pop.page
-share/gnome/help/evolution/C/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/C/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/C/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/C/mail-account-management.page
-share/gnome/help/evolution/C/mail-attachments-received.page
-share/gnome/help/evolution/C/mail-attachments-sending.page
-share/gnome/help/evolution/C/mail-attachments.page
-share/gnome/help/evolution/C/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/C/mail-cannot-see.page
-share/gnome/help/evolution/C/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/C/mail-change-time-format.page
-share/gnome/help/evolution/C/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/C/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/C/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/C/mail-composer-forward.page
-share/gnome/help/evolution/C/mail-composer-html-image.page
-share/gnome/help/evolution/C/mail-composer-html-link.page
-share/gnome/help/evolution/C/mail-composer-html-rule.page
-share/gnome/help/evolution/C/mail-composer-html-table.page
-share/gnome/help/evolution/C/mail-composer-html-text.page
-share/gnome/help/evolution/C/mail-composer-html.page
-share/gnome/help/evolution/C/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/C/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/C/mail-composer-mail-signatures.page
-share/gnome/help/evolution/C/mail-composer-message-templates.page
-share/gnome/help/evolution/C/mail-composer-priority.page
-share/gnome/help/evolution/C/mail-composer-reply.page
-share/gnome/help/evolution/C/mail-composer-search.page
-share/gnome/help/evolution/C/mail-composer-several-recipients.page
-share/gnome/help/evolution/C/mail-composer-spellcheck.page
-share/gnome/help/evolution/C/mail-composer-write-new-message.page
-share/gnome/help/evolution/C/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/C/mail-default-folder-locations.page
-share/gnome/help/evolution/C/mail-delete-and-undelete.page
-share/gnome/help/evolution/C/mail-displaying-character-encodings.page
-share/gnome/help/evolution/C/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/C/mail-displaying-images-in-html.page
-share/gnome/help/evolution/C/mail-displaying-message.page
-share/gnome/help/evolution/C/mail-displaying-no-css.page
-share/gnome/help/evolution/C/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/C/mail-duplicates.page
-share/gnome/help/evolution/C/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/C/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/C/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/C/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/C/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/C/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/C/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/C/mail-encryption.page
-share/gnome/help/evolution/C/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/C/mail-error-no-provider-available.page
-share/gnome/help/evolution/C/mail-filters-actions.page
-share/gnome/help/evolution/C/mail-filters-conditions.page
-share/gnome/help/evolution/C/mail-filters-not-working.page
-share/gnome/help/evolution/C/mail-filters.page
-share/gnome/help/evolution/C/mail-folders.page
-share/gnome/help/evolution/C/mail-follow-up-flag.page
-share/gnome/help/evolution/C/mail-imap-headers.page
-share/gnome/help/evolution/C/mail-imap-subscriptions.page
-share/gnome/help/evolution/C/mail-labels.page
-share/gnome/help/evolution/C/mail-layout-changing.page
-share/gnome/help/evolution/C/mail-moving-emails.page
-share/gnome/help/evolution/C/mail-not-sent.page
-share/gnome/help/evolution/C/mail-organizing.page
-share/gnome/help/evolution/C/mail-read-receipts.page
-share/gnome/help/evolution/C/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/C/mail-received-notification.page
-share/gnome/help/evolution/C/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/C/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/C/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/C/mail-receiving-options-imap.page
-share/gnome/help/evolution/C/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/C/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/C/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/C/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/C/mail-receiving-options-pop.page
-share/gnome/help/evolution/C/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/C/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/C/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/C/mail-receiving-options.page
-share/gnome/help/evolution/C/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/C/mail-refresh-folders.page
-share/gnome/help/evolution/C/mail-search-folders-add.page
-share/gnome/help/evolution/C/mail-search-folders-conditions.page
-share/gnome/help/evolution/C/mail-search-folders-refresh.page
-share/gnome/help/evolution/C/mail-search-folders.page
-share/gnome/help/evolution/C/mail-searching-attachment-type.page
-share/gnome/help/evolution/C/mail-searching.page
-share/gnome/help/evolution/C/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/C/mail-send-and-receive-manual.page
-share/gnome/help/evolution/C/mail-send-and-receive.page
-share/gnome/help/evolution/C/mail-sending-options-smtp.page
-share/gnome/help/evolution/C/mail-several-pop-accounts.page
-share/gnome/help/evolution/C/mail-sorting-message-list.page
-share/gnome/help/evolution/C/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/C/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/C/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/C/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/C/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/C/mail-spam-marking.page
-share/gnome/help/evolution/C/mail-spam-settings.page
-share/gnome/help/evolution/C/mail-spam.page
-share/gnome/help/evolution/C/mail-two-trash-folders.page
-share/gnome/help/evolution/C/mail-usenet-subscriptions.page
-share/gnome/help/evolution/C/mail-vertical-view.page
-share/gnome/help/evolution/C/mail-word-wrap.page
-share/gnome/help/evolution/C/mail-working-offline.page
-share/gnome/help/evolution/C/memos-searching.page
-share/gnome/help/evolution/C/memos-usage-add-memo.page
-share/gnome/help/evolution/C/memos-usage-delete-memo.page
-share/gnome/help/evolution/C/memos-usage-edit-memo.page
-share/gnome/help/evolution/C/memos-usage.page
-share/gnome/help/evolution/C/minimize-to-system-tray.page
-share/gnome/help/evolution/C/organizing.page
-share/gnome/help/evolution/C/problems-debug-how-to.page
-share/gnome/help/evolution/C/problems-getting-help.page
-share/gnome/help/evolution/C/problems-reporting-bugs.page
-share/gnome/help/evolution/C/searching-items.page
-share/gnome/help/evolution/C/sync-with-other-devices.page
-share/gnome/help/evolution/C/tasks-caldav.page
-share/gnome/help/evolution/C/tasks-display-settings.page
-share/gnome/help/evolution/C/tasks-local.page
-share/gnome/help/evolution/C/tasks-organizing.page
-share/gnome/help/evolution/C/tasks-searching.page
-share/gnome/help/evolution/C/tasks-usage-add-task.page
-share/gnome/help/evolution/C/tasks-usage-delete-task.page
-share/gnome/help/evolution/C/tasks-usage-edit-task.page
-share/gnome/help/evolution/C/tasks-usage.page
-share/gnome/help/evolution/C/tasks-using-several-tasklists.page
-share/gnome/help/evolution/C/tasks-webdav.page
-share/gnome/help/evolution/C/using-categories.page
-share/gnome/help/evolution/cs/backup-restore.page
-share/gnome/help/evolution/cs/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/cs/calendar-caldav.page
-share/gnome/help/evolution/cs/calendar-classifications.page
-share/gnome/help/evolution/cs/calendar-free-busy.page
-share/gnome/help/evolution/cs/calendar-google.page
-share/gnome/help/evolution/cs/calendar-layout-appointment-display.page
-share/gnome/help/evolution/cs/calendar-layout-general-formatting.page
-share/gnome/help/evolution/cs/calendar-layout-views.page
-share/gnome/help/evolution/cs/calendar-layout.page
-share/gnome/help/evolution/cs/calendar-local.page
-share/gnome/help/evolution/cs/calendar-marcus-bains-line.page
-share/gnome/help/evolution/cs/calendar-meetings-delegating.page
-share/gnome/help/evolution/cs/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/cs/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/cs/calendar-meetings.page
-share/gnome/help/evolution/cs/calendar-organizing.page
-share/gnome/help/evolution/cs/calendar-publishing.page
-share/gnome/help/evolution/cs/calendar-recurrence.page
-share/gnome/help/evolution/cs/calendar-searching.page
-share/gnome/help/evolution/cs/calendar-sharing-information.page
-share/gnome/help/evolution/cs/calendar-timezones.page
-share/gnome/help/evolution/cs/calendar-usage-add-appointment.page
-share/gnome/help/evolution/cs/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/cs/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/cs/calendar-usage.page
-share/gnome/help/evolution/cs/calendar-using-several-calendars.page
-share/gnome/help/evolution/cs/calendar-weather.page
-share/gnome/help/evolution/cs/calendar-webdav.page
-share/gnome/help/evolution/cs/change-switcher-appearance.page
-share/gnome/help/evolution/cs/contacts-add-automatically.page
-share/gnome/help/evolution/cs/contacts-autocompletion.page
-share/gnome/help/evolution/cs/contacts-google.page
-share/gnome/help/evolution/cs/contacts-ldap.page
-share/gnome/help/evolution/cs/contacts-local.page
-share/gnome/help/evolution/cs/contacts-organizing.page
-share/gnome/help/evolution/cs/contacts-searching.page
-share/gnome/help/evolution/cs/contacts-usage-add-contact.page
-share/gnome/help/evolution/cs/contacts-usage-delete-contact.page
-share/gnome/help/evolution/cs/contacts-usage-edit-contact.page
-share/gnome/help/evolution/cs/contacts-usage.page
-share/gnome/help/evolution/cs/contacts-using-contact-lists.page
-share/gnome/help/evolution/cs/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/cs/credits.page
-share/gnome/help/evolution/cs/data-storage.page
-share/gnome/help/evolution/cs/default-browser.page
-share/gnome/help/evolution/cs/deleting-appointments.page
-share/gnome/help/evolution/cs/deleting-emails.page
-share/gnome/help/evolution/cs/deleting-to-free-disk-space.page
-share/gnome/help/evolution/cs/exchange-connectors-overview.page
-share/gnome/help/evolution/cs/exchange-placeholder.page
-share/gnome/help/evolution/cs/exporting-data-calendar.page
-share/gnome/help/evolution/cs/exporting-data-contacts.page
-share/gnome/help/evolution/cs/exporting-data-mail.page
-share/gnome/help/evolution/cs/exporting-data.page
-share/gnome/help/evolution/cs/express-mode.page
-share/gnome/help/evolution/cs/figures/color-204a87.png
-share/gnome/help/evolution/cs/figures/color-2e3436.png
-share/gnome/help/evolution/cs/figures/color-4e9a06.png
-share/gnome/help/evolution/cs/figures/color-5c3566.png
-share/gnome/help/evolution/cs/figures/color-8f5902.png
-share/gnome/help/evolution/cs/figures/color-a40000.png
-share/gnome/help/evolution/cs/figures/color-c4a000.png
-share/gnome/help/evolution/cs/figures/color-ce5c00.png
-share/gnome/help/evolution/cs/figures/evolutionlogo.png
-share/gnome/help/evolution/cs/figures/minus-icon.png
-share/gnome/help/evolution/cs/figures/new-mail-notification.png
-share/gnome/help/evolution/cs/figures/new-mail-switcher.png
-share/gnome/help/evolution/cs/figures/plus-icon.png
-share/gnome/help/evolution/cs/figures/search-icon.png
-share/gnome/help/evolution/cs/figures/window-overview-layers.png
-share/gnome/help/evolution/cs/google-services.page
-share/gnome/help/evolution/cs/groupwise-placeholder.page
-share/gnome/help/evolution/cs/import-apps-mozilla.page
-share/gnome/help/evolution/cs/import-apps-outlook.page
-share/gnome/help/evolution/cs/import-data.page
-share/gnome/help/evolution/cs/import-single-files.page
-share/gnome/help/evolution/cs/import-supported-file-formats.page
-share/gnome/help/evolution/cs/index.page
-share/gnome/help/evolution/cs/intro-first-run.page
-share/gnome/help/evolution/cs/intro-main-window.page
-share/gnome/help/evolution/cs/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/cs/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/cs/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/cs/mail-account-manage-imap.page
-share/gnome/help/evolution/cs/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/cs/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/cs/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/cs/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/cs/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/cs/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/cs/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/cs/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/cs/mail-account-manage-pop.page
-share/gnome/help/evolution/cs/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/cs/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/cs/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/cs/mail-account-management.page
-share/gnome/help/evolution/cs/mail-attachments-received.page
-share/gnome/help/evolution/cs/mail-attachments-sending.page
-share/gnome/help/evolution/cs/mail-attachments.page
-share/gnome/help/evolution/cs/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/cs/mail-cannot-see.page
-share/gnome/help/evolution/cs/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/cs/mail-change-time-format.page
-share/gnome/help/evolution/cs/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/cs/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/cs/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/cs/mail-composer-forward.page
-share/gnome/help/evolution/cs/mail-composer-html-image.page
-share/gnome/help/evolution/cs/mail-composer-html-link.page
-share/gnome/help/evolution/cs/mail-composer-html-rule.page
-share/gnome/help/evolution/cs/mail-composer-html-table.page
-share/gnome/help/evolution/cs/mail-composer-html-text.page
-share/gnome/help/evolution/cs/mail-composer-html.page
-share/gnome/help/evolution/cs/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/cs/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/cs/mail-composer-mail-signatures.page
-share/gnome/help/evolution/cs/mail-composer-message-templates.page
-share/gnome/help/evolution/cs/mail-composer-priority.page
-share/gnome/help/evolution/cs/mail-composer-reply.page
-share/gnome/help/evolution/cs/mail-composer-search.page
-share/gnome/help/evolution/cs/mail-composer-several-recipients.page
-share/gnome/help/evolution/cs/mail-composer-spellcheck.page
-share/gnome/help/evolution/cs/mail-composer-write-new-message.page
-share/gnome/help/evolution/cs/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/cs/mail-default-folder-locations.page
-share/gnome/help/evolution/cs/mail-delete-and-undelete.page
-share/gnome/help/evolution/cs/mail-displaying-character-encodings.page
-share/gnome/help/evolution/cs/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/cs/mail-displaying-images-in-html.page
-share/gnome/help/evolution/cs/mail-displaying-message.page
-share/gnome/help/evolution/cs/mail-displaying-no-css.page
-share/gnome/help/evolution/cs/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/cs/mail-duplicates.page
-share/gnome/help/evolution/cs/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/cs/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/cs/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/cs/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/cs/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/cs/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/cs/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/cs/mail-encryption.page
-share/gnome/help/evolution/cs/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/cs/mail-error-no-provider-available.page
-share/gnome/help/evolution/cs/mail-filters-actions.page
-share/gnome/help/evolution/cs/mail-filters-conditions.page
-share/gnome/help/evolution/cs/mail-filters-not-working.page
-share/gnome/help/evolution/cs/mail-filters.page
-share/gnome/help/evolution/cs/mail-folders.page
-share/gnome/help/evolution/cs/mail-follow-up-flag.page
-share/gnome/help/evolution/cs/mail-imap-headers.page
-share/gnome/help/evolution/cs/mail-imap-subscriptions.page
-share/gnome/help/evolution/cs/mail-labels.page
-share/gnome/help/evolution/cs/mail-layout-changing.page
-share/gnome/help/evolution/cs/mail-moving-emails.page
-share/gnome/help/evolution/cs/mail-not-sent.page
-share/gnome/help/evolution/cs/mail-organizing.page
-share/gnome/help/evolution/cs/mail-read-receipts.page
-share/gnome/help/evolution/cs/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/cs/mail-received-notification.page
-share/gnome/help/evolution/cs/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/cs/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/cs/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/cs/mail-receiving-options-imap.page
-share/gnome/help/evolution/cs/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/cs/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/cs/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/cs/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/cs/mail-receiving-options-pop.page
-share/gnome/help/evolution/cs/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/cs/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/cs/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/cs/mail-receiving-options.page
-share/gnome/help/evolution/cs/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/cs/mail-refresh-folders.page
-share/gnome/help/evolution/cs/mail-search-folders-add.page
-share/gnome/help/evolution/cs/mail-search-folders-conditions.page
-share/gnome/help/evolution/cs/mail-search-folders-refresh.page
-share/gnome/help/evolution/cs/mail-search-folders.page
-share/gnome/help/evolution/cs/mail-searching-attachment-type.page
-share/gnome/help/evolution/cs/mail-searching.page
-share/gnome/help/evolution/cs/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/cs/mail-send-and-receive-manual.page
-share/gnome/help/evolution/cs/mail-send-and-receive.page
-share/gnome/help/evolution/cs/mail-sending-options-smtp.page
-share/gnome/help/evolution/cs/mail-several-pop-accounts.page
-share/gnome/help/evolution/cs/mail-sorting-message-list.page
-share/gnome/help/evolution/cs/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/cs/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/cs/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/cs/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/cs/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/cs/mail-spam-marking.page
-share/gnome/help/evolution/cs/mail-spam-settings.page
-share/gnome/help/evolution/cs/mail-spam.page
-share/gnome/help/evolution/cs/mail-two-trash-folders.page
-share/gnome/help/evolution/cs/mail-usenet-subscriptions.page
-share/gnome/help/evolution/cs/mail-vertical-view.page
-share/gnome/help/evolution/cs/mail-word-wrap.page
-share/gnome/help/evolution/cs/mail-working-offline.page
-share/gnome/help/evolution/cs/memos-searching.page
-share/gnome/help/evolution/cs/memos-usage-add-memo.page
-share/gnome/help/evolution/cs/memos-usage-delete-memo.page
-share/gnome/help/evolution/cs/memos-usage-edit-memo.page
-share/gnome/help/evolution/cs/memos-usage.page
-share/gnome/help/evolution/cs/minimize-to-system-tray.page
-share/gnome/help/evolution/cs/organizing.page
-share/gnome/help/evolution/cs/problems-debug-how-to.page
-share/gnome/help/evolution/cs/problems-getting-help.page
-share/gnome/help/evolution/cs/problems-reporting-bugs.page
-share/gnome/help/evolution/cs/searching-items.page
-share/gnome/help/evolution/cs/sync-with-other-devices.page
-share/gnome/help/evolution/cs/tasks-caldav.page
-share/gnome/help/evolution/cs/tasks-display-settings.page
-share/gnome/help/evolution/cs/tasks-local.page
-share/gnome/help/evolution/cs/tasks-organizing.page
-share/gnome/help/evolution/cs/tasks-searching.page
-share/gnome/help/evolution/cs/tasks-usage-add-task.page
-share/gnome/help/evolution/cs/tasks-usage-delete-task.page
-share/gnome/help/evolution/cs/tasks-usage-edit-task.page
-share/gnome/help/evolution/cs/tasks-usage.page
-share/gnome/help/evolution/cs/tasks-using-several-tasklists.page
-share/gnome/help/evolution/cs/tasks-webdav.page
-share/gnome/help/evolution/cs/using-categories.page
-share/gnome/help/evolution/de/backup-restore.page
-share/gnome/help/evolution/de/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/de/calendar-caldav.page
-share/gnome/help/evolution/de/calendar-classifications.page
-share/gnome/help/evolution/de/calendar-free-busy.page
-share/gnome/help/evolution/de/calendar-google.page
-share/gnome/help/evolution/de/calendar-layout-appointment-display.page
-share/gnome/help/evolution/de/calendar-layout-general-formatting.page
-share/gnome/help/evolution/de/calendar-layout-views.page
-share/gnome/help/evolution/de/calendar-layout.page
-share/gnome/help/evolution/de/calendar-local.page
-share/gnome/help/evolution/de/calendar-marcus-bains-line.page
-share/gnome/help/evolution/de/calendar-meetings-delegating.page
-share/gnome/help/evolution/de/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/de/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/de/calendar-meetings.page
-share/gnome/help/evolution/de/calendar-organizing.page
-share/gnome/help/evolution/de/calendar-publishing.page
-share/gnome/help/evolution/de/calendar-recurrence.page
-share/gnome/help/evolution/de/calendar-searching.page
-share/gnome/help/evolution/de/calendar-sharing-information.page
-share/gnome/help/evolution/de/calendar-timezones.page
-share/gnome/help/evolution/de/calendar-usage-add-appointment.page
-share/gnome/help/evolution/de/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/de/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/de/calendar-usage.page
-share/gnome/help/evolution/de/calendar-using-several-calendars.page
-share/gnome/help/evolution/de/calendar-weather.page
-share/gnome/help/evolution/de/calendar-webdav.page
-share/gnome/help/evolution/de/change-switcher-appearance.page
-share/gnome/help/evolution/de/contacts-add-automatically.page
-share/gnome/help/evolution/de/contacts-autocompletion.page
-share/gnome/help/evolution/de/contacts-google.page
-share/gnome/help/evolution/de/contacts-ldap.page
-share/gnome/help/evolution/de/contacts-local.page
-share/gnome/help/evolution/de/contacts-organizing.page
-share/gnome/help/evolution/de/contacts-searching.page
-share/gnome/help/evolution/de/contacts-usage-add-contact.page
-share/gnome/help/evolution/de/contacts-usage-delete-contact.page
-share/gnome/help/evolution/de/contacts-usage-edit-contact.page
-share/gnome/help/evolution/de/contacts-usage.page
-share/gnome/help/evolution/de/contacts-using-contact-lists.page
-share/gnome/help/evolution/de/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/de/credits.page
-share/gnome/help/evolution/de/data-storage.page
-share/gnome/help/evolution/de/default-browser.page
-share/gnome/help/evolution/de/deleting-appointments.page
-share/gnome/help/evolution/de/deleting-emails.page
-share/gnome/help/evolution/de/deleting-to-free-disk-space.page
-share/gnome/help/evolution/de/exchange-connectors-overview.page
-share/gnome/help/evolution/de/exchange-placeholder.page
-share/gnome/help/evolution/de/exporting-data-calendar.page
-share/gnome/help/evolution/de/exporting-data-contacts.page
-share/gnome/help/evolution/de/exporting-data-mail.page
-share/gnome/help/evolution/de/exporting-data.page
-share/gnome/help/evolution/de/express-mode.page
-share/gnome/help/evolution/de/figures/color-204a87.png
-share/gnome/help/evolution/de/figures/color-2e3436.png
-share/gnome/help/evolution/de/figures/color-4e9a06.png
-share/gnome/help/evolution/de/figures/color-5c3566.png
-share/gnome/help/evolution/de/figures/color-8f5902.png
-share/gnome/help/evolution/de/figures/color-a40000.png
-share/gnome/help/evolution/de/figures/color-c4a000.png
-share/gnome/help/evolution/de/figures/color-ce5c00.png
-share/gnome/help/evolution/de/figures/evolutionlogo.png
-share/gnome/help/evolution/de/figures/minus-icon.png
-share/gnome/help/evolution/de/figures/new-mail-notification.png
-share/gnome/help/evolution/de/figures/new-mail-switcher.png
-share/gnome/help/evolution/de/figures/plus-icon.png
-share/gnome/help/evolution/de/figures/search-icon.png
-share/gnome/help/evolution/de/figures/window-overview-layers.png
-share/gnome/help/evolution/de/google-services.page
-share/gnome/help/evolution/de/groupwise-placeholder.page
-share/gnome/help/evolution/de/import-apps-mozilla.page
-share/gnome/help/evolution/de/import-apps-outlook.page
-share/gnome/help/evolution/de/import-data.page
-share/gnome/help/evolution/de/import-single-files.page
-share/gnome/help/evolution/de/import-supported-file-formats.page
-share/gnome/help/evolution/de/index.page
-share/gnome/help/evolution/de/intro-first-run.page
-share/gnome/help/evolution/de/intro-main-window.page
-share/gnome/help/evolution/de/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/de/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/de/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/de/mail-account-manage-imap.page
-share/gnome/help/evolution/de/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/de/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/de/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/de/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/de/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/de/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/de/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/de/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/de/mail-account-manage-pop.page
-share/gnome/help/evolution/de/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/de/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/de/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/de/mail-account-management.page
-share/gnome/help/evolution/de/mail-attachments-received.page
-share/gnome/help/evolution/de/mail-attachments-sending.page
-share/gnome/help/evolution/de/mail-attachments.page
-share/gnome/help/evolution/de/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/de/mail-cannot-see.page
-share/gnome/help/evolution/de/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/de/mail-change-time-format.page
-share/gnome/help/evolution/de/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/de/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/de/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/de/mail-composer-forward.page
-share/gnome/help/evolution/de/mail-composer-html-image.page
-share/gnome/help/evolution/de/mail-composer-html-link.page
-share/gnome/help/evolution/de/mail-composer-html-rule.page
-share/gnome/help/evolution/de/mail-composer-html-table.page
-share/gnome/help/evolution/de/mail-composer-html-text.page
-share/gnome/help/evolution/de/mail-composer-html.page
-share/gnome/help/evolution/de/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/de/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/de/mail-composer-mail-signatures.page
-share/gnome/help/evolution/de/mail-composer-message-templates.page
-share/gnome/help/evolution/de/mail-composer-priority.page
-share/gnome/help/evolution/de/mail-composer-reply.page
-share/gnome/help/evolution/de/mail-composer-search.page
-share/gnome/help/evolution/de/mail-composer-several-recipients.page
-share/gnome/help/evolution/de/mail-composer-spellcheck.page
-share/gnome/help/evolution/de/mail-composer-write-new-message.page
-share/gnome/help/evolution/de/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/de/mail-default-folder-locations.page
-share/gnome/help/evolution/de/mail-delete-and-undelete.page
-share/gnome/help/evolution/de/mail-displaying-character-encodings.page
-share/gnome/help/evolution/de/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/de/mail-displaying-images-in-html.page
-share/gnome/help/evolution/de/mail-displaying-message.page
-share/gnome/help/evolution/de/mail-displaying-no-css.page
-share/gnome/help/evolution/de/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/de/mail-duplicates.page
-share/gnome/help/evolution/de/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/de/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/de/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/de/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/de/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/de/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/de/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/de/mail-encryption.page
-share/gnome/help/evolution/de/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/de/mail-error-no-provider-available.page
-share/gnome/help/evolution/de/mail-filters-actions.page
-share/gnome/help/evolution/de/mail-filters-conditions.page
-share/gnome/help/evolution/de/mail-filters-not-working.page
-share/gnome/help/evolution/de/mail-filters.page
-share/gnome/help/evolution/de/mail-folders.page
-share/gnome/help/evolution/de/mail-follow-up-flag.page
-share/gnome/help/evolution/de/mail-imap-headers.page
-share/gnome/help/evolution/de/mail-imap-subscriptions.page
-share/gnome/help/evolution/de/mail-labels.page
-share/gnome/help/evolution/de/mail-layout-changing.page
-share/gnome/help/evolution/de/mail-moving-emails.page
-share/gnome/help/evolution/de/mail-not-sent.page
-share/gnome/help/evolution/de/mail-organizing.page
-share/gnome/help/evolution/de/mail-read-receipts.page
-share/gnome/help/evolution/de/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/de/mail-received-notification.page
-share/gnome/help/evolution/de/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/de/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/de/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/de/mail-receiving-options-imap.page
-share/gnome/help/evolution/de/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/de/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/de/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/de/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/de/mail-receiving-options-pop.page
-share/gnome/help/evolution/de/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/de/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/de/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/de/mail-receiving-options.page
-share/gnome/help/evolution/de/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/de/mail-refresh-folders.page
-share/gnome/help/evolution/de/mail-search-folders-add.page
-share/gnome/help/evolution/de/mail-search-folders-conditions.page
-share/gnome/help/evolution/de/mail-search-folders-refresh.page
-share/gnome/help/evolution/de/mail-search-folders.page
-share/gnome/help/evolution/de/mail-searching-attachment-type.page
-share/gnome/help/evolution/de/mail-searching.page
-share/gnome/help/evolution/de/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/de/mail-send-and-receive-manual.page
-share/gnome/help/evolution/de/mail-send-and-receive.page
-share/gnome/help/evolution/de/mail-sending-options-smtp.page
-share/gnome/help/evolution/de/mail-several-pop-accounts.page
-share/gnome/help/evolution/de/mail-sorting-message-list.page
-share/gnome/help/evolution/de/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/de/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/de/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/de/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/de/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/de/mail-spam-marking.page
-share/gnome/help/evolution/de/mail-spam-settings.page
-share/gnome/help/evolution/de/mail-spam.page
-share/gnome/help/evolution/de/mail-two-trash-folders.page
-share/gnome/help/evolution/de/mail-usenet-subscriptions.page
-share/gnome/help/evolution/de/mail-vertical-view.page
-share/gnome/help/evolution/de/mail-word-wrap.page
-share/gnome/help/evolution/de/mail-working-offline.page
-share/gnome/help/evolution/de/memos-searching.page
-share/gnome/help/evolution/de/memos-usage-add-memo.page
-share/gnome/help/evolution/de/memos-usage-delete-memo.page
-share/gnome/help/evolution/de/memos-usage-edit-memo.page
-share/gnome/help/evolution/de/memos-usage.page
-share/gnome/help/evolution/de/minimize-to-system-tray.page
-share/gnome/help/evolution/de/organizing.page
-share/gnome/help/evolution/de/problems-debug-how-to.page
-share/gnome/help/evolution/de/problems-getting-help.page
-share/gnome/help/evolution/de/problems-reporting-bugs.page
-share/gnome/help/evolution/de/searching-items.page
-share/gnome/help/evolution/de/sync-with-other-devices.page
-share/gnome/help/evolution/de/tasks-caldav.page
-share/gnome/help/evolution/de/tasks-display-settings.page
-share/gnome/help/evolution/de/tasks-local.page
-share/gnome/help/evolution/de/tasks-organizing.page
-share/gnome/help/evolution/de/tasks-searching.page
-share/gnome/help/evolution/de/tasks-usage-add-task.page
-share/gnome/help/evolution/de/tasks-usage-delete-task.page
-share/gnome/help/evolution/de/tasks-usage-edit-task.page
-share/gnome/help/evolution/de/tasks-usage.page
-share/gnome/help/evolution/de/tasks-using-several-tasklists.page
-share/gnome/help/evolution/de/tasks-webdav.page
-share/gnome/help/evolution/de/using-categories.page
-share/gnome/help/evolution/el/backup-restore.page
-share/gnome/help/evolution/el/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/el/calendar-caldav.page
-share/gnome/help/evolution/el/calendar-classifications.page
-share/gnome/help/evolution/el/calendar-free-busy.page
-share/gnome/help/evolution/el/calendar-google.page
-share/gnome/help/evolution/el/calendar-layout-appointment-display.page
-share/gnome/help/evolution/el/calendar-layout-general-formatting.page
-share/gnome/help/evolution/el/calendar-layout-views.page
-share/gnome/help/evolution/el/calendar-layout.page
-share/gnome/help/evolution/el/calendar-local.page
-share/gnome/help/evolution/el/calendar-marcus-bains-line.page
-share/gnome/help/evolution/el/calendar-meetings-delegating.page
-share/gnome/help/evolution/el/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/el/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/el/calendar-meetings.page
-share/gnome/help/evolution/el/calendar-organizing.page
-share/gnome/help/evolution/el/calendar-publishing.page
-share/gnome/help/evolution/el/calendar-recurrence.page
-share/gnome/help/evolution/el/calendar-searching.page
-share/gnome/help/evolution/el/calendar-sharing-information.page
-share/gnome/help/evolution/el/calendar-timezones.page
-share/gnome/help/evolution/el/calendar-usage-add-appointment.page
-share/gnome/help/evolution/el/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/el/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/el/calendar-usage.page
-share/gnome/help/evolution/el/calendar-using-several-calendars.page
-share/gnome/help/evolution/el/calendar-weather.page
-share/gnome/help/evolution/el/calendar-webdav.page
-share/gnome/help/evolution/el/change-switcher-appearance.page
-share/gnome/help/evolution/el/contacts-add-automatically.page
-share/gnome/help/evolution/el/contacts-autocompletion.page
-share/gnome/help/evolution/el/contacts-google.page
-share/gnome/help/evolution/el/contacts-ldap.page
-share/gnome/help/evolution/el/contacts-local.page
-share/gnome/help/evolution/el/contacts-organizing.page
-share/gnome/help/evolution/el/contacts-searching.page
-share/gnome/help/evolution/el/contacts-usage-add-contact.page
-share/gnome/help/evolution/el/contacts-usage-delete-contact.page
-share/gnome/help/evolution/el/contacts-usage-edit-contact.page
-share/gnome/help/evolution/el/contacts-usage.page
-share/gnome/help/evolution/el/contacts-using-contact-lists.page
-share/gnome/help/evolution/el/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/el/credits.page
-share/gnome/help/evolution/el/data-storage.page
-share/gnome/help/evolution/el/default-browser.page
-share/gnome/help/evolution/el/deleting-appointments.page
-share/gnome/help/evolution/el/deleting-emails.page
-share/gnome/help/evolution/el/deleting-to-free-disk-space.page
-share/gnome/help/evolution/el/exchange-connectors-overview.page
-share/gnome/help/evolution/el/exchange-placeholder.page
-share/gnome/help/evolution/el/exporting-data-calendar.page
-share/gnome/help/evolution/el/exporting-data-contacts.page
-share/gnome/help/evolution/el/exporting-data-mail.page
-share/gnome/help/evolution/el/exporting-data.page
-share/gnome/help/evolution/el/express-mode.page
-share/gnome/help/evolution/el/figures/color-204a87.png
-share/gnome/help/evolution/el/figures/color-2e3436.png
-share/gnome/help/evolution/el/figures/color-4e9a06.png
-share/gnome/help/evolution/el/figures/color-5c3566.png
-share/gnome/help/evolution/el/figures/color-8f5902.png
-share/gnome/help/evolution/el/figures/color-a40000.png
-share/gnome/help/evolution/el/figures/color-c4a000.png
-share/gnome/help/evolution/el/figures/color-ce5c00.png
-share/gnome/help/evolution/el/figures/evolutionlogo.png
-share/gnome/help/evolution/el/figures/minus-icon.png
-share/gnome/help/evolution/el/figures/new-mail-notification.png
-share/gnome/help/evolution/el/figures/new-mail-switcher.png
-share/gnome/help/evolution/el/figures/plus-icon.png
-share/gnome/help/evolution/el/figures/search-icon.png
-share/gnome/help/evolution/el/figures/window-overview-layers.png
-share/gnome/help/evolution/el/google-services.page
-share/gnome/help/evolution/el/groupwise-placeholder.page
-share/gnome/help/evolution/el/import-apps-mozilla.page
-share/gnome/help/evolution/el/import-apps-outlook.page
-share/gnome/help/evolution/el/import-data.page
-share/gnome/help/evolution/el/import-single-files.page
-share/gnome/help/evolution/el/import-supported-file-formats.page
-share/gnome/help/evolution/el/index.page
-share/gnome/help/evolution/el/intro-first-run.page
-share/gnome/help/evolution/el/intro-main-window.page
-share/gnome/help/evolution/el/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/el/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/el/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/el/mail-account-manage-imap.page
-share/gnome/help/evolution/el/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/el/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/el/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/el/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/el/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/el/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/el/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/el/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/el/mail-account-manage-pop.page
-share/gnome/help/evolution/el/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/el/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/el/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/el/mail-account-management.page
-share/gnome/help/evolution/el/mail-attachments-received.page
-share/gnome/help/evolution/el/mail-attachments-sending.page
-share/gnome/help/evolution/el/mail-attachments.page
-share/gnome/help/evolution/el/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/el/mail-cannot-see.page
-share/gnome/help/evolution/el/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/el/mail-change-time-format.page
-share/gnome/help/evolution/el/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/el/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/el/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/el/mail-composer-forward.page
-share/gnome/help/evolution/el/mail-composer-html-image.page
-share/gnome/help/evolution/el/mail-composer-html-link.page
-share/gnome/help/evolution/el/mail-composer-html-rule.page
-share/gnome/help/evolution/el/mail-composer-html-table.page
-share/gnome/help/evolution/el/mail-composer-html-text.page
-share/gnome/help/evolution/el/mail-composer-html.page
-share/gnome/help/evolution/el/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/el/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/el/mail-composer-mail-signatures.page
-share/gnome/help/evolution/el/mail-composer-message-templates.page
-share/gnome/help/evolution/el/mail-composer-priority.page
-share/gnome/help/evolution/el/mail-composer-reply.page
-share/gnome/help/evolution/el/mail-composer-search.page
-share/gnome/help/evolution/el/mail-composer-several-recipients.page
-share/gnome/help/evolution/el/mail-composer-spellcheck.page
-share/gnome/help/evolution/el/mail-composer-write-new-message.page
-share/gnome/help/evolution/el/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/el/mail-default-folder-locations.page
-share/gnome/help/evolution/el/mail-delete-and-undelete.page
-share/gnome/help/evolution/el/mail-displaying-character-encodings.page
-share/gnome/help/evolution/el/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/el/mail-displaying-images-in-html.page
-share/gnome/help/evolution/el/mail-displaying-message.page
-share/gnome/help/evolution/el/mail-displaying-no-css.page
-share/gnome/help/evolution/el/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/el/mail-duplicates.page
-share/gnome/help/evolution/el/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/el/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/el/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/el/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/el/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/el/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/el/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/el/mail-encryption.page
-share/gnome/help/evolution/el/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/el/mail-error-no-provider-available.page
-share/gnome/help/evolution/el/mail-filters-actions.page
-share/gnome/help/evolution/el/mail-filters-conditions.page
-share/gnome/help/evolution/el/mail-filters-not-working.page
-share/gnome/help/evolution/el/mail-filters.page
-share/gnome/help/evolution/el/mail-folders.page
-share/gnome/help/evolution/el/mail-follow-up-flag.page
-share/gnome/help/evolution/el/mail-imap-headers.page
-share/gnome/help/evolution/el/mail-imap-subscriptions.page
-share/gnome/help/evolution/el/mail-labels.page
-share/gnome/help/evolution/el/mail-layout-changing.page
-share/gnome/help/evolution/el/mail-moving-emails.page
-share/gnome/help/evolution/el/mail-not-sent.page
-share/gnome/help/evolution/el/mail-organizing.page
-share/gnome/help/evolution/el/mail-read-receipts.page
-share/gnome/help/evolution/el/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/el/mail-received-notification.page
-share/gnome/help/evolution/el/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/el/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/el/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/el/mail-receiving-options-imap.page
-share/gnome/help/evolution/el/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/el/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/el/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/el/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/el/mail-receiving-options-pop.page
-share/gnome/help/evolution/el/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/el/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/el/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/el/mail-receiving-options.page
-share/gnome/help/evolution/el/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/el/mail-refresh-folders.page
-share/gnome/help/evolution/el/mail-search-folders-add.page
-share/gnome/help/evolution/el/mail-search-folders-conditions.page
-share/gnome/help/evolution/el/mail-search-folders-refresh.page
-share/gnome/help/evolution/el/mail-search-folders.page
-share/gnome/help/evolution/el/mail-searching-attachment-type.page
-share/gnome/help/evolution/el/mail-searching.page
-share/gnome/help/evolution/el/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/el/mail-send-and-receive-manual.page
-share/gnome/help/evolution/el/mail-send-and-receive.page
-share/gnome/help/evolution/el/mail-sending-options-smtp.page
-share/gnome/help/evolution/el/mail-several-pop-accounts.page
-share/gnome/help/evolution/el/mail-sorting-message-list.page
-share/gnome/help/evolution/el/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/el/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/el/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/el/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/el/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/el/mail-spam-marking.page
-share/gnome/help/evolution/el/mail-spam-settings.page
-share/gnome/help/evolution/el/mail-spam.page
-share/gnome/help/evolution/el/mail-two-trash-folders.page
-share/gnome/help/evolution/el/mail-usenet-subscriptions.page
-share/gnome/help/evolution/el/mail-vertical-view.page
-share/gnome/help/evolution/el/mail-word-wrap.page
-share/gnome/help/evolution/el/mail-working-offline.page
-share/gnome/help/evolution/el/memos-searching.page
-share/gnome/help/evolution/el/memos-usage-add-memo.page
-share/gnome/help/evolution/el/memos-usage-delete-memo.page
-share/gnome/help/evolution/el/memos-usage-edit-memo.page
-share/gnome/help/evolution/el/memos-usage.page
-share/gnome/help/evolution/el/minimize-to-system-tray.page
-share/gnome/help/evolution/el/organizing.page
-share/gnome/help/evolution/el/problems-debug-how-to.page
-share/gnome/help/evolution/el/problems-getting-help.page
-share/gnome/help/evolution/el/problems-reporting-bugs.page
-share/gnome/help/evolution/el/searching-items.page
-share/gnome/help/evolution/el/sync-with-other-devices.page
-share/gnome/help/evolution/el/tasks-caldav.page
-share/gnome/help/evolution/el/tasks-display-settings.page
-share/gnome/help/evolution/el/tasks-local.page
-share/gnome/help/evolution/el/tasks-organizing.page
-share/gnome/help/evolution/el/tasks-searching.page
-share/gnome/help/evolution/el/tasks-usage-add-task.page
-share/gnome/help/evolution/el/tasks-usage-delete-task.page
-share/gnome/help/evolution/el/tasks-usage-edit-task.page
-share/gnome/help/evolution/el/tasks-usage.page
-share/gnome/help/evolution/el/tasks-using-several-tasklists.page
-share/gnome/help/evolution/el/tasks-webdav.page
-share/gnome/help/evolution/el/using-categories.page
-share/gnome/help/evolution/en_GB/backup-restore.page
-share/gnome/help/evolution/en_GB/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/en_GB/calendar-caldav.page
-share/gnome/help/evolution/en_GB/calendar-classifications.page
-share/gnome/help/evolution/en_GB/calendar-free-busy.page
-share/gnome/help/evolution/en_GB/calendar-google.page
-share/gnome/help/evolution/en_GB/calendar-layout-appointment-display.page
-share/gnome/help/evolution/en_GB/calendar-layout-general-formatting.page
-share/gnome/help/evolution/en_GB/calendar-layout-views.page
-share/gnome/help/evolution/en_GB/calendar-layout.page
-share/gnome/help/evolution/en_GB/calendar-local.page
-share/gnome/help/evolution/en_GB/calendar-marcus-bains-line.page
-share/gnome/help/evolution/en_GB/calendar-meetings-delegating.page
-share/gnome/help/evolution/en_GB/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/en_GB/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/en_GB/calendar-meetings.page
-share/gnome/help/evolution/en_GB/calendar-organizing.page
-share/gnome/help/evolution/en_GB/calendar-publishing.page
-share/gnome/help/evolution/en_GB/calendar-recurrence.page
-share/gnome/help/evolution/en_GB/calendar-searching.page
-share/gnome/help/evolution/en_GB/calendar-sharing-information.page
-share/gnome/help/evolution/en_GB/calendar-timezones.page
-share/gnome/help/evolution/en_GB/calendar-usage-add-appointment.page
-share/gnome/help/evolution/en_GB/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/en_GB/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/en_GB/calendar-usage.page
-share/gnome/help/evolution/en_GB/calendar-using-several-calendars.page
-share/gnome/help/evolution/en_GB/calendar-weather.page
-share/gnome/help/evolution/en_GB/calendar-webdav.page
-share/gnome/help/evolution/en_GB/change-switcher-appearance.page
-share/gnome/help/evolution/en_GB/contacts-add-automatically.page
-share/gnome/help/evolution/en_GB/contacts-autocompletion.page
-share/gnome/help/evolution/en_GB/contacts-google.page
-share/gnome/help/evolution/en_GB/contacts-ldap.page
-share/gnome/help/evolution/en_GB/contacts-local.page
-share/gnome/help/evolution/en_GB/contacts-organizing.page
-share/gnome/help/evolution/en_GB/contacts-searching.page
-share/gnome/help/evolution/en_GB/contacts-usage-add-contact.page
-share/gnome/help/evolution/en_GB/contacts-usage-delete-contact.page
-share/gnome/help/evolution/en_GB/contacts-usage-edit-contact.page
-share/gnome/help/evolution/en_GB/contacts-usage.page
-share/gnome/help/evolution/en_GB/contacts-using-contact-lists.page
-share/gnome/help/evolution/en_GB/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/en_GB/credits.page
-share/gnome/help/evolution/en_GB/data-storage.page
-share/gnome/help/evolution/en_GB/default-browser.page
-share/gnome/help/evolution/en_GB/deleting-appointments.page
-share/gnome/help/evolution/en_GB/deleting-emails.page
-share/gnome/help/evolution/en_GB/deleting-to-free-disk-space.page
-share/gnome/help/evolution/en_GB/exchange-connectors-overview.page
-share/gnome/help/evolution/en_GB/exchange-placeholder.page
-share/gnome/help/evolution/en_GB/exporting-data-calendar.page
-share/gnome/help/evolution/en_GB/exporting-data-contacts.page
-share/gnome/help/evolution/en_GB/exporting-data-mail.page
-share/gnome/help/evolution/en_GB/exporting-data.page
-share/gnome/help/evolution/en_GB/express-mode.page
-share/gnome/help/evolution/en_GB/figures/color-204a87.png
-share/gnome/help/evolution/en_GB/figures/color-2e3436.png
-share/gnome/help/evolution/en_GB/figures/color-4e9a06.png
-share/gnome/help/evolution/en_GB/figures/color-5c3566.png
-share/gnome/help/evolution/en_GB/figures/color-8f5902.png
-share/gnome/help/evolution/en_GB/figures/color-a40000.png
-share/gnome/help/evolution/en_GB/figures/color-c4a000.png
-share/gnome/help/evolution/en_GB/figures/color-ce5c00.png
-share/gnome/help/evolution/en_GB/figures/evolutionlogo.png
-share/gnome/help/evolution/en_GB/figures/minus-icon.png
-share/gnome/help/evolution/en_GB/figures/new-mail-notification.png
-share/gnome/help/evolution/en_GB/figures/new-mail-switcher.png
-share/gnome/help/evolution/en_GB/figures/plus-icon.png
-share/gnome/help/evolution/en_GB/figures/search-icon.png
-share/gnome/help/evolution/en_GB/figures/window-overview-layers.png
-share/gnome/help/evolution/en_GB/google-services.page
-share/gnome/help/evolution/en_GB/groupwise-placeholder.page
-share/gnome/help/evolution/en_GB/import-apps-mozilla.page
-share/gnome/help/evolution/en_GB/import-apps-outlook.page
-share/gnome/help/evolution/en_GB/import-data.page
-share/gnome/help/evolution/en_GB/import-single-files.page
-share/gnome/help/evolution/en_GB/import-supported-file-formats.page
-share/gnome/help/evolution/en_GB/index.page
-share/gnome/help/evolution/en_GB/intro-first-run.page
-share/gnome/help/evolution/en_GB/intro-main-window.page
-share/gnome/help/evolution/en_GB/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/en_GB/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/en_GB/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/en_GB/mail-account-manage-imap.page
-share/gnome/help/evolution/en_GB/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/en_GB/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/en_GB/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/en_GB/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/en_GB/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/en_GB/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/en_GB/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/en_GB/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/en_GB/mail-account-manage-pop.page
-share/gnome/help/evolution/en_GB/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/en_GB/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/en_GB/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/en_GB/mail-account-management.page
-share/gnome/help/evolution/en_GB/mail-attachments-received.page
-share/gnome/help/evolution/en_GB/mail-attachments-sending.page
-share/gnome/help/evolution/en_GB/mail-attachments.page
-share/gnome/help/evolution/en_GB/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/en_GB/mail-cannot-see.page
-share/gnome/help/evolution/en_GB/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/en_GB/mail-change-time-format.page
-share/gnome/help/evolution/en_GB/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/en_GB/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/en_GB/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/en_GB/mail-composer-forward.page
-share/gnome/help/evolution/en_GB/mail-composer-html-image.page
-share/gnome/help/evolution/en_GB/mail-composer-html-link.page
-share/gnome/help/evolution/en_GB/mail-composer-html-rule.page
-share/gnome/help/evolution/en_GB/mail-composer-html-table.page
-share/gnome/help/evolution/en_GB/mail-composer-html-text.page
-share/gnome/help/evolution/en_GB/mail-composer-html.page
-share/gnome/help/evolution/en_GB/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/en_GB/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/en_GB/mail-composer-mail-signatures.page
-share/gnome/help/evolution/en_GB/mail-composer-message-templates.page
-share/gnome/help/evolution/en_GB/mail-composer-priority.page
-share/gnome/help/evolution/en_GB/mail-composer-reply.page
-share/gnome/help/evolution/en_GB/mail-composer-search.page
-share/gnome/help/evolution/en_GB/mail-composer-several-recipients.page
-share/gnome/help/evolution/en_GB/mail-composer-spellcheck.page
-share/gnome/help/evolution/en_GB/mail-composer-write-new-message.page
-share/gnome/help/evolution/en_GB/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/en_GB/mail-default-folder-locations.page
-share/gnome/help/evolution/en_GB/mail-delete-and-undelete.page
-share/gnome/help/evolution/en_GB/mail-displaying-character-encodings.page
-share/gnome/help/evolution/en_GB/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/en_GB/mail-displaying-images-in-html.page
-share/gnome/help/evolution/en_GB/mail-displaying-message.page
-share/gnome/help/evolution/en_GB/mail-displaying-no-css.page
-share/gnome/help/evolution/en_GB/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/en_GB/mail-duplicates.page
-share/gnome/help/evolution/en_GB/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/en_GB/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/en_GB/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/en_GB/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/en_GB/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/en_GB/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/en_GB/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/en_GB/mail-encryption.page
-share/gnome/help/evolution/en_GB/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/en_GB/mail-error-no-provider-available.page
-share/gnome/help/evolution/en_GB/mail-filters-actions.page
-share/gnome/help/evolution/en_GB/mail-filters-conditions.page
-share/gnome/help/evolution/en_GB/mail-filters-not-working.page
-share/gnome/help/evolution/en_GB/mail-filters.page
-share/gnome/help/evolution/en_GB/mail-folders.page
-share/gnome/help/evolution/en_GB/mail-follow-up-flag.page
-share/gnome/help/evolution/en_GB/mail-imap-headers.page
-share/gnome/help/evolution/en_GB/mail-imap-subscriptions.page
-share/gnome/help/evolution/en_GB/mail-labels.page
-share/gnome/help/evolution/en_GB/mail-layout-changing.page
-share/gnome/help/evolution/en_GB/mail-moving-emails.page
-share/gnome/help/evolution/en_GB/mail-not-sent.page
-share/gnome/help/evolution/en_GB/mail-organizing.page
-share/gnome/help/evolution/en_GB/mail-read-receipts.page
-share/gnome/help/evolution/en_GB/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/en_GB/mail-received-notification.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-imap.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-pop.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/en_GB/mail-receiving-options.page
-share/gnome/help/evolution/en_GB/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/en_GB/mail-refresh-folders.page
-share/gnome/help/evolution/en_GB/mail-search-folders-add.page
-share/gnome/help/evolution/en_GB/mail-search-folders-conditions.page
-share/gnome/help/evolution/en_GB/mail-search-folders-refresh.page
-share/gnome/help/evolution/en_GB/mail-search-folders.page
-share/gnome/help/evolution/en_GB/mail-searching-attachment-type.page
-share/gnome/help/evolution/en_GB/mail-searching.page
-share/gnome/help/evolution/en_GB/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/en_GB/mail-send-and-receive-manual.page
-share/gnome/help/evolution/en_GB/mail-send-and-receive.page
-share/gnome/help/evolution/en_GB/mail-sending-options-smtp.page
-share/gnome/help/evolution/en_GB/mail-several-pop-accounts.page
-share/gnome/help/evolution/en_GB/mail-sorting-message-list.page
-share/gnome/help/evolution/en_GB/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/en_GB/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/en_GB/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/en_GB/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/en_GB/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/en_GB/mail-spam-marking.page
-share/gnome/help/evolution/en_GB/mail-spam-settings.page
-share/gnome/help/evolution/en_GB/mail-spam.page
-share/gnome/help/evolution/en_GB/mail-two-trash-folders.page
-share/gnome/help/evolution/en_GB/mail-usenet-subscriptions.page
-share/gnome/help/evolution/en_GB/mail-vertical-view.page
-share/gnome/help/evolution/en_GB/mail-word-wrap.page
-share/gnome/help/evolution/en_GB/mail-working-offline.page
-share/gnome/help/evolution/en_GB/memos-searching.page
-share/gnome/help/evolution/en_GB/memos-usage-add-memo.page
-share/gnome/help/evolution/en_GB/memos-usage-delete-memo.page
-share/gnome/help/evolution/en_GB/memos-usage-edit-memo.page
-share/gnome/help/evolution/en_GB/memos-usage.page
-share/gnome/help/evolution/en_GB/minimize-to-system-tray.page
-share/gnome/help/evolution/en_GB/organizing.page
-share/gnome/help/evolution/en_GB/problems-debug-how-to.page
-share/gnome/help/evolution/en_GB/problems-getting-help.page
-share/gnome/help/evolution/en_GB/problems-reporting-bugs.page
-share/gnome/help/evolution/en_GB/searching-items.page
-share/gnome/help/evolution/en_GB/sync-with-other-devices.page
-share/gnome/help/evolution/en_GB/tasks-caldav.page
-share/gnome/help/evolution/en_GB/tasks-display-settings.page
-share/gnome/help/evolution/en_GB/tasks-local.page
-share/gnome/help/evolution/en_GB/tasks-organizing.page
-share/gnome/help/evolution/en_GB/tasks-searching.page
-share/gnome/help/evolution/en_GB/tasks-usage-add-task.page
-share/gnome/help/evolution/en_GB/tasks-usage-delete-task.page
-share/gnome/help/evolution/en_GB/tasks-usage-edit-task.page
-share/gnome/help/evolution/en_GB/tasks-usage.page
-share/gnome/help/evolution/en_GB/tasks-using-several-tasklists.page
-share/gnome/help/evolution/en_GB/tasks-webdav.page
-share/gnome/help/evolution/en_GB/using-categories.page
-share/gnome/help/evolution/es/backup-restore.page
-share/gnome/help/evolution/es/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/es/calendar-caldav.page
-share/gnome/help/evolution/es/calendar-classifications.page
-share/gnome/help/evolution/es/calendar-free-busy.page
-share/gnome/help/evolution/es/calendar-google.page
-share/gnome/help/evolution/es/calendar-layout-appointment-display.page
-share/gnome/help/evolution/es/calendar-layout-general-formatting.page
-share/gnome/help/evolution/es/calendar-layout-views.page
-share/gnome/help/evolution/es/calendar-layout.page
-share/gnome/help/evolution/es/calendar-local.page
-share/gnome/help/evolution/es/calendar-marcus-bains-line.page
-share/gnome/help/evolution/es/calendar-meetings-delegating.page
-share/gnome/help/evolution/es/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/es/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/es/calendar-meetings.page
-share/gnome/help/evolution/es/calendar-organizing.page
-share/gnome/help/evolution/es/calendar-publishing.page
-share/gnome/help/evolution/es/calendar-recurrence.page
-share/gnome/help/evolution/es/calendar-searching.page
-share/gnome/help/evolution/es/calendar-sharing-information.page
-share/gnome/help/evolution/es/calendar-timezones.page
-share/gnome/help/evolution/es/calendar-usage-add-appointment.page
-share/gnome/help/evolution/es/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/es/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/es/calendar-usage.page
-share/gnome/help/evolution/es/calendar-using-several-calendars.page
-share/gnome/help/evolution/es/calendar-weather.page
-share/gnome/help/evolution/es/calendar-webdav.page
-share/gnome/help/evolution/es/change-switcher-appearance.page
-share/gnome/help/evolution/es/contacts-add-automatically.page
-share/gnome/help/evolution/es/contacts-autocompletion.page
-share/gnome/help/evolution/es/contacts-google.page
-share/gnome/help/evolution/es/contacts-ldap.page
-share/gnome/help/evolution/es/contacts-local.page
-share/gnome/help/evolution/es/contacts-organizing.page
-share/gnome/help/evolution/es/contacts-searching.page
-share/gnome/help/evolution/es/contacts-usage-add-contact.page
-share/gnome/help/evolution/es/contacts-usage-delete-contact.page
-share/gnome/help/evolution/es/contacts-usage-edit-contact.page
-share/gnome/help/evolution/es/contacts-usage.page
-share/gnome/help/evolution/es/contacts-using-contact-lists.page
-share/gnome/help/evolution/es/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/es/credits.page
-share/gnome/help/evolution/es/data-storage.page
-share/gnome/help/evolution/es/default-browser.page
-share/gnome/help/evolution/es/deleting-appointments.page
-share/gnome/help/evolution/es/deleting-emails.page
-share/gnome/help/evolution/es/deleting-to-free-disk-space.page
-share/gnome/help/evolution/es/exchange-connectors-overview.page
-share/gnome/help/evolution/es/exchange-placeholder.page
-share/gnome/help/evolution/es/exporting-data-calendar.page
-share/gnome/help/evolution/es/exporting-data-contacts.page
-share/gnome/help/evolution/es/exporting-data-mail.page
-share/gnome/help/evolution/es/exporting-data.page
-share/gnome/help/evolution/es/express-mode.page
-share/gnome/help/evolution/es/figures/color-204a87.png
-share/gnome/help/evolution/es/figures/color-2e3436.png
-share/gnome/help/evolution/es/figures/color-4e9a06.png
-share/gnome/help/evolution/es/figures/color-5c3566.png
-share/gnome/help/evolution/es/figures/color-8f5902.png
-share/gnome/help/evolution/es/figures/color-a40000.png
-share/gnome/help/evolution/es/figures/color-c4a000.png
-share/gnome/help/evolution/es/figures/color-ce5c00.png
-share/gnome/help/evolution/es/figures/evolutionlogo.png
-share/gnome/help/evolution/es/figures/minus-icon.png
-share/gnome/help/evolution/es/figures/new-mail-notification.png
-share/gnome/help/evolution/es/figures/new-mail-switcher.png
-share/gnome/help/evolution/es/figures/plus-icon.png
-share/gnome/help/evolution/es/figures/search-icon.png
-share/gnome/help/evolution/es/figures/window-overview-layers.png
-share/gnome/help/evolution/es/google-services.page
-share/gnome/help/evolution/es/groupwise-placeholder.page
-share/gnome/help/evolution/es/import-apps-mozilla.page
-share/gnome/help/evolution/es/import-apps-outlook.page
-share/gnome/help/evolution/es/import-data.page
-share/gnome/help/evolution/es/import-single-files.page
-share/gnome/help/evolution/es/import-supported-file-formats.page
-share/gnome/help/evolution/es/index.page
-share/gnome/help/evolution/es/intro-first-run.page
-share/gnome/help/evolution/es/intro-main-window.page
-share/gnome/help/evolution/es/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/es/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/es/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/es/mail-account-manage-imap.page
-share/gnome/help/evolution/es/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/es/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/es/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/es/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/es/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/es/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/es/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/es/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/es/mail-account-manage-pop.page
-share/gnome/help/evolution/es/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/es/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/es/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/es/mail-account-management.page
-share/gnome/help/evolution/es/mail-attachments-received.page
-share/gnome/help/evolution/es/mail-attachments-sending.page
-share/gnome/help/evolution/es/mail-attachments.page
-share/gnome/help/evolution/es/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/es/mail-cannot-see.page
-share/gnome/help/evolution/es/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/es/mail-change-time-format.page
-share/gnome/help/evolution/es/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/es/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/es/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/es/mail-composer-forward.page
-share/gnome/help/evolution/es/mail-composer-html-image.page
-share/gnome/help/evolution/es/mail-composer-html-link.page
-share/gnome/help/evolution/es/mail-composer-html-rule.page
-share/gnome/help/evolution/es/mail-composer-html-table.page
-share/gnome/help/evolution/es/mail-composer-html-text.page
-share/gnome/help/evolution/es/mail-composer-html.page
-share/gnome/help/evolution/es/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/es/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/es/mail-composer-mail-signatures.page
-share/gnome/help/evolution/es/mail-composer-message-templates.page
-share/gnome/help/evolution/es/mail-composer-priority.page
-share/gnome/help/evolution/es/mail-composer-reply.page
-share/gnome/help/evolution/es/mail-composer-search.page
-share/gnome/help/evolution/es/mail-composer-several-recipients.page
-share/gnome/help/evolution/es/mail-composer-spellcheck.page
-share/gnome/help/evolution/es/mail-composer-write-new-message.page
-share/gnome/help/evolution/es/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/es/mail-default-folder-locations.page
-share/gnome/help/evolution/es/mail-delete-and-undelete.page
-share/gnome/help/evolution/es/mail-displaying-character-encodings.page
-share/gnome/help/evolution/es/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/es/mail-displaying-images-in-html.page
-share/gnome/help/evolution/es/mail-displaying-message.page
-share/gnome/help/evolution/es/mail-displaying-no-css.page
-share/gnome/help/evolution/es/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/es/mail-duplicates.page
-share/gnome/help/evolution/es/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/es/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/es/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/es/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/es/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/es/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/es/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/es/mail-encryption.page
-share/gnome/help/evolution/es/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/es/mail-error-no-provider-available.page
-share/gnome/help/evolution/es/mail-filters-actions.page
-share/gnome/help/evolution/es/mail-filters-conditions.page
-share/gnome/help/evolution/es/mail-filters-not-working.page
-share/gnome/help/evolution/es/mail-filters.page
-share/gnome/help/evolution/es/mail-folders.page
-share/gnome/help/evolution/es/mail-follow-up-flag.page
-share/gnome/help/evolution/es/mail-imap-headers.page
-share/gnome/help/evolution/es/mail-imap-subscriptions.page
-share/gnome/help/evolution/es/mail-labels.page
-share/gnome/help/evolution/es/mail-layout-changing.page
-share/gnome/help/evolution/es/mail-moving-emails.page
-share/gnome/help/evolution/es/mail-not-sent.page
-share/gnome/help/evolution/es/mail-organizing.page
-share/gnome/help/evolution/es/mail-read-receipts.page
-share/gnome/help/evolution/es/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/es/mail-received-notification.page
-share/gnome/help/evolution/es/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/es/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/es/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/es/mail-receiving-options-imap.page
-share/gnome/help/evolution/es/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/es/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/es/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/es/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/es/mail-receiving-options-pop.page
-share/gnome/help/evolution/es/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/es/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/es/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/es/mail-receiving-options.page
-share/gnome/help/evolution/es/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/es/mail-refresh-folders.page
-share/gnome/help/evolution/es/mail-search-folders-add.page
-share/gnome/help/evolution/es/mail-search-folders-conditions.page
-share/gnome/help/evolution/es/mail-search-folders-refresh.page
-share/gnome/help/evolution/es/mail-search-folders.page
-share/gnome/help/evolution/es/mail-searching-attachment-type.page
-share/gnome/help/evolution/es/mail-searching.page
-share/gnome/help/evolution/es/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/es/mail-send-and-receive-manual.page
-share/gnome/help/evolution/es/mail-send-and-receive.page
-share/gnome/help/evolution/es/mail-sending-options-smtp.page
-share/gnome/help/evolution/es/mail-several-pop-accounts.page
-share/gnome/help/evolution/es/mail-sorting-message-list.page
-share/gnome/help/evolution/es/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/es/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/es/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/es/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/es/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/es/mail-spam-marking.page
-share/gnome/help/evolution/es/mail-spam-settings.page
-share/gnome/help/evolution/es/mail-spam.page
-share/gnome/help/evolution/es/mail-two-trash-folders.page
-share/gnome/help/evolution/es/mail-usenet-subscriptions.page
-share/gnome/help/evolution/es/mail-vertical-view.page
-share/gnome/help/evolution/es/mail-word-wrap.page
-share/gnome/help/evolution/es/mail-working-offline.page
-share/gnome/help/evolution/es/memos-searching.page
-share/gnome/help/evolution/es/memos-usage-add-memo.page
-share/gnome/help/evolution/es/memos-usage-delete-memo.page
-share/gnome/help/evolution/es/memos-usage-edit-memo.page
-share/gnome/help/evolution/es/memos-usage.page
-share/gnome/help/evolution/es/minimize-to-system-tray.page
-share/gnome/help/evolution/es/organizing.page
-share/gnome/help/evolution/es/problems-debug-how-to.page
-share/gnome/help/evolution/es/problems-getting-help.page
-share/gnome/help/evolution/es/problems-reporting-bugs.page
-share/gnome/help/evolution/es/searching-items.page
-share/gnome/help/evolution/es/sync-with-other-devices.page
-share/gnome/help/evolution/es/tasks-caldav.page
-share/gnome/help/evolution/es/tasks-display-settings.page
-share/gnome/help/evolution/es/tasks-local.page
-share/gnome/help/evolution/es/tasks-organizing.page
-share/gnome/help/evolution/es/tasks-searching.page
-share/gnome/help/evolution/es/tasks-usage-add-task.page
-share/gnome/help/evolution/es/tasks-usage-delete-task.page
-share/gnome/help/evolution/es/tasks-usage-edit-task.page
-share/gnome/help/evolution/es/tasks-usage.page
-share/gnome/help/evolution/es/tasks-using-several-tasklists.page
-share/gnome/help/evolution/es/tasks-webdav.page
-share/gnome/help/evolution/es/using-categories.page
-share/gnome/help/evolution/eu/backup-restore.page
-share/gnome/help/evolution/eu/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/eu/calendar-caldav.page
-share/gnome/help/evolution/eu/calendar-classifications.page
-share/gnome/help/evolution/eu/calendar-free-busy.page
-share/gnome/help/evolution/eu/calendar-google.page
-share/gnome/help/evolution/eu/calendar-layout-appointment-display.page
-share/gnome/help/evolution/eu/calendar-layout-general-formatting.page
-share/gnome/help/evolution/eu/calendar-layout-views.page
-share/gnome/help/evolution/eu/calendar-layout.page
-share/gnome/help/evolution/eu/calendar-local.page
-share/gnome/help/evolution/eu/calendar-marcus-bains-line.page
-share/gnome/help/evolution/eu/calendar-meetings-delegating.page
-share/gnome/help/evolution/eu/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/eu/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/eu/calendar-meetings.page
-share/gnome/help/evolution/eu/calendar-organizing.page
-share/gnome/help/evolution/eu/calendar-publishing.page
-share/gnome/help/evolution/eu/calendar-recurrence.page
-share/gnome/help/evolution/eu/calendar-searching.page
-share/gnome/help/evolution/eu/calendar-sharing-information.page
-share/gnome/help/evolution/eu/calendar-timezones.page
-share/gnome/help/evolution/eu/calendar-usage-add-appointment.page
-share/gnome/help/evolution/eu/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/eu/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/eu/calendar-usage.page
-share/gnome/help/evolution/eu/calendar-using-several-calendars.page
-share/gnome/help/evolution/eu/calendar-weather.page
-share/gnome/help/evolution/eu/calendar-webdav.page
-share/gnome/help/evolution/eu/change-switcher-appearance.page
-share/gnome/help/evolution/eu/contacts-add-automatically.page
-share/gnome/help/evolution/eu/contacts-autocompletion.page
-share/gnome/help/evolution/eu/contacts-google.page
-share/gnome/help/evolution/eu/contacts-ldap.page
-share/gnome/help/evolution/eu/contacts-local.page
-share/gnome/help/evolution/eu/contacts-organizing.page
-share/gnome/help/evolution/eu/contacts-searching.page
-share/gnome/help/evolution/eu/contacts-usage-add-contact.page
-share/gnome/help/evolution/eu/contacts-usage-delete-contact.page
-share/gnome/help/evolution/eu/contacts-usage-edit-contact.page
-share/gnome/help/evolution/eu/contacts-usage.page
-share/gnome/help/evolution/eu/contacts-using-contact-lists.page
-share/gnome/help/evolution/eu/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/eu/credits.page
-share/gnome/help/evolution/eu/data-storage.page
-share/gnome/help/evolution/eu/default-browser.page
-share/gnome/help/evolution/eu/deleting-appointments.page
-share/gnome/help/evolution/eu/deleting-emails.page
-share/gnome/help/evolution/eu/deleting-to-free-disk-space.page
-share/gnome/help/evolution/eu/exchange-connectors-overview.page
-share/gnome/help/evolution/eu/exchange-placeholder.page
-share/gnome/help/evolution/eu/exporting-data-calendar.page
-share/gnome/help/evolution/eu/exporting-data-contacts.page
-share/gnome/help/evolution/eu/exporting-data-mail.page
-share/gnome/help/evolution/eu/exporting-data.page
-share/gnome/help/evolution/eu/express-mode.page
-share/gnome/help/evolution/eu/figures/color-204a87.png
-share/gnome/help/evolution/eu/figures/color-2e3436.png
-share/gnome/help/evolution/eu/figures/color-4e9a06.png
-share/gnome/help/evolution/eu/figures/color-5c3566.png
-share/gnome/help/evolution/eu/figures/color-8f5902.png
-share/gnome/help/evolution/eu/figures/color-a40000.png
-share/gnome/help/evolution/eu/figures/color-c4a000.png
-share/gnome/help/evolution/eu/figures/color-ce5c00.png
-share/gnome/help/evolution/eu/figures/evolutionlogo.png
-share/gnome/help/evolution/eu/figures/minus-icon.png
-share/gnome/help/evolution/eu/figures/new-mail-notification.png
-share/gnome/help/evolution/eu/figures/new-mail-switcher.png
-share/gnome/help/evolution/eu/figures/plus-icon.png
-share/gnome/help/evolution/eu/figures/search-icon.png
-share/gnome/help/evolution/eu/figures/window-overview-layers.png
-share/gnome/help/evolution/eu/google-services.page
-share/gnome/help/evolution/eu/groupwise-placeholder.page
-share/gnome/help/evolution/eu/import-apps-mozilla.page
-share/gnome/help/evolution/eu/import-apps-outlook.page
-share/gnome/help/evolution/eu/import-data.page
-share/gnome/help/evolution/eu/import-single-files.page
-share/gnome/help/evolution/eu/import-supported-file-formats.page
-share/gnome/help/evolution/eu/index.page
-share/gnome/help/evolution/eu/intro-first-run.page
-share/gnome/help/evolution/eu/intro-main-window.page
-share/gnome/help/evolution/eu/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/eu/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/eu/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/eu/mail-account-manage-imap.page
-share/gnome/help/evolution/eu/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/eu/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/eu/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/eu/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/eu/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/eu/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/eu/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/eu/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/eu/mail-account-manage-pop.page
-share/gnome/help/evolution/eu/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/eu/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/eu/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/eu/mail-account-management.page
-share/gnome/help/evolution/eu/mail-attachments-received.page
-share/gnome/help/evolution/eu/mail-attachments-sending.page
-share/gnome/help/evolution/eu/mail-attachments.page
-share/gnome/help/evolution/eu/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/eu/mail-cannot-see.page
-share/gnome/help/evolution/eu/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/eu/mail-change-time-format.page
-share/gnome/help/evolution/eu/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/eu/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/eu/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/eu/mail-composer-forward.page
-share/gnome/help/evolution/eu/mail-composer-html-image.page
-share/gnome/help/evolution/eu/mail-composer-html-link.page
-share/gnome/help/evolution/eu/mail-composer-html-rule.page
-share/gnome/help/evolution/eu/mail-composer-html-table.page
-share/gnome/help/evolution/eu/mail-composer-html-text.page
-share/gnome/help/evolution/eu/mail-composer-html.page
-share/gnome/help/evolution/eu/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/eu/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/eu/mail-composer-mail-signatures.page
-share/gnome/help/evolution/eu/mail-composer-message-templates.page
-share/gnome/help/evolution/eu/mail-composer-priority.page
-share/gnome/help/evolution/eu/mail-composer-reply.page
-share/gnome/help/evolution/eu/mail-composer-search.page
-share/gnome/help/evolution/eu/mail-composer-several-recipients.page
-share/gnome/help/evolution/eu/mail-composer-spellcheck.page
-share/gnome/help/evolution/eu/mail-composer-write-new-message.page
-share/gnome/help/evolution/eu/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/eu/mail-default-folder-locations.page
-share/gnome/help/evolution/eu/mail-delete-and-undelete.page
-share/gnome/help/evolution/eu/mail-displaying-character-encodings.page
-share/gnome/help/evolution/eu/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/eu/mail-displaying-images-in-html.page
-share/gnome/help/evolution/eu/mail-displaying-message.page
-share/gnome/help/evolution/eu/mail-displaying-no-css.page
-share/gnome/help/evolution/eu/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/eu/mail-duplicates.page
-share/gnome/help/evolution/eu/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/eu/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/eu/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/eu/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/eu/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/eu/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/eu/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/eu/mail-encryption.page
-share/gnome/help/evolution/eu/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/eu/mail-error-no-provider-available.page
-share/gnome/help/evolution/eu/mail-filters-actions.page
-share/gnome/help/evolution/eu/mail-filters-conditions.page
-share/gnome/help/evolution/eu/mail-filters-not-working.page
-share/gnome/help/evolution/eu/mail-filters.page
-share/gnome/help/evolution/eu/mail-folders.page
-share/gnome/help/evolution/eu/mail-follow-up-flag.page
-share/gnome/help/evolution/eu/mail-imap-headers.page
-share/gnome/help/evolution/eu/mail-imap-subscriptions.page
-share/gnome/help/evolution/eu/mail-labels.page
-share/gnome/help/evolution/eu/mail-layout-changing.page
-share/gnome/help/evolution/eu/mail-moving-emails.page
-share/gnome/help/evolution/eu/mail-not-sent.page
-share/gnome/help/evolution/eu/mail-organizing.page
-share/gnome/help/evolution/eu/mail-read-receipts.page
-share/gnome/help/evolution/eu/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/eu/mail-received-notification.page
-share/gnome/help/evolution/eu/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/eu/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/eu/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/eu/mail-receiving-options-imap.page
-share/gnome/help/evolution/eu/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/eu/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/eu/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/eu/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/eu/mail-receiving-options-pop.page
-share/gnome/help/evolution/eu/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/eu/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/eu/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/eu/mail-receiving-options.page
-share/gnome/help/evolution/eu/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/eu/mail-refresh-folders.page
-share/gnome/help/evolution/eu/mail-search-folders-add.page
-share/gnome/help/evolution/eu/mail-search-folders-conditions.page
-share/gnome/help/evolution/eu/mail-search-folders-refresh.page
-share/gnome/help/evolution/eu/mail-search-folders.page
-share/gnome/help/evolution/eu/mail-searching-attachment-type.page
-share/gnome/help/evolution/eu/mail-searching.page
-share/gnome/help/evolution/eu/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/eu/mail-send-and-receive-manual.page
-share/gnome/help/evolution/eu/mail-send-and-receive.page
-share/gnome/help/evolution/eu/mail-sending-options-smtp.page
-share/gnome/help/evolution/eu/mail-several-pop-accounts.page
-share/gnome/help/evolution/eu/mail-sorting-message-list.page
-share/gnome/help/evolution/eu/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/eu/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/eu/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/eu/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/eu/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/eu/mail-spam-marking.page
-share/gnome/help/evolution/eu/mail-spam-settings.page
-share/gnome/help/evolution/eu/mail-spam.page
-share/gnome/help/evolution/eu/mail-two-trash-folders.page
-share/gnome/help/evolution/eu/mail-usenet-subscriptions.page
-share/gnome/help/evolution/eu/mail-vertical-view.page
-share/gnome/help/evolution/eu/mail-word-wrap.page
-share/gnome/help/evolution/eu/mail-working-offline.page
-share/gnome/help/evolution/eu/memos-searching.page
-share/gnome/help/evolution/eu/memos-usage-add-memo.page
-share/gnome/help/evolution/eu/memos-usage-delete-memo.page
-share/gnome/help/evolution/eu/memos-usage-edit-memo.page
-share/gnome/help/evolution/eu/memos-usage.page
-share/gnome/help/evolution/eu/minimize-to-system-tray.page
-share/gnome/help/evolution/eu/organizing.page
-share/gnome/help/evolution/eu/problems-debug-how-to.page
-share/gnome/help/evolution/eu/problems-getting-help.page
-share/gnome/help/evolution/eu/problems-reporting-bugs.page
-share/gnome/help/evolution/eu/searching-items.page
-share/gnome/help/evolution/eu/sync-with-other-devices.page
-share/gnome/help/evolution/eu/tasks-caldav.page
-share/gnome/help/evolution/eu/tasks-display-settings.page
-share/gnome/help/evolution/eu/tasks-local.page
-share/gnome/help/evolution/eu/tasks-organizing.page
-share/gnome/help/evolution/eu/tasks-searching.page
-share/gnome/help/evolution/eu/tasks-usage-add-task.page
-share/gnome/help/evolution/eu/tasks-usage-delete-task.page
-share/gnome/help/evolution/eu/tasks-usage-edit-task.page
-share/gnome/help/evolution/eu/tasks-usage.page
-share/gnome/help/evolution/eu/tasks-using-several-tasklists.page
-share/gnome/help/evolution/eu/tasks-webdav.page
-share/gnome/help/evolution/eu/using-categories.page
-share/gnome/help/evolution/fr/backup-restore.page
-share/gnome/help/evolution/fr/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/fr/calendar-caldav.page
-share/gnome/help/evolution/fr/calendar-classifications.page
-share/gnome/help/evolution/fr/calendar-free-busy.page
-share/gnome/help/evolution/fr/calendar-google.page
-share/gnome/help/evolution/fr/calendar-layout-appointment-display.page
-share/gnome/help/evolution/fr/calendar-layout-general-formatting.page
-share/gnome/help/evolution/fr/calendar-layout-views.page
-share/gnome/help/evolution/fr/calendar-layout.page
-share/gnome/help/evolution/fr/calendar-local.page
-share/gnome/help/evolution/fr/calendar-marcus-bains-line.page
-share/gnome/help/evolution/fr/calendar-meetings-delegating.page
-share/gnome/help/evolution/fr/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/fr/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/fr/calendar-meetings.page
-share/gnome/help/evolution/fr/calendar-organizing.page
-share/gnome/help/evolution/fr/calendar-publishing.page
-share/gnome/help/evolution/fr/calendar-recurrence.page
-share/gnome/help/evolution/fr/calendar-searching.page
-share/gnome/help/evolution/fr/calendar-sharing-information.page
-share/gnome/help/evolution/fr/calendar-timezones.page
-share/gnome/help/evolution/fr/calendar-usage-add-appointment.page
-share/gnome/help/evolution/fr/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/fr/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/fr/calendar-usage.page
-share/gnome/help/evolution/fr/calendar-using-several-calendars.page
-share/gnome/help/evolution/fr/calendar-weather.page
-share/gnome/help/evolution/fr/calendar-webdav.page
-share/gnome/help/evolution/fr/change-switcher-appearance.page
-share/gnome/help/evolution/fr/contacts-add-automatically.page
-share/gnome/help/evolution/fr/contacts-autocompletion.page
-share/gnome/help/evolution/fr/contacts-google.page
-share/gnome/help/evolution/fr/contacts-ldap.page
-share/gnome/help/evolution/fr/contacts-local.page
-share/gnome/help/evolution/fr/contacts-organizing.page
-share/gnome/help/evolution/fr/contacts-searching.page
-share/gnome/help/evolution/fr/contacts-usage-add-contact.page
-share/gnome/help/evolution/fr/contacts-usage-delete-contact.page
-share/gnome/help/evolution/fr/contacts-usage-edit-contact.page
-share/gnome/help/evolution/fr/contacts-usage.page
-share/gnome/help/evolution/fr/contacts-using-contact-lists.page
-share/gnome/help/evolution/fr/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/fr/credits.page
-share/gnome/help/evolution/fr/data-storage.page
-share/gnome/help/evolution/fr/default-browser.page
-share/gnome/help/evolution/fr/deleting-appointments.page
-share/gnome/help/evolution/fr/deleting-emails.page
-share/gnome/help/evolution/fr/deleting-to-free-disk-space.page
-share/gnome/help/evolution/fr/exchange-connectors-overview.page
-share/gnome/help/evolution/fr/exchange-placeholder.page
-share/gnome/help/evolution/fr/exporting-data-calendar.page
-share/gnome/help/evolution/fr/exporting-data-contacts.page
-share/gnome/help/evolution/fr/exporting-data-mail.page
-share/gnome/help/evolution/fr/exporting-data.page
-share/gnome/help/evolution/fr/express-mode.page
-share/gnome/help/evolution/fr/figures/color-204a87.png
-share/gnome/help/evolution/fr/figures/color-2e3436.png
-share/gnome/help/evolution/fr/figures/color-4e9a06.png
-share/gnome/help/evolution/fr/figures/color-5c3566.png
-share/gnome/help/evolution/fr/figures/color-8f5902.png
-share/gnome/help/evolution/fr/figures/color-a40000.png
-share/gnome/help/evolution/fr/figures/color-c4a000.png
-share/gnome/help/evolution/fr/figures/color-ce5c00.png
-share/gnome/help/evolution/fr/figures/evolutionlogo.png
-share/gnome/help/evolution/fr/figures/minus-icon.png
-share/gnome/help/evolution/fr/figures/new-mail-notification.png
-share/gnome/help/evolution/fr/figures/new-mail-switcher.png
-share/gnome/help/evolution/fr/figures/plus-icon.png
-share/gnome/help/evolution/fr/figures/search-icon.png
-share/gnome/help/evolution/fr/figures/window-overview-layers.png
-share/gnome/help/evolution/fr/google-services.page
-share/gnome/help/evolution/fr/groupwise-placeholder.page
-share/gnome/help/evolution/fr/import-apps-mozilla.page
-share/gnome/help/evolution/fr/import-apps-outlook.page
-share/gnome/help/evolution/fr/import-data.page
-share/gnome/help/evolution/fr/import-single-files.page
-share/gnome/help/evolution/fr/import-supported-file-formats.page
-share/gnome/help/evolution/fr/index.page
-share/gnome/help/evolution/fr/intro-first-run.page
-share/gnome/help/evolution/fr/intro-main-window.page
-share/gnome/help/evolution/fr/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/fr/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/fr/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/fr/mail-account-manage-imap.page
-share/gnome/help/evolution/fr/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/fr/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/fr/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/fr/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/fr/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/fr/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/fr/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/fr/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/fr/mail-account-manage-pop.page
-share/gnome/help/evolution/fr/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/fr/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/fr/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/fr/mail-account-management.page
-share/gnome/help/evolution/fr/mail-attachments-received.page
-share/gnome/help/evolution/fr/mail-attachments-sending.page
-share/gnome/help/evolution/fr/mail-attachments.page
-share/gnome/help/evolution/fr/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/fr/mail-cannot-see.page
-share/gnome/help/evolution/fr/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/fr/mail-change-time-format.page
-share/gnome/help/evolution/fr/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/fr/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/fr/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/fr/mail-composer-forward.page
-share/gnome/help/evolution/fr/mail-composer-html-image.page
-share/gnome/help/evolution/fr/mail-composer-html-link.page
-share/gnome/help/evolution/fr/mail-composer-html-rule.page
-share/gnome/help/evolution/fr/mail-composer-html-table.page
-share/gnome/help/evolution/fr/mail-composer-html-text.page
-share/gnome/help/evolution/fr/mail-composer-html.page
-share/gnome/help/evolution/fr/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/fr/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/fr/mail-composer-mail-signatures.page
-share/gnome/help/evolution/fr/mail-composer-message-templates.page
-share/gnome/help/evolution/fr/mail-composer-priority.page
-share/gnome/help/evolution/fr/mail-composer-reply.page
-share/gnome/help/evolution/fr/mail-composer-search.page
-share/gnome/help/evolution/fr/mail-composer-several-recipients.page
-share/gnome/help/evolution/fr/mail-composer-spellcheck.page
-share/gnome/help/evolution/fr/mail-composer-write-new-message.page
-share/gnome/help/evolution/fr/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/fr/mail-default-folder-locations.page
-share/gnome/help/evolution/fr/mail-delete-and-undelete.page
-share/gnome/help/evolution/fr/mail-displaying-character-encodings.page
-share/gnome/help/evolution/fr/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/fr/mail-displaying-images-in-html.page
-share/gnome/help/evolution/fr/mail-displaying-message.page
-share/gnome/help/evolution/fr/mail-displaying-no-css.page
-share/gnome/help/evolution/fr/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/fr/mail-duplicates.page
-share/gnome/help/evolution/fr/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/fr/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/fr/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/fr/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/fr/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/fr/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/fr/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/fr/mail-encryption.page
-share/gnome/help/evolution/fr/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/fr/mail-error-no-provider-available.page
-share/gnome/help/evolution/fr/mail-filters-actions.page
-share/gnome/help/evolution/fr/mail-filters-conditions.page
-share/gnome/help/evolution/fr/mail-filters-not-working.page
-share/gnome/help/evolution/fr/mail-filters.page
-share/gnome/help/evolution/fr/mail-folders.page
-share/gnome/help/evolution/fr/mail-follow-up-flag.page
-share/gnome/help/evolution/fr/mail-imap-headers.page
-share/gnome/help/evolution/fr/mail-imap-subscriptions.page
-share/gnome/help/evolution/fr/mail-labels.page
-share/gnome/help/evolution/fr/mail-layout-changing.page
-share/gnome/help/evolution/fr/mail-moving-emails.page
-share/gnome/help/evolution/fr/mail-not-sent.page
-share/gnome/help/evolution/fr/mail-organizing.page
-share/gnome/help/evolution/fr/mail-read-receipts.page
-share/gnome/help/evolution/fr/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/fr/mail-received-notification.page
-share/gnome/help/evolution/fr/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/fr/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/fr/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/fr/mail-receiving-options-imap.page
-share/gnome/help/evolution/fr/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/fr/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/fr/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/fr/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/fr/mail-receiving-options-pop.page
-share/gnome/help/evolution/fr/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/fr/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/fr/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/fr/mail-receiving-options.page
-share/gnome/help/evolution/fr/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/fr/mail-refresh-folders.page
-share/gnome/help/evolution/fr/mail-search-folders-add.page
-share/gnome/help/evolution/fr/mail-search-folders-conditions.page
-share/gnome/help/evolution/fr/mail-search-folders-refresh.page
-share/gnome/help/evolution/fr/mail-search-folders.page
-share/gnome/help/evolution/fr/mail-searching-attachment-type.page
-share/gnome/help/evolution/fr/mail-searching.page
-share/gnome/help/evolution/fr/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/fr/mail-send-and-receive-manual.page
-share/gnome/help/evolution/fr/mail-send-and-receive.page
-share/gnome/help/evolution/fr/mail-sending-options-smtp.page
-share/gnome/help/evolution/fr/mail-several-pop-accounts.page
-share/gnome/help/evolution/fr/mail-sorting-message-list.page
-share/gnome/help/evolution/fr/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/fr/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/fr/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/fr/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/fr/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/fr/mail-spam-marking.page
-share/gnome/help/evolution/fr/mail-spam-settings.page
-share/gnome/help/evolution/fr/mail-spam.page
-share/gnome/help/evolution/fr/mail-two-trash-folders.page
-share/gnome/help/evolution/fr/mail-usenet-subscriptions.page
-share/gnome/help/evolution/fr/mail-vertical-view.page
-share/gnome/help/evolution/fr/mail-word-wrap.page
-share/gnome/help/evolution/fr/mail-working-offline.page
-share/gnome/help/evolution/fr/memos-searching.page
-share/gnome/help/evolution/fr/memos-usage-add-memo.page
-share/gnome/help/evolution/fr/memos-usage-delete-memo.page
-share/gnome/help/evolution/fr/memos-usage-edit-memo.page
-share/gnome/help/evolution/fr/memos-usage.page
-share/gnome/help/evolution/fr/minimize-to-system-tray.page
-share/gnome/help/evolution/fr/organizing.page
-share/gnome/help/evolution/fr/problems-debug-how-to.page
-share/gnome/help/evolution/fr/problems-getting-help.page
-share/gnome/help/evolution/fr/problems-reporting-bugs.page
-share/gnome/help/evolution/fr/searching-items.page
-share/gnome/help/evolution/fr/sync-with-other-devices.page
-share/gnome/help/evolution/fr/tasks-caldav.page
-share/gnome/help/evolution/fr/tasks-display-settings.page
-share/gnome/help/evolution/fr/tasks-local.page
-share/gnome/help/evolution/fr/tasks-organizing.page
-share/gnome/help/evolution/fr/tasks-searching.page
-share/gnome/help/evolution/fr/tasks-usage-add-task.page
-share/gnome/help/evolution/fr/tasks-usage-delete-task.page
-share/gnome/help/evolution/fr/tasks-usage-edit-task.page
-share/gnome/help/evolution/fr/tasks-usage.page
-share/gnome/help/evolution/fr/tasks-using-several-tasklists.page
-share/gnome/help/evolution/fr/tasks-webdav.page
-share/gnome/help/evolution/fr/using-categories.page
-share/gnome/help/evolution/gl/backup-restore.page
-share/gnome/help/evolution/gl/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/gl/calendar-caldav.page
-share/gnome/help/evolution/gl/calendar-classifications.page
-share/gnome/help/evolution/gl/calendar-free-busy.page
-share/gnome/help/evolution/gl/calendar-google.page
-share/gnome/help/evolution/gl/calendar-layout-appointment-display.page
-share/gnome/help/evolution/gl/calendar-layout-general-formatting.page
-share/gnome/help/evolution/gl/calendar-layout-views.page
-share/gnome/help/evolution/gl/calendar-layout.page
-share/gnome/help/evolution/gl/calendar-local.page
-share/gnome/help/evolution/gl/calendar-marcus-bains-line.page
-share/gnome/help/evolution/gl/calendar-meetings-delegating.page
-share/gnome/help/evolution/gl/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/gl/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/gl/calendar-meetings.page
-share/gnome/help/evolution/gl/calendar-organizing.page
-share/gnome/help/evolution/gl/calendar-publishing.page
-share/gnome/help/evolution/gl/calendar-recurrence.page
-share/gnome/help/evolution/gl/calendar-searching.page
-share/gnome/help/evolution/gl/calendar-sharing-information.page
-share/gnome/help/evolution/gl/calendar-timezones.page
-share/gnome/help/evolution/gl/calendar-usage-add-appointment.page
-share/gnome/help/evolution/gl/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/gl/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/gl/calendar-usage.page
-share/gnome/help/evolution/gl/calendar-using-several-calendars.page
-share/gnome/help/evolution/gl/calendar-weather.page
-share/gnome/help/evolution/gl/calendar-webdav.page
-share/gnome/help/evolution/gl/change-switcher-appearance.page
-share/gnome/help/evolution/gl/contacts-add-automatically.page
-share/gnome/help/evolution/gl/contacts-autocompletion.page
-share/gnome/help/evolution/gl/contacts-google.page
-share/gnome/help/evolution/gl/contacts-ldap.page
-share/gnome/help/evolution/gl/contacts-local.page
-share/gnome/help/evolution/gl/contacts-organizing.page
-share/gnome/help/evolution/gl/contacts-searching.page
-share/gnome/help/evolution/gl/contacts-usage-add-contact.page
-share/gnome/help/evolution/gl/contacts-usage-delete-contact.page
-share/gnome/help/evolution/gl/contacts-usage-edit-contact.page
-share/gnome/help/evolution/gl/contacts-usage.page
-share/gnome/help/evolution/gl/contacts-using-contact-lists.page
-share/gnome/help/evolution/gl/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/gl/credits.page
-share/gnome/help/evolution/gl/data-storage.page
-share/gnome/help/evolution/gl/default-browser.page
-share/gnome/help/evolution/gl/deleting-appointments.page
-share/gnome/help/evolution/gl/deleting-emails.page
-share/gnome/help/evolution/gl/deleting-to-free-disk-space.page
-share/gnome/help/evolution/gl/exchange-connectors-overview.page
-share/gnome/help/evolution/gl/exchange-placeholder.page
-share/gnome/help/evolution/gl/exporting-data-calendar.page
-share/gnome/help/evolution/gl/exporting-data-contacts.page
-share/gnome/help/evolution/gl/exporting-data-mail.page
-share/gnome/help/evolution/gl/exporting-data.page
-share/gnome/help/evolution/gl/express-mode.page
-share/gnome/help/evolution/gl/figures/color-204a87.png
-share/gnome/help/evolution/gl/figures/color-2e3436.png
-share/gnome/help/evolution/gl/figures/color-4e9a06.png
-share/gnome/help/evolution/gl/figures/color-5c3566.png
-share/gnome/help/evolution/gl/figures/color-8f5902.png
-share/gnome/help/evolution/gl/figures/color-a40000.png
-share/gnome/help/evolution/gl/figures/color-c4a000.png
-share/gnome/help/evolution/gl/figures/color-ce5c00.png
-share/gnome/help/evolution/gl/figures/evolutionlogo.png
-share/gnome/help/evolution/gl/figures/minus-icon.png
-share/gnome/help/evolution/gl/figures/new-mail-notification.png
-share/gnome/help/evolution/gl/figures/new-mail-switcher.png
-share/gnome/help/evolution/gl/figures/plus-icon.png
-share/gnome/help/evolution/gl/figures/search-icon.png
-share/gnome/help/evolution/gl/figures/window-overview-layers.png
-share/gnome/help/evolution/gl/google-services.page
-share/gnome/help/evolution/gl/groupwise-placeholder.page
-share/gnome/help/evolution/gl/import-apps-mozilla.page
-share/gnome/help/evolution/gl/import-apps-outlook.page
-share/gnome/help/evolution/gl/import-data.page
-share/gnome/help/evolution/gl/import-single-files.page
-share/gnome/help/evolution/gl/import-supported-file-formats.page
-share/gnome/help/evolution/gl/index.page
-share/gnome/help/evolution/gl/intro-first-run.page
-share/gnome/help/evolution/gl/intro-main-window.page
-share/gnome/help/evolution/gl/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/gl/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/gl/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/gl/mail-account-manage-imap.page
-share/gnome/help/evolution/gl/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/gl/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/gl/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/gl/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/gl/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/gl/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/gl/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/gl/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/gl/mail-account-manage-pop.page
-share/gnome/help/evolution/gl/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/gl/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/gl/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/gl/mail-account-management.page
-share/gnome/help/evolution/gl/mail-attachments-received.page
-share/gnome/help/evolution/gl/mail-attachments-sending.page
-share/gnome/help/evolution/gl/mail-attachments.page
-share/gnome/help/evolution/gl/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/gl/mail-cannot-see.page
-share/gnome/help/evolution/gl/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/gl/mail-change-time-format.page
-share/gnome/help/evolution/gl/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/gl/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/gl/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/gl/mail-composer-forward.page
-share/gnome/help/evolution/gl/mail-composer-html-image.page
-share/gnome/help/evolution/gl/mail-composer-html-link.page
-share/gnome/help/evolution/gl/mail-composer-html-rule.page
-share/gnome/help/evolution/gl/mail-composer-html-table.page
-share/gnome/help/evolution/gl/mail-composer-html-text.page
-share/gnome/help/evolution/gl/mail-composer-html.page
-share/gnome/help/evolution/gl/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/gl/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/gl/mail-composer-mail-signatures.page
-share/gnome/help/evolution/gl/mail-composer-message-templates.page
-share/gnome/help/evolution/gl/mail-composer-priority.page
-share/gnome/help/evolution/gl/mail-composer-reply.page
-share/gnome/help/evolution/gl/mail-composer-search.page
-share/gnome/help/evolution/gl/mail-composer-several-recipients.page
-share/gnome/help/evolution/gl/mail-composer-spellcheck.page
-share/gnome/help/evolution/gl/mail-composer-write-new-message.page
-share/gnome/help/evolution/gl/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/gl/mail-default-folder-locations.page
-share/gnome/help/evolution/gl/mail-delete-and-undelete.page
-share/gnome/help/evolution/gl/mail-displaying-character-encodings.page
-share/gnome/help/evolution/gl/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/gl/mail-displaying-images-in-html.page
-share/gnome/help/evolution/gl/mail-displaying-message.page
-share/gnome/help/evolution/gl/mail-displaying-no-css.page
-share/gnome/help/evolution/gl/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/gl/mail-duplicates.page
-share/gnome/help/evolution/gl/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/gl/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/gl/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/gl/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/gl/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/gl/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/gl/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/gl/mail-encryption.page
-share/gnome/help/evolution/gl/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/gl/mail-error-no-provider-available.page
-share/gnome/help/evolution/gl/mail-filters-actions.page
-share/gnome/help/evolution/gl/mail-filters-conditions.page
-share/gnome/help/evolution/gl/mail-filters-not-working.page
-share/gnome/help/evolution/gl/mail-filters.page
-share/gnome/help/evolution/gl/mail-folders.page
-share/gnome/help/evolution/gl/mail-follow-up-flag.page
-share/gnome/help/evolution/gl/mail-imap-headers.page
-share/gnome/help/evolution/gl/mail-imap-subscriptions.page
-share/gnome/help/evolution/gl/mail-labels.page
-share/gnome/help/evolution/gl/mail-layout-changing.page
-share/gnome/help/evolution/gl/mail-moving-emails.page
-share/gnome/help/evolution/gl/mail-not-sent.page
-share/gnome/help/evolution/gl/mail-organizing.page
-share/gnome/help/evolution/gl/mail-read-receipts.page
-share/gnome/help/evolution/gl/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/gl/mail-received-notification.page
-share/gnome/help/evolution/gl/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/gl/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/gl/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/gl/mail-receiving-options-imap.page
-share/gnome/help/evolution/gl/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/gl/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/gl/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/gl/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/gl/mail-receiving-options-pop.page
-share/gnome/help/evolution/gl/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/gl/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/gl/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/gl/mail-receiving-options.page
-share/gnome/help/evolution/gl/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/gl/mail-refresh-folders.page
-share/gnome/help/evolution/gl/mail-search-folders-add.page
-share/gnome/help/evolution/gl/mail-search-folders-conditions.page
-share/gnome/help/evolution/gl/mail-search-folders-refresh.page
-share/gnome/help/evolution/gl/mail-search-folders.page
-share/gnome/help/evolution/gl/mail-searching-attachment-type.page
-share/gnome/help/evolution/gl/mail-searching.page
-share/gnome/help/evolution/gl/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/gl/mail-send-and-receive-manual.page
-share/gnome/help/evolution/gl/mail-send-and-receive.page
-share/gnome/help/evolution/gl/mail-sending-options-smtp.page
-share/gnome/help/evolution/gl/mail-several-pop-accounts.page
-share/gnome/help/evolution/gl/mail-sorting-message-list.page
-share/gnome/help/evolution/gl/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/gl/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/gl/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/gl/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/gl/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/gl/mail-spam-marking.page
-share/gnome/help/evolution/gl/mail-spam-settings.page
-share/gnome/help/evolution/gl/mail-spam.page
-share/gnome/help/evolution/gl/mail-two-trash-folders.page
-share/gnome/help/evolution/gl/mail-usenet-subscriptions.page
-share/gnome/help/evolution/gl/mail-vertical-view.page
-share/gnome/help/evolution/gl/mail-word-wrap.page
-share/gnome/help/evolution/gl/mail-working-offline.page
-share/gnome/help/evolution/gl/memos-searching.page
-share/gnome/help/evolution/gl/memos-usage-add-memo.page
-share/gnome/help/evolution/gl/memos-usage-delete-memo.page
-share/gnome/help/evolution/gl/memos-usage-edit-memo.page
-share/gnome/help/evolution/gl/memos-usage.page
-share/gnome/help/evolution/gl/minimize-to-system-tray.page
-share/gnome/help/evolution/gl/organizing.page
-share/gnome/help/evolution/gl/problems-debug-how-to.page
-share/gnome/help/evolution/gl/problems-getting-help.page
-share/gnome/help/evolution/gl/problems-reporting-bugs.page
-share/gnome/help/evolution/gl/searching-items.page
-share/gnome/help/evolution/gl/sync-with-other-devices.page
-share/gnome/help/evolution/gl/tasks-caldav.page
-share/gnome/help/evolution/gl/tasks-display-settings.page
-share/gnome/help/evolution/gl/tasks-local.page
-share/gnome/help/evolution/gl/tasks-organizing.page
-share/gnome/help/evolution/gl/tasks-searching.page
-share/gnome/help/evolution/gl/tasks-usage-add-task.page
-share/gnome/help/evolution/gl/tasks-usage-delete-task.page
-share/gnome/help/evolution/gl/tasks-usage-edit-task.page
-share/gnome/help/evolution/gl/tasks-usage.page
-share/gnome/help/evolution/gl/tasks-using-several-tasklists.page
-share/gnome/help/evolution/gl/tasks-webdav.page
-share/gnome/help/evolution/gl/using-categories.page
-share/gnome/help/evolution/hu/backup-restore.page
-share/gnome/help/evolution/hu/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/hu/calendar-caldav.page
-share/gnome/help/evolution/hu/calendar-classifications.page
-share/gnome/help/evolution/hu/calendar-free-busy.page
-share/gnome/help/evolution/hu/calendar-google.page
-share/gnome/help/evolution/hu/calendar-layout-appointment-display.page
-share/gnome/help/evolution/hu/calendar-layout-general-formatting.page
-share/gnome/help/evolution/hu/calendar-layout-views.page
-share/gnome/help/evolution/hu/calendar-layout.page
-share/gnome/help/evolution/hu/calendar-local.page
-share/gnome/help/evolution/hu/calendar-marcus-bains-line.page
-share/gnome/help/evolution/hu/calendar-meetings-delegating.page
-share/gnome/help/evolution/hu/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/hu/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/hu/calendar-meetings.page
-share/gnome/help/evolution/hu/calendar-organizing.page
-share/gnome/help/evolution/hu/calendar-publishing.page
-share/gnome/help/evolution/hu/calendar-recurrence.page
-share/gnome/help/evolution/hu/calendar-searching.page
-share/gnome/help/evolution/hu/calendar-sharing-information.page
-share/gnome/help/evolution/hu/calendar-timezones.page
-share/gnome/help/evolution/hu/calendar-usage-add-appointment.page
-share/gnome/help/evolution/hu/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/hu/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/hu/calendar-usage.page
-share/gnome/help/evolution/hu/calendar-using-several-calendars.page
-share/gnome/help/evolution/hu/calendar-weather.page
-share/gnome/help/evolution/hu/calendar-webdav.page
-share/gnome/help/evolution/hu/change-switcher-appearance.page
-share/gnome/help/evolution/hu/contacts-add-automatically.page
-share/gnome/help/evolution/hu/contacts-autocompletion.page
-share/gnome/help/evolution/hu/contacts-google.page
-share/gnome/help/evolution/hu/contacts-ldap.page
-share/gnome/help/evolution/hu/contacts-local.page
-share/gnome/help/evolution/hu/contacts-organizing.page
-share/gnome/help/evolution/hu/contacts-searching.page
-share/gnome/help/evolution/hu/contacts-usage-add-contact.page
-share/gnome/help/evolution/hu/contacts-usage-delete-contact.page
-share/gnome/help/evolution/hu/contacts-usage-edit-contact.page
-share/gnome/help/evolution/hu/contacts-usage.page
-share/gnome/help/evolution/hu/contacts-using-contact-lists.page
-share/gnome/help/evolution/hu/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/hu/credits.page
-share/gnome/help/evolution/hu/data-storage.page
-share/gnome/help/evolution/hu/default-browser.page
-share/gnome/help/evolution/hu/deleting-appointments.page
-share/gnome/help/evolution/hu/deleting-emails.page
-share/gnome/help/evolution/hu/deleting-to-free-disk-space.page
-share/gnome/help/evolution/hu/exchange-connectors-overview.page
-share/gnome/help/evolution/hu/exchange-placeholder.page
-share/gnome/help/evolution/hu/exporting-data-calendar.page
-share/gnome/help/evolution/hu/exporting-data-contacts.page
-share/gnome/help/evolution/hu/exporting-data-mail.page
-share/gnome/help/evolution/hu/exporting-data.page
-share/gnome/help/evolution/hu/express-mode.page
-share/gnome/help/evolution/hu/figures/color-204a87.png
-share/gnome/help/evolution/hu/figures/color-2e3436.png
-share/gnome/help/evolution/hu/figures/color-4e9a06.png
-share/gnome/help/evolution/hu/figures/color-5c3566.png
-share/gnome/help/evolution/hu/figures/color-8f5902.png
-share/gnome/help/evolution/hu/figures/color-a40000.png
-share/gnome/help/evolution/hu/figures/color-c4a000.png
-share/gnome/help/evolution/hu/figures/color-ce5c00.png
-share/gnome/help/evolution/hu/figures/evolutionlogo.png
-share/gnome/help/evolution/hu/figures/minus-icon.png
-share/gnome/help/evolution/hu/figures/new-mail-notification.png
-share/gnome/help/evolution/hu/figures/new-mail-switcher.png
-share/gnome/help/evolution/hu/figures/plus-icon.png
-share/gnome/help/evolution/hu/figures/search-icon.png
-share/gnome/help/evolution/hu/figures/window-overview-layers.png
-share/gnome/help/evolution/hu/google-services.page
-share/gnome/help/evolution/hu/groupwise-placeholder.page
-share/gnome/help/evolution/hu/import-apps-mozilla.page
-share/gnome/help/evolution/hu/import-apps-outlook.page
-share/gnome/help/evolution/hu/import-data.page
-share/gnome/help/evolution/hu/import-single-files.page
-share/gnome/help/evolution/hu/import-supported-file-formats.page
-share/gnome/help/evolution/hu/index.page
-share/gnome/help/evolution/hu/intro-first-run.page
-share/gnome/help/evolution/hu/intro-main-window.page
-share/gnome/help/evolution/hu/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/hu/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/hu/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/hu/mail-account-manage-imap.page
-share/gnome/help/evolution/hu/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/hu/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/hu/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/hu/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/hu/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/hu/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/hu/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/hu/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/hu/mail-account-manage-pop.page
-share/gnome/help/evolution/hu/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/hu/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/hu/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/hu/mail-account-management.page
-share/gnome/help/evolution/hu/mail-attachments-received.page
-share/gnome/help/evolution/hu/mail-attachments-sending.page
-share/gnome/help/evolution/hu/mail-attachments.page
-share/gnome/help/evolution/hu/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/hu/mail-cannot-see.page
-share/gnome/help/evolution/hu/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/hu/mail-change-time-format.page
-share/gnome/help/evolution/hu/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/hu/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/hu/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/hu/mail-composer-forward.page
-share/gnome/help/evolution/hu/mail-composer-html-image.page
-share/gnome/help/evolution/hu/mail-composer-html-link.page
-share/gnome/help/evolution/hu/mail-composer-html-rule.page
-share/gnome/help/evolution/hu/mail-composer-html-table.page
-share/gnome/help/evolution/hu/mail-composer-html-text.page
-share/gnome/help/evolution/hu/mail-composer-html.page
-share/gnome/help/evolution/hu/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/hu/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/hu/mail-composer-mail-signatures.page
-share/gnome/help/evolution/hu/mail-composer-message-templates.page
-share/gnome/help/evolution/hu/mail-composer-priority.page
-share/gnome/help/evolution/hu/mail-composer-reply.page
-share/gnome/help/evolution/hu/mail-composer-search.page
-share/gnome/help/evolution/hu/mail-composer-several-recipients.page
-share/gnome/help/evolution/hu/mail-composer-spellcheck.page
-share/gnome/help/evolution/hu/mail-composer-write-new-message.page
-share/gnome/help/evolution/hu/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/hu/mail-default-folder-locations.page
-share/gnome/help/evolution/hu/mail-delete-and-undelete.page
-share/gnome/help/evolution/hu/mail-displaying-character-encodings.page
-share/gnome/help/evolution/hu/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/hu/mail-displaying-images-in-html.page
-share/gnome/help/evolution/hu/mail-displaying-message.page
-share/gnome/help/evolution/hu/mail-displaying-no-css.page
-share/gnome/help/evolution/hu/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/hu/mail-duplicates.page
-share/gnome/help/evolution/hu/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/hu/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/hu/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/hu/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/hu/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/hu/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/hu/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/hu/mail-encryption.page
-share/gnome/help/evolution/hu/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/hu/mail-error-no-provider-available.page
-share/gnome/help/evolution/hu/mail-filters-actions.page
-share/gnome/help/evolution/hu/mail-filters-conditions.page
-share/gnome/help/evolution/hu/mail-filters-not-working.page
-share/gnome/help/evolution/hu/mail-filters.page
-share/gnome/help/evolution/hu/mail-folders.page
-share/gnome/help/evolution/hu/mail-follow-up-flag.page
-share/gnome/help/evolution/hu/mail-imap-headers.page
-share/gnome/help/evolution/hu/mail-imap-subscriptions.page
-share/gnome/help/evolution/hu/mail-labels.page
-share/gnome/help/evolution/hu/mail-layout-changing.page
-share/gnome/help/evolution/hu/mail-moving-emails.page
-share/gnome/help/evolution/hu/mail-not-sent.page
-share/gnome/help/evolution/hu/mail-organizing.page
-share/gnome/help/evolution/hu/mail-read-receipts.page
-share/gnome/help/evolution/hu/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/hu/mail-received-notification.page
-share/gnome/help/evolution/hu/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/hu/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/hu/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/hu/mail-receiving-options-imap.page
-share/gnome/help/evolution/hu/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/hu/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/hu/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/hu/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/hu/mail-receiving-options-pop.page
-share/gnome/help/evolution/hu/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/hu/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/hu/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/hu/mail-receiving-options.page
-share/gnome/help/evolution/hu/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/hu/mail-refresh-folders.page
-share/gnome/help/evolution/hu/mail-search-folders-add.page
-share/gnome/help/evolution/hu/mail-search-folders-conditions.page
-share/gnome/help/evolution/hu/mail-search-folders-refresh.page
-share/gnome/help/evolution/hu/mail-search-folders.page
-share/gnome/help/evolution/hu/mail-searching-attachment-type.page
-share/gnome/help/evolution/hu/mail-searching.page
-share/gnome/help/evolution/hu/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/hu/mail-send-and-receive-manual.page
-share/gnome/help/evolution/hu/mail-send-and-receive.page
-share/gnome/help/evolution/hu/mail-sending-options-smtp.page
-share/gnome/help/evolution/hu/mail-several-pop-accounts.page
-share/gnome/help/evolution/hu/mail-sorting-message-list.page
-share/gnome/help/evolution/hu/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/hu/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/hu/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/hu/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/hu/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/hu/mail-spam-marking.page
-share/gnome/help/evolution/hu/mail-spam-settings.page
-share/gnome/help/evolution/hu/mail-spam.page
-share/gnome/help/evolution/hu/mail-two-trash-folders.page
-share/gnome/help/evolution/hu/mail-usenet-subscriptions.page
-share/gnome/help/evolution/hu/mail-vertical-view.page
-share/gnome/help/evolution/hu/mail-word-wrap.page
-share/gnome/help/evolution/hu/mail-working-offline.page
-share/gnome/help/evolution/hu/memos-searching.page
-share/gnome/help/evolution/hu/memos-usage-add-memo.page
-share/gnome/help/evolution/hu/memos-usage-delete-memo.page
-share/gnome/help/evolution/hu/memos-usage-edit-memo.page
-share/gnome/help/evolution/hu/memos-usage.page
-share/gnome/help/evolution/hu/minimize-to-system-tray.page
-share/gnome/help/evolution/hu/organizing.page
-share/gnome/help/evolution/hu/problems-debug-how-to.page
-share/gnome/help/evolution/hu/problems-getting-help.page
-share/gnome/help/evolution/hu/problems-reporting-bugs.page
-share/gnome/help/evolution/hu/searching-items.page
-share/gnome/help/evolution/hu/sync-with-other-devices.page
-share/gnome/help/evolution/hu/tasks-caldav.page
-share/gnome/help/evolution/hu/tasks-display-settings.page
-share/gnome/help/evolution/hu/tasks-local.page
-share/gnome/help/evolution/hu/tasks-organizing.page
-share/gnome/help/evolution/hu/tasks-searching.page
-share/gnome/help/evolution/hu/tasks-usage-add-task.page
-share/gnome/help/evolution/hu/tasks-usage-delete-task.page
-share/gnome/help/evolution/hu/tasks-usage-edit-task.page
-share/gnome/help/evolution/hu/tasks-usage.page
-share/gnome/help/evolution/hu/tasks-using-several-tasklists.page
-share/gnome/help/evolution/hu/tasks-webdav.page
-share/gnome/help/evolution/hu/using-categories.page
-share/gnome/help/evolution/mk/backup-restore.page
-share/gnome/help/evolution/mk/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/mk/calendar-caldav.page
-share/gnome/help/evolution/mk/calendar-classifications.page
-share/gnome/help/evolution/mk/calendar-free-busy.page
-share/gnome/help/evolution/mk/calendar-google.page
-share/gnome/help/evolution/mk/calendar-layout-appointment-display.page
-share/gnome/help/evolution/mk/calendar-layout-general-formatting.page
-share/gnome/help/evolution/mk/calendar-layout-views.page
-share/gnome/help/evolution/mk/calendar-layout.page
-share/gnome/help/evolution/mk/calendar-local.page
-share/gnome/help/evolution/mk/calendar-marcus-bains-line.page
-share/gnome/help/evolution/mk/calendar-meetings-delegating.page
-share/gnome/help/evolution/mk/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/mk/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/mk/calendar-meetings.page
-share/gnome/help/evolution/mk/calendar-organizing.page
-share/gnome/help/evolution/mk/calendar-publishing.page
-share/gnome/help/evolution/mk/calendar-recurrence.page
-share/gnome/help/evolution/mk/calendar-searching.page
-share/gnome/help/evolution/mk/calendar-sharing-information.page
-share/gnome/help/evolution/mk/calendar-timezones.page
-share/gnome/help/evolution/mk/calendar-usage-add-appointment.page
-share/gnome/help/evolution/mk/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/mk/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/mk/calendar-usage.page
-share/gnome/help/evolution/mk/calendar-using-several-calendars.page
-share/gnome/help/evolution/mk/calendar-weather.page
-share/gnome/help/evolution/mk/calendar-webdav.page
-share/gnome/help/evolution/mk/change-switcher-appearance.page
-share/gnome/help/evolution/mk/contacts-add-automatically.page
-share/gnome/help/evolution/mk/contacts-autocompletion.page
-share/gnome/help/evolution/mk/contacts-google.page
-share/gnome/help/evolution/mk/contacts-ldap.page
-share/gnome/help/evolution/mk/contacts-local.page
-share/gnome/help/evolution/mk/contacts-organizing.page
-share/gnome/help/evolution/mk/contacts-searching.page
-share/gnome/help/evolution/mk/contacts-usage-add-contact.page
-share/gnome/help/evolution/mk/contacts-usage-delete-contact.page
-share/gnome/help/evolution/mk/contacts-usage-edit-contact.page
-share/gnome/help/evolution/mk/contacts-usage.page
-share/gnome/help/evolution/mk/contacts-using-contact-lists.page
-share/gnome/help/evolution/mk/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/mk/credits.page
-share/gnome/help/evolution/mk/data-storage.page
-share/gnome/help/evolution/mk/default-browser.page
-share/gnome/help/evolution/mk/deleting-appointments.page
-share/gnome/help/evolution/mk/deleting-emails.page
-share/gnome/help/evolution/mk/deleting-to-free-disk-space.page
-share/gnome/help/evolution/mk/exchange-connectors-overview.page
-share/gnome/help/evolution/mk/exchange-placeholder.page
-share/gnome/help/evolution/mk/exporting-data-calendar.page
-share/gnome/help/evolution/mk/exporting-data-contacts.page
-share/gnome/help/evolution/mk/exporting-data-mail.page
-share/gnome/help/evolution/mk/exporting-data.page
-share/gnome/help/evolution/mk/express-mode.page
-share/gnome/help/evolution/mk/figures/color-204a87.png
-share/gnome/help/evolution/mk/figures/color-2e3436.png
-share/gnome/help/evolution/mk/figures/color-4e9a06.png
-share/gnome/help/evolution/mk/figures/color-5c3566.png
-share/gnome/help/evolution/mk/figures/color-8f5902.png
-share/gnome/help/evolution/mk/figures/color-a40000.png
-share/gnome/help/evolution/mk/figures/color-c4a000.png
-share/gnome/help/evolution/mk/figures/color-ce5c00.png
-share/gnome/help/evolution/mk/figures/evolutionlogo.png
-share/gnome/help/evolution/mk/figures/minus-icon.png
-share/gnome/help/evolution/mk/figures/new-mail-notification.png
-share/gnome/help/evolution/mk/figures/new-mail-switcher.png
-share/gnome/help/evolution/mk/figures/plus-icon.png
-share/gnome/help/evolution/mk/figures/search-icon.png
-share/gnome/help/evolution/mk/figures/window-overview-layers.png
-share/gnome/help/evolution/mk/google-services.page
-share/gnome/help/evolution/mk/groupwise-placeholder.page
-share/gnome/help/evolution/mk/import-apps-mozilla.page
-share/gnome/help/evolution/mk/import-apps-outlook.page
-share/gnome/help/evolution/mk/import-data.page
-share/gnome/help/evolution/mk/import-single-files.page
-share/gnome/help/evolution/mk/import-supported-file-formats.page
-share/gnome/help/evolution/mk/index.page
-share/gnome/help/evolution/mk/intro-first-run.page
-share/gnome/help/evolution/mk/intro-main-window.page
-share/gnome/help/evolution/mk/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/mk/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/mk/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/mk/mail-account-manage-imap.page
-share/gnome/help/evolution/mk/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/mk/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/mk/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/mk/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/mk/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/mk/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/mk/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/mk/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/mk/mail-account-manage-pop.page
-share/gnome/help/evolution/mk/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/mk/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/mk/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/mk/mail-account-management.page
-share/gnome/help/evolution/mk/mail-attachments-received.page
-share/gnome/help/evolution/mk/mail-attachments-sending.page
-share/gnome/help/evolution/mk/mail-attachments.page
-share/gnome/help/evolution/mk/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/mk/mail-cannot-see.page
-share/gnome/help/evolution/mk/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/mk/mail-change-time-format.page
-share/gnome/help/evolution/mk/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/mk/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/mk/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/mk/mail-composer-forward.page
-share/gnome/help/evolution/mk/mail-composer-html-image.page
-share/gnome/help/evolution/mk/mail-composer-html-link.page
-share/gnome/help/evolution/mk/mail-composer-html-rule.page
-share/gnome/help/evolution/mk/mail-composer-html-table.page
-share/gnome/help/evolution/mk/mail-composer-html-text.page
-share/gnome/help/evolution/mk/mail-composer-html.page
-share/gnome/help/evolution/mk/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/mk/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/mk/mail-composer-mail-signatures.page
-share/gnome/help/evolution/mk/mail-composer-message-templates.page
-share/gnome/help/evolution/mk/mail-composer-priority.page
-share/gnome/help/evolution/mk/mail-composer-reply.page
-share/gnome/help/evolution/mk/mail-composer-search.page
-share/gnome/help/evolution/mk/mail-composer-several-recipients.page
-share/gnome/help/evolution/mk/mail-composer-spellcheck.page
-share/gnome/help/evolution/mk/mail-composer-write-new-message.page
-share/gnome/help/evolution/mk/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/mk/mail-default-folder-locations.page
-share/gnome/help/evolution/mk/mail-delete-and-undelete.page
-share/gnome/help/evolution/mk/mail-displaying-character-encodings.page
-share/gnome/help/evolution/mk/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/mk/mail-displaying-images-in-html.page
-share/gnome/help/evolution/mk/mail-displaying-message.page
-share/gnome/help/evolution/mk/mail-displaying-no-css.page
-share/gnome/help/evolution/mk/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/mk/mail-duplicates.page
-share/gnome/help/evolution/mk/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/mk/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/mk/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/mk/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/mk/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/mk/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/mk/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/mk/mail-encryption.page
-share/gnome/help/evolution/mk/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/mk/mail-error-no-provider-available.page
-share/gnome/help/evolution/mk/mail-filters-actions.page
-share/gnome/help/evolution/mk/mail-filters-conditions.page
-share/gnome/help/evolution/mk/mail-filters-not-working.page
-share/gnome/help/evolution/mk/mail-filters.page
-share/gnome/help/evolution/mk/mail-folders.page
-share/gnome/help/evolution/mk/mail-follow-up-flag.page
-share/gnome/help/evolution/mk/mail-imap-headers.page
-share/gnome/help/evolution/mk/mail-imap-subscriptions.page
-share/gnome/help/evolution/mk/mail-labels.page
-share/gnome/help/evolution/mk/mail-layout-changing.page
-share/gnome/help/evolution/mk/mail-moving-emails.page
-share/gnome/help/evolution/mk/mail-not-sent.page
-share/gnome/help/evolution/mk/mail-organizing.page
-share/gnome/help/evolution/mk/mail-read-receipts.page
-share/gnome/help/evolution/mk/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/mk/mail-received-notification.page
-share/gnome/help/evolution/mk/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/mk/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/mk/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/mk/mail-receiving-options-imap.page
-share/gnome/help/evolution/mk/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/mk/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/mk/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/mk/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/mk/mail-receiving-options-pop.page
-share/gnome/help/evolution/mk/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/mk/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/mk/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/mk/mail-receiving-options.page
-share/gnome/help/evolution/mk/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/mk/mail-refresh-folders.page
-share/gnome/help/evolution/mk/mail-search-folders-add.page
-share/gnome/help/evolution/mk/mail-search-folders-conditions.page
-share/gnome/help/evolution/mk/mail-search-folders-refresh.page
-share/gnome/help/evolution/mk/mail-search-folders.page
-share/gnome/help/evolution/mk/mail-searching-attachment-type.page
-share/gnome/help/evolution/mk/mail-searching.page
-share/gnome/help/evolution/mk/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/mk/mail-send-and-receive-manual.page
-share/gnome/help/evolution/mk/mail-send-and-receive.page
-share/gnome/help/evolution/mk/mail-sending-options-smtp.page
-share/gnome/help/evolution/mk/mail-several-pop-accounts.page
-share/gnome/help/evolution/mk/mail-sorting-message-list.page
-share/gnome/help/evolution/mk/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/mk/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/mk/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/mk/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/mk/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/mk/mail-spam-marking.page
-share/gnome/help/evolution/mk/mail-spam-settings.page
-share/gnome/help/evolution/mk/mail-spam.page
-share/gnome/help/evolution/mk/mail-two-trash-folders.page
-share/gnome/help/evolution/mk/mail-usenet-subscriptions.page
-share/gnome/help/evolution/mk/mail-vertical-view.page
-share/gnome/help/evolution/mk/mail-word-wrap.page
-share/gnome/help/evolution/mk/mail-working-offline.page
-share/gnome/help/evolution/mk/memos-searching.page
-share/gnome/help/evolution/mk/memos-usage-add-memo.page
-share/gnome/help/evolution/mk/memos-usage-delete-memo.page
-share/gnome/help/evolution/mk/memos-usage-edit-memo.page
-share/gnome/help/evolution/mk/memos-usage.page
-share/gnome/help/evolution/mk/minimize-to-system-tray.page
-share/gnome/help/evolution/mk/organizing.page
-share/gnome/help/evolution/mk/problems-debug-how-to.page
-share/gnome/help/evolution/mk/problems-getting-help.page
-share/gnome/help/evolution/mk/problems-reporting-bugs.page
-share/gnome/help/evolution/mk/searching-items.page
-share/gnome/help/evolution/mk/sync-with-other-devices.page
-share/gnome/help/evolution/mk/tasks-caldav.page
-share/gnome/help/evolution/mk/tasks-display-settings.page
-share/gnome/help/evolution/mk/tasks-local.page
-share/gnome/help/evolution/mk/tasks-organizing.page
-share/gnome/help/evolution/mk/tasks-searching.page
-share/gnome/help/evolution/mk/tasks-usage-add-task.page
-share/gnome/help/evolution/mk/tasks-usage-delete-task.page
-share/gnome/help/evolution/mk/tasks-usage-edit-task.page
-share/gnome/help/evolution/mk/tasks-usage.page
-share/gnome/help/evolution/mk/tasks-using-several-tasklists.page
-share/gnome/help/evolution/mk/tasks-webdav.page
-share/gnome/help/evolution/mk/using-categories.page
-share/gnome/help/evolution/oc/backup-restore.page
-share/gnome/help/evolution/oc/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/oc/calendar-caldav.page
-share/gnome/help/evolution/oc/calendar-classifications.page
-share/gnome/help/evolution/oc/calendar-free-busy.page
-share/gnome/help/evolution/oc/calendar-google.page
-share/gnome/help/evolution/oc/calendar-layout-appointment-display.page
-share/gnome/help/evolution/oc/calendar-layout-general-formatting.page
-share/gnome/help/evolution/oc/calendar-layout-views.page
-share/gnome/help/evolution/oc/calendar-layout.page
-share/gnome/help/evolution/oc/calendar-local.page
-share/gnome/help/evolution/oc/calendar-marcus-bains-line.page
-share/gnome/help/evolution/oc/calendar-meetings-delegating.page
-share/gnome/help/evolution/oc/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/oc/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/oc/calendar-meetings.page
-share/gnome/help/evolution/oc/calendar-organizing.page
-share/gnome/help/evolution/oc/calendar-publishing.page
-share/gnome/help/evolution/oc/calendar-recurrence.page
-share/gnome/help/evolution/oc/calendar-searching.page
-share/gnome/help/evolution/oc/calendar-sharing-information.page
-share/gnome/help/evolution/oc/calendar-timezones.page
-share/gnome/help/evolution/oc/calendar-usage-add-appointment.page
-share/gnome/help/evolution/oc/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/oc/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/oc/calendar-usage.page
-share/gnome/help/evolution/oc/calendar-using-several-calendars.page
-share/gnome/help/evolution/oc/calendar-weather.page
-share/gnome/help/evolution/oc/calendar-webdav.page
-share/gnome/help/evolution/oc/change-switcher-appearance.page
-share/gnome/help/evolution/oc/contacts-add-automatically.page
-share/gnome/help/evolution/oc/contacts-autocompletion.page
-share/gnome/help/evolution/oc/contacts-google.page
-share/gnome/help/evolution/oc/contacts-ldap.page
-share/gnome/help/evolution/oc/contacts-local.page
-share/gnome/help/evolution/oc/contacts-organizing.page
-share/gnome/help/evolution/oc/contacts-searching.page
-share/gnome/help/evolution/oc/contacts-usage-add-contact.page
-share/gnome/help/evolution/oc/contacts-usage-delete-contact.page
-share/gnome/help/evolution/oc/contacts-usage-edit-contact.page
-share/gnome/help/evolution/oc/contacts-usage.page
-share/gnome/help/evolution/oc/contacts-using-contact-lists.page
-share/gnome/help/evolution/oc/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/oc/credits.page
-share/gnome/help/evolution/oc/data-storage.page
-share/gnome/help/evolution/oc/default-browser.page
-share/gnome/help/evolution/oc/deleting-appointments.page
-share/gnome/help/evolution/oc/deleting-emails.page
-share/gnome/help/evolution/oc/deleting-to-free-disk-space.page
-share/gnome/help/evolution/oc/exchange-connectors-overview.page
-share/gnome/help/evolution/oc/exchange-placeholder.page
-share/gnome/help/evolution/oc/exporting-data-calendar.page
-share/gnome/help/evolution/oc/exporting-data-contacts.page
-share/gnome/help/evolution/oc/exporting-data-mail.page
-share/gnome/help/evolution/oc/exporting-data.page
-share/gnome/help/evolution/oc/express-mode.page
-share/gnome/help/evolution/oc/figures/color-204a87.png
-share/gnome/help/evolution/oc/figures/color-2e3436.png
-share/gnome/help/evolution/oc/figures/color-4e9a06.png
-share/gnome/help/evolution/oc/figures/color-5c3566.png
-share/gnome/help/evolution/oc/figures/color-8f5902.png
-share/gnome/help/evolution/oc/figures/color-a40000.png
-share/gnome/help/evolution/oc/figures/color-c4a000.png
-share/gnome/help/evolution/oc/figures/color-ce5c00.png
-share/gnome/help/evolution/oc/figures/evolutionlogo.png
-share/gnome/help/evolution/oc/figures/minus-icon.png
-share/gnome/help/evolution/oc/figures/new-mail-notification.png
-share/gnome/help/evolution/oc/figures/new-mail-switcher.png
-share/gnome/help/evolution/oc/figures/plus-icon.png
-share/gnome/help/evolution/oc/figures/search-icon.png
-share/gnome/help/evolution/oc/figures/window-overview-layers.png
-share/gnome/help/evolution/oc/google-services.page
-share/gnome/help/evolution/oc/groupwise-placeholder.page
-share/gnome/help/evolution/oc/import-apps-mozilla.page
-share/gnome/help/evolution/oc/import-apps-outlook.page
-share/gnome/help/evolution/oc/import-data.page
-share/gnome/help/evolution/oc/import-single-files.page
-share/gnome/help/evolution/oc/import-supported-file-formats.page
-share/gnome/help/evolution/oc/index.page
-share/gnome/help/evolution/oc/intro-first-run.page
-share/gnome/help/evolution/oc/intro-main-window.page
-share/gnome/help/evolution/oc/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/oc/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/oc/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/oc/mail-account-manage-imap.page
-share/gnome/help/evolution/oc/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/oc/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/oc/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/oc/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/oc/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/oc/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/oc/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/oc/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/oc/mail-account-manage-pop.page
-share/gnome/help/evolution/oc/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/oc/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/oc/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/oc/mail-account-management.page
-share/gnome/help/evolution/oc/mail-attachments-received.page
-share/gnome/help/evolution/oc/mail-attachments-sending.page
-share/gnome/help/evolution/oc/mail-attachments.page
-share/gnome/help/evolution/oc/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/oc/mail-cannot-see.page
-share/gnome/help/evolution/oc/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/oc/mail-change-time-format.page
-share/gnome/help/evolution/oc/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/oc/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/oc/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/oc/mail-composer-forward.page
-share/gnome/help/evolution/oc/mail-composer-html-image.page
-share/gnome/help/evolution/oc/mail-composer-html-link.page
-share/gnome/help/evolution/oc/mail-composer-html-rule.page
-share/gnome/help/evolution/oc/mail-composer-html-table.page
-share/gnome/help/evolution/oc/mail-composer-html-text.page
-share/gnome/help/evolution/oc/mail-composer-html.page
-share/gnome/help/evolution/oc/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/oc/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/oc/mail-composer-mail-signatures.page
-share/gnome/help/evolution/oc/mail-composer-message-templates.page
-share/gnome/help/evolution/oc/mail-composer-priority.page
-share/gnome/help/evolution/oc/mail-composer-reply.page
-share/gnome/help/evolution/oc/mail-composer-search.page
-share/gnome/help/evolution/oc/mail-composer-several-recipients.page
-share/gnome/help/evolution/oc/mail-composer-spellcheck.page
-share/gnome/help/evolution/oc/mail-composer-write-new-message.page
-share/gnome/help/evolution/oc/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/oc/mail-default-folder-locations.page
-share/gnome/help/evolution/oc/mail-delete-and-undelete.page
-share/gnome/help/evolution/oc/mail-displaying-character-encodings.page
-share/gnome/help/evolution/oc/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/oc/mail-displaying-images-in-html.page
-share/gnome/help/evolution/oc/mail-displaying-message.page
-share/gnome/help/evolution/oc/mail-displaying-no-css.page
-share/gnome/help/evolution/oc/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/oc/mail-duplicates.page
-share/gnome/help/evolution/oc/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/oc/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/oc/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/oc/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/oc/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/oc/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/oc/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/oc/mail-encryption.page
-share/gnome/help/evolution/oc/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/oc/mail-error-no-provider-available.page
-share/gnome/help/evolution/oc/mail-filters-actions.page
-share/gnome/help/evolution/oc/mail-filters-conditions.page
-share/gnome/help/evolution/oc/mail-filters-not-working.page
-share/gnome/help/evolution/oc/mail-filters.page
-share/gnome/help/evolution/oc/mail-folders.page
-share/gnome/help/evolution/oc/mail-follow-up-flag.page
-share/gnome/help/evolution/oc/mail-imap-headers.page
-share/gnome/help/evolution/oc/mail-imap-subscriptions.page
-share/gnome/help/evolution/oc/mail-labels.page
-share/gnome/help/evolution/oc/mail-layout-changing.page
-share/gnome/help/evolution/oc/mail-moving-emails.page
-share/gnome/help/evolution/oc/mail-not-sent.page
-share/gnome/help/evolution/oc/mail-organizing.page
-share/gnome/help/evolution/oc/mail-read-receipts.page
-share/gnome/help/evolution/oc/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/oc/mail-received-notification.page
-share/gnome/help/evolution/oc/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/oc/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/oc/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/oc/mail-receiving-options-imap.page
-share/gnome/help/evolution/oc/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/oc/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/oc/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/oc/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/oc/mail-receiving-options-pop.page
-share/gnome/help/evolution/oc/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/oc/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/oc/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/oc/mail-receiving-options.page
-share/gnome/help/evolution/oc/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/oc/mail-refresh-folders.page
-share/gnome/help/evolution/oc/mail-search-folders-add.page
-share/gnome/help/evolution/oc/mail-search-folders-conditions.page
-share/gnome/help/evolution/oc/mail-search-folders-refresh.page
-share/gnome/help/evolution/oc/mail-search-folders.page
-share/gnome/help/evolution/oc/mail-searching-attachment-type.page
-share/gnome/help/evolution/oc/mail-searching.page
-share/gnome/help/evolution/oc/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/oc/mail-send-and-receive-manual.page
-share/gnome/help/evolution/oc/mail-send-and-receive.page
-share/gnome/help/evolution/oc/mail-sending-options-smtp.page
-share/gnome/help/evolution/oc/mail-several-pop-accounts.page
-share/gnome/help/evolution/oc/mail-sorting-message-list.page
-share/gnome/help/evolution/oc/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/oc/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/oc/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/oc/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/oc/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/oc/mail-spam-marking.page
-share/gnome/help/evolution/oc/mail-spam-settings.page
-share/gnome/help/evolution/oc/mail-spam.page
-share/gnome/help/evolution/oc/mail-two-trash-folders.page
-share/gnome/help/evolution/oc/mail-usenet-subscriptions.page
-share/gnome/help/evolution/oc/mail-vertical-view.page
-share/gnome/help/evolution/oc/mail-word-wrap.page
-share/gnome/help/evolution/oc/mail-working-offline.page
-share/gnome/help/evolution/oc/memos-searching.page
-share/gnome/help/evolution/oc/memos-usage-add-memo.page
-share/gnome/help/evolution/oc/memos-usage-delete-memo.page
-share/gnome/help/evolution/oc/memos-usage-edit-memo.page
-share/gnome/help/evolution/oc/memos-usage.page
-share/gnome/help/evolution/oc/minimize-to-system-tray.page
-share/gnome/help/evolution/oc/organizing.page
-share/gnome/help/evolution/oc/problems-debug-how-to.page
-share/gnome/help/evolution/oc/problems-getting-help.page
-share/gnome/help/evolution/oc/problems-reporting-bugs.page
-share/gnome/help/evolution/oc/searching-items.page
-share/gnome/help/evolution/oc/sync-with-other-devices.page
-share/gnome/help/evolution/oc/tasks-caldav.page
-share/gnome/help/evolution/oc/tasks-display-settings.page
-share/gnome/help/evolution/oc/tasks-local.page
-share/gnome/help/evolution/oc/tasks-organizing.page
-share/gnome/help/evolution/oc/tasks-searching.page
-share/gnome/help/evolution/oc/tasks-usage-add-task.page
-share/gnome/help/evolution/oc/tasks-usage-delete-task.page
-share/gnome/help/evolution/oc/tasks-usage-edit-task.page
-share/gnome/help/evolution/oc/tasks-usage.page
-share/gnome/help/evolution/oc/tasks-using-several-tasklists.page
-share/gnome/help/evolution/oc/tasks-webdav.page
-share/gnome/help/evolution/oc/using-categories.page
-share/gnome/help/evolution/ru/backup-restore.page
-share/gnome/help/evolution/ru/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/ru/calendar-caldav.page
-share/gnome/help/evolution/ru/calendar-classifications.page
-share/gnome/help/evolution/ru/calendar-free-busy.page
-share/gnome/help/evolution/ru/calendar-google.page
-share/gnome/help/evolution/ru/calendar-layout-appointment-display.page
-share/gnome/help/evolution/ru/calendar-layout-general-formatting.page
-share/gnome/help/evolution/ru/calendar-layout-views.page
-share/gnome/help/evolution/ru/calendar-layout.page
-share/gnome/help/evolution/ru/calendar-local.page
-share/gnome/help/evolution/ru/calendar-marcus-bains-line.page
-share/gnome/help/evolution/ru/calendar-meetings-delegating.page
-share/gnome/help/evolution/ru/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/ru/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/ru/calendar-meetings.page
-share/gnome/help/evolution/ru/calendar-organizing.page
-share/gnome/help/evolution/ru/calendar-publishing.page
-share/gnome/help/evolution/ru/calendar-recurrence.page
-share/gnome/help/evolution/ru/calendar-searching.page
-share/gnome/help/evolution/ru/calendar-sharing-information.page
-share/gnome/help/evolution/ru/calendar-timezones.page
-share/gnome/help/evolution/ru/calendar-usage-add-appointment.page
-share/gnome/help/evolution/ru/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/ru/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/ru/calendar-usage.page
-share/gnome/help/evolution/ru/calendar-using-several-calendars.page
-share/gnome/help/evolution/ru/calendar-weather.page
-share/gnome/help/evolution/ru/calendar-webdav.page
-share/gnome/help/evolution/ru/change-switcher-appearance.page
-share/gnome/help/evolution/ru/contacts-add-automatically.page
-share/gnome/help/evolution/ru/contacts-autocompletion.page
-share/gnome/help/evolution/ru/contacts-google.page
-share/gnome/help/evolution/ru/contacts-ldap.page
-share/gnome/help/evolution/ru/contacts-local.page
-share/gnome/help/evolution/ru/contacts-organizing.page
-share/gnome/help/evolution/ru/contacts-searching.page
-share/gnome/help/evolution/ru/contacts-usage-add-contact.page
-share/gnome/help/evolution/ru/contacts-usage-delete-contact.page
-share/gnome/help/evolution/ru/contacts-usage-edit-contact.page
-share/gnome/help/evolution/ru/contacts-usage.page
-share/gnome/help/evolution/ru/contacts-using-contact-lists.page
-share/gnome/help/evolution/ru/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/ru/credits.page
-share/gnome/help/evolution/ru/data-storage.page
-share/gnome/help/evolution/ru/default-browser.page
-share/gnome/help/evolution/ru/deleting-appointments.page
-share/gnome/help/evolution/ru/deleting-emails.page
-share/gnome/help/evolution/ru/deleting-to-free-disk-space.page
-share/gnome/help/evolution/ru/exchange-connectors-overview.page
-share/gnome/help/evolution/ru/exchange-placeholder.page
-share/gnome/help/evolution/ru/exporting-data-calendar.page
-share/gnome/help/evolution/ru/exporting-data-contacts.page
-share/gnome/help/evolution/ru/exporting-data-mail.page
-share/gnome/help/evolution/ru/exporting-data.page
-share/gnome/help/evolution/ru/express-mode.page
-share/gnome/help/evolution/ru/figures/color-204a87.png
-share/gnome/help/evolution/ru/figures/color-2e3436.png
-share/gnome/help/evolution/ru/figures/color-4e9a06.png
-share/gnome/help/evolution/ru/figures/color-5c3566.png
-share/gnome/help/evolution/ru/figures/color-8f5902.png
-share/gnome/help/evolution/ru/figures/color-a40000.png
-share/gnome/help/evolution/ru/figures/color-c4a000.png
-share/gnome/help/evolution/ru/figures/color-ce5c00.png
-share/gnome/help/evolution/ru/figures/evolutionlogo.png
-share/gnome/help/evolution/ru/figures/minus-icon.png
-share/gnome/help/evolution/ru/figures/new-mail-notification.png
-share/gnome/help/evolution/ru/figures/new-mail-switcher.png
-share/gnome/help/evolution/ru/figures/plus-icon.png
-share/gnome/help/evolution/ru/figures/search-icon.png
-share/gnome/help/evolution/ru/figures/window-overview-layers.png
-share/gnome/help/evolution/ru/google-services.page
-share/gnome/help/evolution/ru/groupwise-placeholder.page
-share/gnome/help/evolution/ru/import-apps-mozilla.page
-share/gnome/help/evolution/ru/import-apps-outlook.page
-share/gnome/help/evolution/ru/import-data.page
-share/gnome/help/evolution/ru/import-single-files.page
-share/gnome/help/evolution/ru/import-supported-file-formats.page
-share/gnome/help/evolution/ru/index.page
-share/gnome/help/evolution/ru/intro-first-run.page
-share/gnome/help/evolution/ru/intro-main-window.page
-share/gnome/help/evolution/ru/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/ru/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/ru/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/ru/mail-account-manage-imap.page
-share/gnome/help/evolution/ru/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/ru/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/ru/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/ru/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/ru/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/ru/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/ru/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/ru/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/ru/mail-account-manage-pop.page
-share/gnome/help/evolution/ru/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/ru/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/ru/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/ru/mail-account-management.page
-share/gnome/help/evolution/ru/mail-attachments-received.page
-share/gnome/help/evolution/ru/mail-attachments-sending.page
-share/gnome/help/evolution/ru/mail-attachments.page
-share/gnome/help/evolution/ru/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/ru/mail-cannot-see.page
-share/gnome/help/evolution/ru/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/ru/mail-change-time-format.page
-share/gnome/help/evolution/ru/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/ru/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/ru/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/ru/mail-composer-forward.page
-share/gnome/help/evolution/ru/mail-composer-html-image.page
-share/gnome/help/evolution/ru/mail-composer-html-link.page
-share/gnome/help/evolution/ru/mail-composer-html-rule.page
-share/gnome/help/evolution/ru/mail-composer-html-table.page
-share/gnome/help/evolution/ru/mail-composer-html-text.page
-share/gnome/help/evolution/ru/mail-composer-html.page
-share/gnome/help/evolution/ru/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/ru/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/ru/mail-composer-mail-signatures.page
-share/gnome/help/evolution/ru/mail-composer-message-templates.page
-share/gnome/help/evolution/ru/mail-composer-priority.page
-share/gnome/help/evolution/ru/mail-composer-reply.page
-share/gnome/help/evolution/ru/mail-composer-search.page
-share/gnome/help/evolution/ru/mail-composer-several-recipients.page
-share/gnome/help/evolution/ru/mail-composer-spellcheck.page
-share/gnome/help/evolution/ru/mail-composer-write-new-message.page
-share/gnome/help/evolution/ru/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/ru/mail-default-folder-locations.page
-share/gnome/help/evolution/ru/mail-delete-and-undelete.page
-share/gnome/help/evolution/ru/mail-displaying-character-encodings.page
-share/gnome/help/evolution/ru/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/ru/mail-displaying-images-in-html.page
-share/gnome/help/evolution/ru/mail-displaying-message.page
-share/gnome/help/evolution/ru/mail-displaying-no-css.page
-share/gnome/help/evolution/ru/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/ru/mail-duplicates.page
-share/gnome/help/evolution/ru/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/ru/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/ru/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/ru/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/ru/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/ru/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/ru/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/ru/mail-encryption.page
-share/gnome/help/evolution/ru/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/ru/mail-error-no-provider-available.page
-share/gnome/help/evolution/ru/mail-filters-actions.page
-share/gnome/help/evolution/ru/mail-filters-conditions.page
-share/gnome/help/evolution/ru/mail-filters-not-working.page
-share/gnome/help/evolution/ru/mail-filters.page
-share/gnome/help/evolution/ru/mail-folders.page
-share/gnome/help/evolution/ru/mail-follow-up-flag.page
-share/gnome/help/evolution/ru/mail-imap-headers.page
-share/gnome/help/evolution/ru/mail-imap-subscriptions.page
-share/gnome/help/evolution/ru/mail-labels.page
-share/gnome/help/evolution/ru/mail-layout-changing.page
-share/gnome/help/evolution/ru/mail-moving-emails.page
-share/gnome/help/evolution/ru/mail-not-sent.page
-share/gnome/help/evolution/ru/mail-organizing.page
-share/gnome/help/evolution/ru/mail-read-receipts.page
-share/gnome/help/evolution/ru/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/ru/mail-received-notification.page
-share/gnome/help/evolution/ru/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/ru/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/ru/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/ru/mail-receiving-options-imap.page
-share/gnome/help/evolution/ru/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/ru/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/ru/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/ru/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/ru/mail-receiving-options-pop.page
-share/gnome/help/evolution/ru/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/ru/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/ru/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/ru/mail-receiving-options.page
-share/gnome/help/evolution/ru/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/ru/mail-refresh-folders.page
-share/gnome/help/evolution/ru/mail-search-folders-add.page
-share/gnome/help/evolution/ru/mail-search-folders-conditions.page
-share/gnome/help/evolution/ru/mail-search-folders-refresh.page
-share/gnome/help/evolution/ru/mail-search-folders.page
-share/gnome/help/evolution/ru/mail-searching-attachment-type.page
-share/gnome/help/evolution/ru/mail-searching.page
-share/gnome/help/evolution/ru/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/ru/mail-send-and-receive-manual.page
-share/gnome/help/evolution/ru/mail-send-and-receive.page
-share/gnome/help/evolution/ru/mail-sending-options-smtp.page
-share/gnome/help/evolution/ru/mail-several-pop-accounts.page
-share/gnome/help/evolution/ru/mail-sorting-message-list.page
-share/gnome/help/evolution/ru/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/ru/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/ru/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/ru/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/ru/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/ru/mail-spam-marking.page
-share/gnome/help/evolution/ru/mail-spam-settings.page
-share/gnome/help/evolution/ru/mail-spam.page
-share/gnome/help/evolution/ru/mail-two-trash-folders.page
-share/gnome/help/evolution/ru/mail-usenet-subscriptions.page
-share/gnome/help/evolution/ru/mail-vertical-view.page
-share/gnome/help/evolution/ru/mail-word-wrap.page
-share/gnome/help/evolution/ru/mail-working-offline.page
-share/gnome/help/evolution/ru/memos-searching.page
-share/gnome/help/evolution/ru/memos-usage-add-memo.page
-share/gnome/help/evolution/ru/memos-usage-delete-memo.page
-share/gnome/help/evolution/ru/memos-usage-edit-memo.page
-share/gnome/help/evolution/ru/memos-usage.page
-share/gnome/help/evolution/ru/minimize-to-system-tray.page
-share/gnome/help/evolution/ru/organizing.page
-share/gnome/help/evolution/ru/problems-debug-how-to.page
-share/gnome/help/evolution/ru/problems-getting-help.page
-share/gnome/help/evolution/ru/problems-reporting-bugs.page
-share/gnome/help/evolution/ru/searching-items.page
-share/gnome/help/evolution/ru/sync-with-other-devices.page
-share/gnome/help/evolution/ru/tasks-caldav.page
-share/gnome/help/evolution/ru/tasks-display-settings.page
-share/gnome/help/evolution/ru/tasks-local.page
-share/gnome/help/evolution/ru/tasks-organizing.page
-share/gnome/help/evolution/ru/tasks-searching.page
-share/gnome/help/evolution/ru/tasks-usage-add-task.page
-share/gnome/help/evolution/ru/tasks-usage-delete-task.page
-share/gnome/help/evolution/ru/tasks-usage-edit-task.page
-share/gnome/help/evolution/ru/tasks-usage.page
-share/gnome/help/evolution/ru/tasks-using-several-tasklists.page
-share/gnome/help/evolution/ru/tasks-webdav.page
-share/gnome/help/evolution/ru/using-categories.page
-share/gnome/help/evolution/sl/backup-restore.page
-share/gnome/help/evolution/sl/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/sl/calendar-caldav.page
-share/gnome/help/evolution/sl/calendar-classifications.page
-share/gnome/help/evolution/sl/calendar-free-busy.page
-share/gnome/help/evolution/sl/calendar-google.page
-share/gnome/help/evolution/sl/calendar-layout-appointment-display.page
-share/gnome/help/evolution/sl/calendar-layout-general-formatting.page
-share/gnome/help/evolution/sl/calendar-layout-views.page
-share/gnome/help/evolution/sl/calendar-layout.page
-share/gnome/help/evolution/sl/calendar-local.page
-share/gnome/help/evolution/sl/calendar-marcus-bains-line.page
-share/gnome/help/evolution/sl/calendar-meetings-delegating.page
-share/gnome/help/evolution/sl/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/sl/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/sl/calendar-meetings.page
-share/gnome/help/evolution/sl/calendar-organizing.page
-share/gnome/help/evolution/sl/calendar-publishing.page
-share/gnome/help/evolution/sl/calendar-recurrence.page
-share/gnome/help/evolution/sl/calendar-searching.page
-share/gnome/help/evolution/sl/calendar-sharing-information.page
-share/gnome/help/evolution/sl/calendar-timezones.page
-share/gnome/help/evolution/sl/calendar-usage-add-appointment.page
-share/gnome/help/evolution/sl/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/sl/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/sl/calendar-usage.page
-share/gnome/help/evolution/sl/calendar-using-several-calendars.page
-share/gnome/help/evolution/sl/calendar-weather.page
-share/gnome/help/evolution/sl/calendar-webdav.page
-share/gnome/help/evolution/sl/change-switcher-appearance.page
-share/gnome/help/evolution/sl/contacts-add-automatically.page
-share/gnome/help/evolution/sl/contacts-autocompletion.page
-share/gnome/help/evolution/sl/contacts-google.page
-share/gnome/help/evolution/sl/contacts-ldap.page
-share/gnome/help/evolution/sl/contacts-local.page
-share/gnome/help/evolution/sl/contacts-organizing.page
-share/gnome/help/evolution/sl/contacts-searching.page
-share/gnome/help/evolution/sl/contacts-usage-add-contact.page
-share/gnome/help/evolution/sl/contacts-usage-delete-contact.page
-share/gnome/help/evolution/sl/contacts-usage-edit-contact.page
-share/gnome/help/evolution/sl/contacts-usage.page
-share/gnome/help/evolution/sl/contacts-using-contact-lists.page
-share/gnome/help/evolution/sl/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/sl/credits.page
-share/gnome/help/evolution/sl/data-storage.page
-share/gnome/help/evolution/sl/default-browser.page
-share/gnome/help/evolution/sl/deleting-appointments.page
-share/gnome/help/evolution/sl/deleting-emails.page
-share/gnome/help/evolution/sl/deleting-to-free-disk-space.page
-share/gnome/help/evolution/sl/exchange-connectors-overview.page
-share/gnome/help/evolution/sl/exchange-placeholder.page
-share/gnome/help/evolution/sl/exporting-data-calendar.page
-share/gnome/help/evolution/sl/exporting-data-contacts.page
-share/gnome/help/evolution/sl/exporting-data-mail.page
-share/gnome/help/evolution/sl/exporting-data.page
-share/gnome/help/evolution/sl/express-mode.page
-share/gnome/help/evolution/sl/figures/color-204a87.png
-share/gnome/help/evolution/sl/figures/color-2e3436.png
-share/gnome/help/evolution/sl/figures/color-4e9a06.png
-share/gnome/help/evolution/sl/figures/color-5c3566.png
-share/gnome/help/evolution/sl/figures/color-8f5902.png
-share/gnome/help/evolution/sl/figures/color-a40000.png
-share/gnome/help/evolution/sl/figures/color-c4a000.png
-share/gnome/help/evolution/sl/figures/color-ce5c00.png
-share/gnome/help/evolution/sl/figures/evolutionlogo.png
-share/gnome/help/evolution/sl/figures/minus-icon.png
-share/gnome/help/evolution/sl/figures/new-mail-notification.png
-share/gnome/help/evolution/sl/figures/new-mail-switcher.png
-share/gnome/help/evolution/sl/figures/plus-icon.png
-share/gnome/help/evolution/sl/figures/search-icon.png
-share/gnome/help/evolution/sl/figures/window-overview-layers.png
-share/gnome/help/evolution/sl/google-services.page
-share/gnome/help/evolution/sl/groupwise-placeholder.page
-share/gnome/help/evolution/sl/import-apps-mozilla.page
-share/gnome/help/evolution/sl/import-apps-outlook.page
-share/gnome/help/evolution/sl/import-data.page
-share/gnome/help/evolution/sl/import-single-files.page
-share/gnome/help/evolution/sl/import-supported-file-formats.page
-share/gnome/help/evolution/sl/index.page
-share/gnome/help/evolution/sl/intro-first-run.page
-share/gnome/help/evolution/sl/intro-main-window.page
-share/gnome/help/evolution/sl/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/sl/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/sl/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/sl/mail-account-manage-imap.page
-share/gnome/help/evolution/sl/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/sl/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/sl/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/sl/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/sl/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/sl/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/sl/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/sl/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/sl/mail-account-manage-pop.page
-share/gnome/help/evolution/sl/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/sl/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/sl/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/sl/mail-account-management.page
-share/gnome/help/evolution/sl/mail-attachments-received.page
-share/gnome/help/evolution/sl/mail-attachments-sending.page
-share/gnome/help/evolution/sl/mail-attachments.page
-share/gnome/help/evolution/sl/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/sl/mail-cannot-see.page
-share/gnome/help/evolution/sl/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/sl/mail-change-time-format.page
-share/gnome/help/evolution/sl/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/sl/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/sl/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/sl/mail-composer-forward.page
-share/gnome/help/evolution/sl/mail-composer-html-image.page
-share/gnome/help/evolution/sl/mail-composer-html-link.page
-share/gnome/help/evolution/sl/mail-composer-html-rule.page
-share/gnome/help/evolution/sl/mail-composer-html-table.page
-share/gnome/help/evolution/sl/mail-composer-html-text.page
-share/gnome/help/evolution/sl/mail-composer-html.page
-share/gnome/help/evolution/sl/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/sl/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/sl/mail-composer-mail-signatures.page
-share/gnome/help/evolution/sl/mail-composer-message-templates.page
-share/gnome/help/evolution/sl/mail-composer-priority.page
-share/gnome/help/evolution/sl/mail-composer-reply.page
-share/gnome/help/evolution/sl/mail-composer-search.page
-share/gnome/help/evolution/sl/mail-composer-several-recipients.page
-share/gnome/help/evolution/sl/mail-composer-spellcheck.page
-share/gnome/help/evolution/sl/mail-composer-write-new-message.page
-share/gnome/help/evolution/sl/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/sl/mail-default-folder-locations.page
-share/gnome/help/evolution/sl/mail-delete-and-undelete.page
-share/gnome/help/evolution/sl/mail-displaying-character-encodings.page
-share/gnome/help/evolution/sl/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/sl/mail-displaying-images-in-html.page
-share/gnome/help/evolution/sl/mail-displaying-message.page
-share/gnome/help/evolution/sl/mail-displaying-no-css.page
-share/gnome/help/evolution/sl/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/sl/mail-duplicates.page
-share/gnome/help/evolution/sl/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/sl/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/sl/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/sl/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/sl/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/sl/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/sl/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/sl/mail-encryption.page
-share/gnome/help/evolution/sl/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/sl/mail-error-no-provider-available.page
-share/gnome/help/evolution/sl/mail-filters-actions.page
-share/gnome/help/evolution/sl/mail-filters-conditions.page
-share/gnome/help/evolution/sl/mail-filters-not-working.page
-share/gnome/help/evolution/sl/mail-filters.page
-share/gnome/help/evolution/sl/mail-folders.page
-share/gnome/help/evolution/sl/mail-follow-up-flag.page
-share/gnome/help/evolution/sl/mail-imap-headers.page
-share/gnome/help/evolution/sl/mail-imap-subscriptions.page
-share/gnome/help/evolution/sl/mail-labels.page
-share/gnome/help/evolution/sl/mail-layout-changing.page
-share/gnome/help/evolution/sl/mail-moving-emails.page
-share/gnome/help/evolution/sl/mail-not-sent.page
-share/gnome/help/evolution/sl/mail-organizing.page
-share/gnome/help/evolution/sl/mail-read-receipts.page
-share/gnome/help/evolution/sl/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/sl/mail-received-notification.page
-share/gnome/help/evolution/sl/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/sl/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/sl/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/sl/mail-receiving-options-imap.page
-share/gnome/help/evolution/sl/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/sl/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/sl/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/sl/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/sl/mail-receiving-options-pop.page
-share/gnome/help/evolution/sl/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/sl/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/sl/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/sl/mail-receiving-options.page
-share/gnome/help/evolution/sl/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/sl/mail-refresh-folders.page
-share/gnome/help/evolution/sl/mail-search-folders-add.page
-share/gnome/help/evolution/sl/mail-search-folders-conditions.page
-share/gnome/help/evolution/sl/mail-search-folders-refresh.page
-share/gnome/help/evolution/sl/mail-search-folders.page
-share/gnome/help/evolution/sl/mail-searching-attachment-type.page
-share/gnome/help/evolution/sl/mail-searching.page
-share/gnome/help/evolution/sl/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/sl/mail-send-and-receive-manual.page
-share/gnome/help/evolution/sl/mail-send-and-receive.page
-share/gnome/help/evolution/sl/mail-sending-options-smtp.page
-share/gnome/help/evolution/sl/mail-several-pop-accounts.page
-share/gnome/help/evolution/sl/mail-sorting-message-list.page
-share/gnome/help/evolution/sl/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/sl/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/sl/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/sl/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/sl/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/sl/mail-spam-marking.page
-share/gnome/help/evolution/sl/mail-spam-settings.page
-share/gnome/help/evolution/sl/mail-spam.page
-share/gnome/help/evolution/sl/mail-two-trash-folders.page
-share/gnome/help/evolution/sl/mail-usenet-subscriptions.page
-share/gnome/help/evolution/sl/mail-vertical-view.page
-share/gnome/help/evolution/sl/mail-word-wrap.page
-share/gnome/help/evolution/sl/mail-working-offline.page
-share/gnome/help/evolution/sl/memos-searching.page
-share/gnome/help/evolution/sl/memos-usage-add-memo.page
-share/gnome/help/evolution/sl/memos-usage-delete-memo.page
-share/gnome/help/evolution/sl/memos-usage-edit-memo.page
-share/gnome/help/evolution/sl/memos-usage.page
-share/gnome/help/evolution/sl/minimize-to-system-tray.page
-share/gnome/help/evolution/sl/organizing.page
-share/gnome/help/evolution/sl/problems-debug-how-to.page
-share/gnome/help/evolution/sl/problems-getting-help.page
-share/gnome/help/evolution/sl/problems-reporting-bugs.page
-share/gnome/help/evolution/sl/searching-items.page
-share/gnome/help/evolution/sl/sync-with-other-devices.page
-share/gnome/help/evolution/sl/tasks-caldav.page
-share/gnome/help/evolution/sl/tasks-display-settings.page
-share/gnome/help/evolution/sl/tasks-local.page
-share/gnome/help/evolution/sl/tasks-organizing.page
-share/gnome/help/evolution/sl/tasks-searching.page
-share/gnome/help/evolution/sl/tasks-usage-add-task.page
-share/gnome/help/evolution/sl/tasks-usage-delete-task.page
-share/gnome/help/evolution/sl/tasks-usage-edit-task.page
-share/gnome/help/evolution/sl/tasks-usage.page
-share/gnome/help/evolution/sl/tasks-using-several-tasklists.page
-share/gnome/help/evolution/sl/tasks-webdav.page
-share/gnome/help/evolution/sl/using-categories.page
-share/gnome/help/evolution/sv/backup-restore.page
-share/gnome/help/evolution/sv/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/sv/calendar-caldav.page
-share/gnome/help/evolution/sv/calendar-classifications.page
-share/gnome/help/evolution/sv/calendar-free-busy.page
-share/gnome/help/evolution/sv/calendar-google.page
-share/gnome/help/evolution/sv/calendar-layout-appointment-display.page
-share/gnome/help/evolution/sv/calendar-layout-general-formatting.page
-share/gnome/help/evolution/sv/calendar-layout-views.page
-share/gnome/help/evolution/sv/calendar-layout.page
-share/gnome/help/evolution/sv/calendar-local.page
-share/gnome/help/evolution/sv/calendar-marcus-bains-line.page
-share/gnome/help/evolution/sv/calendar-meetings-delegating.page
-share/gnome/help/evolution/sv/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/sv/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/sv/calendar-meetings.page
-share/gnome/help/evolution/sv/calendar-organizing.page
-share/gnome/help/evolution/sv/calendar-publishing.page
-share/gnome/help/evolution/sv/calendar-recurrence.page
-share/gnome/help/evolution/sv/calendar-searching.page
-share/gnome/help/evolution/sv/calendar-sharing-information.page
-share/gnome/help/evolution/sv/calendar-timezones.page
-share/gnome/help/evolution/sv/calendar-usage-add-appointment.page
-share/gnome/help/evolution/sv/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/sv/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/sv/calendar-usage.page
-share/gnome/help/evolution/sv/calendar-using-several-calendars.page
-share/gnome/help/evolution/sv/calendar-weather.page
-share/gnome/help/evolution/sv/calendar-webdav.page
-share/gnome/help/evolution/sv/change-switcher-appearance.page
-share/gnome/help/evolution/sv/contacts-add-automatically.page
-share/gnome/help/evolution/sv/contacts-autocompletion.page
-share/gnome/help/evolution/sv/contacts-google.page
-share/gnome/help/evolution/sv/contacts-ldap.page
-share/gnome/help/evolution/sv/contacts-local.page
-share/gnome/help/evolution/sv/contacts-organizing.page
-share/gnome/help/evolution/sv/contacts-searching.page
-share/gnome/help/evolution/sv/contacts-usage-add-contact.page
-share/gnome/help/evolution/sv/contacts-usage-delete-contact.page
-share/gnome/help/evolution/sv/contacts-usage-edit-contact.page
-share/gnome/help/evolution/sv/contacts-usage.page
-share/gnome/help/evolution/sv/contacts-using-contact-lists.page
-share/gnome/help/evolution/sv/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/sv/credits.page
-share/gnome/help/evolution/sv/data-storage.page
-share/gnome/help/evolution/sv/default-browser.page
-share/gnome/help/evolution/sv/deleting-appointments.page
-share/gnome/help/evolution/sv/deleting-emails.page
-share/gnome/help/evolution/sv/deleting-to-free-disk-space.page
-share/gnome/help/evolution/sv/exchange-connectors-overview.page
-share/gnome/help/evolution/sv/exchange-placeholder.page
-share/gnome/help/evolution/sv/exporting-data-calendar.page
-share/gnome/help/evolution/sv/exporting-data-contacts.page
-share/gnome/help/evolution/sv/exporting-data-mail.page
-share/gnome/help/evolution/sv/exporting-data.page
-share/gnome/help/evolution/sv/express-mode.page
-share/gnome/help/evolution/sv/figures/color-204a87.png
-share/gnome/help/evolution/sv/figures/color-2e3436.png
-share/gnome/help/evolution/sv/figures/color-4e9a06.png
-share/gnome/help/evolution/sv/figures/color-5c3566.png
-share/gnome/help/evolution/sv/figures/color-8f5902.png
-share/gnome/help/evolution/sv/figures/color-a40000.png
-share/gnome/help/evolution/sv/figures/color-c4a000.png
-share/gnome/help/evolution/sv/figures/color-ce5c00.png
-share/gnome/help/evolution/sv/figures/evolutionlogo.png
-share/gnome/help/evolution/sv/figures/minus-icon.png
-share/gnome/help/evolution/sv/figures/new-mail-notification.png
-share/gnome/help/evolution/sv/figures/new-mail-switcher.png
-share/gnome/help/evolution/sv/figures/plus-icon.png
-share/gnome/help/evolution/sv/figures/search-icon.png
-share/gnome/help/evolution/sv/figures/window-overview-layers.png
-share/gnome/help/evolution/sv/google-services.page
-share/gnome/help/evolution/sv/groupwise-placeholder.page
-share/gnome/help/evolution/sv/import-apps-mozilla.page
-share/gnome/help/evolution/sv/import-apps-outlook.page
-share/gnome/help/evolution/sv/import-data.page
-share/gnome/help/evolution/sv/import-single-files.page
-share/gnome/help/evolution/sv/import-supported-file-formats.page
-share/gnome/help/evolution/sv/index.page
-share/gnome/help/evolution/sv/intro-first-run.page
-share/gnome/help/evolution/sv/intro-main-window.page
-share/gnome/help/evolution/sv/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/sv/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/sv/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/sv/mail-account-manage-imap.page
-share/gnome/help/evolution/sv/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/sv/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/sv/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/sv/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/sv/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/sv/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/sv/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/sv/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/sv/mail-account-manage-pop.page
-share/gnome/help/evolution/sv/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/sv/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/sv/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/sv/mail-account-management.page
-share/gnome/help/evolution/sv/mail-attachments-received.page
-share/gnome/help/evolution/sv/mail-attachments-sending.page
-share/gnome/help/evolution/sv/mail-attachments.page
-share/gnome/help/evolution/sv/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/sv/mail-cannot-see.page
-share/gnome/help/evolution/sv/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/sv/mail-change-time-format.page
-share/gnome/help/evolution/sv/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/sv/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/sv/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/sv/mail-composer-forward.page
-share/gnome/help/evolution/sv/mail-composer-html-image.page
-share/gnome/help/evolution/sv/mail-composer-html-link.page
-share/gnome/help/evolution/sv/mail-composer-html-rule.page
-share/gnome/help/evolution/sv/mail-composer-html-table.page
-share/gnome/help/evolution/sv/mail-composer-html-text.page
-share/gnome/help/evolution/sv/mail-composer-html.page
-share/gnome/help/evolution/sv/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/sv/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/sv/mail-composer-mail-signatures.page
-share/gnome/help/evolution/sv/mail-composer-message-templates.page
-share/gnome/help/evolution/sv/mail-composer-priority.page
-share/gnome/help/evolution/sv/mail-composer-reply.page
-share/gnome/help/evolution/sv/mail-composer-search.page
-share/gnome/help/evolution/sv/mail-composer-several-recipients.page
-share/gnome/help/evolution/sv/mail-composer-spellcheck.page
-share/gnome/help/evolution/sv/mail-composer-write-new-message.page
-share/gnome/help/evolution/sv/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/sv/mail-default-folder-locations.page
-share/gnome/help/evolution/sv/mail-delete-and-undelete.page
-share/gnome/help/evolution/sv/mail-displaying-character-encodings.page
-share/gnome/help/evolution/sv/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/sv/mail-displaying-images-in-html.page
-share/gnome/help/evolution/sv/mail-displaying-message.page
-share/gnome/help/evolution/sv/mail-displaying-no-css.page
-share/gnome/help/evolution/sv/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/sv/mail-duplicates.page
-share/gnome/help/evolution/sv/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/sv/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/sv/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/sv/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/sv/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/sv/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/sv/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/sv/mail-encryption.page
-share/gnome/help/evolution/sv/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/sv/mail-error-no-provider-available.page
-share/gnome/help/evolution/sv/mail-filters-actions.page
-share/gnome/help/evolution/sv/mail-filters-conditions.page
-share/gnome/help/evolution/sv/mail-filters-not-working.page
-share/gnome/help/evolution/sv/mail-filters.page
-share/gnome/help/evolution/sv/mail-folders.page
-share/gnome/help/evolution/sv/mail-follow-up-flag.page
-share/gnome/help/evolution/sv/mail-imap-headers.page
-share/gnome/help/evolution/sv/mail-imap-subscriptions.page
-share/gnome/help/evolution/sv/mail-labels.page
-share/gnome/help/evolution/sv/mail-layout-changing.page
-share/gnome/help/evolution/sv/mail-moving-emails.page
-share/gnome/help/evolution/sv/mail-not-sent.page
-share/gnome/help/evolution/sv/mail-organizing.page
-share/gnome/help/evolution/sv/mail-read-receipts.page
-share/gnome/help/evolution/sv/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/sv/mail-received-notification.page
-share/gnome/help/evolution/sv/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/sv/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/sv/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/sv/mail-receiving-options-imap.page
-share/gnome/help/evolution/sv/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/sv/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/sv/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/sv/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/sv/mail-receiving-options-pop.page
-share/gnome/help/evolution/sv/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/sv/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/sv/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/sv/mail-receiving-options.page
-share/gnome/help/evolution/sv/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/sv/mail-refresh-folders.page
-share/gnome/help/evolution/sv/mail-search-folders-add.page
-share/gnome/help/evolution/sv/mail-search-folders-conditions.page
-share/gnome/help/evolution/sv/mail-search-folders-refresh.page
-share/gnome/help/evolution/sv/mail-search-folders.page
-share/gnome/help/evolution/sv/mail-searching-attachment-type.page
-share/gnome/help/evolution/sv/mail-searching.page
-share/gnome/help/evolution/sv/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/sv/mail-send-and-receive-manual.page
-share/gnome/help/evolution/sv/mail-send-and-receive.page
-share/gnome/help/evolution/sv/mail-sending-options-smtp.page
-share/gnome/help/evolution/sv/mail-several-pop-accounts.page
-share/gnome/help/evolution/sv/mail-sorting-message-list.page
-share/gnome/help/evolution/sv/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/sv/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/sv/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/sv/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/sv/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/sv/mail-spam-marking.page
-share/gnome/help/evolution/sv/mail-spam-settings.page
-share/gnome/help/evolution/sv/mail-spam.page
-share/gnome/help/evolution/sv/mail-two-trash-folders.page
-share/gnome/help/evolution/sv/mail-usenet-subscriptions.page
-share/gnome/help/evolution/sv/mail-vertical-view.page
-share/gnome/help/evolution/sv/mail-word-wrap.page
-share/gnome/help/evolution/sv/mail-working-offline.page
-share/gnome/help/evolution/sv/memos-searching.page
-share/gnome/help/evolution/sv/memos-usage-add-memo.page
-share/gnome/help/evolution/sv/memos-usage-delete-memo.page
-share/gnome/help/evolution/sv/memos-usage-edit-memo.page
-share/gnome/help/evolution/sv/memos-usage.page
-share/gnome/help/evolution/sv/minimize-to-system-tray.page
-share/gnome/help/evolution/sv/organizing.page
-share/gnome/help/evolution/sv/problems-debug-how-to.page
-share/gnome/help/evolution/sv/problems-getting-help.page
-share/gnome/help/evolution/sv/problems-reporting-bugs.page
-share/gnome/help/evolution/sv/searching-items.page
-share/gnome/help/evolution/sv/sync-with-other-devices.page
-share/gnome/help/evolution/sv/tasks-caldav.page
-share/gnome/help/evolution/sv/tasks-display-settings.page
-share/gnome/help/evolution/sv/tasks-local.page
-share/gnome/help/evolution/sv/tasks-organizing.page
-share/gnome/help/evolution/sv/tasks-searching.page
-share/gnome/help/evolution/sv/tasks-usage-add-task.page
-share/gnome/help/evolution/sv/tasks-usage-delete-task.page
-share/gnome/help/evolution/sv/tasks-usage-edit-task.page
-share/gnome/help/evolution/sv/tasks-usage.page
-share/gnome/help/evolution/sv/tasks-using-several-tasklists.page
-share/gnome/help/evolution/sv/tasks-webdav.page
-share/gnome/help/evolution/sv/using-categories.page
-share/gnome/help/evolution/zh_CN/backup-restore.page
-share/gnome/help/evolution/zh_CN/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/zh_CN/calendar-caldav.page
-share/gnome/help/evolution/zh_CN/calendar-classifications.page
-share/gnome/help/evolution/zh_CN/calendar-free-busy.page
-share/gnome/help/evolution/zh_CN/calendar-google.page
-share/gnome/help/evolution/zh_CN/calendar-layout-appointment-display.page
-share/gnome/help/evolution/zh_CN/calendar-layout-general-formatting.page
-share/gnome/help/evolution/zh_CN/calendar-layout-views.page
-share/gnome/help/evolution/zh_CN/calendar-layout.page
-share/gnome/help/evolution/zh_CN/calendar-local.page
-share/gnome/help/evolution/zh_CN/calendar-marcus-bains-line.page
-share/gnome/help/evolution/zh_CN/calendar-meetings-delegating.page
-share/gnome/help/evolution/zh_CN/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/zh_CN/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/zh_CN/calendar-meetings.page
-share/gnome/help/evolution/zh_CN/calendar-organizing.page
-share/gnome/help/evolution/zh_CN/calendar-publishing.page
-share/gnome/help/evolution/zh_CN/calendar-recurrence.page
-share/gnome/help/evolution/zh_CN/calendar-searching.page
-share/gnome/help/evolution/zh_CN/calendar-sharing-information.page
-share/gnome/help/evolution/zh_CN/calendar-timezones.page
-share/gnome/help/evolution/zh_CN/calendar-usage-add-appointment.page
-share/gnome/help/evolution/zh_CN/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/zh_CN/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/zh_CN/calendar-usage.page
-share/gnome/help/evolution/zh_CN/calendar-using-several-calendars.page
-share/gnome/help/evolution/zh_CN/calendar-weather.page
-share/gnome/help/evolution/zh_CN/calendar-webdav.page
-share/gnome/help/evolution/zh_CN/change-switcher-appearance.page
-share/gnome/help/evolution/zh_CN/contacts-add-automatically.page
-share/gnome/help/evolution/zh_CN/contacts-autocompletion.page
-share/gnome/help/evolution/zh_CN/contacts-google.page
-share/gnome/help/evolution/zh_CN/contacts-ldap.page
-share/gnome/help/evolution/zh_CN/contacts-local.page
-share/gnome/help/evolution/zh_CN/contacts-organizing.page
-share/gnome/help/evolution/zh_CN/contacts-searching.page
-share/gnome/help/evolution/zh_CN/contacts-usage-add-contact.page
-share/gnome/help/evolution/zh_CN/contacts-usage-delete-contact.page
-share/gnome/help/evolution/zh_CN/contacts-usage-edit-contact.page
-share/gnome/help/evolution/zh_CN/contacts-usage.page
-share/gnome/help/evolution/zh_CN/contacts-using-contact-lists.page
-share/gnome/help/evolution/zh_CN/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/zh_CN/credits.page
-share/gnome/help/evolution/zh_CN/data-storage.page
-share/gnome/help/evolution/zh_CN/default-browser.page
-share/gnome/help/evolution/zh_CN/deleting-appointments.page
-share/gnome/help/evolution/zh_CN/deleting-emails.page
-share/gnome/help/evolution/zh_CN/deleting-to-free-disk-space.page
-share/gnome/help/evolution/zh_CN/exchange-connectors-overview.page
-share/gnome/help/evolution/zh_CN/exchange-placeholder.page
-share/gnome/help/evolution/zh_CN/exporting-data-calendar.page
-share/gnome/help/evolution/zh_CN/exporting-data-contacts.page
-share/gnome/help/evolution/zh_CN/exporting-data-mail.page
-share/gnome/help/evolution/zh_CN/exporting-data.page
-share/gnome/help/evolution/zh_CN/express-mode.page
-share/gnome/help/evolution/zh_CN/figures/color-204a87.png
-share/gnome/help/evolution/zh_CN/figures/color-2e3436.png
-share/gnome/help/evolution/zh_CN/figures/color-4e9a06.png
-share/gnome/help/evolution/zh_CN/figures/color-5c3566.png
-share/gnome/help/evolution/zh_CN/figures/color-8f5902.png
-share/gnome/help/evolution/zh_CN/figures/color-a40000.png
-share/gnome/help/evolution/zh_CN/figures/color-c4a000.png
-share/gnome/help/evolution/zh_CN/figures/color-ce5c00.png
-share/gnome/help/evolution/zh_CN/figures/evolutionlogo.png
-share/gnome/help/evolution/zh_CN/figures/minus-icon.png
-share/gnome/help/evolution/zh_CN/figures/new-mail-notification.png
-share/gnome/help/evolution/zh_CN/figures/new-mail-switcher.png
-share/gnome/help/evolution/zh_CN/figures/plus-icon.png
-share/gnome/help/evolution/zh_CN/figures/search-icon.png
-share/gnome/help/evolution/zh_CN/figures/window-overview-layers.png
-share/gnome/help/evolution/zh_CN/google-services.page
-share/gnome/help/evolution/zh_CN/groupwise-placeholder.page
-share/gnome/help/evolution/zh_CN/import-apps-mozilla.page
-share/gnome/help/evolution/zh_CN/import-apps-outlook.page
-share/gnome/help/evolution/zh_CN/import-data.page
-share/gnome/help/evolution/zh_CN/import-single-files.page
-share/gnome/help/evolution/zh_CN/import-supported-file-formats.page
-share/gnome/help/evolution/zh_CN/index.page
-share/gnome/help/evolution/zh_CN/intro-first-run.page
-share/gnome/help/evolution/zh_CN/intro-main-window.page
-share/gnome/help/evolution/zh_CN/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/zh_CN/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-imap.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-pop.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/zh_CN/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/zh_CN/mail-account-management.page
-share/gnome/help/evolution/zh_CN/mail-attachments-received.page
-share/gnome/help/evolution/zh_CN/mail-attachments-sending.page
-share/gnome/help/evolution/zh_CN/mail-attachments.page
-share/gnome/help/evolution/zh_CN/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/zh_CN/mail-cannot-see.page
-share/gnome/help/evolution/zh_CN/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/zh_CN/mail-change-time-format.page
-share/gnome/help/evolution/zh_CN/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/zh_CN/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/zh_CN/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/zh_CN/mail-composer-forward.page
-share/gnome/help/evolution/zh_CN/mail-composer-html-image.page
-share/gnome/help/evolution/zh_CN/mail-composer-html-link.page
-share/gnome/help/evolution/zh_CN/mail-composer-html-rule.page
-share/gnome/help/evolution/zh_CN/mail-composer-html-table.page
-share/gnome/help/evolution/zh_CN/mail-composer-html-text.page
-share/gnome/help/evolution/zh_CN/mail-composer-html.page
-share/gnome/help/evolution/zh_CN/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/zh_CN/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/zh_CN/mail-composer-mail-signatures.page
-share/gnome/help/evolution/zh_CN/mail-composer-message-templates.page
-share/gnome/help/evolution/zh_CN/mail-composer-priority.page
-share/gnome/help/evolution/zh_CN/mail-composer-reply.page
-share/gnome/help/evolution/zh_CN/mail-composer-search.page
-share/gnome/help/evolution/zh_CN/mail-composer-several-recipients.page
-share/gnome/help/evolution/zh_CN/mail-composer-spellcheck.page
-share/gnome/help/evolution/zh_CN/mail-composer-write-new-message.page
-share/gnome/help/evolution/zh_CN/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/zh_CN/mail-default-folder-locations.page
-share/gnome/help/evolution/zh_CN/mail-delete-and-undelete.page
-share/gnome/help/evolution/zh_CN/mail-displaying-character-encodings.page
-share/gnome/help/evolution/zh_CN/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/zh_CN/mail-displaying-images-in-html.page
-share/gnome/help/evolution/zh_CN/mail-displaying-message.page
-share/gnome/help/evolution/zh_CN/mail-displaying-no-css.page
-share/gnome/help/evolution/zh_CN/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/zh_CN/mail-duplicates.page
-share/gnome/help/evolution/zh_CN/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/zh_CN/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/zh_CN/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/zh_CN/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/zh_CN/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/zh_CN/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/zh_CN/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/zh_CN/mail-encryption.page
-share/gnome/help/evolution/zh_CN/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/zh_CN/mail-error-no-provider-available.page
-share/gnome/help/evolution/zh_CN/mail-filters-actions.page
-share/gnome/help/evolution/zh_CN/mail-filters-conditions.page
-share/gnome/help/evolution/zh_CN/mail-filters-not-working.page
-share/gnome/help/evolution/zh_CN/mail-filters.page
-share/gnome/help/evolution/zh_CN/mail-folders.page
-share/gnome/help/evolution/zh_CN/mail-follow-up-flag.page
-share/gnome/help/evolution/zh_CN/mail-imap-headers.page
-share/gnome/help/evolution/zh_CN/mail-imap-subscriptions.page
-share/gnome/help/evolution/zh_CN/mail-labels.page
-share/gnome/help/evolution/zh_CN/mail-layout-changing.page
-share/gnome/help/evolution/zh_CN/mail-moving-emails.page
-share/gnome/help/evolution/zh_CN/mail-not-sent.page
-share/gnome/help/evolution/zh_CN/mail-organizing.page
-share/gnome/help/evolution/zh_CN/mail-read-receipts.page
-share/gnome/help/evolution/zh_CN/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/zh_CN/mail-received-notification.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-imap.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-pop.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options.page
-share/gnome/help/evolution/zh_CN/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/zh_CN/mail-refresh-folders.page
-share/gnome/help/evolution/zh_CN/mail-search-folders-add.page
-share/gnome/help/evolution/zh_CN/mail-search-folders-conditions.page
-share/gnome/help/evolution/zh_CN/mail-search-folders-refresh.page
-share/gnome/help/evolution/zh_CN/mail-search-folders.page
-share/gnome/help/evolution/zh_CN/mail-searching-attachment-type.page
-share/gnome/help/evolution/zh_CN/mail-searching.page
-share/gnome/help/evolution/zh_CN/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/zh_CN/mail-send-and-receive-manual.page
-share/gnome/help/evolution/zh_CN/mail-send-and-receive.page
-share/gnome/help/evolution/zh_CN/mail-sending-options-smtp.page
-share/gnome/help/evolution/zh_CN/mail-several-pop-accounts.page
-share/gnome/help/evolution/zh_CN/mail-sorting-message-list.page
-share/gnome/help/evolution/zh_CN/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/zh_CN/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/zh_CN/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/zh_CN/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/zh_CN/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/zh_CN/mail-spam-marking.page
-share/gnome/help/evolution/zh_CN/mail-spam-settings.page
-share/gnome/help/evolution/zh_CN/mail-spam.page
-share/gnome/help/evolution/zh_CN/mail-two-trash-folders.page
-share/gnome/help/evolution/zh_CN/mail-usenet-subscriptions.page
-share/gnome/help/evolution/zh_CN/mail-vertical-view.page
-share/gnome/help/evolution/zh_CN/mail-word-wrap.page
-share/gnome/help/evolution/zh_CN/mail-working-offline.page
-share/gnome/help/evolution/zh_CN/memos-searching.page
-share/gnome/help/evolution/zh_CN/memos-usage-add-memo.page
-share/gnome/help/evolution/zh_CN/memos-usage-delete-memo.page
-share/gnome/help/evolution/zh_CN/memos-usage-edit-memo.page
-share/gnome/help/evolution/zh_CN/memos-usage.page
-share/gnome/help/evolution/zh_CN/minimize-to-system-tray.page
-share/gnome/help/evolution/zh_CN/organizing.page
-share/gnome/help/evolution/zh_CN/problems-debug-how-to.page
-share/gnome/help/evolution/zh_CN/problems-getting-help.page
-share/gnome/help/evolution/zh_CN/problems-reporting-bugs.page
-share/gnome/help/evolution/zh_CN/searching-items.page
-share/gnome/help/evolution/zh_CN/sync-with-other-devices.page
-share/gnome/help/evolution/zh_CN/tasks-caldav.page
-share/gnome/help/evolution/zh_CN/tasks-display-settings.page
-share/gnome/help/evolution/zh_CN/tasks-local.page
-share/gnome/help/evolution/zh_CN/tasks-organizing.page
-share/gnome/help/evolution/zh_CN/tasks-searching.page
-share/gnome/help/evolution/zh_CN/tasks-usage-add-task.page
-share/gnome/help/evolution/zh_CN/tasks-usage-delete-task.page
-share/gnome/help/evolution/zh_CN/tasks-usage-edit-task.page
-share/gnome/help/evolution/zh_CN/tasks-usage.page
-share/gnome/help/evolution/zh_CN/tasks-using-several-tasklists.page
-share/gnome/help/evolution/zh_CN/tasks-webdav.page
-share/gnome/help/evolution/zh_CN/using-categories.page
share/icons/hicolor/16x16/apps/evolution-mail.png
share/icons/hicolor/16x16/apps/evolution-memos.png
share/icons/hicolor/16x16/apps/evolution-tasks.png
@@ -4785,6 +1029,4069 @@ 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
@@ -4874,354 +5181,7 @@ 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/mime-info/evolution.mime
-share/gnome/help/evolution/C/change-keyboard-shortcuts.page
-share/gnome/help/evolution/C/contacts-libreoffice.page
-share/gnome/help/evolution/C/intro-application.page
-share/gnome/help/evolution/C/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/C/offline.page
-share/gnome/help/evolution/cs/change-keyboard-shortcuts.page
-share/gnome/help/evolution/cs/contacts-libreoffice.page
-share/gnome/help/evolution/cs/intro-application.page
-share/gnome/help/evolution/cs/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/cs/offline.page
-share/gnome/help/evolution/de/change-keyboard-shortcuts.page
-share/gnome/help/evolution/de/contacts-libreoffice.page
-share/gnome/help/evolution/de/intro-application.page
-share/gnome/help/evolution/de/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/de/offline.page
-share/gnome/help/evolution/el/change-keyboard-shortcuts.page
-share/gnome/help/evolution/el/contacts-libreoffice.page
-share/gnome/help/evolution/el/intro-application.page
-share/gnome/help/evolution/el/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/el/offline.page
-share/gnome/help/evolution/en_GB/change-keyboard-shortcuts.page
-share/gnome/help/evolution/en_GB/contacts-libreoffice.page
-share/gnome/help/evolution/en_GB/intro-application.page
-share/gnome/help/evolution/en_GB/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/en_GB/offline.page
-share/gnome/help/evolution/es/change-keyboard-shortcuts.page
-share/gnome/help/evolution/es/contacts-libreoffice.page
-share/gnome/help/evolution/es/intro-application.page
-share/gnome/help/evolution/es/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/es/offline.page
-share/gnome/help/evolution/eu/change-keyboard-shortcuts.page
-share/gnome/help/evolution/eu/contacts-libreoffice.page
-share/gnome/help/evolution/eu/intro-application.page
-share/gnome/help/evolution/eu/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/eu/offline.page
-share/gnome/help/evolution/fr/change-keyboard-shortcuts.page
-share/gnome/help/evolution/fr/contacts-libreoffice.page
-share/gnome/help/evolution/fr/intro-application.page
-share/gnome/help/evolution/fr/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/fr/offline.page
-share/gnome/help/evolution/gl/change-keyboard-shortcuts.page
-share/gnome/help/evolution/gl/contacts-libreoffice.page
-share/gnome/help/evolution/gl/intro-application.page
-share/gnome/help/evolution/gl/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/gl/offline.page
-share/gnome/help/evolution/hu/change-keyboard-shortcuts.page
-share/gnome/help/evolution/hu/contacts-libreoffice.page
-share/gnome/help/evolution/hu/intro-application.page
-share/gnome/help/evolution/hu/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/hu/offline.page
-share/gnome/help/evolution/mk/change-keyboard-shortcuts.page
-share/gnome/help/evolution/mk/contacts-libreoffice.page
-share/gnome/help/evolution/mk/intro-application.page
-share/gnome/help/evolution/mk/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/mk/offline.page
-share/gnome/help/evolution/oc/change-keyboard-shortcuts.page
-share/gnome/help/evolution/oc/contacts-libreoffice.page
-share/gnome/help/evolution/oc/intro-application.page
-share/gnome/help/evolution/oc/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/oc/offline.page
-share/gnome/help/evolution/ru/change-keyboard-shortcuts.page
-share/gnome/help/evolution/ru/contacts-libreoffice.page
-share/gnome/help/evolution/ru/intro-application.page
-share/gnome/help/evolution/ru/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/ru/offline.page
-share/gnome/help/evolution/sl/change-keyboard-shortcuts.page
-share/gnome/help/evolution/sl/contacts-libreoffice.page
-share/gnome/help/evolution/sl/intro-application.page
-share/gnome/help/evolution/sl/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/sl/offline.page
-share/gnome/help/evolution/sv/change-keyboard-shortcuts.page
-share/gnome/help/evolution/sv/contacts-libreoffice.page
-share/gnome/help/evolution/sv/intro-application.page
-share/gnome/help/evolution/sv/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/sv/offline.page
-share/gnome/help/evolution/te/backup-restore.page
-share/gnome/help/evolution/te/calendar-alarms-and-reminders.page
-share/gnome/help/evolution/te/calendar-caldav.page
-share/gnome/help/evolution/te/calendar-classifications.page
-share/gnome/help/evolution/te/calendar-free-busy.page
-share/gnome/help/evolution/te/calendar-google.page
-share/gnome/help/evolution/te/calendar-layout-appointment-display.page
-share/gnome/help/evolution/te/calendar-layout-general-formatting.page
-share/gnome/help/evolution/te/calendar-layout.page
-share/gnome/help/evolution/te/calendar-layout-views.page
-share/gnome/help/evolution/te/calendar-local.page
-share/gnome/help/evolution/te/calendar-marcus-bains-line.page
-share/gnome/help/evolution/te/calendar-meetings-delegating.page
-share/gnome/help/evolution/te/calendar-meetings.page
-share/gnome/help/evolution/te/calendar-meetings-replying-to-invitation.page
-share/gnome/help/evolution/te/calendar-meetings-sending-invitation.page
-share/gnome/help/evolution/te/calendar-organizing.page
-share/gnome/help/evolution/te/calendar-publishing.page
-share/gnome/help/evolution/te/calendar-recurrence.page
-share/gnome/help/evolution/te/calendar-searching.page
-share/gnome/help/evolution/te/calendar-sharing-information.page
-share/gnome/help/evolution/te/calendar-timezones.page
-share/gnome/help/evolution/te/calendar-usage-add-appointment.page
-share/gnome/help/evolution/te/calendar-usage-delete-appointment.page
-share/gnome/help/evolution/te/calendar-usage-edit-appointment.page
-share/gnome/help/evolution/te/figures/color-204a87.png
-share/gnome/help/evolution/te/figures/color-2e3436.png
-share/gnome/help/evolution/te/figures/color-4e9a06.png
-share/gnome/help/evolution/te/figures/color-5c3566.png
-share/gnome/help/evolution/te/figures/color-8f5902.png
-share/gnome/help/evolution/te/figures/color-a40000.png
-share/gnome/help/evolution/te/figures/color-c4a000.png
-share/gnome/help/evolution/te/figures/color-ce5c00.png
-share/gnome/help/evolution/te/figures/evolutionlogo.png
-share/gnome/help/evolution/te/figures/minus-icon.png
-share/gnome/help/evolution/te/figures/new-mail-notification.png
-share/gnome/help/evolution/te/figures/new-mail-switcher.png
-share/gnome/help/evolution/te/figures/plus-icon.png
-share/gnome/help/evolution/te/figures/search-icon.png
-share/gnome/help/evolution/te/figures/window-overview-layers.png
-share/gnome/help/evolution/te/calendar-usage.page
-share/gnome/help/evolution/te/calendar-using-several-calendars.page
-share/gnome/help/evolution/te/calendar-weather.page
-share/gnome/help/evolution/te/calendar-webdav.page
-share/gnome/help/evolution/te/change-keyboard-shortcuts.page
-share/gnome/help/evolution/te/change-switcher-appearance.page
-share/gnome/help/evolution/te/contacts-add-automatically.page
-share/gnome/help/evolution/te/contacts-autocompletion.page
-share/gnome/help/evolution/te/contacts-google.page
-share/gnome/help/evolution/te/contacts-ldap.page
-share/gnome/help/evolution/te/contacts-libreoffice.page
-share/gnome/help/evolution/te/contacts-local.page
-share/gnome/help/evolution/te/contacts-organizing.page
-share/gnome/help/evolution/te/contacts-searching.page
-share/gnome/help/evolution/te/index.page
-share/gnome/help/evolution/te/contacts-usage-add-contact.page
-share/gnome/help/evolution/te/contacts-usage-delete-contact.page
-share/gnome/help/evolution/te/contacts-usage-edit-contact.page
-share/gnome/help/evolution/te/contacts-usage.page
-share/gnome/help/evolution/te/contacts-using-contact-lists.page
-share/gnome/help/evolution/te/contacts-using-several-addressbooks.page
-share/gnome/help/evolution/te/credits.page
-share/gnome/help/evolution/te/data-storage.page
-share/gnome/help/evolution/te/default-browser.page
-share/gnome/help/evolution/te/deleting-appointments.page
-share/gnome/help/evolution/te/deleting-emails.page
-share/gnome/help/evolution/te/deleting-to-free-disk-space.page
-share/gnome/help/evolution/te/exchange-connectors-overview.page
-share/gnome/help/evolution/te/exchange-placeholder.page
-share/gnome/help/evolution/te/exporting-data-calendar.page
-share/gnome/help/evolution/te/exporting-data-contacts.page
-share/gnome/help/evolution/te/exporting-data-mail.page
-share/gnome/help/evolution/te/exporting-data.page
-share/gnome/help/evolution/te/express-mode.page
-share/gnome/help/evolution/te/google-services.page
-share/gnome/help/evolution/te/groupwise-placeholder.page
-share/gnome/help/evolution/te/import-apps-mozilla.page
-share/gnome/help/evolution/te/import-apps-outlook.page
-share/gnome/help/evolution/te/import-data.page
-share/gnome/help/evolution/te/import-single-files.page
-share/gnome/help/evolution/te/import-supported-file-formats.page
-share/gnome/help/evolution/te/intro-application.page
-share/gnome/help/evolution/te/mail-spam.page
-share/gnome/help/evolution/te/intro-first-run.page
-share/gnome/help/evolution/te/intro-main-window.page
-share/gnome/help/evolution/te/mail-access-gmail-imap-account.page
-share/gnome/help/evolution/te/mail-access-gmail-pop-account.page
-share/gnome/help/evolution/te/mail-account-manage-imap.page
-share/gnome/help/evolution/te/mail-account-manage-imap-plus.page
-share/gnome/help/evolution/te/mail-account-manage-local-delivery.page
-share/gnome/help/evolution/te/mail-account-manage-maildir-format-directories.page
-share/gnome/help/evolution/te/mail-account-management.page
-share/gnome/help/evolution/te/mail-account-manage-mh-format-directories.page
-share/gnome/help/evolution/te/mail-account-manage-microsoft-exchange-evo-ews.page
-share/gnome/help/evolution/te/mail-account-manage-microsoft-exchange-evo-exchange.page
-share/gnome/help/evolution/te/mail-account-manage-microsoft-exchange-evo-mapi.page
-share/gnome/help/evolution/te/mail-account-manage-microsoft-exchange.page
-share/gnome/help/evolution/te/mail-account-manage-novell-groupwise.page
-share/gnome/help/evolution/te/mail-account-manage-pop.page
-share/gnome/help/evolution/te/mail-account-manage-unix-mbox-spool-directory.page
-share/gnome/help/evolution/te/mail-account-manage-unix-mbox-spool-file.page
-share/gnome/help/evolution/te/mail-account-manage-usenet-news.page
-share/gnome/help/evolution/te/mail-attachments.page
-share/gnome/help/evolution/te/mail-attachments-received.page
-share/gnome/help/evolution/te/mail-attachments-sending.page
-share/gnome/help/evolution/te/mail-calendar-sending-invitations.page
-share/gnome/help/evolution/te/mail-cannot-see.page
-share/gnome/help/evolution/te/mail-change-columns-in-message-list.page
-share/gnome/help/evolution/te/mail-change-time-format.page
-share/gnome/help/evolution/te/mail-composer-change-quotation-string.page
-share/gnome/help/evolution/te/mail-composer-custom-header-lines.page
-share/gnome/help/evolution/te/mail-composer-forward-as-attachment.page
-share/gnome/help/evolution/te/mail-composer-forward.page
-share/gnome/help/evolution/te/mail-composer-html-image.page
-share/gnome/help/evolution/te/mail-composer-html-link.page
-share/gnome/help/evolution/te/mail-composer-html.page
-share/gnome/help/evolution/te/mail-composer-html-rule.page
-share/gnome/help/evolution/te/mail-composer-html-table.page
-share/gnome/help/evolution/te/mail-composer-html-text.page
-share/gnome/help/evolution/te/mail-composer-mail-signatures-manage.page
-share/gnome/help/evolution/te/mail-composer-mail-signatures.page
-share/gnome/help/evolution/te/mail-composer-mail-signatures-per-account.page
-share/gnome/help/evolution/te/mail-composer-message-templates.page
-share/gnome/help/evolution/te/mail-composer-priority.page
-share/gnome/help/evolution/te/mail-composer-reply.page
-share/gnome/help/evolution/te/mail-composer-search.page
-share/gnome/help/evolution/te/mail-composer-several-recipients.page
-share/gnome/help/evolution/te/mail-displaying-no-css.page
-share/gnome/help/evolution/te/mail-composer-spellcheck.page
-share/gnome/help/evolution/te/mail-composer-write-new-message.page
-share/gnome/help/evolution/te/mail-default-CC-and-BCC.page
-share/gnome/help/evolution/te/mail-default-folder-locations.page
-share/gnome/help/evolution/te/mail-delete-and-undelete.page
-share/gnome/help/evolution/te/mail-displaying-character-encodings.page
-share/gnome/help/evolution/te/mail-displaying-collapsible-headers.page
-share/gnome/help/evolution/te/mail-displaying-images-in-html.page
-share/gnome/help/evolution/te/mail-displaying-message.page
-share/gnome/help/evolution/te/mail-displaying-sender-photograph.page
-share/gnome/help/evolution/te/mail-duplicates.page
-share/gnome/help/evolution/te/mail-encryption.page
-share/gnome/help/evolution/te/mail-encryption-gpg-create-key.page
-share/gnome/help/evolution/te/mail-encryption-gpg-decrypting.page
-share/gnome/help/evolution/te/mail-encryption-gpg-getting-keys.page
-share/gnome/help/evolution/te/mail-encryption-gpg-set-up.page
-share/gnome/help/evolution/te/mail-encryption-gpg-signing-encrypting.page
-share/gnome/help/evolution/te/mail-encryption-s-mime-manage.page
-share/gnome/help/evolution/te/mail-encryption-s-mime-signing-encrypting.page
-share/gnome/help/evolution/te/mail-error-failed-to-append-to-sent-folder.page
-share/gnome/help/evolution/te/mail-error-no-provider-available.page
-share/gnome/help/evolution/te/mail-filters-actions.page
-share/gnome/help/evolution/te/mail-filters-conditions.page
-share/gnome/help/evolution/te/mail-filters-not-working.page
-share/gnome/help/evolution/te/mail-filters.page
-share/gnome/help/evolution/te/mail-folders.page
-share/gnome/help/evolution/te/mail-follow-up-flag.page
-share/gnome/help/evolution/te/mail-imap-headers.page
-share/gnome/help/evolution/te/mail-imap-subscriptions.page
-share/gnome/help/evolution/te/mail-labels.page
-share/gnome/help/evolution/te/mail-layout-changing.page
-share/gnome/help/evolution/te/mail-moving-emails.page
-share/gnome/help/evolution/te/mail-not-sent.page
-share/gnome/help/evolution/te/mail-organizing.page
-share/gnome/help/evolution/te/mail-reading-keyboard-shortcuts.page
-share/gnome/help/evolution/te/mail-read-receipts.page
-share/gnome/help/evolution/te/mail-received-notification.page
-share/gnome/help/evolution/te/mail-spam-marking.page
-share/gnome/help/evolution/te/mail-receiving-options-evolution-exchange.page
-share/gnome/help/evolution/te/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/te/mail-receiving-options-exchange-mapi.page
-share/gnome/help/evolution/te/mail-receiving-options-imap.page
-share/gnome/help/evolution/te/mail-receiving-options-imap-plus.page
-share/gnome/help/evolution/te/mail-receiving-options-local-delivery.page
-share/gnome/help/evolution/te/mail-receiving-options-maildir-format-directories.page
-share/gnome/help/evolution/te/mail-receiving-options-mh-format-directories.page
-share/gnome/help/evolution/te/mail-receiving-options-novell-groupwise.page
-share/gnome/help/evolution/te/mail-searching.page
-share/gnome/help/evolution/te/mail-receiving-options.page
-share/gnome/help/evolution/te/mail-receiving-options-pop.page
-share/gnome/help/evolution/te/mail-receiving-options-unix-mbox-spool-directory.page
-share/gnome/help/evolution/te/mail-receiving-options-unix-mbox-spool-file.page
-share/gnome/help/evolution/te/mail-receiving-options-usenet-news.page
-share/gnome/help/evolution/te/mail-recognized-thread-related-headers.page
-share/gnome/help/evolution/te/mail-refresh-folders.page
-share/gnome/help/evolution/te/mail-search-folders-add.page
-share/gnome/help/evolution/te/mail-search-folders-conditions.page
-share/gnome/help/evolution/te/mail-search-folders.page
-share/gnome/help/evolution/te/mail-search-folders-refresh.page
-share/gnome/help/evolution/te/mail-searching-attachment-type.page
-share/gnome/help/evolution/te/mail-send-and-receive-automatically.page
-share/gnome/help/evolution/te/mail-send-and-receive-manual.page
-share/gnome/help/evolution/te/mail-send-and-receive.page
-share/gnome/help/evolution/te/mail-sending-options-smtp.page
-share/gnome/help/evolution/te/mail-several-pop-accounts.page
-share/gnome/help/evolution/te/mail-sorting-message-list.page
-share/gnome/help/evolution/te/mail-spam-groupwise-add-to-list.page
-share/gnome/help/evolution/te/mail-spam-groupwise-manage-list.page
-share/gnome/help/evolution/te/mail-spam-groupwise-mark-message.page
-share/gnome/help/evolution/te/mail-spam-groupwise-remove-from-list.page
-share/gnome/help/evolution/te/mail-spam-groupwise-unmark-message.page
-share/gnome/help/evolution/te/mail-spam-settings.page
-share/gnome/help/evolution/te/mail-two-trash-folders.page
-share/gnome/help/evolution/te/mail-usenet-subscriptions.page
-share/gnome/help/evolution/te/mail-vertical-view.page
-share/gnome/help/evolution/te/mail-word-wrap.page
-share/gnome/help/evolution/te/mail-working-offline.page
-share/gnome/help/evolution/te/memos-searching.page
-share/gnome/help/evolution/te/memos-usage-add-memo.page
-share/gnome/help/evolution/te/memos-usage-delete-memo.page
-share/gnome/help/evolution/te/memos-usage-edit-memo.page
-share/gnome/help/evolution/te/memos-usage.page
-share/gnome/help/evolution/te/minimize-to-system-tray.page
-share/gnome/help/evolution/te/offline.page
-share/gnome/help/evolution/te/organizing.page
-share/gnome/help/evolution/te/problems-debug-how-to.page
-share/gnome/help/evolution/te/problems-getting-help.page
-share/gnome/help/evolution/te/problems-reporting-bugs.page
-share/gnome/help/evolution/te/searching-items.page
-share/gnome/help/evolution/te/sync-with-other-devices.page
-share/gnome/help/evolution/te/tasks-caldav.page
-share/gnome/help/evolution/te/tasks-display-settings.page
-share/gnome/help/evolution/te/tasks-local.page
-share/gnome/help/evolution/te/tasks-organizing.page
-share/gnome/help/evolution/te/tasks-searching.page
-share/gnome/help/evolution/te/tasks-usage-add-task.page
-share/gnome/help/evolution/te/tasks-usage-delete-task.page
-share/gnome/help/evolution/te/tasks-usage-edit-task.page
-share/gnome/help/evolution/te/tasks-usage.page
-share/gnome/help/evolution/te/tasks-webdav.page
-share/gnome/help/evolution/te/tasks-using-several-tasklists.page
-share/gnome/help/evolution/te/using-categories.page
-share/gnome/help/evolution/zh_CN/change-keyboard-shortcuts.page
-share/gnome/help/evolution/zh_CN/contacts-libreoffice.page
-share/gnome/help/evolution/zh_CN/intro-application.page
-share/gnome/help/evolution/zh_CN/mail-receiving-options-exchange-ews.page
-share/gnome/help/evolution/zh_CN/offline.page
-%%DATADIR%%/%%VERSION%%/errors/evolution-mdn.error
share/GConf/gsettings/evolution.convert
-@dirrm share/gnome/help/evolution/zh_CN/figures
-@dirrm share/gnome/help/evolution/zh_CN
-@dirrm share/gnome/help/evolution/te/figures
-@dirrm share/gnome/help/evolution/te
-@dirrm share/gnome/help/evolution/sv/figures
-@dirrm share/gnome/help/evolution/sv
-@dirrm share/gnome/help/evolution/sl/figures
-@dirrm share/gnome/help/evolution/sl
-@dirrm share/gnome/help/evolution/ru/figures
-@dirrm share/gnome/help/evolution/ru
-@dirrm share/gnome/help/evolution/oc/figures
-@dirrm share/gnome/help/evolution/oc
-@dirrm share/gnome/help/evolution/mk/figures
-@dirrm share/gnome/help/evolution/mk
-@dirrm share/gnome/help/evolution/hu/figures
-@dirrm share/gnome/help/evolution/hu
-@dirrm share/gnome/help/evolution/gl/figures
-@dirrm share/gnome/help/evolution/gl
-@dirrm share/gnome/help/evolution/fr/figures
-@dirrm share/gnome/help/evolution/fr
-@dirrm share/gnome/help/evolution/eu/figures
-@dirrm share/gnome/help/evolution/eu
-@dirrm share/gnome/help/evolution/es/figures
-@dirrm share/gnome/help/evolution/es
-@dirrm share/gnome/help/evolution/en_GB/figures
-@dirrm share/gnome/help/evolution/en_GB
-@dirrm share/gnome/help/evolution/el/figures
-@dirrm share/gnome/help/evolution/el
-@dirrm share/gnome/help/evolution/de/figures
-@dirrm share/gnome/help/evolution/de
-@dirrm share/gnome/help/evolution/cs/figures
-@dirrm share/gnome/help/evolution/cs
-@dirrm share/gnome/help/evolution/C/figures
-@dirrm share/gnome/help/evolution/C
-@dirrm share/gnome/help/evolution
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/xh/LC_MESSAGES
@@ -5260,6 +5220,58 @@ share/GConf/gsettings/evolution.convert
@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/hepl/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/cs
+@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/C
@dirrm %%DATADIR%%/%%VERSION%%/views/tasks
@dirrm %%DATADIR%%/%%VERSION%%/views/memos
@dirrm %%DATADIR%%/%%VERSION%%/views/mail
@@ -5269,7 +5281,6 @@ share/GConf/gsettings/evolution.convert
@dirrm %%DATADIR%%/%%VERSION%%/ui
@dirrm %%DATADIR%%/%%VERSION%%/theme
@dirrm %%DATADIR%%/%%VERSION%%/sounds
-@dirrm %%DATADIR%%/%%VERSION%%/mail-autoconfig
@dirrm %%DATADIR%%/%%VERSION%%/images
@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps
@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions