diff options
author | kwm <kwm@FreeBSD.org> | 2014-11-19 19:49:04 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-11-19 19:49:04 +0800 |
commit | be884cd42990f2e755c2c06bc38c8042cb8b0325 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /mail/evolution | |
parent | 1c38992aaca771dc7aab7ae768e5753c6381ecd3 (diff) | |
download | freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.tar.gz freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.tar.zst freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.zip |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 173 | ||||
-rw-r--r-- | mail/evolution/distinfo | 4 | ||||
-rw-r--r-- | mail/evolution/files/fix-plugins.sh | 5 | ||||
-rw-r--r-- | mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c | 11 | ||||
-rw-r--r-- | mail/evolution/files/patch-configure | 23 | ||||
-rw-r--r-- | mail/evolution/files/patch-plugins_mail-notification_mail-notification.c | 13 | ||||
-rw-r--r-- | mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c | 12 | ||||
-rw-r--r-- | mail/evolution/files/patch-support-libxml2-2.9 | 43 | ||||
-rw-r--r-- | mail/evolution/pkg-plist | 6492 |
9 files changed, 4697 insertions, 2079 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 509574325632..635ce66f8a82 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,124 +1,117 @@ # Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/mail/evolution/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom: ports/trunk/mail/evolution/Makefile 19979 2014-10-17 05:16:24Z gusi $ PORTNAME= evolution -PORTVERSION= 2.32.1 -PORTREVISION= 12 +PORTVERSION= 3.12.7 CATEGORIES= mail gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Integrated mail, calendar and address book distributed suite +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ + highlight:${PORTSDIR}/textproc/highlight LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss \ - libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ - libgtkimageview.so:${PORTSDIR}/x11-toolkits/gtkimageview -RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell - -CONFLICTS= evolution-3.[0-9]* - -USES= bison desktop-file-utils gettext gmake libtool:keepla pathfix \ - perl5 pkgconfig tar:bzip2 -USE_PERL5= run -USE_GNOME= gnomeprefix intlhack evolutiondataserver gtkhtml3 \ - gnomedocutils gnomedesktop + libgcr-3.so:${PORTSDIR}/security/gcr \ + libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 \ + libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \ + libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ + libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ + libnotify.so:${PORTSDIR}/devel/libnotify +RUN_DEPENDS= highlight:${PORTSDIR}/textproc/highlight + +USES= desktop-file-utils bison gettext gmake libtool \ + pathfix perl5 pkgconfig tar:xz +USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomeprefix gtkhtml4 \ + intlhack GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USE_GSTREAMER= yes -INSTALLS_OMF= yes +USE_GSTREAMER1= yes INSTALLS_ICONS= yes -USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION} +USE_LDCONFIG= yes 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 +INSTALL_TARGET= install-strip -GCONF_SCHEMAS= apps_evolution_addressbook.schemas \ - apps-evolution-attachment-reminder.schemas \ - apps_evolution_calendar.schemas \ - apps_evolution_email_custom_header.schemas \ - apps-evolution-mail-notification.schemas \ - apps-evolution-mail-prompts-checkdefault.schemas \ - apps_evolution_shell.schemas \ - apps-evolution-template-placeholders.schemas \ - bogo-junk-plugin.schemas \ - evolution-mail.schemas - -EVO_VERSION= 2.32 +GLIB_SCHEMAS= org.gnome.evolution.gschema.xml \ + org.gnome.evolution.addressbook.gschema.xml \ + org.gnome.evolution.calendar.gschema.xml \ + org.gnome.evolution.importer.gschema.xml \ + org.gnome.evolution.mail.gschema.xml \ + org.gnome.evolution.shell.gschema.xml \ + org.gnome.evolution.bogofilter.gschema.xml \ + org.gnome.evolution.spamassassin.gschema.xml \ + org.gnome.evolution.plugin.attachment-reminder.gschema.xml \ + org.gnome.evolution.plugin.autocontacts.gschema.xml \ + org.gnome.evolution.plugin.email-custom-header.gschema.xml \ + org.gnome.evolution.plugin.external-editor.gschema.xml \ + org.gnome.evolution.plugin.face-picture.gschema.xml \ + org.gnome.evolution.plugin.itip.gschema.xml \ + org.gnome.evolution.plugin.mail-notification.gschema.xml \ + org.gnome.evolution.plugin.prefer-plain.gschema.xml \ + org.gnome.evolution.plugin.publish-calendar.gschema.xml \ + org.gnome.evolution.plugin.templates.gschema.xml + +EVO_VERSION= 3.12 PLIST_SUB= VERSION=${EVO_VERSION} \ PORTVERSION=2.12 -OPTIONS_DEFINE= LDAP CANBERRA SPAMASSASSIN -OPTIONS_DEFAULT=LDAP CANBERRA +OPTIONS_DEFINE= LDAP WEATHER CANBERRA PST +OPTIONS_DEFAULT=LDAP WEATHER CANBERRA BOGOFILTER +OPTIONS_GROUP= SPAM +OPTIONS_GROUP_SPAM=SPAMASSASSIN BOGOFILTER + +OPTIONS_SUB= yes + CANBERRA_DESC= Canberra theme audio plugin +WEATHER_DESC= Weather calendar backend +SPAM_DESC= Spam filter support SPAMASSASSIN_DESC= SpamAssassin spam filtering +BOGOFILTER_DESC= Bogofilter spam filtering +PST_DESC= Outlook .pst importer +MAPS_DESC= Contact maps + +LDAP_CONFIGURE_WITH= openldap +LDAP_USE= OPENLDAP=yes + +WEATHER_LIB_DEPENDS= libgweather-3.so:${PORTSDIR}/net/libgweather +WEATHER_CONFIGURE_ENABLE= weather + +SPAMASSASSIN_CONFIGURE_ENABLE= spamassassin +SPAMASSASSIN_BUILD_DEPENDS= spamassassin:${PORTSDIR}/mail/spamassassin +SPAMASSASSIN_RUN_DEPENDS= spamassassin:${PORTSDIR}/mail/spamassassin + +BOGOFILTER_CONFIGURE_ENABLE= bogofilter +BOGOFILTER_BUILD_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter +BOGOFILTER_RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter + +CANBERRA_LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 +CANBERRA_CONFIGURE_ENABLE= canberra + +PST_CONFIGURE_ENABLE= pst-import +PST_BUILD_DEPENDS= libpst>=0.6.58_1:${PORTSDIR}/mail/libpst +PST_RUN_DEPENDS= libpst>=0.6.58_1:${PORTSDIR}/mail/libpst -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MLDAP} -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-openldap=${LOCALBASE} -.else -CONFIGURE_ARGS+=--with-openldap=no -.endif - -.if ${PORT_OPTIONS:MSPAMASSASSIN} -RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin -.endif - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -.if ${PORT_OPTIONS:MCANBERRA} -LIB_DEPENDS+= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra -CONFIGURE_ARGS+=--enable-canberra=yes -PLIST_SUB+= CANBERRA="" -.else -CONFIGURE_ARGS+=--enable-canberra=no -PLIST_SUB+= CANBERRA="@comment " -.endif - -# needs newer libpst version 0.6.41 or higher -#.if defined (WITH_PST) -#CONFIGURE_ARGS+= --enable-pst-import -#BUILD_DEPENDS+= lspst:${PORTSDIR}/mail/libpst -#RUN_DEPENDS+= lspst:${PORTSDIR}/mail/libpst -#PLIST_SUB+= PST="" -#.else -CONFIGURE_ARGS+= --disable-pst-import -PLIST_SUB+= PST="@comment " -#.endif +CONFIGURE_ARGS+=--disable-contact-maps +#MAPS_CONFIGURE_ENABLE= contact-maps +#MAPS_LIB_DEPENDS= libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain \ +# libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 +#MAPS_BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue post-patch: @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ -e 's|-Wl,--no-undefined||g' \ - -e 's|-DGTK_DISABLE_DEPRECATED||g' \ - -e 's|-DG_DISABLE_DEPRECATED||g' \ -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} 's/g_thread_init.*/(void)0;/' \ - ${WRKSRC}/calendar/gui/alarm-notify/notify-main.c \ - ${WRKSRC}/capplet/settings/mail-guess-servers.c \ - ${WRKSRC}/capplet/anjal-settings-main.c \ - ${WRKSRC}/plugins/backup-restore/backup.c \ - ${WRKSRC}/shell/main.c @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ - ${WRKSRC}/plugins/bogo-junk-plugin/bf-junk-filter.c - @${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/bin|g' \ - ${WRKSRC}/plugins/sa-junk-plugin/em-junk-filter.c - @${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC} + ${WRKSRC}/modules/spamassassin/evolution-spamassassin.c \ + ${WRKSRC}/modules/bogofilter/evolution-bogofilter.c +# @${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC} .include <bsd.port.mk> diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index 27311f6996fa..f802f55b8b52 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/evolution-2.32.1.tar.bz2) = 6f6f904b5a2c6cf51f9c44317fc1990b07593eba54957c3924c2db0a235117a3 -SIZE (gnome2/evolution-2.32.1.tar.bz2) = 31875075 +SHA256 (gnome3/evolution-3.12.7.tar.xz) = 77fdfe1a92edb514bf28e577ff46e5a4c22d16c389077eff23945b0feb650eb9 +SIZE (gnome3/evolution-3.12.7.tar.xz) = 11325012 diff --git a/mail/evolution/files/fix-plugins.sh b/mail/evolution/files/fix-plugins.sh index cadd97baeaae..b0171dcb5d0a 100644 --- a/mail/evolution/files/fix-plugins.sh +++ b/mail/evolution/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 bbdb/bbdb.c bogo-junk-plugin/bf-junk-filter.c caldav/caldav-source.c calendar-file/calendar-file.c calendar-http/calendar-http.c calendar-weather/calendar-weather.c contacts-map/contacts-map.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 google-account-setup/google-source.c groupwise-features/install-shared.c image-inline/image-inline.c imap-features/imap-headers.c itip-formatter/itip-formatter.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 plugin-manager/plugin-manager.c prefer-plain/prefer-plain.c profiler/profiler.c pst-import/pst-importer.c publish-calendar/publish-calendar.c sa-junk-plugin/em-junk-filter.c save-calendar/save-calendar.c subject-thread/subject-thread.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 calendar/evolution-module-calendar.c composer-autosave/e-composer-autosave.c connman/evolution-connman.c mail/evolution-module-mail.c mailto-handler/evolution-mailto-handler.c network-manager/evolution-network-manager.c plugin-lib/evolution-module-plugin-lib.c plugin-mono/evolution-module-plugin-mono.c plugin-python/evolution-module-plugin-python.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 @@ -46,4 +46,3 @@ for i in ${module_srcs}; do fi done - diff --git a/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c b/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c deleted file mode 100644 index e713de004f69..000000000000 --- a/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c +++ /dev/null @@ -1,11 +0,0 @@ ---- calendar/gui/alarm-notify/alarm-queue.c.orig 2011-03-07 20:53:40.000000000 +0100 -+++ calendar/gui/alarm-notify/alarm-queue.c 2011-03-07 20:53:50.000000000 +0100 -@@ -1606,7 +1606,7 @@ popup_notification (time_t trigger, Comp - body = g_strdup_printf ("%s %s", start_str, time_str); - } - -- n = notify_notification_new (summary, body, "stock_appointment-reminder", NULL); -+ n = notify_notification_new (summary, body, "stock_appointment-reminder"); - if (!notify_notification_show(n, NULL)) - g_warning ("Could not send notification to daemon\n"); - diff --git a/mail/evolution/files/patch-configure b/mail/evolution/files/patch-configure index 3b9eb70943d4..1c7bafc75817 100644 --- a/mail/evolution/files/patch-configure +++ b/mail/evolution/files/patch-configure @@ -1,15 +1,6 @@ ---- configure.orig 2009-12-26 20:42:20.000000000 +0100 -+++ configure 2009-12-26 20:49:17.000000000 +0100 -@@ -4329,7 +4329,7 @@ - -Wdeclaration-after-statement - -Werror-implicit-function-declaration - -Wformat-security -Winit-self -- -Wmissing-declarations -Wmissing-include-dirs -+ -Wmissing-declarations - -Wmissing-noreturn -Wnested-externs -Wpointer-arith - -Wredundant-decls -Wundef -Wwrite-strings" - flags_supported="" -@@ -16441,6 +16441,16 @@ +--- configure.orig 2011-01-26 18:09:29.000000000 +0000 ++++ configure 2011-01-26 18:11:16.000000000 +0000 +@@ -15450,6 +15450,16 @@ CHAMPLAIN_REQUIREMENT='' GEOCLUE_REQUIREMENT='' ;; @@ -26,11 +17,3 @@ *) os_win32=no NO_UNDEFINED='-no-undefined' -@@ -18544,6 +18554,7 @@ - #include <sys/socket.h> - #include <netinet/in.h> - #include <netdb.h> -+ #include <stdio.h> - - #define BUFSIZE (sizeof(struct hostent)+10) - diff --git a/mail/evolution/files/patch-plugins_mail-notification_mail-notification.c b/mail/evolution/files/patch-plugins_mail-notification_mail-notification.c deleted file mode 100644 index adddf1b38a77..000000000000 --- a/mail/evolution/files/patch-plugins_mail-notification_mail-notification.c +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/mail-notification/mail-notification.c.orig 2011-03-07 21:24:25.000000000 +0100 -+++ plugins/mail-notification/mail-notification.c 2011-03-07 21:24:40.000000000 +0100 -@@ -564,9 +564,7 @@ new_notify_status (EMEventTargetFolder * - - notify = notify_notification_new ( - _("New email"), safetext, -- "mail-unread", NULL); -- notify_notification_attach_to_status_icon ( -- notify, status_icon); -+ "mail-unread"); - - /* Check if actions are supported */ - if (can_support_actions ()) { diff --git a/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c b/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c deleted file mode 100644 index 55120db4c19c..000000000000 --- a/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/publish-calendar/publish-calendar.c.orig 2011-03-07 21:12:59.000000000 +0100 -+++ plugins/publish-calendar/publish-calendar.c 2011-03-07 21:14:23.000000000 +0100 -@@ -150,8 +150,7 @@ update_publish_notification (GtkMessageT - return; - } - -- notify = notify_notification_new (_("Calendar Publishing"), actual_msg->str, stock_name, NULL); -- notify_notification_attach_to_status_icon (notify, status_icon); -+ notify = notify_notification_new (_("Calendar Publishing"), actual_msg->str, stock_name); - notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL); - notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT); - g_timeout_add (500, show_notify_cb, NULL); diff --git a/mail/evolution/files/patch-support-libxml2-2.9 b/mail/evolution/files/patch-support-libxml2-2.9 deleted file mode 100644 index 57f833cc9cea..000000000000 --- a/mail/evolution/files/patch-support-libxml2-2.9 +++ /dev/null @@ -1,43 +0,0 @@ ---- plugins/caldav/caldav-browse-server.c.ori 2013-03-02 12:33:59.220751490 -0300 -+++ plugins/caldav/caldav-browse-server.c 2013-03-02 16:47:55.601296985 -0300 -@@ -63,6 +63,18 @@ - - typedef void (*process_message_cb) (GObject *dialog, const gchar *msg_path, guint status_code, const gchar *msg_body, gpointer user_data); - -+static gconstpointer -+compat_libxml_output_buffer_get_content (xmlOutputBufferPtr buf, -+ gsize *out_len) -+{ -+#ifdef LIBXML2_NEW_BUFFER -+ *out_len = xmlOutputBufferGetSize (buf); -+ return xmlOutputBufferGetContent (buf); -+#else -+ *out_len = buf->buffer->use; -+ return buf->buffer->content; -+#endif -+} - static void send_xml_message (xmlDocPtr doc, gboolean depth_1, const gchar *url, GObject *dialog, process_message_cb cb, gpointer cb_user_data, const gchar *info); - - static gchar * -@@ -953,6 +965,8 @@ - SoupSession *session; - SoupMessage *message; - xmlOutputBufferPtr buf; -+ gconstpointer content; -+ gsize length; - guint poll_id; - struct poll_data *pd; - -@@ -977,9 +991,11 @@ - xmlNodeDumpOutput (buf, doc, xmlDocGetRootElement (doc), 0, 1, NULL); - xmlOutputBufferFlush (buf); - -+ content = compat_libxml_output_buffer_get_content (buf, &length); -+ - soup_message_headers_append (message->request_headers, "User-Agent", "Evolution/" VERSION); - soup_message_headers_append (message->request_headers, "Depth", depth_1 ? "1" : "0"); -- soup_message_set_request (message, "application/xml", SOUP_MEMORY_COPY, (const gchar *) buf->buffer->content, buf->buffer->use); -+ soup_message_set_request (message, "application/xml", SOUP_MEMORY_COPY, content, length); - - /* Clean up the memory */ - xmlOutputBufferClose (buf); diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index f801f7a1eb2b..3c9956adbf24 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -1,18 +1,12 @@ 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/common/authentication.h -include/evolution-%%VERSION%%/calendar/gui/cal-editor-utils.h include/evolution-%%VERSION%%/calendar/gui/calendar-config-keys.h include/evolution-%%VERSION%%/calendar/gui/calendar-config.h -include/evolution-%%VERSION%%/calendar/gui/calendar-view-factory.h include/evolution-%%VERSION%%/calendar/gui/calendar-view.h include/evolution-%%VERSION%%/calendar/gui/comp-util.h include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-dialog.h include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-list-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cal-prefs-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 @@ -25,6 +19,7 @@ include/evolution-%%VERSION%%/calendar/gui/dialogs/e-delegate-dialog.h include/evolution-%%VERSION%%/calendar/gui/dialogs/e-send-options-utils.h include/evolution-%%VERSION%%/calendar/gui/dialogs/event-editor.h include/evolution-%%VERSION%%/calendar/gui/dialogs/event-page.h +include/evolution-%%VERSION%%/calendar/gui/dialogs/goto-dialog.h include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-editor.h include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-page.h include/evolution-%%VERSION%%/calendar/gui/dialogs/recur-comp.h @@ -33,7 +28,6 @@ include/evolution-%%VERSION%%/calendar/gui/dialogs/save-comp.h include/evolution-%%VERSION%%/calendar/gui/dialogs/schedule-page.h include/evolution-%%VERSION%%/calendar/gui/dialogs/select-source-dialog.h include/evolution-%%VERSION%%/calendar/gui/dialogs/send-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-details-page.h include/evolution-%%VERSION%%/calendar/gui/dialogs/task-editor.h include/evolution-%%VERSION%%/calendar/gui/dialogs/task-page.h include/evolution-%%VERSION%%/calendar/gui/e-alarm-list.h @@ -66,13 +60,13 @@ include/evolution-%%VERSION%%/calendar/gui/e-week-view-layout.h include/evolution-%%VERSION%%/calendar/gui/e-week-view-main-item.h include/evolution-%%VERSION%%/calendar/gui/e-week-view-titles-item.h include/evolution-%%VERSION%%/calendar/gui/e-week-view.h +include/evolution-%%VERSION%%/calendar/gui/e-weekday-chooser.h include/evolution-%%VERSION%%/calendar/gui/gnome-cal.h -include/evolution-%%VERSION%%/calendar/gui/goto.h include/evolution-%%VERSION%%/calendar/gui/itip-utils.h include/evolution-%%VERSION%%/calendar/gui/misc.h include/evolution-%%VERSION%%/calendar/gui/tag-calendar.h -include/evolution-%%VERSION%%/calendar/gui/weekday-picker.h include/evolution-%%VERSION%%/composer/e-composer-actions.h +include/evolution-%%VERSION%%/composer/e-composer-activity.h include/evolution-%%VERSION%%/composer/e-composer-common.h include/evolution-%%VERSION%%/composer/e-composer-from-header.h include/evolution-%%VERSION%%/composer/e-composer-header-table.h @@ -80,104 +74,285 @@ 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-account-utils.h +include/evolution-%%VERSION%%/e-util/e-action-combo-box.h +include/evolution-%%VERSION%%/e-util/e-activity-bar.h +include/evolution-%%VERSION%%/e-util/e-activity-proxy.h include/evolution-%%VERSION%%/e-util/e-activity.h -include/evolution-%%VERSION%%/e-util/e-alert-activity.h +include/evolution-%%VERSION%%/e-util/e-alarm-selector.h +include/evolution-%%VERSION%%/e-util/e-alert-bar.h include/evolution-%%VERSION%%/e-util/e-alert-dialog.h +include/evolution-%%VERSION%%/e-util/e-alert-sink.h include/evolution-%%VERSION%%/e-util/e-alert.h -include/evolution-%%VERSION%%/e-util/e-binding.h +include/evolution-%%VERSION%%/e-util/e-attachment-bar.h +include/evolution-%%VERSION%%/e-util/e-attachment-button.h +include/evolution-%%VERSION%%/e-util/e-attachment-dialog.h +include/evolution-%%VERSION%%/e-util/e-attachment-handler-image.h +include/evolution-%%VERSION%%/e-util/e-attachment-handler.h +include/evolution-%%VERSION%%/e-util/e-attachment-icon-view.h +include/evolution-%%VERSION%%/e-util/e-attachment-paned.h +include/evolution-%%VERSION%%/e-util/e-attachment-store.h +include/evolution-%%VERSION%%/e-util/e-attachment-tree-view.h +include/evolution-%%VERSION%%/e-util/e-attachment-view.h +include/evolution-%%VERSION%%/e-util/e-attachment.h +include/evolution-%%VERSION%%/e-util/e-auth-combo-box.h +include/evolution-%%VERSION%%/e-util/e-autocomplete-selector.h include/evolution-%%VERSION%%/e-util/e-bit-array.h +include/evolution-%%VERSION%%/e-util/e-book-source-config.h +include/evolution-%%VERSION%%/e-util/e-buffer-tagger.h +include/evolution-%%VERSION%%/e-util/e-cal-source-config.h +include/evolution-%%VERSION%%/e-util/e-calendar-item.h +include/evolution-%%VERSION%%/e-util/e-calendar.h +include/evolution-%%VERSION%%/e-util/e-canvas-background.h +include/evolution-%%VERSION%%/e-util/e-canvas-utils.h +include/evolution-%%VERSION%%/e-util/e-canvas-vbox.h +include/evolution-%%VERSION%%/e-util/e-canvas.h include/evolution-%%VERSION%%/e-util/e-categories-config.h +include/evolution-%%VERSION%%/e-util/e-categories-dialog.h +include/evolution-%%VERSION%%/e-util/e-categories-editor.h +include/evolution-%%VERSION%%/e-util/e-categories-selector.h +include/evolution-%%VERSION%%/e-util/e-category-completion.h +include/evolution-%%VERSION%%/e-util/e-category-editor.h +include/evolution-%%VERSION%%/e-util/e-cell-checkbox.h +include/evolution-%%VERSION%%/e-util/e-cell-combo.h +include/evolution-%%VERSION%%/e-util/e-cell-date-edit.h +include/evolution-%%VERSION%%/e-util/e-cell-date.h +include/evolution-%%VERSION%%/e-util/e-cell-hbox.h +include/evolution-%%VERSION%%/e-util/e-cell-number.h +include/evolution-%%VERSION%%/e-util/e-cell-percent.h +include/evolution-%%VERSION%%/e-util/e-cell-pixbuf.h +include/evolution-%%VERSION%%/e-util/e-cell-popup.h +include/evolution-%%VERSION%%/e-util/e-cell-renderer-color.h +include/evolution-%%VERSION%%/e-util/e-cell-size.h +include/evolution-%%VERSION%%/e-util/e-cell-text.h +include/evolution-%%VERSION%%/e-util/e-cell-toggle.h +include/evolution-%%VERSION%%/e-util/e-cell-tree.h +include/evolution-%%VERSION%%/e-util/e-cell-vbox.h +include/evolution-%%VERSION%%/e-util/e-cell.h +include/evolution-%%VERSION%%/e-util/e-charset-combo-box.h include/evolution-%%VERSION%%/e-util/e-charset.h +include/evolution-%%VERSION%%/e-util/e-client-cache.h +include/evolution-%%VERSION%%/e-util/e-client-combo-box.h +include/evolution-%%VERSION%%/e-util/e-client-selector.h include/evolution-%%VERSION%%/e-util/e-config.h +include/evolution-%%VERSION%%/e-util/e-contact-store.h +include/evolution-%%VERSION%%/e-util/e-data-capture.h +include/evolution-%%VERSION%%/e-util/e-dateedit.h include/evolution-%%VERSION%%/e-util/e-datetime-format.h +include/evolution-%%VERSION%%/e-util/e-destination-store.h include/evolution-%%VERSION%%/e-util/e-dialog-utils.h include/evolution-%%VERSION%%/e-util/e-dialog-widgets.h include/evolution-%%VERSION%%/e-util/e-event.h -include/evolution-%%VERSION%%/e-util/e-extensible.h -include/evolution-%%VERSION%%/e-util/e-extension.h +include/evolution-%%VERSION%%/e-util/e-file-request.h include/evolution-%%VERSION%%/e-util/e-file-utils.h +include/evolution-%%VERSION%%/e-util/e-filter-code.h +include/evolution-%%VERSION%%/e-util/e-filter-color.h +include/evolution-%%VERSION%%/e-util/e-filter-datespec.h +include/evolution-%%VERSION%%/e-util/e-filter-element.h +include/evolution-%%VERSION%%/e-util/e-filter-file.h +include/evolution-%%VERSION%%/e-util/e-filter-input.h +include/evolution-%%VERSION%%/e-util/e-filter-int.h +include/evolution-%%VERSION%%/e-util/e-filter-option.h +include/evolution-%%VERSION%%/e-util/e-filter-part.h +include/evolution-%%VERSION%%/e-util/e-filter-rule.h +include/evolution-%%VERSION%%/e-util/e-focus-tracker.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-io-activity.h +include/evolution-%%VERSION%%/e-util/e-image-chooser.h +include/evolution-%%VERSION%%/e-util/e-import-assistant.h include/evolution-%%VERSION%%/e-util/e-import.h -include/evolution-%%VERSION%%/e-util/e-logger.h +include/evolution-%%VERSION%%/e-util/e-interval-chooser.h +include/evolution-%%VERSION%%/e-util/e-mail-identity-combo-box.h +include/evolution-%%VERSION%%/e-util/e-mail-signature-combo-box.h +include/evolution-%%VERSION%%/e-util/e-mail-signature-editor.h +include/evolution-%%VERSION%%/e-util/e-mail-signature-manager.h +include/evolution-%%VERSION%%/e-util/e-mail-signature-preview.h +include/evolution-%%VERSION%%/e-util/e-mail-signature-script-dialog.h +include/evolution-%%VERSION%%/e-util/e-mail-signature-tree-view.h +include/evolution-%%VERSION%%/e-util/e-map.h include/evolution-%%VERSION%%/e-util/e-marshal.h +include/evolution-%%VERSION%%/e-util/e-menu-tool-action.h +include/evolution-%%VERSION%%/e-util/e-menu-tool-button.h +include/evolution-%%VERSION%%/e-util/e-misc-utils.h include/evolution-%%VERSION%%/e-util/e-mktemp.h -include/evolution-%%VERSION%%/e-util/e-module.h -include/evolution-%%VERSION%%/e-util/e-non-intrusive-error-dialog.h -include/evolution-%%VERSION%%/e-util/e-poolv.h +include/evolution-%%VERSION%%/e-util/e-name-selector-dialog.h +include/evolution-%%VERSION%%/e-util/e-name-selector-entry.h +include/evolution-%%VERSION%%/e-util/e-name-selector-list.h +include/evolution-%%VERSION%%/e-util/e-name-selector-model.h +include/evolution-%%VERSION%%/e-util/e-name-selector.h +include/evolution-%%VERSION%%/e-util/e-online-button.h +include/evolution-%%VERSION%%/e-util/e-paned.h +include/evolution-%%VERSION%%/e-util/e-passwords.h +include/evolution-%%VERSION%%/e-util/e-photo-cache.h +include/evolution-%%VERSION%%/e-util/e-photo-source.h +include/evolution-%%VERSION%%/e-util/e-picture-gallery.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-popup-action.h +include/evolution-%%VERSION%%/e-util/e-popup-menu.h +include/evolution-%%VERSION%%/e-util/e-port-entry.h +include/evolution-%%VERSION%%/e-util/e-preferences-window.h +include/evolution-%%VERSION%%/e-util/e-preview-pane.h include/evolution-%%VERSION%%/e-util/e-print.h -include/evolution-%%VERSION%%/e-util/e-profile-event.h +include/evolution-%%VERSION%%/e-util/e-printable.h +include/evolution-%%VERSION%%/e-util/e-proxy-combo-box.h +include/evolution-%%VERSION%%/e-util/e-proxy-editor.h +include/evolution-%%VERSION%%/e-util/e-proxy-link-selector.h +include/evolution-%%VERSION%%/e-util/e-proxy-preferences.h +include/evolution-%%VERSION%%/e-util/e-proxy-selector.h +include/evolution-%%VERSION%%/e-util/e-reflow-model.h +include/evolution-%%VERSION%%/e-util/e-reflow.h +include/evolution-%%VERSION%%/e-util/e-rule-context.h +include/evolution-%%VERSION%%/e-util/e-rule-editor.h +include/evolution-%%VERSION%%/e-util/e-search-bar.h +include/evolution-%%VERSION%%/e-util/e-selectable.h +include/evolution-%%VERSION%%/e-util/e-selection-model-array.h +include/evolution-%%VERSION%%/e-util/e-selection-model-simple.h +include/evolution-%%VERSION%%/e-util/e-selection-model.h include/evolution-%%VERSION%%/e-util/e-selection.h -include/evolution-%%VERSION%%/e-util/e-signature-list.h -include/evolution-%%VERSION%%/e-util/e-signature-utils.h -include/evolution-%%VERSION%%/e-util/e-signature.h +include/evolution-%%VERSION%%/e-util/e-send-options.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-combo-box.h +include/evolution-%%VERSION%%/e-util/e-source-config-backend.h +include/evolution-%%VERSION%%/e-util/e-source-config-dialog.h +include/evolution-%%VERSION%%/e-util/e-source-config.h +include/evolution-%%VERSION%%/e-util/e-source-selector-dialog.h +include/evolution-%%VERSION%%/e-util/e-source-selector.h +include/evolution-%%VERSION%%/e-util/e-source-util.h +include/evolution-%%VERSION%%/e-util/e-spell-entry.h +include/evolution-%%VERSION%%/e-util/e-spell-text-view.h +include/evolution-%%VERSION%%/e-util/e-spinner.h +include/evolution-%%VERSION%%/e-util/e-stock-request.h +include/evolution-%%VERSION%%/e-util/e-table-click-to-add.h +include/evolution-%%VERSION%%/e-util/e-table-col-dnd.h +include/evolution-%%VERSION%%/e-util/e-table-col.h +include/evolution-%%VERSION%%/e-util/e-table-column-selector.h +include/evolution-%%VERSION%%/e-util/e-table-column-specification.h +include/evolution-%%VERSION%%/e-util/e-table-config.h +include/evolution-%%VERSION%%/e-util/e-table-defines.h +include/evolution-%%VERSION%%/e-util/e-table-extras.h +include/evolution-%%VERSION%%/e-util/e-table-field-chooser-dialog.h +include/evolution-%%VERSION%%/e-util/e-table-field-chooser-item.h +include/evolution-%%VERSION%%/e-util/e-table-field-chooser.h +include/evolution-%%VERSION%%/e-util/e-table-group-container.h +include/evolution-%%VERSION%%/e-util/e-table-group-leaf.h +include/evolution-%%VERSION%%/e-util/e-table-group.h +include/evolution-%%VERSION%%/e-util/e-table-header-item.h +include/evolution-%%VERSION%%/e-util/e-table-header-utils.h +include/evolution-%%VERSION%%/e-util/e-table-header.h +include/evolution-%%VERSION%%/e-util/e-table-item.h +include/evolution-%%VERSION%%/e-util/e-table-model.h +include/evolution-%%VERSION%%/e-util/e-table-one.h +include/evolution-%%VERSION%%/e-util/e-table-search.h +include/evolution-%%VERSION%%/e-util/e-table-selection-model.h +include/evolution-%%VERSION%%/e-util/e-table-sort-info.h +include/evolution-%%VERSION%%/e-util/e-table-sorted-variable.h +include/evolution-%%VERSION%%/e-util/e-table-sorted.h +include/evolution-%%VERSION%%/e-util/e-table-sorter.h +include/evolution-%%VERSION%%/e-util/e-table-sorting-utils.h +include/evolution-%%VERSION%%/e-util/e-table-specification.h +include/evolution-%%VERSION%%/e-util/e-table-state.h +include/evolution-%%VERSION%%/e-util/e-table-subset-variable.h +include/evolution-%%VERSION%%/e-util/e-table-subset.h +include/evolution-%%VERSION%%/e-util/e-table-utils.h +include/evolution-%%VERSION%%/e-util/e-table.h include/evolution-%%VERSION%%/e-util/e-text-event-processor-emacs-like.h include/evolution-%%VERSION%%/e-util/e-text-event-processor-types.h include/evolution-%%VERSION%%/e-util/e-text-event-processor.h -include/evolution-%%VERSION%%/e-util/e-timeout-activity.h -include/evolution-%%VERSION%%/e-util/e-ui-manager.h +include/evolution-%%VERSION%%/e-util/e-text-model-repos.h +include/evolution-%%VERSION%%/e-util/e-text-model.h +include/evolution-%%VERSION%%/e-util/e-text.h +include/evolution-%%VERSION%%/e-util/e-timezone-dialog.h +include/evolution-%%VERSION%%/e-util/e-tree-model-generator.h +include/evolution-%%VERSION%%/e-util/e-tree-model.h +include/evolution-%%VERSION%%/e-util/e-tree-selection-model.h +include/evolution-%%VERSION%%/e-util/e-tree-table-adapter.h +include/evolution-%%VERSION%%/e-util/e-tree-view-frame.h +include/evolution-%%VERSION%%/e-util/e-tree.h include/evolution-%%VERSION%%/e-util/e-unicode.h +include/evolution-%%VERSION%%/e-util/e-url-entry.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%%/e-util/e-web-view-gtkhtml.h +include/evolution-%%VERSION%%/e-util/e-web-view-preview.h +include/evolution-%%VERSION%%/e-util/e-web-view.h +include/evolution-%%VERSION%%/e-util/e-widget-undo.h include/evolution-%%VERSION%%/e-util/e-xml-utils.h -include/evolution-%%VERSION%%/e-util/gconf-bridge.h -include/evolution-%%VERSION%%/em-format/em-format-quote.h -include/evolution-%%VERSION%%/em-format/em-format.h -include/evolution-%%VERSION%%/em-format/em-stripsig-filter.h -include/evolution-%%VERSION%%/filter/e-filter-code.h -include/evolution-%%VERSION%%/filter/e-filter-color.h -include/evolution-%%VERSION%%/filter/e-filter-datespec.h -include/evolution-%%VERSION%%/filter/e-filter-element.h -include/evolution-%%VERSION%%/filter/e-filter-file.h -include/evolution-%%VERSION%%/filter/e-filter-input.h -include/evolution-%%VERSION%%/filter/e-filter-int.h -include/evolution-%%VERSION%%/filter/e-filter-option.h -include/evolution-%%VERSION%%/filter/e-filter-part.h -include/evolution-%%VERSION%%/filter/e-filter-rule.h -include/evolution-%%VERSION%%/filter/e-rule-context.h -include/evolution-%%VERSION%%/filter/e-rule-editor.h -include/evolution-%%VERSION%%/libart_lgpl/art_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_alphagamma.h -include/evolution-%%VERSION%%/libart_lgpl/art_bpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_filterlevel.h -include/evolution-%%VERSION%%/libart_lgpl/art_gray_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_misc.h -include/evolution-%%VERSION%%/libart_lgpl/art_pathcode.h -include/evolution-%%VERSION%%/libart_lgpl/art_point.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect_uta.h -include/evolution-%%VERSION%%/libart_lgpl/art_render.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_affine_private.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_rgba_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_intersect.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_ops.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_point.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_render_aa.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_vpath_stroke.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_wind.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_rect.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_bpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_dash.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_svp.h -include/evolution-%%VERSION%%/libart_lgpl/libart.h +include/evolution-%%VERSION%%/e-util/ea-calendar-cell.h +include/evolution-%%VERSION%%/e-util/ea-calendar-item.h +include/evolution-%%VERSION%%/e-util/ea-cell-table.h +include/evolution-%%VERSION%%/e-util/ea-factory.h +include/evolution-%%VERSION%%/e-util/ea-widgets.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-cell-popup.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-cell-registry.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-cell-toggle.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-cell-tree.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-cell-vbox.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-cell.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-table-click-to-add-factory.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-table-click-to-add.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-table-column-header.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-table-factory.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-table-item-factory.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-table-item.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-table.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-text-factory.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-text.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-tree-factory.h +include/evolution-%%VERSION%%/e-util/gal-a11y-e-tree.h +include/evolution-%%VERSION%%/e-util/gal-a11y-factory.h +include/evolution-%%VERSION%%/e-util/gal-a11y-util.h +include/evolution-%%VERSION%%/e-util/gal-view-collection.h +include/evolution-%%VERSION%%/e-util/gal-view-etable.h +include/evolution-%%VERSION%%/e-util/gal-view-instance-save-as-dialog.h +include/evolution-%%VERSION%%/e-util/gal-view-instance.h +include/evolution-%%VERSION%%/e-util/gal-view.h +include/evolution-%%VERSION%%/em-format/e-mail-extension-registry.h +include/evolution-%%VERSION%%/em-format/e-mail-formatter-enums.h +include/evolution-%%VERSION%%/em-format/e-mail-formatter-enumtypes.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-audio.h +include/evolution-%%VERSION%%/em-format/e-mail-part-headers.h +include/evolution-%%VERSION%%/em-format/e-mail-part-image.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%%/libemail-engine/camel-null-store.h +include/evolution-%%VERSION%%/libemail-engine/camel-sasl-xoauth2.h +include/evolution-%%VERSION%%/libemail-engine/e-mail-authenticator.h +include/evolution-%%VERSION%%/libemail-engine/e-mail-engine-enums.h +include/evolution-%%VERSION%%/libemail-engine/e-mail-engine-enumtypes.h +include/evolution-%%VERSION%%/libemail-engine/e-mail-folder-utils.h +include/evolution-%%VERSION%%/libemail-engine/e-mail-junk-filter.h +include/evolution-%%VERSION%%/libemail-engine/e-mail-session-utils.h +include/evolution-%%VERSION%%/libemail-engine/e-mail-session.h +include/evolution-%%VERSION%%/libemail-engine/e-mail-store-utils.h +include/evolution-%%VERSION%%/libemail-engine/e-mail-utils.h +include/evolution-%%VERSION%%/libemail-engine/em-filter-folder-element.h +include/evolution-%%VERSION%%/libemail-engine/em-vfolder-context.h +include/evolution-%%VERSION%%/libemail-engine/em-vfolder-rule.h +include/evolution-%%VERSION%%/libemail-engine/libemail-engine.h +include/evolution-%%VERSION%%/libemail-engine/mail-config.h +include/evolution-%%VERSION%%/libemail-engine/mail-folder-cache.h +include/evolution-%%VERSION%%/libemail-engine/mail-mt.h +include/evolution-%%VERSION%%/libemail-engine/mail-ops.h +include/evolution-%%VERSION%%/libemail-engine/mail-tools.h +include/evolution-%%VERSION%%/libemail-engine/mail-vfolder.h include/evolution-%%VERSION%%/libgnomecanvas/gailcanvas.h include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasgroup.h include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasgroupfactory.h @@ -187,49 +362,72 @@ include/evolution-%%VERSION%%/libgnomecanvas/gailcanvastext.h include/evolution-%%VERSION%%/libgnomecanvas/gailcanvastextfactory.h include/evolution-%%VERSION%%/libgnomecanvas/gailcanvaswidget.h include/evolution-%%VERSION%%/libgnomecanvas/gailcanvaswidgetfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-bpath.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-clipgroup.h include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-i18n.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-line.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-path-def.h include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-pixbuf.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-polygon.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-rect-ellipse.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-rich-text.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-shape.h +include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-rect.h include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-text.h include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-util.h include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-widget.h include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas.h include/evolution-%%VERSION%%/libgnomecanvas/libgnomecanvas.h -include/evolution-%%VERSION%%/mail/e-mail-attachment-bar.h +include/evolution-%%VERSION%%/mail/e-http-request.h +include/evolution-%%VERSION%%/mail/e-mail-account-manager.h +include/evolution-%%VERSION%%/mail/e-mail-account-store.h +include/evolution-%%VERSION%%/mail/e-mail-account-tree-view.h +include/evolution-%%VERSION%%/mail/e-mail-autoconfig.h include/evolution-%%VERSION%%/mail/e-mail-backend.h include/evolution-%%VERSION%%/mail/e-mail-browser.h +include/evolution-%%VERSION%%/mail/e-mail-config-activity-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-assistant.h +include/evolution-%%VERSION%%/mail/e-mail-config-auth-check.h +include/evolution-%%VERSION%%/mail/e-mail-config-confirm-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-defaults-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-identity-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-lookup-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-notebook.h +include/evolution-%%VERSION%%/mail/e-mail-config-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-provider-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-receiving-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-security-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-sending-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-service-backend.h +include/evolution-%%VERSION%%/mail/e-mail-config-service-notebook.h +include/evolution-%%VERSION%%/mail/e-mail-config-service-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-sidebar.h +include/evolution-%%VERSION%%/mail/e-mail-config-summary-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-welcome-page.h +include/evolution-%%VERSION%%/mail/e-mail-config-window.h +include/evolution-%%VERSION%%/mail/e-mail-display-popup-extension.h include/evolution-%%VERSION%%/mail/e-mail-display.h +include/evolution-%%VERSION%%/mail/e-mail-enums.h +include/evolution-%%VERSION%%/mail/e-mail-enumtypes.h include/evolution-%%VERSION%%/mail/e-mail-folder-pane.h +include/evolution-%%VERSION%%/mail/e-mail-junk-options.h include/evolution-%%VERSION%%/mail/e-mail-label-action.h include/evolution-%%VERSION%%/mail/e-mail-label-dialog.h include/evolution-%%VERSION%%/mail/e-mail-label-list-store.h include/evolution-%%VERSION%%/mail/e-mail-label-manager.h include/evolution-%%VERSION%%/mail/e-mail-label-tree-view.h -include/evolution-%%VERSION%%/mail/e-mail-local.h include/evolution-%%VERSION%%/mail/e-mail-message-pane.h include/evolution-%%VERSION%%/mail/e-mail-migrate.h -include/evolution-%%VERSION%%/mail/e-mail-notebook-view.h include/evolution-%%VERSION%%/mail/e-mail-paned-view.h +include/evolution-%%VERSION%%/mail/e-mail-print-config-headers.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-send-account-override.h include/evolution-%%VERSION%%/mail/e-mail-sidebar.h -include/evolution-%%VERSION%%/mail/e-mail-store.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/em-account-editor.h +include/evolution-%%VERSION%%/mail/e-mail.h include/evolution-%%VERSION%%/mail/em-composer-utils.h include/evolution-%%VERSION%%/mail/em-config.h include/evolution-%%VERSION%%/mail/em-event.h include/evolution-%%VERSION%%/mail/em-filter-context.h +include/evolution-%%VERSION%%/mail/em-filter-editor-folder-element.h include/evolution-%%VERSION%%/mail/em-filter-editor.h -include/evolution-%%VERSION%%/mail/em-filter-folder-element.h include/evolution-%%VERSION%%/mail/em-filter-rule.h include/evolution-%%VERSION%%/mail/em-filter-source-element.h include/evolution-%%VERSION%%/mail/em-folder-properties.h @@ -238,108 +436,21 @@ 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-inline-filter.h -include/evolution-%%VERSION%%/mail/em-junk.h include/evolution-%%VERSION%%/mail/em-search-context.h -include/evolution-%%VERSION%%/mail/em-subscribe-editor.h -include/evolution-%%VERSION%%/mail/em-sync-stream.h +include/evolution-%%VERSION%%/mail/em-subscription-editor.h include/evolution-%%VERSION%%/mail/em-utils.h -include/evolution-%%VERSION%%/mail/em-vfolder-context.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/em-vfolder-rule.h include/evolution-%%VERSION%%/mail/mail-autofilter.h -include/evolution-%%VERSION%%/mail/mail-config.h -include/evolution-%%VERSION%%/mail/mail-folder-cache.h -include/evolution-%%VERSION%%/mail/mail-mt.h -include/evolution-%%VERSION%%/mail/mail-ops.h include/evolution-%%VERSION%%/mail/mail-send-recv.h -include/evolution-%%VERSION%%/mail/mail-session.h -include/evolution-%%VERSION%%/mail/mail-tools.h -include/evolution-%%VERSION%%/mail/mail-vfolder.h +include/evolution-%%VERSION%%/mail/mail-vfolder-ui.h include/evolution-%%VERSION%%/mail/message-list.h -include/evolution-%%VERSION%%/menus/gal-define-views-dialog.h -include/evolution-%%VERSION%%/menus/gal-define-views-model.h -include/evolution-%%VERSION%%/menus/gal-view-collection.h -include/evolution-%%VERSION%%/menus/gal-view-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory.h -include/evolution-%%VERSION%%/menus/gal-view-instance-save-as-dialog.h -include/evolution-%%VERSION%%/menus/gal-view-instance.h -include/evolution-%%VERSION%%/menus/gal-view-new-dialog.h -include/evolution-%%VERSION%%/menus/gal-view.h -include/evolution-%%VERSION%%/misc/e-account-combo-box.h -include/evolution-%%VERSION%%/misc/e-account-manager.h -include/evolution-%%VERSION%%/misc/e-account-tree-view.h -include/evolution-%%VERSION%%/misc/e-action-combo-box.h -include/evolution-%%VERSION%%/misc/e-activity-proxy.h -include/evolution-%%VERSION%%/misc/e-attachment-button.h -include/evolution-%%VERSION%%/misc/e-attachment-dialog.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-image.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-sendto.h -include/evolution-%%VERSION%%/misc/e-attachment-handler.h -include/evolution-%%VERSION%%/misc/e-attachment-icon-view.h -include/evolution-%%VERSION%%/misc/e-attachment-paned.h -include/evolution-%%VERSION%%/misc/e-attachment-store.h -include/evolution-%%VERSION%%/misc/e-attachment-tree-view.h -include/evolution-%%VERSION%%/misc/e-attachment-view.h -include/evolution-%%VERSION%%/misc/e-attachment.h -include/evolution-%%VERSION%%/misc/e-buffer-tagger.h -include/evolution-%%VERSION%%/misc/e-calendar-item.h -include/evolution-%%VERSION%%/misc/e-calendar.h -include/evolution-%%VERSION%%/misc/e-canvas-background.h -include/evolution-%%VERSION%%/misc/e-canvas-utils.h -include/evolution-%%VERSION%%/misc/e-canvas-vbox.h -include/evolution-%%VERSION%%/misc/e-canvas.h -include/evolution-%%VERSION%%/misc/e-cell-renderer-combo.h -include/evolution-%%VERSION%%/misc/e-charset-combo-box.h -include/evolution-%%VERSION%%/misc/e-combo-cell-editable.h -include/evolution-%%VERSION%%/misc/e-dateedit.h -include/evolution-%%VERSION%%/misc/e-focus-tracker.h -include/evolution-%%VERSION%%/misc/e-hinted-entry.h -include/evolution-%%VERSION%%/misc/e-hsv-utils.h -include/evolution-%%VERSION%%/misc/e-image-chooser.h -include/evolution-%%VERSION%%/misc/e-import-assistant.h -include/evolution-%%VERSION%%/misc/e-map.h -include/evolution-%%VERSION%%/misc/e-menu-tool-action.h -include/evolution-%%VERSION%%/misc/e-menu-tool-button.h -include/evolution-%%VERSION%%/misc/e-online-button.h -include/evolution-%%VERSION%%/misc/e-paned.h -include/evolution-%%VERSION%%/misc/e-popup-action.h -include/evolution-%%VERSION%%/misc/e-popup-menu.h -include/evolution-%%VERSION%%/misc/e-preferences-window.h -include/evolution-%%VERSION%%/misc/e-preview-pane.h -include/evolution-%%VERSION%%/misc/e-printable.h -include/evolution-%%VERSION%%/misc/e-search-bar.h -include/evolution-%%VERSION%%/misc/e-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-web-view.h -include/evolution-%%VERSION%%/misc/e-web-view-preview.h -include/evolution-%%VERSION%%/misc/e-url-entry.h -include/evolution-%%VERSION%%/misc/ea-calendar-cell.h -include/evolution-%%VERSION%%/misc/ea-calendar-item.h -include/evolution-%%VERSION%%/misc/ea-cell-table.h -include/evolution-%%VERSION%%/misc/ea-widgets.h include/evolution-%%VERSION%%/shell/e-shell-backend.h include/evolution-%%VERSION%%/shell/e-shell-common.h include/evolution-%%VERSION%%/shell/e-shell-content.h include/evolution-%%VERSION%%/shell/e-shell-enumtypes.h include/evolution-%%VERSION%%/shell/e-shell-searchbar.h -include/evolution-%%VERSION%%/shell/e-shell-settings.h include/evolution-%%VERSION%%/shell/e-shell-sidebar.h include/evolution-%%VERSION%%/shell/e-shell-switcher.h include/evolution-%%VERSION%%/shell/e-shell-taskbar.h @@ -348,355 +459,422 @@ include/evolution-%%VERSION%%/shell/e-shell-view.h include/evolution-%%VERSION%%/shell/e-shell-window-actions.h include/evolution-%%VERSION%%/shell/e-shell-window.h include/evolution-%%VERSION%%/shell/e-shell.h -include/evolution-%%VERSION%%/shell/es-event.h -include/evolution-%%VERSION%%/table/e-cell-checkbox.h -include/evolution-%%VERSION%%/table/e-cell-combo.h -include/evolution-%%VERSION%%/table/e-cell-date.h -include/evolution-%%VERSION%%/table/e-cell-date-edit.h -include/evolution-%%VERSION%%/table/e-cell-hbox.h -include/evolution-%%VERSION%%/table/e-cell-number.h -include/evolution-%%VERSION%%/table/e-cell-pixbuf.h -include/evolution-%%VERSION%%/table/e-cell-popup.h -include/evolution-%%VERSION%%/table/e-cell-percent.h -include/evolution-%%VERSION%%/table/e-cell-size.h -include/evolution-%%VERSION%%/table/e-cell-text.h -include/evolution-%%VERSION%%/table/e-cell-toggle.h -include/evolution-%%VERSION%%/table/e-cell-tree.h -include/evolution-%%VERSION%%/table/e-cell-vbox.h -include/evolution-%%VERSION%%/table/e-cell.h -include/evolution-%%VERSION%%/table/e-table-click-to-add.h -include/evolution-%%VERSION%%/table/e-table-col-dnd.h -include/evolution-%%VERSION%%/table/e-table-col.h -include/evolution-%%VERSION%%/table/e-table-column-specification.h -include/evolution-%%VERSION%%/table/e-table-config.h -include/evolution-%%VERSION%%/table/e-table-defines.h -include/evolution-%%VERSION%%/table/e-table-extras.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-dialog.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-item.h -include/evolution-%%VERSION%%/table/e-table-field-chooser.h -include/evolution-%%VERSION%%/table/e-table-group-container.h -include/evolution-%%VERSION%%/table/e-table-group-leaf.h -include/evolution-%%VERSION%%/table/e-table-group.h -include/evolution-%%VERSION%%/table/e-table-header-item.h -include/evolution-%%VERSION%%/table/e-table-header-utils.h -include/evolution-%%VERSION%%/table/e-table-header.h -include/evolution-%%VERSION%%/table/e-table-item.h -include/evolution-%%VERSION%%/table/e-table-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-table-memory-store.h -include/evolution-%%VERSION%%/table/e-table-memory.h -include/evolution-%%VERSION%%/table/e-table-model.h -include/evolution-%%VERSION%%/table/e-table-one.h -include/evolution-%%VERSION%%/table/e-table-search.h -include/evolution-%%VERSION%%/table/e-table-selection-model.h -include/evolution-%%VERSION%%/table/e-table-sort-info.h -include/evolution-%%VERSION%%/table/e-table-sorted-variable.h -include/evolution-%%VERSION%%/table/e-table-sorted.h -include/evolution-%%VERSION%%/table/e-table-sorter.h -include/evolution-%%VERSION%%/table/e-table-sorting-utils.h -include/evolution-%%VERSION%%/table/e-table-specification.h -include/evolution-%%VERSION%%/table/e-table-state.h -include/evolution-%%VERSION%%/table/e-table-subset-variable.h -include/evolution-%%VERSION%%/table/e-table-subset.h -include/evolution-%%VERSION%%/table/e-table-utils.h -include/evolution-%%VERSION%%/table/e-table-without.h -include/evolution-%%VERSION%%/table/e-table.h -include/evolution-%%VERSION%%/table/e-tree-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-tree-memory.h -include/evolution-%%VERSION%%/table/e-tree-model.h -include/evolution-%%VERSION%%/table/e-tree-selection-model.h -include/evolution-%%VERSION%%/table/e-tree-sorted.h -include/evolution-%%VERSION%%/table/e-tree-table-adapter.h -include/evolution-%%VERSION%%/table/e-tree.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-popup.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-registry.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-toggle.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-tree.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-vbox.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-column-header.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-item-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-item.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table.h -include/evolution-%%VERSION%%/table/gal-a11y-e-tree-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-tree.h -include/evolution-%%VERSION%%/text/e-reflow-model.h -include/evolution-%%VERSION%%/text/e-reflow.h -include/evolution-%%VERSION%%/text/e-text-model-repos.h -include/evolution-%%VERSION%%/text/e-text-model.h -include/evolution-%%VERSION%%/text/e-text.h -include/evolution-%%VERSION%%/text/gal-a11y-e-text-factory.h -include/evolution-%%VERSION%%/text/gal-a11y-e-text.h -lib/evolution/%%VERSION%%/libeabutil.la lib/evolution/%%VERSION%%/libeabutil.so -lib/evolution/%%VERSION%%/libeabutil.so.0 -lib/evolution/%%VERSION%%/libeabutil.so.0.0.0 -lib/evolution/%%VERSION%%/libart_lgpl.la -lib/evolution/%%VERSION%%/libart_lgpl.so -lib/evolution/%%VERSION%%/libart_lgpl.so.0 -lib/evolution/%%VERSION%%/libart_lgpl.so.0.0.0 -lib/evolution/%%VERSION%%/libcomposer.la -lib/evolution/%%VERSION%%/libcomposer.so -lib/evolution/%%VERSION%%/libcomposer.so.0 -lib/evolution/%%VERSION%%/libcomposer.so.0.0.0 -lib/evolution/%%VERSION%%/libecontacteditor.la lib/evolution/%%VERSION%%/libecontacteditor.so -lib/evolution/%%VERSION%%/libecontacteditor.so.0 -lib/evolution/%%VERSION%%/libecontacteditor.so.0.0.0 -lib/evolution/%%VERSION%%/libecontactlisteditor.la lib/evolution/%%VERSION%%/libecontactlisteditor.so -lib/evolution/%%VERSION%%/libecontactlisteditor.so.0 -lib/evolution/%%VERSION%%/libecontactlisteditor.so.0.0.0 -lib/evolution/%%VERSION%%/libemformat.la -lib/evolution/%%VERSION%%/libemformat.so -lib/evolution/%%VERSION%%/libemformat.so.0 -lib/evolution/%%VERSION%%/libemformat.so.0.0.0 -lib/evolution/%%VERSION%%/libemiscwidgets.la -lib/evolution/%%VERSION%%/libemiscwidgets.so -lib/evolution/%%VERSION%%/libemiscwidgets.so.0 -lib/evolution/%%VERSION%%/libemiscwidgets.so.0.0.0 -lib/evolution/%%VERSION%%/libeshell.la -lib/evolution/%%VERSION%%/libeshell.so -lib/evolution/%%VERSION%%/libeshell.so.0 -lib/evolution/%%VERSION%%/libeshell.so.0.0.0 -lib/evolution/%%VERSION%%/libessmime.la +lib/evolution/%%VERSION%%/libemail-engine.so lib/evolution/%%VERSION%%/libessmime.so -lib/evolution/%%VERSION%%/libessmime.so.0 -lib/evolution/%%VERSION%%/libessmime.so.0.0.0 -lib/evolution/%%VERSION%%/libetable.la -lib/evolution/%%VERSION%%/libetable.so -lib/evolution/%%VERSION%%/libetable.so.0 -lib/evolution/%%VERSION%%/libetable.so.0.0.0 -lib/evolution/%%VERSION%%/libetext.la -lib/evolution/%%VERSION%%/libetext.so -lib/evolution/%%VERSION%%/libetext.so.0 -lib/evolution/%%VERSION%%/libetext.so.0.0.0 -lib/evolution/%%VERSION%%/libetimezonedialog.la -lib/evolution/%%VERSION%%/libetimezonedialog.so -lib/evolution/%%VERSION%%/libetimezonedialog.so.0 -lib/evolution/%%VERSION%%/libetimezonedialog.so.0.0.0 -lib/evolution/%%VERSION%%/libeutil.la -lib/evolution/%%VERSION%%/libeutil.so -lib/evolution/%%VERSION%%/libeutil.so.0 -lib/evolution/%%VERSION%%/libeutil.so.0.0.0 -lib/evolution/%%VERSION%%/libevolution-a11y.la -lib/evolution/%%VERSION%%/libevolution-a11y.so -lib/evolution/%%VERSION%%/libevolution-a11y.so.0 -lib/evolution/%%VERSION%%/libevolution-a11y.so.0.0.0 -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.la lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so.0.0.0 -lib/evolution/%%VERSION%%/libevolution-calendar.la -lib/evolution/%%VERSION%%/libevolution-calendar.so -lib/evolution/%%VERSION%%/libevolution-calendar.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar.so.0.0.0 -lib/evolution/%%VERSION%%/libevolution-calendar-importers.la lib/evolution/%%VERSION%%/libevolution-calendar-importers.so -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so.0.0.0 -lib/evolution/%%VERSION%%/libevolution-mail.la -lib/evolution/%%VERSION%%/libevolution-mail.so -lib/evolution/%%VERSION%%/libevolution-mail.so.0 -lib/evolution/%%VERSION%%/libevolution-mail.so.0.0.0 -lib/evolution/%%VERSION%%/libevolution-mail-importers.la +lib/evolution/%%VERSION%%/libevolution-calendar.so +lib/evolution/%%VERSION%%/libevolution-mail-composer.so +lib/evolution/%%VERSION%%/libevolution-mail-formatter.so lib/evolution/%%VERSION%%/libevolution-mail-importers.so -lib/evolution/%%VERSION%%/libevolution-mail-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-importers.so.0.0.0 -lib/evolution/%%VERSION%%/libevolution-mail-settings.la -lib/evolution/%%VERSION%%/libevolution-mail-settings.so -lib/evolution/%%VERSION%%/libevolution-mail-settings.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-settings.so.0.0.0 -lib/evolution/%%VERSION%%/libevolution-smime.la +lib/evolution/%%VERSION%%/libevolution-mail.so +lib/evolution/%%VERSION%%/libevolution-shell.so lib/evolution/%%VERSION%%/libevolution-smime.so -lib/evolution/%%VERSION%%/libevolution-smime.so.0 -lib/evolution/%%VERSION%%/libevolution-smime.so.0.0.0 -lib/evolution/%%VERSION%%/libfilter.la -lib/evolution/%%VERSION%%/libfilter.so -lib/evolution/%%VERSION%%/libfilter.so.0 -lib/evolution/%%VERSION%%/libfilter.so.0.0.0 -lib/evolution/%%VERSION%%/libgnomecanvas.la +lib/evolution/%%VERSION%%/libevolution-util.so lib/evolution/%%VERSION%%/libgnomecanvas.so -lib/evolution/%%VERSION%%/libgnomecanvas.so.0 -lib/evolution/%%VERSION%%/libgnomecanvas.so.0.0.0 -lib/evolution/%%VERSION%%/libmenus.la -lib/evolution/%%VERSION%%/libmenus.so -lib/evolution/%%VERSION%%/libmenus.so.0 -lib/evolution/%%VERSION%%/libmenus.so.0.0.0 -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.la -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.so -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.la -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.so -lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.la -lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.so -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.la -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.so -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.la -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.so -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.la -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.so -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.la -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.so -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.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.so -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.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.so -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.la +lib/evolution/%%VERSION%%/modules/module-addressbook.so +lib/evolution/%%VERSION%%/modules/module-backup-restore.so +%%BOGOFILTER%%lib/evolution/%%VERSION%%/modules/module-bogofilter.so +lib/evolution/%%VERSION%%/modules/module-book-config-google.so +%%LDAP%%lib/evolution/%%VERSION%%/modules/module-book-config-ldap.so +lib/evolution/%%VERSION%%/modules/module-book-config-local.so +lib/evolution/%%VERSION%%/modules/module-book-config-webdav.so +lib/evolution/%%VERSION%%/modules/module-cal-config-caldav.so +lib/evolution/%%VERSION%%/modules/module-cal-config-contacts.so +lib/evolution/%%VERSION%%/modules/module-cal-config-google.so +lib/evolution/%%VERSION%%/modules/module-cal-config-local.so +%%WEATHER%%lib/evolution/%%VERSION%%/modules/module-cal-config-weather.so +lib/evolution/%%VERSION%%/modules/module-cal-config-webcal.so +lib/evolution/%%VERSION%%/modules/module-calendar.so +lib/evolution/%%VERSION%%/modules/module-composer-autosave.so +lib/evolution/%%VERSION%%/modules/module-contact-photos.so +lib/evolution/%%VERSION%%/modules/module-gravatar.so +lib/evolution/%%VERSION%%/modules/module-itip-formatter.so +lib/evolution/%%VERSION%%/modules/module-mail-config.so +lib/evolution/%%VERSION%%/modules/module-mail.so +lib/evolution/%%VERSION%%/modules/module-mailto-handler.so +lib/evolution/%%VERSION%%/modules/module-mdn.so +lib/evolution/%%VERSION%%/modules/module-offline-alert.so +lib/evolution/%%VERSION%%/modules/module-plugin-lib.so +lib/evolution/%%VERSION%%/modules/module-plugin-manager.so +lib/evolution/%%VERSION%%/modules/module-prefer-plain.so +lib/evolution/%%VERSION%%/modules/module-settings.so +%%SPAMASSASSIN%%lib/evolution/%%VERSION%%/modules/module-spamassassin.so +lib/evolution/%%VERSION%%/modules/module-startup-wizard.so +lib/evolution/%%VERSION%%/modules/module-text-highlight.so +lib/evolution/%%VERSION%%/modules/module-vcard-inline.so +lib/evolution/%%VERSION%%/modules/module-web-inspector.so +lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.so -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.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.so -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.la +lib/evolution/%%VERSION%%/plugins/liborg-gnome-external-editor.so +lib/evolution/%%VERSION%%/plugins/liborg-gnome-face.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.la +%%PST%%lib/evolution/%%VERSION%%/plugins/liborg-gnome-pst-import.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.so -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-bogo-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-http.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-weather.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-compose-send-options.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-default-source.eplug +lib/evolution/%%VERSION%%/plugins/org-gnome-dbx-import.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-email-custom-header.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-attachment-reminder.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-bbdb.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-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-dbx-import.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-groupwise-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-image-inline.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-imap-features.eplug +lib/evolution/%%VERSION%%/plugins/org-gnome-external-editor.eplug +lib/evolution/%%VERSION%%/plugins/org-gnome-face.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-itip-formatter.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-mail-notification.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-mail-to-task.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-mailing-list-actions.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mark-all-read.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-plugin-manager.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-prefer-plain.eplug +%%PST%%lib/evolution/%%VERSION%%/plugins/org-gnome-pst-import.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-publish-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-sa-junk-plugin.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-save-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-subject-thread.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-templates.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-vcard-inline.eplug -libdata/pkgconfig/evolution-calendar.pc -libdata/pkgconfig/evolution-mail.pc -libdata/pkgconfig/evolution-plugin.pc -libdata/pkgconfig/evolution-shell.pc +libdata/pkgconfig/evolution-calendar-3.0.pc +libdata/pkgconfig/evolution-mail-3.0.pc +libdata/pkgconfig/evolution-shell-3.0.pc +libdata/pkgconfig/libemail-engine.pc libexec/evolution/%%VERSION%%/csv2vcard -libexec/evolution/%%VERSION%%/evolution-alarm-notify -libexec/evolution/%%VERSION%%/evolution-addressbook-clean libexec/evolution/%%VERSION%%/evolution-addressbook-export +libexec/evolution/%%VERSION%%/evolution-alarm-notify libexec/evolution/%%VERSION%%/evolution-backup libexec/evolution/%%VERSION%%/killev +share/GConf/gsettings/evolution.convert +%%BOGOFILTER%%share/appdata/evolution-bogofilter.metainfo.xml +%%SPAMASSASSIN%%share/appdata/evolution-spamassassin.metainfo.xml +share/appdata/evolution.appdata.xml share/applications/evolution.desktop -share/applications/evolution-settings.desktop -share/doc/eshell/EExtensible.html -share/doc/eshell/EExtension.html -share/doc/eshell/EModule.html -share/doc/eshell/EShell.html -share/doc/eshell/EShellBackend.html -share/doc/eshell/EShellContent.html -share/doc/eshell/EShellSearchbar.html -share/doc/eshell/EShellSettings.html -share/doc/eshell/EShellSidebar.html -share/doc/eshell/EShellSwitcher.html -share/doc/eshell/EShellTaskbar.html -share/doc/eshell/EShellView.html -share/doc/eshell/EShellWindow.html -share/doc/eshell/ch01.html -share/doc/eshell/ch02.html -share/doc/eshell/ch03.html -share/doc/eshell/ch04.html -share/doc/eshell/ch05.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-Error-Logging.html -share/doc/eshell/eshell-GConf-Bridge.html -share/doc/eshell/eshell-GObject-Property-Bindings.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.devhelp -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 -share/doc/eshell/ix01.html -share/doc/eshell/left.png -share/doc/eshell/right.png -share/doc/eshell/style.css -share/doc/eshell/up.png +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/EComposerActivity.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/EComposerFromHeader.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/EComposerHeader.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/EComposerHeaderTable.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/EComposerNameHeader.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/EComposerPostHeader.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/EComposerSpellHeader.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/EComposerTextHeader.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/EMsgComposer.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/api-index-full.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/ch01.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/evolution-mail-composer.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/home.png +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/index.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/index.sgml +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/left.png +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/object-tree.html +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/right.png +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/style.css +%%PORTDOCS%%%%DOCSDIR%%-mail-composer/up.png +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/CamelNullStore.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/CamelSaslXOAuth2.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/EMFilterFolderElement.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/EMVFolderContext.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/EMVFolderRule.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/EMailAuthenticator.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/EMailJunkFilter.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/EMailSession.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/MailFolderCache.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/api-index-full.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/ch01.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/ch02.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/evolution-mail-engine-Legacy-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/evolution-mail-engine-Mail-Folder-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/evolution-mail-engine-Mail-Session-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/evolution-mail-engine-Mail-Store-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/evolution-mail-engine-Miscellaneous-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/evolution-mail-engine.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/home.png +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/index.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/index.sgml +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/left.png +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/object-tree.html +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/right.png +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/style.css +%%PORTDOCS%%%%DOCSDIR%%-mail-engine/up.png +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailExtensionRegistry.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailFormatter.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailFormatterExtension.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailFormatterPrint.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailFormatterQuote.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailInlineFilter.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailParser.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailParserExtension.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailPart.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailPartAttachment.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailPartAttachmentBar.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailPartHeaders.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailPartImage.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailPartList.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/EMailStripSigFilter.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/api-index-full.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/ch01.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/ch02.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/ch03.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/evolution-mail-formatter.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/home.png +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/index.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/index.sgml +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/left.png +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/object-tree.html +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/right.png +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/style.css +%%PORTDOCS%%%%DOCSDIR%%-mail-formatter/up.png +%%PORTDOCS%%%%DOCSDIR%%-shell/EShell.html +%%PORTDOCS%%%%DOCSDIR%%-shell/EShellBackend.html +%%PORTDOCS%%%%DOCSDIR%%-shell/EShellContent.html +%%PORTDOCS%%%%DOCSDIR%%-shell/EShellSearchbar.html +%%PORTDOCS%%%%DOCSDIR%%-shell/EShellSidebar.html +%%PORTDOCS%%%%DOCSDIR%%-shell/EShellSwitcher.html +%%PORTDOCS%%%%DOCSDIR%%-shell/EShellTaskbar.html +%%PORTDOCS%%%%DOCSDIR%%-shell/EShellView.html +%%PORTDOCS%%%%DOCSDIR%%-shell/EShellWindow.html +%%PORTDOCS%%%%DOCSDIR%%-shell/api-index-full.html +%%PORTDOCS%%%%DOCSDIR%%-shell/ch01.html +%%PORTDOCS%%%%DOCSDIR%%-shell/ch02.html +%%PORTDOCS%%%%DOCSDIR%%-shell/evolution-shell-Action-Groups.html +%%PORTDOCS%%%%DOCSDIR%%-shell/evolution-shell-Shell-Actions.html +%%PORTDOCS%%%%DOCSDIR%%-shell/evolution-shell-Shell-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-shell/evolution-shell.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%-shell/home.png +%%PORTDOCS%%%%DOCSDIR%%-shell/index.html +%%PORTDOCS%%%%DOCSDIR%%-shell/index.sgml +%%PORTDOCS%%%%DOCSDIR%%-shell/left.png +%%PORTDOCS%%%%DOCSDIR%%-shell/object-tree.html +%%PORTDOCS%%%%DOCSDIR%%-shell/right.png +%%PORTDOCS%%%%DOCSDIR%%-shell/style.css +%%PORTDOCS%%%%DOCSDIR%%-shell/up.png +%%PORTDOCS%%%%DOCSDIR%%-util/EActionComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-util/EActivity.html +%%PORTDOCS%%%%DOCSDIR%%-util/EActivityBar.html +%%PORTDOCS%%%%DOCSDIR%%-util/EActivityProxy.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAlarmSelector.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAlert.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAlertBar.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAlertDialog.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAlertSink.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAttachment.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAttachmentBar.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAttachmentButton.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAttachmentDialog.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAttachmentHandler.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAttachmentIconView.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAttachmentPaned.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAttachmentStore.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAttachmentTreeView.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAttachmentView.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAuthComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-util/EAutocompleteSelector.html +%%PORTDOCS%%%%DOCSDIR%%-util/EBitArray.html +%%PORTDOCS%%%%DOCSDIR%%-util/EBookSourceConfig.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECalSourceConfig.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECalendar.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECalendarItem.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECanvas.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECanvasBackground.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECanvasVbox.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECategoriesDialog.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECategoriesEditor.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECategoriesSelector.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECategoryCompletion.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECategoryEditor.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECell.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellCheckbox.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellCombo.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellDate.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellDateEdit.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellHbox.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellNumber.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellPercent.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellPixbuf.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellPopup.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellRendererColor.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellSize.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellText.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellToggle.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellTree.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECellVbox.html +%%PORTDOCS%%%%DOCSDIR%%-util/ECharsetComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-util/EClientCache.html +%%PORTDOCS%%%%DOCSDIR%%-util/EClientComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-util/EClientSelector.html +%%PORTDOCS%%%%DOCSDIR%%-util/EConfig.html +%%PORTDOCS%%%%DOCSDIR%%-util/EContactStore.html +%%PORTDOCS%%%%DOCSDIR%%-util/EDataCapture.html +%%PORTDOCS%%%%DOCSDIR%%-util/EDestinationStore.html +%%PORTDOCS%%%%DOCSDIR%%-util/EEvent.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFileRequest.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFilterCode.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFilterColor.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFilterDatespec.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFilterElement.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFilterFile.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFilterInput.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFilterInt.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFilterOption.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFilterPart.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFilterRule.html +%%PORTDOCS%%%%DOCSDIR%%-util/EFocusTracker.html +%%PORTDOCS%%%%DOCSDIR%%-util/EImageChooser.html +%%PORTDOCS%%%%DOCSDIR%%-util/EImport.html +%%PORTDOCS%%%%DOCSDIR%%-util/EImportAssistant.html +%%PORTDOCS%%%%DOCSDIR%%-util/EIntervalChooser.html +%%PORTDOCS%%%%DOCSDIR%%-util/EMap.html +%%PORTDOCS%%%%DOCSDIR%%-util/EMenuToolAction.html +%%PORTDOCS%%%%DOCSDIR%%-util/EMenuToolButton.html +%%PORTDOCS%%%%DOCSDIR%%-util/ENameSelector.html +%%PORTDOCS%%%%DOCSDIR%%-util/ENameSelectorDialog.html +%%PORTDOCS%%%%DOCSDIR%%-util/ENameSelectorEntry.html +%%PORTDOCS%%%%DOCSDIR%%-util/ENameSelectorList.html +%%PORTDOCS%%%%DOCSDIR%%-util/ENameSelectorModel.html +%%PORTDOCS%%%%DOCSDIR%%-util/EOnlineButton.html +%%PORTDOCS%%%%DOCSDIR%%-util/EPaned.html +%%PORTDOCS%%%%DOCSDIR%%-util/EPhotoCache.html +%%PORTDOCS%%%%DOCSDIR%%-util/EPhotoSource.html +%%PORTDOCS%%%%DOCSDIR%%-util/EPictureGallery.html +%%PORTDOCS%%%%DOCSDIR%%-util/EPlugin.html +%%PORTDOCS%%%%DOCSDIR%%-util/EPopupAction.html +%%PORTDOCS%%%%DOCSDIR%%-util/EPortEntry.html +%%PORTDOCS%%%%DOCSDIR%%-util/EPreferencesWindow.html +%%PORTDOCS%%%%DOCSDIR%%-util/EPreviewPane.html +%%PORTDOCS%%%%DOCSDIR%%-util/EPrintable.html +%%PORTDOCS%%%%DOCSDIR%%-util/EProxyComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-util/EProxyEditor.html +%%PORTDOCS%%%%DOCSDIR%%-util/EProxyLinkSelector.html +%%PORTDOCS%%%%DOCSDIR%%-util/EProxyPreferences.html +%%PORTDOCS%%%%DOCSDIR%%-util/EProxySelector.html +%%PORTDOCS%%%%DOCSDIR%%-util/EReflow.html +%%PORTDOCS%%%%DOCSDIR%%-util/EReflowModel.html +%%PORTDOCS%%%%DOCSDIR%%-util/ERuleContext.html +%%PORTDOCS%%%%DOCSDIR%%-util/ERuleEditor.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESearchBar.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESelectable.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESelectionModel.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESelectionModelArray.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESelectionModelSimple.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESorter.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESorterArray.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESourceComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESourceConfig.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESourceConfigDialog.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESourceSelector.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESourceSelectorDialog.html +%%PORTDOCS%%%%DOCSDIR%%-util/ESpellEntry.html +%%PORTDOCS%%%%DOCSDIR%%-util/EStockRequest.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETable.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableClickToAdd.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableCol.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableColumnSelector.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableColumnSpecification.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableConfig.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableExtras.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableFieldChooser.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableFieldChooserDialog.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableFieldChooserItem.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableGroup.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableGroupLeaf.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableHeader.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableHeaderItem.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableItem.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableModel.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableSearch.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableSelectionModel.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableSortInfo.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableSorted.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableSorter.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableSpecification.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableState.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETableSubset.html +%%PORTDOCS%%%%DOCSDIR%%-util/EText.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETextEventProcessor.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETextEventProcessorEmacsLike.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETextModel.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETimezoneDialog.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETree.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETreeModel.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETreeModelGenerator.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETreeSelectionModel.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETreeTableAdapter.html +%%PORTDOCS%%%%DOCSDIR%%-util/ETreeViewFrame.html +%%PORTDOCS%%%%DOCSDIR%%-util/EUrlEntry.html +%%PORTDOCS%%%%DOCSDIR%%-util/EWebView.html +%%PORTDOCS%%%%DOCSDIR%%-util/EWebViewGtkHTML.html +%%PORTDOCS%%%%DOCSDIR%%-util/EWebViewPreview.html +%%PORTDOCS%%%%DOCSDIR%%-util/GalView.html +%%PORTDOCS%%%%DOCSDIR%%-util/GalViewCollection.html +%%PORTDOCS%%%%DOCSDIR%%-util/GalViewEtable.html +%%PORTDOCS%%%%DOCSDIR%%-util/GalViewInstance.html +%%PORTDOCS%%%%DOCSDIR%%-util/GalViewInstanceSaveAsDialog.html +%%PORTDOCS%%%%DOCSDIR%%-util/annotation-glossary.html +%%PORTDOCS%%%%DOCSDIR%%-util/api-index-full.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch01.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch02.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch03.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch04.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch05.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch06.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch07.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch08.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch09.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch10.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch11.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch12.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch13.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch14.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch15.html +%%PORTDOCS%%%%DOCSDIR%%-util/ch16.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Canvas-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Category-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Date-and-Time-Formatting.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Dialog-Utilities-(Legacy).html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-EDateEdit.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-EMailIdentityComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-EMailSignatureComboBox.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-EMailSignatureEditor.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-EMailSignatureManager.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-EMailSignaturePreview.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-EMailSignatureScriptDialog.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-EMailSignatureTreeView.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-EPluginUI.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-EPoolv.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-ESendOptions.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-ESource-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-ESourceConfigBackend.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-ETableGroupContainer.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-ETableOne.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-ETableSortedVariable.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-ETableSubsetVariable.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-GtkTextBuffer-Tagging.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Icon-Utilities-(Legacy).html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Miscellaneous-Table-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Miscellaneous-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Password-Utilities-(Legacy).html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Popup-Menus-(Legacy).html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Printing.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Reading-and-Writing-XML.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Selections.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Sorting-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Text-to-HTML-Conversion.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-Unicode-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util-e-spell-text-view.html +%%PORTDOCS%%%%DOCSDIR%%-util/evolution-util.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%-util/home.png +%%PORTDOCS%%%%DOCSDIR%%-util/index.html +%%PORTDOCS%%%%DOCSDIR%%-util/index.sgml +%%PORTDOCS%%%%DOCSDIR%%-util/left.png +%%PORTDOCS%%%%DOCSDIR%%-util/object-tree.html +%%PORTDOCS%%%%DOCSDIR%%-util/right.png +%%PORTDOCS%%%%DOCSDIR%%-util/style.css +%%PORTDOCS%%%%DOCSDIR%%-util/up.png +%%DATADIR%%/%%VERSION%%/address_formats.dat %%DATADIR%%/%%VERSION%%/addresstypes.xml %%DATADIR%%/%%VERSION%%/caltypes.xml +%%DATADIR%%/%%VERSION%%/countrytransl.map %%DATADIR%%/%%VERSION%%/default/C/mail/local/Inbox %%DATADIR%%/%%VERSION%%/default/ca/mail/local/Inbox %%DATADIR%%/%%VERSION%%/default/cs/mail/local/Inbox @@ -725,19 +903,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-mail-retract.error %%DATADIR%%/%%VERSION%%/errors/org-gnome-mailing-list-actions.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-process-meeting.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy-login.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-shared-folder.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 @@ -762,11 +940,6 @@ share/doc/eshell/up.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/go-today.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-copy.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-workweek.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_bell.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_contact-list.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-note.png @@ -795,6 +968,11 @@ share/doc/eshell/up.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_todo.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_video-conferencing.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_view-details.png +%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-day.png +%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-list.png +%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-month.png +%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-week.png +%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-workweek.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/contact-editor.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-aim.png %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-icq.png @@ -834,6 +1012,7 @@ share/doc/eshell/up.png %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-outbox.png %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-sent.png %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/go-today.png +%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/query-free-busy.png %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_contact-list.png %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-note.png %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-rule.png @@ -858,7 +1037,6 @@ share/doc/eshell/up.png %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_timezone.png %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_todo.png %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_video-conferencing.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/query-free-busy.png %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-day.png %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-list.png %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-month.png @@ -883,12 +1061,6 @@ share/doc/eshell/up.png %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-week.png %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-workweek.png %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-aim.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-icq.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-jabber.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-msn.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-nov.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-yahoo.svg %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/offline.png %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/online.png %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_alarm.png @@ -916,227 +1088,32 @@ share/doc/eshell/up.png %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-month.svg %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-week.svg %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-workweek.svg +%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-aim.svg +%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-icq.svg +%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-jabber.svg +%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-msn.svg +%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-nov.svg +%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-yahoo.svg %%DATADIR%%/%%VERSION%%/images/minus.png %%DATADIR%%/%%VERSION%%/images/plus.png +%%DATADIR%%/%%VERSION%%/images/working.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 -%%DATADIR%%/%%VERSION%%/ui/cal-prefs-dialog.ui %%DATADIR%%/%%VERSION%%/ui/contact-editor.ui %%DATADIR%%/%%VERSION%%/ui/contact-list-editor.ui +%%DATADIR%%/%%VERSION%%/ui/e-calendar-preferences.ui %%DATADIR%%/%%VERSION%%/ui/e-delegate-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/e-itip-control.ui %%DATADIR%%/%%VERSION%%/ui/e-send-options.ui %%DATADIR%%/%%VERSION%%/ui/e-table-config.ui %%DATADIR%%/%%VERSION%%/ui/e-timezone-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/eab-contact-commit-duplicate-detected.ui -%%DATADIR%%/%%VERSION%%/ui/eab-contact-duplicate-detected.ui %%DATADIR%%/%%VERSION%%/ui/event-page.ui %%DATADIR%%/%%VERSION%%/ui/evolution-calendars.ui %%DATADIR%%/%%VERSION%%/ui/evolution-composer.ui @@ -1148,26 +1125,16 @@ share/doc/eshell/up.png %%DATADIR%%/%%VERSION%%/ui/evolution-tasks.ui %%DATADIR%%/%%VERSION%%/ui/filter.ui %%DATADIR%%/%%VERSION%%/ui/fullname.ui -%%DATADIR%%/%%VERSION%%/ui/gal-define-views.ui %%DATADIR%%/%%VERSION%%/ui/gal-view-instance-save-as-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/gal-view-new-dialog.ui %%DATADIR%%/%%VERSION%%/ui/goto-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/imap-headers.ui -%%DATADIR%%/%%VERSION%%/ui/junk-settings.ui -%%DATADIR%%/%%VERSION%%/ui/ldap-config.ui %%DATADIR%%/%%VERSION%%/ui/mail-config.ui %%DATADIR%%/%%VERSION%%/ui/mail-dialogs.ui %%DATADIR%%/%%VERSION%%/ui/memo-page.ui %%DATADIR%%/%%VERSION%%/ui/org-gnome-email-custom-header.ui -%%DATADIR%%/%%VERSION%%/ui/properties.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-add-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-listing.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-login-dialog.ui %%DATADIR%%/%%VERSION%%/ui/publish-calendar.ui %%DATADIR%%/%%VERSION%%/ui/recurrence-page.ui %%DATADIR%%/%%VERSION%%/ui/schedule-page.ui %%DATADIR%%/%%VERSION%%/ui/smime-ui.ui -%%DATADIR%%/%%VERSION%%/ui/task-details-page.ui %%DATADIR%%/%%VERSION%%/ui/task-page.ui %%DATADIR%%/%%VERSION%%/vfoldertypes.xml %%DATADIR%%/%%VERSION%%/views/addressbook/Address_Cards.galview @@ -1191,930 +1158,3916 @@ 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/evolution.xml -share/gnome/help/evolution/C/figures/attach_reminder_a.png -share/gnome/help/evolution/C/figures/calendar_preference_display.png -share/gnome/help/evolution/C/figures/categories_a.png -share/gnome/help/evolution/C/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/C/figures/delgt-add.png -share/gnome/help/evolution/C/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/C/figures/evo_adv_search_a.png -share/gnome/help/evolution/C/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/C/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/C/figures/evo_backup_warning.png -share/gnome/help/evolution/C/figures/evo_blink.png -share/gnome/help/evolution/C/figures/evo_cal_callout_a.png -share/gnome/help/evolution/C/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/C/figures/evo_calstatus_a.png -share/gnome/help/evolution/C/figures/evo_caltasks_a.png -share/gnome/help/evolution/C/figures/evo_contacteditor_a.png -share/gnome/help/evolution/C/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/C/figures/evo_dialog-info.png -share/gnome/help/evolution/C/figures/evo_dialog-warning.png -share/gnome/help/evolution/C/figures/evo_edit_search.png -share/gnome/help/evolution/C/figures/evo_exchng_mapi.png -share/gnome/help/evolution/C/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/C/figures/evo_gwreceive_a.png -share/gnome/help/evolution/C/figures/evo_gwstatustrack.png -share/gnome/help/evolution/C/figures/evo_imapreceive_a.png -share/gnome/help/evolution/C/figures/evo_junk_a.png -share/gnome/help/evolution/C/figures/evo_label_a.png -share/gnome/help/evolution/C/figures/evo_labels_a.png -share/gnome/help/evolution/C/figures/evo_mail_a.png -share/gnome/help/evolution/C/figures/evo_mail_callout_a.png -share/gnome/help/evolution/C/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/C/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/C/figures/evo_memo_a.png -share/gnome/help/evolution/C/figures/evo_mhreceive_a.png -share/gnome/help/evolution/C/figures/evo_newmail.png -share/gnome/help/evolution/C/figures/evo_newmess_a.png -share/gnome/help/evolution/C/figures/evo_offline.png -share/gnome/help/evolution/C/figures/evo_popreceive_a.png -share/gnome/help/evolution/C/figures/evo_proxyadd_a.png -share/gnome/help/evolution/C/figures/evo_rule_a.png -share/gnome/help/evolution/C/figures/evo_send_option_a.png -share/gnome/help/evolution/C/figures/evo_send_setup_a.png -share/gnome/help/evolution/C/figures/evo_sendstatus_a.png -share/gnome/help/evolution/C/figures/evo_shd_memo_a.png -share/gnome/help/evolution/C/figures/evo_usereceive_a.png -share/gnome/help/evolution/C/figures/evolution_contact_preference.png -share/gnome/help/evolution/C/figures/evolution_mail_preference.png -share/gnome/help/evolution/C/figures/exchng-rec-mails.png -share/gnome/help/evolution/C/figures/exchng-rec-options.png -share/gnome/help/evolution/C/figures/filter-new-fig.png -share/gnome/help/evolution/C/figures/folder_plus.png -share/gnome/help/evolution/C/figures/folder_size_mapi.png -share/gnome/help/evolution/C/figures/folder_size_preference.png -share/gnome/help/evolution/C/figures/google_cal_view.png -share/gnome/help/evolution/C/figures/groupwise_resend.png -share/gnome/help/evolution/C/figures/groupwise_resend_retract.png -share/gnome/help/evolution/C/figures/local_ics_calendar.png -share/gnome/help/evolution/C/figures/mailer_preferences.png -share/gnome/help/evolution/C/figures/meeting.png -share/gnome/help/evolution/C/figures/minus.png -share/gnome/help/evolution/C/figures/plus.png -share/gnome/help/evolution/C/figures/quick_add_a.png -share/gnome/help/evolution/C/figures/quick_reference.png -share/gnome/help/evolution/C/figures/stock_search.png -share/gnome/help/evolution/C/figures/ver_view_a.png -share/gnome/help/evolution/cs/evolution.xml -share/gnome/help/evolution/cs/figures/attach_reminder_a.png -share/gnome/help/evolution/cs/figures/calendar_preference_display.png -share/gnome/help/evolution/cs/figures/categories_a.png -share/gnome/help/evolution/cs/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/cs/figures/delgt-add.png -share/gnome/help/evolution/cs/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/cs/figures/evo_adv_search_a.png -share/gnome/help/evolution/cs/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/cs/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/cs/figures/evo_backup_warning.png -share/gnome/help/evolution/cs/figures/evo_blink.png -share/gnome/help/evolution/cs/figures/evo_cal_callout_a.png -share/gnome/help/evolution/cs/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/cs/figures/evo_calstatus_a.png -share/gnome/help/evolution/cs/figures/evo_caltasks_a.png -share/gnome/help/evolution/cs/figures/evo_contacteditor_a.png -share/gnome/help/evolution/cs/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/cs/figures/evo_dialog-info.png -share/gnome/help/evolution/cs/figures/evo_dialog-warning.png -share/gnome/help/evolution/cs/figures/evo_edit_search.png -share/gnome/help/evolution/cs/figures/evo_exchng_mapi.png -share/gnome/help/evolution/cs/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/cs/figures/evo_gwreceive_a.png -share/gnome/help/evolution/cs/figures/evo_gwstatustrack.png -share/gnome/help/evolution/cs/figures/evo_imapreceive_a.png -share/gnome/help/evolution/cs/figures/evo_junk_a.png -share/gnome/help/evolution/cs/figures/evo_label_a.png -share/gnome/help/evolution/cs/figures/evo_labels_a.png -share/gnome/help/evolution/cs/figures/evo_mail_a.png -share/gnome/help/evolution/cs/figures/evo_mail_callout_a.png -share/gnome/help/evolution/cs/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/cs/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/cs/figures/evo_memo_a.png -share/gnome/help/evolution/cs/figures/evo_mhreceive_a.png -share/gnome/help/evolution/cs/figures/evo_newmail.png -share/gnome/help/evolution/cs/figures/evo_newmess_a.png -share/gnome/help/evolution/cs/figures/evo_offline.png -share/gnome/help/evolution/cs/figures/evo_popreceive_a.png -share/gnome/help/evolution/cs/figures/evo_proxyadd_a.png -share/gnome/help/evolution/cs/figures/evo_rule_a.png -share/gnome/help/evolution/cs/figures/evo_send_option_a.png -share/gnome/help/evolution/cs/figures/evo_send_setup_a.png -share/gnome/help/evolution/cs/figures/evo_sendstatus_a.png -share/gnome/help/evolution/cs/figures/evo_shd_memo_a.png -share/gnome/help/evolution/cs/figures/evo_usereceive_a.png -share/gnome/help/evolution/cs/figures/evolution_contact_preference.png -share/gnome/help/evolution/cs/figures/evolution_mail_preference.png -share/gnome/help/evolution/cs/figures/exchng-rec-mails.png -share/gnome/help/evolution/cs/figures/exchng-rec-options.png -share/gnome/help/evolution/cs/figures/filter-new-fig.png -share/gnome/help/evolution/cs/figures/folder_plus.png -share/gnome/help/evolution/cs/figures/folder_size_mapi.png -share/gnome/help/evolution/cs/figures/folder_size_preference.png -share/gnome/help/evolution/cs/figures/google_cal_view.png -share/gnome/help/evolution/cs/figures/groupwise_resend.png -share/gnome/help/evolution/cs/figures/groupwise_resend_retract.png -share/gnome/help/evolution/cs/figures/local_ics_calendar.png -share/gnome/help/evolution/cs/figures/mailer_preferences.png -share/gnome/help/evolution/cs/figures/meeting.png -share/gnome/help/evolution/cs/figures/minus.png -share/gnome/help/evolution/cs/figures/plus.png -share/gnome/help/evolution/cs/figures/quick_add_a.png -share/gnome/help/evolution/cs/figures/quick_reference.png -share/gnome/help/evolution/cs/figures/stock_search.png -share/gnome/help/evolution/cs/figures/ver_view_a.png -share/gnome/help/evolution/de/evolution.xml -share/gnome/help/evolution/de/figures/attach_reminder_a.png -share/gnome/help/evolution/de/figures/calendar_preference_display.png -share/gnome/help/evolution/de/figures/categories_a.png -share/gnome/help/evolution/de/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/de/figures/delgt-add.png -share/gnome/help/evolution/de/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/de/figures/evo_adv_search_a.png -share/gnome/help/evolution/de/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/de/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/de/figures/evo_backup_warning.png -share/gnome/help/evolution/de/figures/evo_blink.png -share/gnome/help/evolution/de/figures/evo_cal_callout_a.png -share/gnome/help/evolution/de/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/de/figures/evo_calstatus_a.png -share/gnome/help/evolution/de/figures/evo_caltasks_a.png -share/gnome/help/evolution/de/figures/evo_contacteditor_a.png -share/gnome/help/evolution/de/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/de/figures/evo_dialog-info.png -share/gnome/help/evolution/de/figures/evo_dialog-warning.png -share/gnome/help/evolution/de/figures/evo_edit_search.png -share/gnome/help/evolution/de/figures/evo_exchng_mapi.png -share/gnome/help/evolution/de/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/de/figures/evo_gwreceive_a.png -share/gnome/help/evolution/de/figures/evo_gwstatustrack.png -share/gnome/help/evolution/de/figures/evo_imapreceive_a.png -share/gnome/help/evolution/de/figures/evo_junk_a.png -share/gnome/help/evolution/de/figures/evo_label_a.png -share/gnome/help/evolution/de/figures/evo_labels_a.png -share/gnome/help/evolution/de/figures/evo_mail_a.png -share/gnome/help/evolution/de/figures/evo_mail_callout_a.png -share/gnome/help/evolution/de/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/de/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/de/figures/evo_memo_a.png -share/gnome/help/evolution/de/figures/evo_mhreceive_a.png -share/gnome/help/evolution/de/figures/evo_newmail.png -share/gnome/help/evolution/de/figures/evo_newmess_a.png -share/gnome/help/evolution/de/figures/evo_offline.png -share/gnome/help/evolution/de/figures/evo_popreceive_a.png -share/gnome/help/evolution/de/figures/evo_proxyadd_a.png -share/gnome/help/evolution/de/figures/evo_rule_a.png -share/gnome/help/evolution/de/figures/evo_send_option_a.png -share/gnome/help/evolution/de/figures/evo_send_setup_a.png -share/gnome/help/evolution/de/figures/evo_sendstatus_a.png -share/gnome/help/evolution/de/figures/evo_shd_memo_a.png -share/gnome/help/evolution/de/figures/evo_usereceive_a.png -share/gnome/help/evolution/de/figures/evolution_contact_preference.png -share/gnome/help/evolution/de/figures/evolution_mail_preference.png -share/gnome/help/evolution/de/figures/exchng-rec-mails.png -share/gnome/help/evolution/de/figures/exchng-rec-options.png -share/gnome/help/evolution/de/figures/filter-new-fig.png -share/gnome/help/evolution/de/figures/folder_plus.png -share/gnome/help/evolution/de/figures/folder_size_mapi.png -share/gnome/help/evolution/de/figures/folder_size_preference.png -share/gnome/help/evolution/de/figures/google_cal_view.png -share/gnome/help/evolution/de/figures/groupwise_resend.png -share/gnome/help/evolution/de/figures/groupwise_resend_retract.png -share/gnome/help/evolution/de/figures/local_ics_calendar.png -share/gnome/help/evolution/de/figures/mailer_preferences.png -share/gnome/help/evolution/de/figures/meeting.png -share/gnome/help/evolution/de/figures/minus.png -share/gnome/help/evolution/de/figures/plus.png -share/gnome/help/evolution/de/figures/quick_add_a.png -share/gnome/help/evolution/de/figures/quick_reference.png -share/gnome/help/evolution/de/figures/stock_search.png -share/gnome/help/evolution/de/figures/ver_view_a.png -share/gnome/help/evolution/el/evolution.xml -share/gnome/help/evolution/el/figures/attach_reminder_a.png -share/gnome/help/evolution/el/figures/calendar_preference_display.png -share/gnome/help/evolution/el/figures/categories_a.png -share/gnome/help/evolution/el/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/el/figures/delgt-add.png -share/gnome/help/evolution/el/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/el/figures/evo_adv_search_a.png -share/gnome/help/evolution/el/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/el/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/el/figures/evo_backup_warning.png -share/gnome/help/evolution/el/figures/evo_blink.png -share/gnome/help/evolution/el/figures/evo_cal_callout_a.png -share/gnome/help/evolution/el/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/el/figures/evo_calstatus_a.png -share/gnome/help/evolution/el/figures/evo_caltasks_a.png -share/gnome/help/evolution/el/figures/evo_contacteditor_a.png -share/gnome/help/evolution/el/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/el/figures/evo_dialog-info.png -share/gnome/help/evolution/el/figures/evo_dialog-warning.png -share/gnome/help/evolution/el/figures/evo_edit_search.png -share/gnome/help/evolution/el/figures/evo_exchng_mapi.png -share/gnome/help/evolution/el/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/el/figures/evo_gwreceive_a.png -share/gnome/help/evolution/el/figures/evo_gwstatustrack.png -share/gnome/help/evolution/el/figures/evo_imapreceive_a.png -share/gnome/help/evolution/el/figures/evo_junk_a.png -share/gnome/help/evolution/el/figures/evo_label_a.png -share/gnome/help/evolution/el/figures/evo_labels_a.png -share/gnome/help/evolution/el/figures/evo_mail_a.png -share/gnome/help/evolution/el/figures/evo_mail_callout_a.png -share/gnome/help/evolution/el/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/el/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/el/figures/evo_memo_a.png -share/gnome/help/evolution/el/figures/evo_mhreceive_a.png -share/gnome/help/evolution/el/figures/evo_newmail.png -share/gnome/help/evolution/el/figures/evo_newmess_a.png -share/gnome/help/evolution/el/figures/evo_offline.png -share/gnome/help/evolution/el/figures/evo_popreceive_a.png -share/gnome/help/evolution/el/figures/evo_proxyadd_a.png -share/gnome/help/evolution/el/figures/evo_rule_a.png -share/gnome/help/evolution/el/figures/evo_send_option_a.png -share/gnome/help/evolution/el/figures/evo_send_setup_a.png -share/gnome/help/evolution/el/figures/evo_sendstatus_a.png -share/gnome/help/evolution/el/figures/evo_shd_memo_a.png -share/gnome/help/evolution/el/figures/evo_usereceive_a.png -share/gnome/help/evolution/el/figures/evolution_contact_preference.png -share/gnome/help/evolution/el/figures/evolution_mail_preference.png -share/gnome/help/evolution/el/figures/exchng-rec-mails.png -share/gnome/help/evolution/el/figures/exchng-rec-options.png -share/gnome/help/evolution/el/figures/filter-new-fig.png -share/gnome/help/evolution/el/figures/folder_plus.png -share/gnome/help/evolution/el/figures/folder_size_mapi.png -share/gnome/help/evolution/el/figures/folder_size_preference.png -share/gnome/help/evolution/el/figures/google_cal_view.png -share/gnome/help/evolution/el/figures/groupwise_resend.png -share/gnome/help/evolution/el/figures/groupwise_resend_retract.png -share/gnome/help/evolution/el/figures/local_ics_calendar.png -share/gnome/help/evolution/el/figures/mailer_preferences.png -share/gnome/help/evolution/el/figures/meeting.png -share/gnome/help/evolution/el/figures/minus.png -share/gnome/help/evolution/el/figures/plus.png -share/gnome/help/evolution/el/figures/quick_add_a.png -share/gnome/help/evolution/el/figures/quick_reference.png -share/gnome/help/evolution/el/figures/stock_search.png -share/gnome/help/evolution/el/figures/ver_view_a.png -share/gnome/help/evolution/en_GB/evolution.xml -share/gnome/help/evolution/en_GB/figures/attach_reminder_a.png -share/gnome/help/evolution/en_GB/figures/calendar_preference_display.png -share/gnome/help/evolution/en_GB/figures/categories_a.png -share/gnome/help/evolution/en_GB/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/en_GB/figures/delgt-add.png -share/gnome/help/evolution/en_GB/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/en_GB/figures/evo_adv_search_a.png -share/gnome/help/evolution/en_GB/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/en_GB/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/en_GB/figures/evo_backup_warning.png -share/gnome/help/evolution/en_GB/figures/evo_blink.png -share/gnome/help/evolution/en_GB/figures/evo_cal_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/en_GB/figures/evo_calstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_caltasks_a.png -share/gnome/help/evolution/en_GB/figures/evo_contacteditor_a.png -share/gnome/help/evolution/en_GB/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-info.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-warning.png -share/gnome/help/evolution/en_GB/figures/evo_edit_search.png -share/gnome/help/evolution/en_GB/figures/evo_exchng_mapi.png -share/gnome/help/evolution/en_GB/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwstatustrack.png -share/gnome/help/evolution/en_GB/figures/evo_imapreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_junk_a.png -share/gnome/help/evolution/en_GB/figures/evo_label_a.png -share/gnome/help/evolution/en_GB/figures/evo_labels_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_mhreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_newmail.png -share/gnome/help/evolution/en_GB/figures/evo_newmess_a.png -share/gnome/help/evolution/en_GB/figures/evo_offline.png -share/gnome/help/evolution/en_GB/figures/evo_popreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_proxyadd_a.png -share/gnome/help/evolution/en_GB/figures/evo_rule_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_option_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_setup_a.png -share/gnome/help/evolution/en_GB/figures/evo_sendstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_shd_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_usereceive_a.png -share/gnome/help/evolution/en_GB/figures/evolution_contact_preference.png -share/gnome/help/evolution/en_GB/figures/evolution_mail_preference.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-mails.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-options.png -share/gnome/help/evolution/en_GB/figures/filter-new-fig.png -share/gnome/help/evolution/en_GB/figures/folder_plus.png -share/gnome/help/evolution/en_GB/figures/folder_size_mapi.png -share/gnome/help/evolution/en_GB/figures/folder_size_preference.png -share/gnome/help/evolution/en_GB/figures/google_cal_view.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend_retract.png -share/gnome/help/evolution/en_GB/figures/local_ics_calendar.png -share/gnome/help/evolution/en_GB/figures/mailer_preferences.png -share/gnome/help/evolution/en_GB/figures/meeting.png -share/gnome/help/evolution/en_GB/figures/minus.png -share/gnome/help/evolution/en_GB/figures/plus.png -share/gnome/help/evolution/en_GB/figures/quick_add_a.png -share/gnome/help/evolution/en_GB/figures/quick_reference.png -share/gnome/help/evolution/en_GB/figures/stock_search.png -share/gnome/help/evolution/en_GB/figures/ver_view_a.png -share/gnome/help/evolution/es/evolution.xml -share/gnome/help/evolution/es/figures/attach_reminder_a.png -share/gnome/help/evolution/es/figures/calendar_preference_display.png -share/gnome/help/evolution/es/figures/categories_a.png -share/gnome/help/evolution/es/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/es/figures/delgt-add.png -share/gnome/help/evolution/es/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/es/figures/evo_adv_search_a.png -share/gnome/help/evolution/es/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/es/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/es/figures/evo_backup_warning.png -share/gnome/help/evolution/es/figures/evo_blink.png -share/gnome/help/evolution/es/figures/evo_cal_callout_a.png -share/gnome/help/evolution/es/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/es/figures/evo_calstatus_a.png -share/gnome/help/evolution/es/figures/evo_caltasks_a.png -share/gnome/help/evolution/es/figures/evo_contacteditor_a.png -share/gnome/help/evolution/es/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/es/figures/evo_dialog-info.png -share/gnome/help/evolution/es/figures/evo_dialog-warning.png -share/gnome/help/evolution/es/figures/evo_edit_search.png -share/gnome/help/evolution/es/figures/evo_exchng_mapi.png -share/gnome/help/evolution/es/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/es/figures/evo_gwreceive_a.png -share/gnome/help/evolution/es/figures/evo_gwstatustrack.png -share/gnome/help/evolution/es/figures/evo_imapreceive_a.png -share/gnome/help/evolution/es/figures/evo_junk_a.png -share/gnome/help/evolution/es/figures/evo_label_a.png -share/gnome/help/evolution/es/figures/evo_labels_a.png -share/gnome/help/evolution/es/figures/evo_mail_a.png -share/gnome/help/evolution/es/figures/evo_mail_callout_a.png -share/gnome/help/evolution/es/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/es/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/es/figures/evo_memo_a.png -share/gnome/help/evolution/es/figures/evo_mhreceive_a.png -share/gnome/help/evolution/es/figures/evo_newmail.png -share/gnome/help/evolution/es/figures/evo_newmess_a.png -share/gnome/help/evolution/es/figures/evo_offline.png -share/gnome/help/evolution/es/figures/evo_popreceive_a.png -share/gnome/help/evolution/es/figures/evo_proxyadd_a.png -share/gnome/help/evolution/es/figures/evo_rule_a.png -share/gnome/help/evolution/es/figures/evo_send_option_a.png -share/gnome/help/evolution/es/figures/evo_send_setup_a.png -share/gnome/help/evolution/es/figures/evo_sendstatus_a.png -share/gnome/help/evolution/es/figures/evo_shd_memo_a.png -share/gnome/help/evolution/es/figures/evo_usereceive_a.png -share/gnome/help/evolution/es/figures/evolution_contact_preference.png -share/gnome/help/evolution/es/figures/evolution_mail_preference.png -share/gnome/help/evolution/es/figures/exchng-rec-mails.png -share/gnome/help/evolution/es/figures/exchng-rec-options.png -share/gnome/help/evolution/es/figures/filter-new-fig.png -share/gnome/help/evolution/es/figures/folder_plus.png -share/gnome/help/evolution/es/figures/folder_size_mapi.png -share/gnome/help/evolution/es/figures/folder_size_preference.png -share/gnome/help/evolution/es/figures/google_cal_view.png -share/gnome/help/evolution/es/figures/groupwise_resend.png -share/gnome/help/evolution/es/figures/groupwise_resend_retract.png -share/gnome/help/evolution/es/figures/local_ics_calendar.png -share/gnome/help/evolution/es/figures/mailer_preferences.png -share/gnome/help/evolution/es/figures/meeting.png -share/gnome/help/evolution/es/figures/minus.png -share/gnome/help/evolution/es/figures/plus.png -share/gnome/help/evolution/es/figures/quick_add_a.png -share/gnome/help/evolution/es/figures/quick_reference.png -share/gnome/help/evolution/es/figures/stock_search.png -share/gnome/help/evolution/es/figures/ver_view_a.png -share/gnome/help/evolution/eu/evolution.xml -share/gnome/help/evolution/eu/figures/attach_reminder_a.png -share/gnome/help/evolution/eu/figures/calendar_preference_display.png -share/gnome/help/evolution/eu/figures/categories_a.png -share/gnome/help/evolution/eu/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/eu/figures/delgt-add.png -share/gnome/help/evolution/eu/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/eu/figures/evo_adv_search_a.png -share/gnome/help/evolution/eu/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/eu/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/eu/figures/evo_backup_warning.png -share/gnome/help/evolution/eu/figures/evo_blink.png -share/gnome/help/evolution/eu/figures/evo_cal_callout_a.png -share/gnome/help/evolution/eu/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/eu/figures/evo_calstatus_a.png -share/gnome/help/evolution/eu/figures/evo_caltasks_a.png -share/gnome/help/evolution/eu/figures/evo_contacteditor_a.png -share/gnome/help/evolution/eu/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/eu/figures/evo_dialog-info.png -share/gnome/help/evolution/eu/figures/evo_dialog-warning.png -share/gnome/help/evolution/eu/figures/evo_edit_search.png -share/gnome/help/evolution/eu/figures/evo_exchng_mapi.png -share/gnome/help/evolution/eu/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/eu/figures/evo_gwreceive_a.png -share/gnome/help/evolution/eu/figures/evo_gwstatustrack.png -share/gnome/help/evolution/eu/figures/evo_imapreceive_a.png -share/gnome/help/evolution/eu/figures/evo_junk_a.png -share/gnome/help/evolution/eu/figures/evo_label_a.png -share/gnome/help/evolution/eu/figures/evo_labels_a.png -share/gnome/help/evolution/eu/figures/evo_mail_a.png -share/gnome/help/evolution/eu/figures/evo_mail_callout_a.png -share/gnome/help/evolution/eu/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/eu/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/eu/figures/evo_memo_a.png -share/gnome/help/evolution/eu/figures/evo_mhreceive_a.png -share/gnome/help/evolution/eu/figures/evo_newmail.png -share/gnome/help/evolution/eu/figures/evo_newmess_a.png -share/gnome/help/evolution/eu/figures/evo_offline.png -share/gnome/help/evolution/eu/figures/evo_popreceive_a.png -share/gnome/help/evolution/eu/figures/evo_proxyadd_a.png -share/gnome/help/evolution/eu/figures/evo_rule_a.png -share/gnome/help/evolution/eu/figures/evo_send_option_a.png -share/gnome/help/evolution/eu/figures/evo_send_setup_a.png -share/gnome/help/evolution/eu/figures/evo_sendstatus_a.png -share/gnome/help/evolution/eu/figures/evo_shd_memo_a.png -share/gnome/help/evolution/eu/figures/evo_usereceive_a.png -share/gnome/help/evolution/eu/figures/evolution_contact_preference.png -share/gnome/help/evolution/eu/figures/evolution_mail_preference.png -share/gnome/help/evolution/eu/figures/exchng-rec-mails.png -share/gnome/help/evolution/eu/figures/exchng-rec-options.png -share/gnome/help/evolution/eu/figures/filter-new-fig.png -share/gnome/help/evolution/eu/figures/folder_plus.png -share/gnome/help/evolution/eu/figures/folder_size_mapi.png -share/gnome/help/evolution/eu/figures/folder_size_preference.png -share/gnome/help/evolution/eu/figures/google_cal_view.png -share/gnome/help/evolution/eu/figures/groupwise_resend.png -share/gnome/help/evolution/eu/figures/groupwise_resend_retract.png -share/gnome/help/evolution/eu/figures/local_ics_calendar.png -share/gnome/help/evolution/eu/figures/mailer_preferences.png -share/gnome/help/evolution/eu/figures/meeting.png -share/gnome/help/evolution/eu/figures/minus.png -share/gnome/help/evolution/eu/figures/plus.png -share/gnome/help/evolution/eu/figures/quick_add_a.png -share/gnome/help/evolution/eu/figures/quick_reference.png -share/gnome/help/evolution/eu/figures/stock_search.png -share/gnome/help/evolution/eu/figures/ver_view_a.png -share/gnome/help/evolution/fr/evolution.xml -share/gnome/help/evolution/fr/figures/attach_reminder_a.png -share/gnome/help/evolution/fr/figures/calendar_preference_display.png -share/gnome/help/evolution/fr/figures/categories_a.png -share/gnome/help/evolution/fr/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/fr/figures/delgt-add.png -share/gnome/help/evolution/fr/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/fr/figures/evo_adv_search_a.png -share/gnome/help/evolution/fr/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/fr/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/fr/figures/evo_backup_warning.png -share/gnome/help/evolution/fr/figures/evo_blink.png -share/gnome/help/evolution/fr/figures/evo_cal_callout_a.png -share/gnome/help/evolution/fr/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/fr/figures/evo_calstatus_a.png -share/gnome/help/evolution/fr/figures/evo_caltasks_a.png -share/gnome/help/evolution/fr/figures/evo_contacteditor_a.png -share/gnome/help/evolution/fr/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/fr/figures/evo_dialog-info.png -share/gnome/help/evolution/fr/figures/evo_dialog-warning.png -share/gnome/help/evolution/fr/figures/evo_edit_search.png -share/gnome/help/evolution/fr/figures/evo_exchng_mapi.png -share/gnome/help/evolution/fr/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/fr/figures/evo_gwreceive_a.png -share/gnome/help/evolution/fr/figures/evo_gwstatustrack.png -share/gnome/help/evolution/fr/figures/evo_imapreceive_a.png -share/gnome/help/evolution/fr/figures/evo_junk_a.png -share/gnome/help/evolution/fr/figures/evo_label_a.png -share/gnome/help/evolution/fr/figures/evo_labels_a.png -share/gnome/help/evolution/fr/figures/evo_mail_a.png -share/gnome/help/evolution/fr/figures/evo_mail_callout_a.png -share/gnome/help/evolution/fr/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/fr/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/fr/figures/evo_memo_a.png -share/gnome/help/evolution/fr/figures/evo_mhreceive_a.png -share/gnome/help/evolution/fr/figures/evo_newmail.png -share/gnome/help/evolution/fr/figures/evo_newmess_a.png -share/gnome/help/evolution/fr/figures/evo_offline.png -share/gnome/help/evolution/fr/figures/evo_popreceive_a.png -share/gnome/help/evolution/fr/figures/evo_proxyadd_a.png -share/gnome/help/evolution/fr/figures/evo_rule_a.png -share/gnome/help/evolution/fr/figures/evo_send_option_a.png -share/gnome/help/evolution/fr/figures/evo_send_setup_a.png -share/gnome/help/evolution/fr/figures/evo_sendstatus_a.png -share/gnome/help/evolution/fr/figures/evo_shd_memo_a.png -share/gnome/help/evolution/fr/figures/evo_usereceive_a.png -share/gnome/help/evolution/fr/figures/evolution_contact_preference.png -share/gnome/help/evolution/fr/figures/evolution_mail_preference.png -share/gnome/help/evolution/fr/figures/exchng-rec-mails.png -share/gnome/help/evolution/fr/figures/exchng-rec-options.png -share/gnome/help/evolution/fr/figures/filter-new-fig.png -share/gnome/help/evolution/fr/figures/folder_plus.png -share/gnome/help/evolution/fr/figures/folder_size_mapi.png -share/gnome/help/evolution/fr/figures/folder_size_preference.png -share/gnome/help/evolution/fr/figures/google_cal_view.png -share/gnome/help/evolution/fr/figures/groupwise_resend.png -share/gnome/help/evolution/fr/figures/groupwise_resend_retract.png -share/gnome/help/evolution/fr/figures/local_ics_calendar.png -share/gnome/help/evolution/fr/figures/mailer_preferences.png -share/gnome/help/evolution/fr/figures/meeting.png -share/gnome/help/evolution/fr/figures/minus.png -share/gnome/help/evolution/fr/figures/plus.png -share/gnome/help/evolution/fr/figures/quick_add_a.png -share/gnome/help/evolution/fr/figures/quick_reference.png -share/gnome/help/evolution/fr/figures/stock_search.png -share/gnome/help/evolution/fr/figures/ver_view_a.png -share/gnome/help/evolution/gl/evolution.xml -share/gnome/help/evolution/gl/figures/attach_reminder_a.png -share/gnome/help/evolution/gl/figures/calendar_preference_display.png -share/gnome/help/evolution/gl/figures/categories_a.png -share/gnome/help/evolution/gl/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/gl/figures/delgt-add.png -share/gnome/help/evolution/gl/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/gl/figures/evo_adv_search_a.png -share/gnome/help/evolution/gl/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/gl/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/gl/figures/evo_backup_warning.png -share/gnome/help/evolution/gl/figures/evo_blink.png -share/gnome/help/evolution/gl/figures/evo_cal_callout_a.png -share/gnome/help/evolution/gl/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/gl/figures/evo_calstatus_a.png -share/gnome/help/evolution/gl/figures/evo_caltasks_a.png -share/gnome/help/evolution/gl/figures/evo_contacteditor_a.png -share/gnome/help/evolution/gl/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/gl/figures/evo_dialog-info.png -share/gnome/help/evolution/gl/figures/evo_dialog-warning.png -share/gnome/help/evolution/gl/figures/evo_edit_search.png -share/gnome/help/evolution/gl/figures/evo_exchng_mapi.png -share/gnome/help/evolution/gl/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/gl/figures/evo_gwreceive_a.png -share/gnome/help/evolution/gl/figures/evo_gwstatustrack.png -share/gnome/help/evolution/gl/figures/evo_imapreceive_a.png -share/gnome/help/evolution/gl/figures/evo_junk_a.png -share/gnome/help/evolution/gl/figures/evo_label_a.png -share/gnome/help/evolution/gl/figures/evo_labels_a.png -share/gnome/help/evolution/gl/figures/evo_mail_a.png -share/gnome/help/evolution/gl/figures/evo_mail_callout_a.png -share/gnome/help/evolution/gl/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/gl/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/gl/figures/evo_memo_a.png -share/gnome/help/evolution/gl/figures/evo_mhreceive_a.png -share/gnome/help/evolution/gl/figures/evo_newmail.png -share/gnome/help/evolution/gl/figures/evo_newmess_a.png -share/gnome/help/evolution/gl/figures/evo_offline.png -share/gnome/help/evolution/gl/figures/evo_popreceive_a.png -share/gnome/help/evolution/gl/figures/evo_proxyadd_a.png -share/gnome/help/evolution/gl/figures/evo_rule_a.png -share/gnome/help/evolution/gl/figures/evo_send_option_a.png -share/gnome/help/evolution/gl/figures/evo_send_setup_a.png -share/gnome/help/evolution/gl/figures/evo_sendstatus_a.png -share/gnome/help/evolution/gl/figures/evo_shd_memo_a.png -share/gnome/help/evolution/gl/figures/evo_usereceive_a.png -share/gnome/help/evolution/gl/figures/evolution_contact_preference.png -share/gnome/help/evolution/gl/figures/evolution_mail_preference.png -share/gnome/help/evolution/gl/figures/exchng-rec-mails.png -share/gnome/help/evolution/gl/figures/exchng-rec-options.png -share/gnome/help/evolution/gl/figures/filter-new-fig.png -share/gnome/help/evolution/gl/figures/folder_plus.png -share/gnome/help/evolution/gl/figures/folder_size_mapi.png -share/gnome/help/evolution/gl/figures/folder_size_preference.png -share/gnome/help/evolution/gl/figures/google_cal_view.png -share/gnome/help/evolution/gl/figures/groupwise_resend.png -share/gnome/help/evolution/gl/figures/groupwise_resend_retract.png -share/gnome/help/evolution/gl/figures/local_ics_calendar.png -share/gnome/help/evolution/gl/figures/mailer_preferences.png -share/gnome/help/evolution/gl/figures/meeting.png -share/gnome/help/evolution/gl/figures/minus.png -share/gnome/help/evolution/gl/figures/plus.png -share/gnome/help/evolution/gl/figures/quick_add_a.png -share/gnome/help/evolution/gl/figures/quick_reference.png -share/gnome/help/evolution/gl/figures/stock_search.png -share/gnome/help/evolution/gl/figures/ver_view_a.png -share/gnome/help/evolution/mk/evolution.xml -share/gnome/help/evolution/mk/figures/attach_reminder_a.png -share/gnome/help/evolution/mk/figures/calendar_preference_display.png -share/gnome/help/evolution/mk/figures/categories_a.png -share/gnome/help/evolution/mk/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/mk/figures/delgt-add.png -share/gnome/help/evolution/mk/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/mk/figures/evo_adv_search_a.png -share/gnome/help/evolution/mk/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/mk/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/mk/figures/evo_backup_warning.png -share/gnome/help/evolution/mk/figures/evo_blink.png -share/gnome/help/evolution/mk/figures/evo_cal_callout_a.png -share/gnome/help/evolution/mk/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/mk/figures/evo_calstatus_a.png -share/gnome/help/evolution/mk/figures/evo_caltasks_a.png -share/gnome/help/evolution/mk/figures/evo_contacteditor_a.png -share/gnome/help/evolution/mk/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/mk/figures/evo_dialog-info.png -share/gnome/help/evolution/mk/figures/evo_dialog-warning.png -share/gnome/help/evolution/mk/figures/evo_edit_search.png -share/gnome/help/evolution/mk/figures/evo_exchng_mapi.png -share/gnome/help/evolution/mk/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/mk/figures/evo_gwreceive_a.png -share/gnome/help/evolution/mk/figures/evo_gwstatustrack.png -share/gnome/help/evolution/mk/figures/evo_imapreceive_a.png -share/gnome/help/evolution/mk/figures/evo_junk_a.png -share/gnome/help/evolution/mk/figures/evo_label_a.png -share/gnome/help/evolution/mk/figures/evo_labels_a.png -share/gnome/help/evolution/mk/figures/evo_mail_a.png -share/gnome/help/evolution/mk/figures/evo_mail_callout_a.png -share/gnome/help/evolution/mk/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/mk/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/mk/figures/evo_memo_a.png -share/gnome/help/evolution/mk/figures/evo_mhreceive_a.png -share/gnome/help/evolution/mk/figures/evo_newmail.png -share/gnome/help/evolution/mk/figures/evo_newmess_a.png -share/gnome/help/evolution/mk/figures/evo_offline.png -share/gnome/help/evolution/mk/figures/evo_popreceive_a.png -share/gnome/help/evolution/mk/figures/evo_proxyadd_a.png -share/gnome/help/evolution/mk/figures/evo_rule_a.png -share/gnome/help/evolution/mk/figures/evo_send_option_a.png -share/gnome/help/evolution/mk/figures/evo_send_setup_a.png -share/gnome/help/evolution/mk/figures/evo_sendstatus_a.png -share/gnome/help/evolution/mk/figures/evo_shd_memo_a.png -share/gnome/help/evolution/mk/figures/evo_usereceive_a.png -share/gnome/help/evolution/mk/figures/evolution_contact_preference.png -share/gnome/help/evolution/mk/figures/evolution_mail_preference.png -share/gnome/help/evolution/mk/figures/exchng-rec-mails.png -share/gnome/help/evolution/mk/figures/exchng-rec-options.png -share/gnome/help/evolution/mk/figures/filter-new-fig.png -share/gnome/help/evolution/mk/figures/folder_plus.png -share/gnome/help/evolution/mk/figures/folder_size_mapi.png -share/gnome/help/evolution/mk/figures/folder_size_preference.png -share/gnome/help/evolution/mk/figures/google_cal_view.png -share/gnome/help/evolution/mk/figures/groupwise_resend.png -share/gnome/help/evolution/mk/figures/groupwise_resend_retract.png -share/gnome/help/evolution/mk/figures/local_ics_calendar.png -share/gnome/help/evolution/mk/figures/mailer_preferences.png -share/gnome/help/evolution/mk/figures/meeting.png -share/gnome/help/evolution/mk/figures/minus.png -share/gnome/help/evolution/mk/figures/plus.png -share/gnome/help/evolution/mk/figures/quick_add_a.png -share/gnome/help/evolution/mk/figures/quick_reference.png -share/gnome/help/evolution/mk/figures/stock_search.png -share/gnome/help/evolution/mk/figures/ver_view_a.png -share/gnome/help/evolution/oc/evolution.xml -share/gnome/help/evolution/oc/figures/attach_reminder_a.png -share/gnome/help/evolution/oc/figures/calendar_preference_display.png -share/gnome/help/evolution/oc/figures/categories_a.png -share/gnome/help/evolution/oc/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/oc/figures/delgt-add.png -share/gnome/help/evolution/oc/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/oc/figures/evo_adv_search_a.png -share/gnome/help/evolution/oc/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/oc/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/oc/figures/evo_backup_warning.png -share/gnome/help/evolution/oc/figures/evo_blink.png -share/gnome/help/evolution/oc/figures/evo_cal_callout_a.png -share/gnome/help/evolution/oc/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/oc/figures/evo_calstatus_a.png -share/gnome/help/evolution/oc/figures/evo_caltasks_a.png -share/gnome/help/evolution/oc/figures/evo_contacteditor_a.png -share/gnome/help/evolution/oc/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/oc/figures/evo_dialog-info.png -share/gnome/help/evolution/oc/figures/evo_dialog-warning.png -share/gnome/help/evolution/oc/figures/evo_edit_search.png -share/gnome/help/evolution/oc/figures/evo_exchng_mapi.png -share/gnome/help/evolution/oc/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/oc/figures/evo_gwreceive_a.png -share/gnome/help/evolution/oc/figures/evo_gwstatustrack.png -share/gnome/help/evolution/oc/figures/evo_imapreceive_a.png -share/gnome/help/evolution/oc/figures/evo_junk_a.png -share/gnome/help/evolution/oc/figures/evo_label_a.png -share/gnome/help/evolution/oc/figures/evo_labels_a.png -share/gnome/help/evolution/oc/figures/evo_mail_a.png -share/gnome/help/evolution/oc/figures/evo_mail_callout_a.png -share/gnome/help/evolution/oc/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/oc/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/oc/figures/evo_memo_a.png -share/gnome/help/evolution/oc/figures/evo_mhreceive_a.png -share/gnome/help/evolution/oc/figures/evo_newmail.png -share/gnome/help/evolution/oc/figures/evo_newmess_a.png -share/gnome/help/evolution/oc/figures/evo_offline.png -share/gnome/help/evolution/oc/figures/evo_popreceive_a.png -share/gnome/help/evolution/oc/figures/evo_proxyadd_a.png -share/gnome/help/evolution/oc/figures/evo_rule_a.png -share/gnome/help/evolution/oc/figures/evo_send_option_a.png -share/gnome/help/evolution/oc/figures/evo_send_setup_a.png -share/gnome/help/evolution/oc/figures/evo_sendstatus_a.png -share/gnome/help/evolution/oc/figures/evo_shd_memo_a.png -share/gnome/help/evolution/oc/figures/evo_usereceive_a.png -share/gnome/help/evolution/oc/figures/evolution_contact_preference.png -share/gnome/help/evolution/oc/figures/evolution_mail_preference.png -share/gnome/help/evolution/oc/figures/exchng-rec-mails.png -share/gnome/help/evolution/oc/figures/exchng-rec-options.png -share/gnome/help/evolution/oc/figures/filter-new-fig.png -share/gnome/help/evolution/oc/figures/folder_plus.png -share/gnome/help/evolution/oc/figures/folder_size_mapi.png -share/gnome/help/evolution/oc/figures/folder_size_preference.png -share/gnome/help/evolution/oc/figures/google_cal_view.png -share/gnome/help/evolution/oc/figures/groupwise_resend.png -share/gnome/help/evolution/oc/figures/groupwise_resend_retract.png -share/gnome/help/evolution/oc/figures/local_ics_calendar.png -share/gnome/help/evolution/oc/figures/mailer_preferences.png -share/gnome/help/evolution/oc/figures/meeting.png -share/gnome/help/evolution/oc/figures/minus.png -share/gnome/help/evolution/oc/figures/plus.png -share/gnome/help/evolution/oc/figures/quick_add_a.png -share/gnome/help/evolution/oc/figures/quick_reference.png -share/gnome/help/evolution/oc/figures/stock_search.png -share/gnome/help/evolution/oc/figures/ver_view_a.png -share/gnome/help/evolution/ru/evolution.xml -share/gnome/help/evolution/ru/figures/attach_reminder_a.png -share/gnome/help/evolution/ru/figures/calendar_preference_display.png -share/gnome/help/evolution/ru/figures/categories_a.png -share/gnome/help/evolution/ru/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/ru/figures/delgt-add.png -share/gnome/help/evolution/ru/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/ru/figures/evo_adv_search_a.png -share/gnome/help/evolution/ru/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/ru/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/ru/figures/evo_backup_warning.png -share/gnome/help/evolution/ru/figures/evo_blink.png -share/gnome/help/evolution/ru/figures/evo_cal_callout_a.png -share/gnome/help/evolution/ru/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/ru/figures/evo_calstatus_a.png -share/gnome/help/evolution/ru/figures/evo_caltasks_a.png -share/gnome/help/evolution/ru/figures/evo_contacteditor_a.png -share/gnome/help/evolution/ru/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/ru/figures/evo_dialog-info.png -share/gnome/help/evolution/ru/figures/evo_dialog-warning.png -share/gnome/help/evolution/ru/figures/evo_edit_search.png -share/gnome/help/evolution/ru/figures/evo_exchng_mapi.png -share/gnome/help/evolution/ru/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/ru/figures/evo_gwreceive_a.png -share/gnome/help/evolution/ru/figures/evo_gwstatustrack.png -share/gnome/help/evolution/ru/figures/evo_imapreceive_a.png -share/gnome/help/evolution/ru/figures/evo_junk_a.png -share/gnome/help/evolution/ru/figures/evo_label_a.png -share/gnome/help/evolution/ru/figures/evo_labels_a.png -share/gnome/help/evolution/ru/figures/evo_mail_a.png -share/gnome/help/evolution/ru/figures/evo_mail_callout_a.png -share/gnome/help/evolution/ru/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/ru/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/ru/figures/evo_memo_a.png -share/gnome/help/evolution/ru/figures/evo_mhreceive_a.png -share/gnome/help/evolution/ru/figures/evo_newmail.png -share/gnome/help/evolution/ru/figures/evo_newmess_a.png -share/gnome/help/evolution/ru/figures/evo_offline.png -share/gnome/help/evolution/ru/figures/evo_popreceive_a.png -share/gnome/help/evolution/ru/figures/evo_proxyadd_a.png -share/gnome/help/evolution/ru/figures/evo_rule_a.png -share/gnome/help/evolution/ru/figures/evo_send_option_a.png -share/gnome/help/evolution/ru/figures/evo_send_setup_a.png -share/gnome/help/evolution/ru/figures/evo_sendstatus_a.png -share/gnome/help/evolution/ru/figures/evo_shd_memo_a.png -share/gnome/help/evolution/ru/figures/evo_usereceive_a.png -share/gnome/help/evolution/ru/figures/evolution_contact_preference.png -share/gnome/help/evolution/ru/figures/evolution_mail_preference.png -share/gnome/help/evolution/ru/figures/exchng-rec-mails.png -share/gnome/help/evolution/ru/figures/exchng-rec-options.png -share/gnome/help/evolution/ru/figures/filter-new-fig.png -share/gnome/help/evolution/ru/figures/folder_plus.png -share/gnome/help/evolution/ru/figures/folder_size_mapi.png -share/gnome/help/evolution/ru/figures/folder_size_preference.png -share/gnome/help/evolution/ru/figures/google_cal_view.png -share/gnome/help/evolution/ru/figures/groupwise_resend.png -share/gnome/help/evolution/ru/figures/groupwise_resend_retract.png -share/gnome/help/evolution/ru/figures/local_ics_calendar.png -share/gnome/help/evolution/ru/figures/mailer_preferences.png -share/gnome/help/evolution/ru/figures/meeting.png -share/gnome/help/evolution/ru/figures/minus.png -share/gnome/help/evolution/ru/figures/plus.png -share/gnome/help/evolution/ru/figures/quick_add_a.png -share/gnome/help/evolution/ru/figures/quick_reference.png -share/gnome/help/evolution/ru/figures/stock_search.png -share/gnome/help/evolution/ru/figures/ver_view_a.png -share/gnome/help/evolution/sv/evolution.xml -share/gnome/help/evolution/sv/figures/attach_reminder_a.png -share/gnome/help/evolution/sv/figures/calendar_preference_display.png -share/gnome/help/evolution/sv/figures/categories_a.png -share/gnome/help/evolution/sv/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/sv/figures/delgt-add.png -share/gnome/help/evolution/sv/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/sv/figures/evo_adv_search_a.png -share/gnome/help/evolution/sv/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/sv/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/sv/figures/evo_backup_warning.png -share/gnome/help/evolution/sv/figures/evo_blink.png -share/gnome/help/evolution/sv/figures/evo_cal_callout_a.png -share/gnome/help/evolution/sv/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/sv/figures/evo_calstatus_a.png -share/gnome/help/evolution/sv/figures/evo_caltasks_a.png -share/gnome/help/evolution/sv/figures/evo_contacteditor_a.png -share/gnome/help/evolution/sv/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/sv/figures/evo_dialog-info.png -share/gnome/help/evolution/sv/figures/evo_dialog-warning.png -share/gnome/help/evolution/sv/figures/evo_edit_search.png -share/gnome/help/evolution/sv/figures/evo_exchng_mapi.png -share/gnome/help/evolution/sv/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/sv/figures/evo_gwreceive_a.png -share/gnome/help/evolution/sv/figures/evo_gwstatustrack.png -share/gnome/help/evolution/sv/figures/evo_imapreceive_a.png -share/gnome/help/evolution/sv/figures/evo_junk_a.png -share/gnome/help/evolution/sv/figures/evo_label_a.png -share/gnome/help/evolution/sv/figures/evo_labels_a.png -share/gnome/help/evolution/sv/figures/evo_mail_a.png -share/gnome/help/evolution/sv/figures/evo_mail_callout_a.png -share/gnome/help/evolution/sv/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/sv/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/sv/figures/evo_memo_a.png -share/gnome/help/evolution/sv/figures/evo_mhreceive_a.png -share/gnome/help/evolution/sv/figures/evo_newmail.png -share/gnome/help/evolution/sv/figures/evo_newmess_a.png -share/gnome/help/evolution/sv/figures/evo_offline.png -share/gnome/help/evolution/sv/figures/evo_popreceive_a.png -share/gnome/help/evolution/sv/figures/evo_proxyadd_a.png -share/gnome/help/evolution/sv/figures/evo_rule_a.png -share/gnome/help/evolution/sv/figures/evo_send_option_a.png -share/gnome/help/evolution/sv/figures/evo_send_setup_a.png -share/gnome/help/evolution/sv/figures/evo_sendstatus_a.png -share/gnome/help/evolution/sv/figures/evo_shd_memo_a.png -share/gnome/help/evolution/sv/figures/evo_usereceive_a.png -share/gnome/help/evolution/sv/figures/evolution_contact_preference.png -share/gnome/help/evolution/sv/figures/evolution_mail_preference.png -share/gnome/help/evolution/sv/figures/exchng-rec-mails.png -share/gnome/help/evolution/sv/figures/exchng-rec-options.png -share/gnome/help/evolution/sv/figures/filter-new-fig.png -share/gnome/help/evolution/sv/figures/folder_plus.png -share/gnome/help/evolution/sv/figures/folder_size_mapi.png -share/gnome/help/evolution/sv/figures/folder_size_preference.png -share/gnome/help/evolution/sv/figures/google_cal_view.png -share/gnome/help/evolution/sv/figures/groupwise_resend.png -share/gnome/help/evolution/sv/figures/groupwise_resend_retract.png -share/gnome/help/evolution/sv/figures/local_ics_calendar.png -share/gnome/help/evolution/sv/figures/mailer_preferences.png -share/gnome/help/evolution/sv/figures/meeting.png -share/gnome/help/evolution/sv/figures/minus.png -share/gnome/help/evolution/sv/figures/plus.png -share/gnome/help/evolution/sv/figures/quick_add_a.png -share/gnome/help/evolution/sv/figures/quick_reference.png -share/gnome/help/evolution/sv/figures/stock_search.png -share/gnome/help/evolution/sv/figures/ver_view_a.png -share/gnome/help/evolution/zh_CN/evolution.xml -share/gnome/help/evolution/zh_CN/figures/attach_reminder_a.png -share/gnome/help/evolution/zh_CN/figures/calendar_preference_display.png -share/gnome/help/evolution/zh_CN/figures/categories_a.png -share/gnome/help/evolution/zh_CN/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/zh_CN/figures/delgt-add.png -share/gnome/help/evolution/zh_CN/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/zh_CN/figures/evo_adv_search_a.png -share/gnome/help/evolution/zh_CN/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/zh_CN/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/zh_CN/figures/evo_backup_warning.png -share/gnome/help/evolution/zh_CN/figures/evo_blink.png -share/gnome/help/evolution/zh_CN/figures/evo_cal_callout_a.png -share/gnome/help/evolution/zh_CN/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/zh_CN/figures/evo_calstatus_a.png -share/gnome/help/evolution/zh_CN/figures/evo_caltasks_a.png -share/gnome/help/evolution/zh_CN/figures/evo_contacteditor_a.png -share/gnome/help/evolution/zh_CN/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/zh_CN/figures/evo_dialog-info.png -share/gnome/help/evolution/zh_CN/figures/evo_dialog-warning.png -share/gnome/help/evolution/zh_CN/figures/evo_edit_search.png -share/gnome/help/evolution/zh_CN/figures/evo_exchng_mapi.png -share/gnome/help/evolution/zh_CN/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/zh_CN/figures/evo_gwreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_gwstatustrack.png -share/gnome/help/evolution/zh_CN/figures/evo_imapreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_junk_a.png -share/gnome/help/evolution/zh_CN/figures/evo_label_a.png -share/gnome/help/evolution/zh_CN/figures/evo_labels_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mail_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mail_callout_a.png -share/gnome/help/evolution/zh_CN/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_memo_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mhreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_newmail.png -share/gnome/help/evolution/zh_CN/figures/evo_newmess_a.png -share/gnome/help/evolution/zh_CN/figures/evo_offline.png -share/gnome/help/evolution/zh_CN/figures/evo_popreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_proxyadd_a.png -share/gnome/help/evolution/zh_CN/figures/evo_rule_a.png -share/gnome/help/evolution/zh_CN/figures/evo_send_option_a.png -share/gnome/help/evolution/zh_CN/figures/evo_send_setup_a.png -share/gnome/help/evolution/zh_CN/figures/evo_sendstatus_a.png -share/gnome/help/evolution/zh_CN/figures/evo_shd_memo_a.png -share/gnome/help/evolution/zh_CN/figures/evo_usereceive_a.png -share/gnome/help/evolution/zh_CN/figures/evolution_contact_preference.png -share/gnome/help/evolution/zh_CN/figures/evolution_mail_preference.png -share/gnome/help/evolution/zh_CN/figures/exchng-rec-mails.png -share/gnome/help/evolution/zh_CN/figures/exchng-rec-options.png -share/gnome/help/evolution/zh_CN/figures/filter-new-fig.png -share/gnome/help/evolution/zh_CN/figures/folder_plus.png -share/gnome/help/evolution/zh_CN/figures/folder_size_mapi.png -share/gnome/help/evolution/zh_CN/figures/folder_size_preference.png -share/gnome/help/evolution/zh_CN/figures/google_cal_view.png -share/gnome/help/evolution/zh_CN/figures/groupwise_resend.png -share/gnome/help/evolution/zh_CN/figures/groupwise_resend_retract.png -share/gnome/help/evolution/zh_CN/figures/local_ics_calendar.png -share/gnome/help/evolution/zh_CN/figures/mailer_preferences.png -share/gnome/help/evolution/zh_CN/figures/meeting.png -share/gnome/help/evolution/zh_CN/figures/minus.png -share/gnome/help/evolution/zh_CN/figures/plus.png -share/gnome/help/evolution/zh_CN/figures/quick_add_a.png -share/gnome/help/evolution/zh_CN/figures/quick_reference.png -share/gnome/help/evolution/zh_CN/figures/stock_search.png -share/gnome/help/evolution/zh_CN/figures/ver_view_a.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-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/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/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/legal.xml +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-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-mapi.page +share/help/C/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/C/evolution/xinclude-filter-vfolder-conditions.xml +share/help/C/evolution/xinclude-mail-account-identity.xml +share/help/C/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/cs/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/cs/evolution/xinclude-filter-vfolder-conditions.xml +share/help/cs/evolution/xinclude-mail-account-identity.xml +share/help/cs/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/de/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/de/evolution/xinclude-filter-vfolder-conditions.xml +share/help/de/evolution/xinclude-mail-account-identity.xml +share/help/de/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/el/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/el/evolution/xinclude-filter-vfolder-conditions.xml +share/help/el/evolution/xinclude-mail-account-identity.xml +share/help/el/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/en_GB/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/en_GB/evolution/xinclude-filter-vfolder-conditions.xml +share/help/en_GB/evolution/xinclude-mail-account-identity.xml +share/help/en_GB/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/es/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/es/evolution/xinclude-filter-vfolder-conditions.xml +share/help/es/evolution/xinclude-mail-account-identity.xml +share/help/es/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/eu/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/eu/evolution/xinclude-filter-vfolder-conditions.xml +share/help/eu/evolution/xinclude-mail-account-identity.xml +share/help/eu/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/fr/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/fr/evolution/xinclude-filter-vfolder-conditions.xml +share/help/fr/evolution/xinclude-mail-account-identity.xml +share/help/fr/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/gl/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/gl/evolution/xinclude-filter-vfolder-conditions.xml +share/help/gl/evolution/xinclude-mail-account-identity.xml +share/help/gl/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/hu/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/hu/evolution/xinclude-filter-vfolder-conditions.xml +share/help/hu/evolution/xinclude-mail-account-identity.xml +share/help/hu/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/mk/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/mk/evolution/xinclude-filter-vfolder-conditions.xml +share/help/mk/evolution/xinclude-mail-account-identity.xml +share/help/mk/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/oc/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/oc/evolution/xinclude-filter-vfolder-conditions.xml +share/help/oc/evolution/xinclude-mail-account-identity.xml +share/help/oc/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/ru/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/ru/evolution/xinclude-filter-vfolder-conditions.xml +share/help/ru/evolution/xinclude-mail-account-identity.xml +share/help/ru/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/sl/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/sl/evolution/xinclude-filter-vfolder-conditions.xml +share/help/sl/evolution/xinclude-mail-account-identity.xml +share/help/sl/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/sv/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/sv/evolution/xinclude-filter-vfolder-conditions.xml +share/help/sv/evolution/xinclude-mail-account-identity.xml +share/help/sv/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/te/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/te/evolution/xinclude-filter-vfolder-conditions.xml +share/help/te/evolution/xinclude-mail-account-identity.xml +share/help/te/evolution/xinclude-searching.xml +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-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/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/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/legal.xml +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-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-mapi.page +share/help/zh_CN/evolution/mail-account-manage-microsoft-exchange.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-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-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-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-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-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-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/help/zh_CN/evolution/xinclude-filter-vfolder-conditions.xml +share/help/zh_CN/evolution/xinclude-mail-account-identity.xml +share/help/zh_CN/evolution/xinclude-searching.xml share/icons/hicolor/16x16/apps/evolution-mail.png share/icons/hicolor/16x16/apps/evolution-memos.png share/icons/hicolor/16x16/apps/evolution-tasks.png @@ -2127,6 +5080,7 @@ share/icons/hicolor/24x24/apps/evolution-mail.png share/icons/hicolor/24x24/apps/evolution-memos.png share/icons/hicolor/24x24/apps/evolution-tasks.png share/icons/hicolor/24x24/apps/evolution.png +share/icons/hicolor/256x256/apps/evolution.png share/icons/hicolor/32x32/apps/evolution-mail.png share/icons/hicolor/32x32/apps/evolution-memos.png share/icons/hicolor/32x32/apps/evolution-tasks.png @@ -2135,9 +5089,9 @@ 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/icons/hicolor/scalable/apps/evolution.svg share/locale/af/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/am/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/an/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/as/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ast/LC_MESSAGES/evolution-%%VERSION%%.mo @@ -2157,10 +5111,11 @@ share/locale/da/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/de/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/dz/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/el/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/en@shaw/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/en_AU/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/en_CA/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/eo/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/es/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/et/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/eu/LC_MESSAGES/evolution-%%VERSION%%.mo @@ -2214,8 +5169,10 @@ share/locale/sr@latin/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/sv/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ta/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/te/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/tg/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/th/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/tr/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/ug/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/wa/LC_MESSAGES/evolution-%%VERSION%%.mo @@ -2223,238 +5180,3 @@ 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/omf/evolution/evolution-C.omf -share/omf/evolution/evolution-cs.omf -share/omf/evolution/evolution-de.omf -share/omf/evolution/evolution-el.omf -share/omf/evolution/evolution-en_GB.omf -share/omf/evolution/evolution-es.omf -share/omf/evolution/evolution-eu.omf -share/omf/evolution/evolution-fr.omf -share/omf/evolution/evolution-gl.omf -share/omf/evolution/evolution-mk.omf -share/omf/evolution/evolution-oc.omf -share/omf/evolution/evolution-ru.omf -share/omf/evolution/evolution-sv.omf -share/omf/evolution/evolution-zh_CN.omf -@dirrm share/omf/evolution -@dirrm share/gnome/help/evolution/zh_CN/figures -@dirrm share/gnome/help/evolution/zh_CN -@dirrm share/gnome/help/evolution/sv/figures -@dirrm share/gnome/help/evolution/sv -@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/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 -@dirrm %%DATADIR%%/%%VERSION%%/views/tasks -@dirrm %%DATADIR%%/%%VERSION%%/views/memos -@dirrm %%DATADIR%%/%%VERSION%%/views/mail -@dirrm %%DATADIR%%/%%VERSION%%/views/calendar -@dirrm %%DATADIR%%/%%VERSION%%/views/addressbook -@dirrm %%DATADIR%%/%%VERSION%%/views -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/theme -@dirrm %%DATADIR%%/%%VERSION%%/sounds -@dirrm %%DATADIR%%/%%VERSION%%/mail-autoconfig -@dirrm %%DATADIR%%/%%VERSION%%/images -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor -@dirrm %%DATADIR%%/%%VERSION%%/icons -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sv -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sq -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pt -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pl -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/it -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/hu -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/fr -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/es -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/de -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/cs -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/ca -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/C -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref -@dirrm %%DATADIR%%/%%VERSION%%/help -@dirrm %%DATADIR%%/%%VERSION%%/etspec -@dirrm %%DATADIR%%/%%VERSION%%/errors -@dirrm %%DATADIR%%/%%VERSION%%/ecps -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sv -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ro -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pt -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pl -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/nl -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/mk -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/lt -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ko -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ja -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/it -@dirrm %%DATADIR%%/%%VERSION%%/default/id/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/id/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/id -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/hu -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fr -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fi -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/es -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/de -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/cs -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ca -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/C -@dirrm %%DATADIR%%/%%VERSION%%/default -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm share/doc/eshell -@dirrm libexec/evolution/%%VERSION%% -@dirrm libexec/evolution -@dirrm lib/evolution/%%VERSION%%/plugins -@dirrm lib/evolution/%%VERSION%%/modules -@dirrm lib/evolution/%%VERSION%% -@dirrm lib/evolution -@dirrm include/evolution-%%VERSION%%/text -@dirrm include/evolution-%%VERSION%%/table -@dirrm include/evolution-%%VERSION%%/shell -@dirrm include/evolution-%%VERSION%%/misc -@dirrm include/evolution-%%VERSION%%/menus -@dirrm include/evolution-%%VERSION%%/mail -@dirrm include/evolution-%%VERSION%%/libart_lgpl -@dirrm include/evolution-%%VERSION%%/libgnomecanvas -@dirrm include/evolution-%%VERSION%%/filter -@dirrm include/evolution-%%VERSION%%/em-format -@dirrm include/evolution-%%VERSION%%/e-util -@dirrm include/evolution-%%VERSION%%/composer -@dirrm include/evolution-%%VERSION%%/calendar/gui/dialogs -@dirrm include/evolution-%%VERSION%%/calendar/gui -@dirrm include/evolution-%%VERSION%%/calendar/common -@dirrm include/evolution-%%VERSION%%/calendar -@dirrm include/evolution-%%VERSION%%/addressbook/gui/widgets -@dirrm include/evolution-%%VERSION%%/addressbook/gui -@dirrm include/evolution-%%VERSION%%/addressbook -@dirrm include/evolution-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as |