diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-22 22:51:53 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-22 22:51:53 +0800 |
commit | 87f855d90ff3351a265508d259fbb59ef411c6d8 (patch) | |
tree | 9a6555c7bbcc79305e8aa37c364970ea3f0e5673 /mail | |
parent | 1e4a9c5c8b920132ad04debd77e6398f139024e2 (diff) | |
download | marcuscom-ports-87f855d90ff3351a265508d259fbb59ef411c6d8.tar.gz marcuscom-ports-87f855d90ff3351a265508d259fbb59ef411c6d8.tar.zst marcuscom-ports-87f855d90ff3351a265508d259fbb59ef411c6d8.zip |
Update to 2.25.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11909 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 107 | ||||
-rw-r--r-- | mail/evolution/distinfo | 3 | ||||
-rw-r--r-- | mail/evolution/files/patch-aa | 45 | ||||
-rw-r--r-- | mail/evolution/files/patch-mail_em-migrate.c | 11 | ||||
-rw-r--r-- | mail/evolution/files/patch-mail_em-utils.h | 10 | ||||
-rw-r--r-- | mail/evolution/files/patch-plugins_exchange-operations_Makefile.in | 10 | ||||
-rw-r--r-- | mail/evolution/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c | 34 | ||||
-rw-r--r-- | mail/evolution/pkg-descr | 9 | ||||
-rw-r--r-- | mail/evolution/pkg-plist | 2090 |
9 files changed, 2319 insertions, 0 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile new file mode 100644 index 000000000..cff5438d0 --- /dev/null +++ b/mail/evolution/Makefile @@ -0,0 +1,107 @@ +# New ports collection makefile for: evolution +# Date created: 28th June 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= evolution +PORTVERSION= 2.25.91 +CATEGORIES= mail gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= An integrated mail, calendar and address book distributed suite + +LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss +RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell + +USE_BZIP2= yes +USE_GMAKE= yes +USE_BISON= build +USE_GETTEXT= yes +USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ + desktopfileutils gnomedocutils ltasneededhack +USE_AUTOTOOLS= libtool:15 +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_LDCONFIG= yes +LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%% +CONFIGURE_ARGS= --enable-nss=yes \ + --enable-mono=no \ + --with-sub-version=" FreeBSD GNOME Team Port" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= apps_evolution_addressbook.schemas \ + apps-evolution-attachment-reminder.schemas \ + apps_evolution_calendar.schemas \ + apps_evolution_email_custom_header.schemas \ + apps-evolution-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.26 +PLIST_SUB= VERSION=${EVO_VERSION} \ + PORTVERSION=2.12 + +OPTIONS= PILOT "Enable Palm Pilot sync support" off \ + LDAP "Enable LDAP support" on \ + SPAMASSASSIN "Enable SpamAssassin spam filtering" off + +.include <bsd.port.pre.mk> + +USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION} +.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk" + +.if defined(WITH_PILOT) +LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnome-pilot +CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \ + --enable-pilot-conduits=yes +PLIST_SUB+= PILOT:="" +.else +PLIST_SUB+= PILOT:="@comment " +.endif + +.if !defined(WITHOUT_LDAP) +USE_OPENLDAP= yes +CONFIGURE_ARGS+=--with-openldap=${LOCALBASE} +.else +CONFIGURE_ARGS+=--with-openldap=no +.endif + +.if defined(WITH_SPAMASSASSIN) +RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin +.endif + +.if !defined(NO_KERBEROS) && exists(/usr/lib/libkrb5.so) +CONFIGURE_ARGS+= --with-krb5=/usr +.else +LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal +.if defined(HEIMDAL_HOME) +CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include +.else +CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} +.endif +.endif + +post-patch: + @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|stdlib.n|stdlib.h|' \ + ${WRKSRC}/iconv-detect.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 + +post-install: install-ldconfig-file + ${MKDIR} ${PREFIX}/include/evolution-${EVO_VERSION}/composer + ${INSTALL_DATA} ${WRKSRC}/composer/e-msg*.h ${PREFIX}/include/evolution-${EVO_VERSION}/composer + +.include <bsd.port.post.mk> diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo new file mode 100644 index 000000000..217dfb4da --- /dev/null +++ b/mail/evolution/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/evolution-2.25.91.tar.bz2) = d34ac084be104abe2ded2823bf53a76a +SHA256 (gnome2/evolution-2.25.91.tar.bz2) = 724f38d2d1ebed3a737cc903922737ffd1a5a42157656de1896eee90d53dfeea +SIZE (gnome2/evolution-2.25.91.tar.bz2) = 28807292 diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa new file mode 100644 index 000000000..ef43e24cd --- /dev/null +++ b/mail/evolution/files/patch-aa @@ -0,0 +1,45 @@ +--- configure.orig 2007-10-28 12:24:23.000000000 -0500 ++++ configure 2007-10-28 12:26:19.000000000 -0500 +@@ -23831,6 +23831,16 @@ + SOFTOKN3_LIB='' + HAL_REQUIREMENT='' + ;; ++*freebsd*) os_win32=no ++ NO_UNDEFINED='' ++ SOCKET_LIBS='' ++ SOEXT='.so' ++ SA_JUNK_PLUGIN=sa-junk-plugin ++ BF_JUNK_PLUGIN=bogo-junk-plugin ++ DL_LIB='' ++ SOFTOKN3_LIB='-lsoftokn3' ++ HAL_REQUIREMENT='hal' ++ ;; + *) os_win32=no + NO_UNDEFINED='' + SOEXT='.so' +@@ -25449,6 +25459,7 @@ + #include <sys/socket.h> + #include <netinet/in.h> + #include <netdb.h> ++ #include <stdio.h> + + #define BUFSIZE (sizeof(struct hostent)+10) + +@@ -29382,7 +29393,7 @@ + LDFLAGS_save="$LDFLAGS" + + mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" +- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" ++ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt" + sunlibs="-lkrb5 -lgss" + { echo "$as_me:$LINENO: checking for Kerberos 5" >&5 + echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; } +@@ -37936,7 +37947,7 @@ + idldir='${datadir}'/idl/evolution-$BASE_VERSION + + +-serverdir="$libdir/bonobo/servers" ++serverdir="$prefix/libdata/bonobo/servers" + + + evolutionuidir="$privdatadir/ui" diff --git a/mail/evolution/files/patch-mail_em-migrate.c b/mail/evolution/files/patch-mail_em-migrate.c new file mode 100644 index 000000000..e2df9c618 --- /dev/null +++ b/mail/evolution/files/patch-mail_em-migrate.c @@ -0,0 +1,11 @@ +--- mail/em-migrate.c.orig 2007-12-15 16:58:56.000000000 +0100 ++++ mail/em-migrate.c 2007-12-21 16:17:32.000000000 +0100 +@@ -1493,7 +1493,7 @@ + ut.actime = st.st_atime; + ut.modtime = st.st_mtime; + utime (dest, &ut); +- chmod (dest, st.st_mode); ++ chmod (dest, st.st_mode | S_IWUSR); + + return 0; + diff --git a/mail/evolution/files/patch-mail_em-utils.h b/mail/evolution/files/patch-mail_em-utils.h new file mode 100644 index 000000000..b3e7b9ffb --- /dev/null +++ b/mail/evolution/files/patch-mail_em-utils.h @@ -0,0 +1,10 @@ +--- mail/em-utils.h.orig Tue Aug 3 16:59:46 2004 ++++ mail/em-utils.h Tue Aug 3 17:00:04 2004 +@@ -23,6 +23,7 @@ + #ifndef __EM_UTILS_H__ + #define __EM_UTILS_H__ + ++#include <sys/types.h> + #include <glib.h> + + #ifdef __cplusplus diff --git a/mail/evolution/files/patch-plugins_exchange-operations_Makefile.in b/mail/evolution/files/patch-plugins_exchange-operations_Makefile.in new file mode 100644 index 000000000..2ecb54002 --- /dev/null +++ b/mail/evolution/files/patch-plugins_exchange-operations_Makefile.in @@ -0,0 +1,10 @@ +--- plugins/exchange-operations/Makefile.in.orig 2008-04-27 23:58:09.000000000 -0400 ++++ plugins/exchange-operations/Makefile.in 2008-04-28 00:02:31.000000000 -0400 +@@ -463,6 +463,7 @@ liborg_gnome_exchange_operations_la_LIBA + $(top_builddir)/calendar/gui/libevolution-calendar.la \ + $(top_builddir)/mail/libevolution-mail.la \ + $(top_builddir)/addressbook/gui/component/libevolution-addressbook.la \ ++ -Wl,--no-as-needed,$(top_builddir)/addressbook/gui/component/.libs/libevolution-addressbook.so \ + $(CAMEL_EXCHANGE_LIBS) \ + $(EVOLUTION_MAIL_LIBS) + diff --git a/mail/evolution/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c b/mail/evolution/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c new file mode 100644 index 000000000..800f60386 --- /dev/null +++ b/mail/evolution/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c @@ -0,0 +1,34 @@ +--- widgets/e-timezone-dialog/e-timezone-dialog.c.orig 2007-11-30 05:24:05.000000000 +0100 ++++ widgets/e-timezone-dialog/e-timezone-dialog.c 2007-12-21 16:24:39.000000000 +0100 +@@ -82,7 +82,9 @@ + + #ifndef G_OS_WIN32 /* Declared properly in time.h already */ + extern char *tzname[2]; ++#ifndef __BSD_VISIBLE + extern long timezone; ++#endif + extern int daylight; + #endif + +@@ -326,9 +328,20 @@ + get_local_timezone(void) + { + icaltimezone *zone; ++ long offset; ++#ifdef __BSD_VISIBLE ++ time_t tt; ++ struct tm tm; ++#endif + + tzset(); +- zone = icaltimezone_get_builtin_timezone_from_offset (-timezone, tzname[0]); ++#ifdef __BSD_VISIBLE ++ localtime_r (&tt, &tm); ++ offset = tm.tm_gmtoff; ++#else ++ offset = -timezone; ++#endif ++ zone = icaltimezone_get_builtin_timezone_from_offset (offset, tzname[0]); + + return zone; + } diff --git a/mail/evolution/pkg-descr b/mail/evolution/pkg-descr new file mode 100644 index 000000000..068e19e1a --- /dev/null +++ b/mail/evolution/pkg-descr @@ -0,0 +1,9 @@ +Ximian Evolution[tm] is the premier personal and workgroup information +management solution for UNIX. Evolution seamlessly integrates email, +calendaring, meeting scheduling, contact management and online task lists +in one powerful, fast, and easy to use application. It also delivers a +comprehensive set of features that help keep work organized and projects +on track. The unique Ximian vFolders[tm] are virtual folders used to +create and save powerful contextual views of email messages. + +WWW: http://www.gnome.org/projects/evolution/ diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist new file mode 100644 index 000000000..0bc88e126 --- /dev/null +++ b/mail/evolution/pkg-plist @@ -0,0 +1,2090 @@ +bin/evolution +etc/gconf/gconf.xml.defaults/%gconf-tree-ar.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-as.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ast.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-az.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-be.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-be@latin.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-bg.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-bn.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-bn_IN.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ca.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-cs.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-cy.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-da.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-de.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-dz.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-el.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-en_CA.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-en_GB.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-es.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-et.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-eu.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-fa.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-fi.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-fr.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ga.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-gl.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-gu.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-he.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-hi.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-hr.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-hu.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-id.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-it.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ja.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ka.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-kn.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ko.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-lt.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-lv.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-mk.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ml.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-mr.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-nb.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ne.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-nl.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-nn.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-oc.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-or.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-pa.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-pl.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ps.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-pt.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-pt_BR.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ro.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ru.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-sk.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-sl.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-sq.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-sr.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-sr@latin.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-sv.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-ta.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-te.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-th.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-tr.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-uk.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-vi.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-xh.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-zh_CN.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-zh_HK.xml +etc/gconf/gconf.xml.defaults/%gconf-tree-zh_TW.xml +etc/gconf/gconf.xml.defaults/%gconf-tree.xml +include/evolution-2.26/addressbook/gui/widgets/eab-config.h +include/evolution-2.26/addressbook/gui/widgets/eab-menu.h +include/evolution-2.26/addressbook/gui/widgets/eab-popup.h +include/evolution-2.26/calendar/gui/dialogs/comp-editor-page.h +include/evolution-2.26/calendar/gui/dialogs/comp-editor.h +include/evolution-2.26/calendar/gui/e-cal-config.h +include/evolution-2.26/calendar/gui/e-cal-popup.h +include/evolution-2.26/calendar/gui/itip-utils.h +include/evolution-2.26/composer/e-msg-composer.h +include/evolution-2.26/e-conduit/e-pilot-map.h +include/evolution-2.26/e-conduit/e-pilot-util.h +include/evolution-2.26/e-util/e-bconf-map.h +include/evolution-2.26/e-util/e-bit-array.h +include/evolution-2.26/e-util/e-categories-config.h +include/evolution-2.26/e-util/e-config-listener.h +include/evolution-2.26/e-util/e-config.h +include/evolution-2.26/e-util/e-corba-utils.h +include/evolution-2.26/e-util/e-cursor.h +include/evolution-2.26/e-util/e-dialog-utils.h +include/evolution-2.26/e-util/e-dialog-widgets.h +include/evolution-2.26/e-util/e-error.h +include/evolution-2.26/e-util/e-event.h +include/evolution-2.26/e-util/e-folder-map.h +include/evolution-2.26/e-util/e-fsutils.h +include/evolution-2.26/e-util/e-gui-utils.h +include/evolution-2.26/e-util/e-html-utils.h +include/evolution-2.26/e-util/e-icon-factory.h +include/evolution-2.26/e-util/e-import.h +include/evolution-2.26/e-util/e-logger.h +include/evolution-2.26/e-util/e-menu.h +include/evolution-2.26/e-util/e-mktemp.h +include/evolution-2.26/e-util/e-non-intrusive-error-dialog.h +include/evolution-2.26/e-util/e-plugin-ui.h +include/evolution-2.26/e-util/e-plugin.h +include/evolution-2.26/e-util/e-popup.h +include/evolution-2.26/e-util/e-print.h +include/evolution-2.26/e-util/e-profile-event.h +include/evolution-2.26/e-util/e-request.h +include/evolution-2.26/e-util/e-signature-list.h +include/evolution-2.26/e-util/e-signature.h +include/evolution-2.26/e-util/e-sorter-array.h +include/evolution-2.26/e-util/e-sorter.h +include/evolution-2.26/e-util/e-text-event-processor-emacs-like.h +include/evolution-2.26/e-util/e-text-event-processor-types.h +include/evolution-2.26/e-util/e-text-event-processor.h +include/evolution-2.26/e-util/e-util-labels.h +include/evolution-2.26/e-util/e-util-marshal.h +include/evolution-2.26/e-util/e-util.h +include/evolution-2.26/e-util/e-xml-utils.h +include/evolution-2.26/mail/Evolution-Mail.h +include/evolution-2.26/mail/em-composer-utils.h +include/evolution-2.26/mail/em-config.h +include/evolution-2.26/mail/em-event.h +include/evolution-2.26/mail/em-folder-browser.h +include/evolution-2.26/mail/em-folder-tree-model.h +include/evolution-2.26/mail/em-folder-tree.h +include/evolution-2.26/mail/em-folder-utils.h +include/evolution-2.26/mail/em-folder-view.h +include/evolution-2.26/mail/em-format-hook.h +include/evolution-2.26/mail/em-format-html-display.h +include/evolution-2.26/mail/em-format-html-print.h +include/evolution-2.26/mail/em-format-html.h +include/evolution-2.26/mail/em-format-quote.h +include/evolution-2.26/mail/em-format.h +include/evolution-2.26/mail/em-html-stream.h +include/evolution-2.26/mail/em-icon-stream.h +include/evolution-2.26/mail/em-inline-filter.h +include/evolution-2.26/mail/em-junk-hook.h +include/evolution-2.26/mail/em-menu.h +include/evolution-2.26/mail/em-message-browser.h +include/evolution-2.26/mail/em-popup.h +include/evolution-2.26/mail/em-stripsig-filter.h +include/evolution-2.26/mail/em-sync-stream.h +include/evolution-2.26/mail/em-utils.h +include/evolution-2.26/mail/mail-autofilter.h +include/evolution-2.26/mail/mail-component.h +include/evolution-2.26/mail/mail-config.h +include/evolution-2.26/mail/mail-mt.h +include/evolution-2.26/mail/mail-ops.h +include/evolution-2.26/mail/mail-session.h +include/evolution-2.26/mail/mail-tools.h +include/evolution-2.26/mail/mail-vfolder.h +include/evolution-2.26/mail/message-list.h +include/evolution-2.26/menus/gal-define-views-dialog.h +include/evolution-2.26/menus/gal-define-views-model.h +include/evolution-2.26/menus/gal-view-collection.h +include/evolution-2.26/menus/gal-view-etable.h +include/evolution-2.26/menus/gal-view-factory-etable.h +include/evolution-2.26/menus/gal-view-factory.h +include/evolution-2.26/menus/gal-view-instance-save-as-dialog.h +include/evolution-2.26/menus/gal-view-instance.h +include/evolution-2.26/menus/gal-view-new-dialog.h +include/evolution-2.26/menus/gal-view.h +include/evolution-2.26/misc/e-account-combo-box.h +include/evolution-2.26/misc/e-activity-handler.h +include/evolution-2.26/misc/e-attachment-bar.h +include/evolution-2.26/misc/e-attachment.h +include/evolution-2.26/misc/e-calendar-item.h +include/evolution-2.26/misc/e-calendar.h +include/evolution-2.26/misc/e-canvas-background.h +include/evolution-2.26/misc/e-canvas-utils.h +include/evolution-2.26/misc/e-canvas-vbox.h +include/evolution-2.26/misc/e-canvas.h +include/evolution-2.26/misc/e-cell-date-edit.h +include/evolution-2.26/misc/e-cell-percent.h +include/evolution-2.26/misc/e-cell-renderer-combo.h +include/evolution-2.26/misc/e-charset-picker.h +include/evolution-2.26/misc/e-colors.h +include/evolution-2.26/misc/e-combo-button.h +include/evolution-2.26/misc/e-combo-cell-editable.h +include/evolution-2.26/misc/e-config-page.h +include/evolution-2.26/misc/e-cursors.h +include/evolution-2.26/misc/e-dateedit.h +include/evolution-2.26/misc/e-dropdown-button.h +include/evolution-2.26/misc/e-expander.h +include/evolution-2.26/misc/e-gui-utils.h +include/evolution-2.26/misc/e-hsv-utils.h +include/evolution-2.26/misc/e-icon-entry.h +include/evolution-2.26/misc/e-image-chooser.h +include/evolution-2.26/misc/e-info-label.h +include/evolution-2.26/misc/e-map.h +include/evolution-2.26/misc/e-multi-config-dialog.h +include/evolution-2.26/misc/e-online-button.h +include/evolution-2.26/misc/e-popup-menu.h +include/evolution-2.26/misc/e-printable.h +include/evolution-2.26/misc/e-reflow-model.h +include/evolution-2.26/misc/e-reflow.h +include/evolution-2.26/misc/e-search-bar.h +include/evolution-2.26/misc/e-selection-model-array.h +include/evolution-2.26/misc/e-selection-model-simple.h +include/evolution-2.26/misc/e-selection-model.h +include/evolution-2.26/misc/e-send-options.h +include/evolution-2.26/misc/e-signature-combo-box.h +include/evolution-2.26/misc/e-spinner.c +include/evolution-2.26/misc/e-spinner.h +include/evolution-2.26/misc/e-task-bar.h +include/evolution-2.26/misc/e-task-widget.h +include/evolution-2.26/misc/e-unicode.h +include/evolution-2.26/misc/e-url-entry.h +include/evolution-2.26/shell/Evolution.h +include/evolution-2.26/shell/e-component-view.h +include/evolution-2.26/shell/e-user-creatable-items-handler.h +include/evolution-2.26/shell/es-event.h +include/evolution-2.26/shell/es-menu.h +include/evolution-2.26/shell/evolution-component.h +include/evolution-2.26/shell/evolution-config-control.h +include/evolution-2.26/shell/evolution-listener.h +include/evolution-2.26/shell/evolution-shell-component-utils.h +include/evolution-2.26/table/e-cell-checkbox.h +include/evolution-2.26/table/e-cell-combo.h +include/evolution-2.26/table/e-cell-date.h +include/evolution-2.26/table/e-cell-hbox.h +include/evolution-2.26/table/e-cell-number.h +include/evolution-2.26/table/e-cell-pixbuf.h +include/evolution-2.26/table/e-cell-popup.h +include/evolution-2.26/table/e-cell-size.h +include/evolution-2.26/table/e-cell-text.h +include/evolution-2.26/table/e-cell-toggle.h +include/evolution-2.26/table/e-cell-tree.h +include/evolution-2.26/table/e-cell-vbox.h +include/evolution-2.26/table/e-cell.h +include/evolution-2.26/table/e-table-click-to-add.h +include/evolution-2.26/table/e-table-col-dnd.h +include/evolution-2.26/table/e-table-col.h +include/evolution-2.26/table/e-table-column-specification.h +include/evolution-2.26/table/e-table-config.h +include/evolution-2.26/table/e-table-defines.h +include/evolution-2.26/table/e-table-extras.h +include/evolution-2.26/table/e-table-field-chooser-dialog.h +include/evolution-2.26/table/e-table-field-chooser-item.h +include/evolution-2.26/table/e-table-field-chooser.h +include/evolution-2.26/table/e-table-group-container.h +include/evolution-2.26/table/e-table-group-leaf.h +include/evolution-2.26/table/e-table-group.h +include/evolution-2.26/table/e-table-header-item.h +include/evolution-2.26/table/e-table-header-utils.h +include/evolution-2.26/table/e-table-header.h +include/evolution-2.26/table/e-table-item.h +include/evolution-2.26/table/e-table-memory-callbacks.h +include/evolution-2.26/table/e-table-memory-store.h +include/evolution-2.26/table/e-table-memory.h +include/evolution-2.26/table/e-table-model.h +include/evolution-2.26/table/e-table-one.h +include/evolution-2.26/table/e-table-scrolled.h +include/evolution-2.26/table/e-table-search.h +include/evolution-2.26/table/e-table-selection-model.h +include/evolution-2.26/table/e-table-simple.h +include/evolution-2.26/table/e-table-sort-info.h +include/evolution-2.26/table/e-table-sorted-variable.h +include/evolution-2.26/table/e-table-sorted.h +include/evolution-2.26/table/e-table-sorter.h +include/evolution-2.26/table/e-table-sorting-utils.h +include/evolution-2.26/table/e-table-specification.h +include/evolution-2.26/table/e-table-state.h +include/evolution-2.26/table/e-table-subset-variable.h +include/evolution-2.26/table/e-table-subset.h +include/evolution-2.26/table/e-table-tooltip.h +include/evolution-2.26/table/e-table-utils.h +include/evolution-2.26/table/e-table-without.h +include/evolution-2.26/table/e-table.h +include/evolution-2.26/table/e-tree-memory-callbacks.h +include/evolution-2.26/table/e-tree-memory.h +include/evolution-2.26/table/e-tree-model.h +include/evolution-2.26/table/e-tree-scrolled.h +include/evolution-2.26/table/e-tree-selection-model.h +include/evolution-2.26/table/e-tree-sorted.h +include/evolution-2.26/table/e-tree-table-adapter.h +include/evolution-2.26/table/e-tree.h +include/evolution-2.26/text/e-text-model-repos.h +include/evolution-2.26/text/e-text-model.h +include/evolution-2.26/text/e-text.h +lib/evolution/2.26/components/libevolution-addressbook.a +lib/evolution/2.26/components/libevolution-addressbook.la +lib/evolution/2.26/components/libevolution-addressbook.so +lib/evolution/2.26/components/libevolution-calendar.a +lib/evolution/2.26/components/libevolution-calendar.la +lib/evolution/2.26/components/libevolution-calendar.so +lib/evolution/2.26/components/libevolution-mail.a +lib/evolution/2.26/components/libevolution-mail.la +lib/evolution/2.26/components/libevolution-mail.so +lib/evolution/2.26/libeabutil.a +lib/evolution/2.26/libeabutil.la +lib/evolution/2.26/libeabutil.so +lib/evolution/2.26/libeabutil.so.0 +lib/evolution/2.26/libeconduit.a +lib/evolution/2.26/libeconduit.la +lib/evolution/2.26/libeconduit.so +lib/evolution/2.26/libeconduit.so.0 +lib/evolution/2.26/libecontacteditor.a +lib/evolution/2.26/libecontacteditor.la +lib/evolution/2.26/libecontacteditor.so +lib/evolution/2.26/libecontacteditor.so.0 +lib/evolution/2.26/libecontactlisteditor.a +lib/evolution/2.26/libecontactlisteditor.la +lib/evolution/2.26/libecontactlisteditor.so +lib/evolution/2.26/libecontactlisteditor.so.0 +lib/evolution/2.26/libefilterbar.a +lib/evolution/2.26/libefilterbar.la +lib/evolution/2.26/libefilterbar.so +lib/evolution/2.26/libefilterbar.so.0 +lib/evolution/2.26/libemiscwidgets.a +lib/evolution/2.26/libemiscwidgets.la +lib/evolution/2.26/libemiscwidgets.so +lib/evolution/2.26/libemiscwidgets.so.0 +lib/evolution/2.26/libeshell.a +lib/evolution/2.26/libeshell.la +lib/evolution/2.26/libeshell.so +lib/evolution/2.26/libeshell.so.0 +lib/evolution/2.26/libessmime.a +lib/evolution/2.26/libessmime.la +lib/evolution/2.26/libessmime.so +lib/evolution/2.26/libessmime.so.0 +lib/evolution/2.26/libetable.a +lib/evolution/2.26/libetable.la +lib/evolution/2.26/libetable.so +lib/evolution/2.26/libetable.so.0 +lib/evolution/2.26/libetext.a +lib/evolution/2.26/libetext.la +lib/evolution/2.26/libetext.so +lib/evolution/2.26/libetext.so.0 +lib/evolution/2.26/libetimezonedialog.a +lib/evolution/2.26/libetimezonedialog.la +lib/evolution/2.26/libetimezonedialog.so +lib/evolution/2.26/libetimezonedialog.so.0 +lib/evolution/2.26/libeutil.a +lib/evolution/2.26/libeutil.la +lib/evolution/2.26/libeutil.so +lib/evolution/2.26/libeutil.so.0 +lib/evolution/2.26/libevolution-a11y.a +lib/evolution/2.26/libevolution-a11y.la +lib/evolution/2.26/libevolution-a11y.so +lib/evolution/2.26/libevolution-a11y.so.0 +lib/evolution/2.26/libevolution-addressbook-a11y.a +lib/evolution/2.26/libevolution-addressbook-a11y.la +lib/evolution/2.26/libevolution-addressbook-a11y.so +lib/evolution/2.26/libevolution-addressbook-a11y.so.0 +lib/evolution/2.26/libevolution-addressbook-importers.a +lib/evolution/2.26/libevolution-addressbook-importers.la +lib/evolution/2.26/libevolution-addressbook-importers.so +lib/evolution/2.26/libevolution-addressbook-importers.so.0 +lib/evolution/2.26/libevolution-calendar-a11y.a +lib/evolution/2.26/libevolution-calendar-a11y.la +lib/evolution/2.26/libevolution-calendar-a11y.so +lib/evolution/2.26/libevolution-calendar-a11y.so.0 +lib/evolution/2.26/libevolution-calendar-importers.a +lib/evolution/2.26/libevolution-calendar-importers.la +lib/evolution/2.26/libevolution-calendar-importers.so +lib/evolution/2.26/libevolution-calendar-importers.so.0 +lib/evolution/2.26/libevolution-mail-importers.a +lib/evolution/2.26/libevolution-mail-importers.la +lib/evolution/2.26/libevolution-mail-importers.so +lib/evolution/2.26/libevolution-mail-importers.so.0 +lib/evolution/2.26/libevolution-smime.a +lib/evolution/2.26/libevolution-smime.la +lib/evolution/2.26/libevolution-smime.so +lib/evolution/2.26/libevolution-smime.so.0 +lib/evolution/2.26/libevolution-widgets-a11y.a +lib/evolution/2.26/libevolution-widgets-a11y.la +lib/evolution/2.26/libevolution-widgets-a11y.so +lib/evolution/2.26/libevolution-widgets-a11y.so.0 +lib/evolution/2.26/libfilter.a +lib/evolution/2.26/libfilter.la +lib/evolution/2.26/libfilter.so +lib/evolution/2.26/libfilter.so.0 +lib/evolution/2.26/libmenus.a +lib/evolution/2.26/libmenus.la +lib/evolution/2.26/libmenus.so +lib/evolution/2.26/libmenus.so.0 +lib/evolution/2.26/plugins/attachment-reminder.glade +lib/evolution/2.26/plugins/libmail-account-disable.a +lib/evolution/2.26/plugins/libmail-account-disable.la +lib/evolution/2.26/plugins/libmail-account-disable.so +lib/evolution/2.26/plugins/liborg-gnome-addressbook-file.a +lib/evolution/2.26/plugins/liborg-gnome-addressbook-file.la +lib/evolution/2.26/plugins/liborg-gnome-addressbook-file.so +lib/evolution/2.26/plugins/liborg-gnome-backup-restore.a +lib/evolution/2.26/plugins/liborg-gnome-backup-restore.la +lib/evolution/2.26/plugins/liborg-gnome-backup-restore.so +lib/evolution/2.26/plugins/liborg-gnome-bogo-junk-plugin.a +lib/evolution/2.26/plugins/liborg-gnome-bogo-junk-plugin.la +lib/evolution/2.26/plugins/liborg-gnome-bogo-junk-plugin.so +lib/evolution/2.26/plugins/liborg-gnome-calendar-file.a +lib/evolution/2.26/plugins/liborg-gnome-calendar-file.la +lib/evolution/2.26/plugins/liborg-gnome-calendar-file.so +lib/evolution/2.26/plugins/liborg-gnome-calendar-http.a +lib/evolution/2.26/plugins/liborg-gnome-calendar-http.la +lib/evolution/2.26/plugins/liborg-gnome-calendar-http.so +lib/evolution/2.26/plugins/liborg-gnome-calendar-weather.a +lib/evolution/2.26/plugins/liborg-gnome-calendar-weather.la +lib/evolution/2.26/plugins/liborg-gnome-calendar-weather.so +lib/evolution/2.26/plugins/liborg-gnome-copy-tool.a +lib/evolution/2.26/plugins/liborg-gnome-copy-tool.la +lib/evolution/2.26/plugins/liborg-gnome-copy-tool.so +lib/evolution/2.26/plugins/liborg-gnome-default-mailer.a +lib/evolution/2.26/plugins/liborg-gnome-default-mailer.la +lib/evolution/2.26/plugins/liborg-gnome-default-mailer.so +lib/evolution/2.26/plugins/liborg-gnome-default-source.a +lib/evolution/2.26/plugins/liborg-gnome-default-source.la +lib/evolution/2.26/plugins/liborg-gnome-default-source.so +lib/evolution/2.26/plugins/liborg-gnome-email-custom-header.a +lib/evolution/2.26/plugins/liborg-gnome-email-custom-header.la +lib/evolution/2.26/plugins/liborg-gnome-email-custom-header.so +lib/evolution/2.26/plugins/liborg-gnome-evolution-attachment-reminder.a +lib/evolution/2.26/plugins/liborg-gnome-evolution-attachment-reminder.la +lib/evolution/2.26/plugins/liborg-gnome-evolution-attachment-reminder.so +lib/evolution/2.26/plugins/liborg-gnome-evolution-bbdb.a +lib/evolution/2.26/plugins/liborg-gnome-evolution-bbdb.la +lib/evolution/2.26/plugins/liborg-gnome-evolution-bbdb.so +lib/evolution/2.26/plugins/liborg-gnome-evolution-caldav.a +lib/evolution/2.26/plugins/liborg-gnome-evolution-caldav.la +lib/evolution/2.26/plugins/liborg-gnome-evolution-caldav.so +lib/evolution/2.26/plugins/liborg-gnome-evolution-google.a +lib/evolution/2.26/plugins/liborg-gnome-evolution-google.la +lib/evolution/2.26/plugins/liborg-gnome-evolution-google.so +lib/evolution/2.26/plugins/liborg-gnome-evolution-mail-attachments-import-ics.a +lib/evolution/2.26/plugins/liborg-gnome-evolution-mail-attachments-import-ics.la +lib/evolution/2.26/plugins/liborg-gnome-evolution-mail-attachments-import-ics.so +lib/evolution/2.26/plugins/liborg-gnome-evolution-startup-wizard.a +lib/evolution/2.26/plugins/liborg-gnome-evolution-startup-wizard.la +lib/evolution/2.26/plugins/liborg-gnome-evolution-startup-wizard.so +lib/evolution/2.26/plugins/liborg-gnome-evolution-webdav.a +lib/evolution/2.26/plugins/liborg-gnome-evolution-webdav.la +lib/evolution/2.26/plugins/liborg-gnome-evolution-webdav.so +lib/evolution/2.26/plugins/liborg-gnome-exchange-operations.a +lib/evolution/2.26/plugins/liborg-gnome-exchange-operations.la +lib/evolution/2.26/plugins/liborg-gnome-exchange-operations.so +lib/evolution/2.26/plugins/liborg-gnome-face.a +lib/evolution/2.26/plugins/liborg-gnome-face.la +lib/evolution/2.26/plugins/liborg-gnome-face.so +lib/evolution/2.26/plugins/liborg-gnome-groupwise-features.a +lib/evolution/2.26/plugins/liborg-gnome-groupwise-features.la +lib/evolution/2.26/plugins/liborg-gnome-groupwise-features.so +lib/evolution/2.26/plugins/liborg-gnome-gw-account-setup.a +lib/evolution/2.26/plugins/liborg-gnome-gw-account-setup.la +lib/evolution/2.26/plugins/liborg-gnome-gw-account-setup.so +lib/evolution/2.26/plugins/liborg-gnome-imap-features.a +lib/evolution/2.26/plugins/liborg-gnome-imap-features.la +lib/evolution/2.26/plugins/liborg-gnome-imap-features.so +lib/evolution/2.26/plugins/liborg-gnome-itip-formatter.a +lib/evolution/2.26/plugins/liborg-gnome-itip-formatter.la +lib/evolution/2.26/plugins/liborg-gnome-itip-formatter.so +lib/evolution/2.26/plugins/liborg-gnome-mail-notification.a +lib/evolution/2.26/plugins/liborg-gnome-mail-notification.la +lib/evolution/2.26/plugins/liborg-gnome-mail-notification.so +lib/evolution/2.26/plugins/liborg-gnome-mail-to-task.a +lib/evolution/2.26/plugins/liborg-gnome-mail-to-task.la +lib/evolution/2.26/plugins/liborg-gnome-mail-to-task.so +lib/evolution/2.26/plugins/liborg-gnome-mailing-list-actions.a +lib/evolution/2.26/plugins/liborg-gnome-mailing-list-actions.la +lib/evolution/2.26/plugins/liborg-gnome-mailing-list-actions.so +lib/evolution/2.26/plugins/liborg-gnome-mark-all-read.a +lib/evolution/2.26/plugins/liborg-gnome-mark-all-read.la +lib/evolution/2.26/plugins/liborg-gnome-mark-all-read.so +lib/evolution/2.26/plugins/liborg-gnome-plugin-manager.a +lib/evolution/2.26/plugins/liborg-gnome-plugin-manager.la +lib/evolution/2.26/plugins/liborg-gnome-plugin-manager.so +lib/evolution/2.26/plugins/liborg-gnome-prefer-plain.a +lib/evolution/2.26/plugins/liborg-gnome-prefer-plain.la +lib/evolution/2.26/plugins/liborg-gnome-prefer-plain.so +lib/evolution/2.26/plugins/liborg-gnome-publish-calendar.a +lib/evolution/2.26/plugins/liborg-gnome-publish-calendar.la +lib/evolution/2.26/plugins/liborg-gnome-publish-calendar.so +lib/evolution/2.26/plugins/liborg-gnome-sa-junk-plugin.a +lib/evolution/2.26/plugins/liborg-gnome-sa-junk-plugin.la +lib/evolution/2.26/plugins/liborg-gnome-sa-junk-plugin.so +lib/evolution/2.26/plugins/liborg-gnome-save-calendar.a +lib/evolution/2.26/plugins/liborg-gnome-save-calendar.la +lib/evolution/2.26/plugins/liborg-gnome-save-calendar.so +lib/evolution/2.26/plugins/liborg-gnome-select-one-source.a +lib/evolution/2.26/plugins/liborg-gnome-select-one-source.la +lib/evolution/2.26/plugins/liborg-gnome-select-one-source.so +lib/evolution/2.26/plugins/liborg-gnome-subject-thread.a +lib/evolution/2.26/plugins/liborg-gnome-subject-thread.la +lib/evolution/2.26/plugins/liborg-gnome-subject-thread.so +lib/evolution/2.26/plugins/liborg-gnome-templates.a +lib/evolution/2.26/plugins/liborg-gnome-templates.la +lib/evolution/2.26/plugins/liborg-gnome-templates.so +lib/evolution/2.26/plugins/org-gnome-addressbook-file.eplug +lib/evolution/2.26/plugins/org-gnome-backup-restore.eplug +lib/evolution/2.26/plugins/org-gnome-backup-restore.xml +lib/evolution/2.26/plugins/org-gnome-bogo-junk-plugin.eplug +lib/evolution/2.26/plugins/org-gnome-calendar-file.eplug +lib/evolution/2.26/plugins/org-gnome-calendar-http.eplug +lib/evolution/2.26/plugins/org-gnome-calendar-weather.eplug +lib/evolution/2.26/plugins/org-gnome-compose-send-options.xml +lib/evolution/2.26/plugins/org-gnome-copy-tool.eplug +lib/evolution/2.26/plugins/org-gnome-default-mailer.eplug +lib/evolution/2.26/plugins/org-gnome-default-source.eplug +lib/evolution/2.26/plugins/org-gnome-email-custom-header.eplug +lib/evolution/2.26/plugins/org-gnome-evolution-attachment-reminder.eplug +lib/evolution/2.26/plugins/org-gnome-evolution-bbdb.eplug +lib/evolution/2.26/plugins/org-gnome-evolution-caldav.eplug +lib/evolution/2.26/plugins/org-gnome-evolution-google.eplug +lib/evolution/2.26/plugins/org-gnome-evolution-mail-attachments-import-ics.eplug +lib/evolution/2.26/plugins/org-gnome-evolution-startup-wizard.eplug +lib/evolution/2.26/plugins/org-gnome-evolution-webdav.eplug +lib/evolution/2.26/plugins/org-gnome-exchange-ab-subscription.xml +lib/evolution/2.26/plugins/org-gnome-exchange-cal-subscription.xml +lib/evolution/2.26/plugins/org-gnome-exchange-operations.eplug +lib/evolution/2.26/plugins/org-gnome-exchange-tasks-subscription.xml +lib/evolution/2.26/plugins/org-gnome-face.eplug +lib/evolution/2.26/plugins/org-gnome-folder-permissions.xml +lib/evolution/2.26/plugins/org-gnome-folder-subscription.xml +lib/evolution/2.26/plugins/org-gnome-groupwise-features.eplug +lib/evolution/2.26/plugins/org-gnome-gw-account-setup.eplug +lib/evolution/2.26/plugins/org-gnome-imap-features.eplug +lib/evolution/2.26/plugins/org-gnome-itip-formatter.eplug +lib/evolution/2.26/plugins/org-gnome-mail-account-disable.eplug +lib/evolution/2.26/plugins/org-gnome-mail-notification.eplug +lib/evolution/2.26/plugins/org-gnome-mail-to-task.eplug +lib/evolution/2.26/plugins/org-gnome-mail-to-task.xml +lib/evolution/2.26/plugins/org-gnome-mailing-list-actions.eplug +lib/evolution/2.26/plugins/org-gnome-mailing-list-actions.xml +lib/evolution/2.26/plugins/org-gnome-mark-all-read.eplug +lib/evolution/2.26/plugins/org-gnome-plugin-manager.eplug +lib/evolution/2.26/plugins/org-gnome-plugin-manager.xml +lib/evolution/2.26/plugins/org-gnome-prefer-plain.eplug +lib/evolution/2.26/plugins/org-gnome-publish-calendar.eplug +lib/evolution/2.26/plugins/org-gnome-publish-calendar.xml +lib/evolution/2.26/plugins/org-gnome-sa-junk-plugin.eplug +lib/evolution/2.26/plugins/org-gnome-save-calendar.eplug +lib/evolution/2.26/plugins/org-gnome-select-one-source.eplug +lib/evolution/2.26/plugins/org-gnome-subject-thread.eplug +lib/evolution/2.26/plugins/org-gnome-templates.eplug +lib/evolution/2.26/plugins/templates.glade +libdata/bonobo/servers/GNOME_Evolution_Addressbook.server +libdata/bonobo/servers/GNOME_Evolution_Calendar.server +libdata/bonobo/servers/GNOME_Evolution_Calendar_AlarmNotify.server +libdata/bonobo/servers/GNOME_Evolution_Mail.server +libdata/bonobo/servers/GNOME_Evolution_Shell.server +libdata/pkgconfig/evolution-plugin.pc +libdata/pkgconfig/evolution-shell.pc +libexec/evolution/2.26/csv2vcard +libexec/evolution/2.26/evolution-addressbook-clean +libexec/evolution/2.26/evolution-addressbook-export +libexec/evolution/2.26/evolution-alarm-notify +libexec/evolution/2.26/evolution-backup +libexec/evolution/2.26/killev +share/applications/evolution.desktop +share/evolution/2.26/addresstypes.xml +share/evolution/2.26/caltypes.xml +share/evolution/2.26/default/C/mail/local/Inbox +share/evolution/2.26/default/cs/mail/local/Inbox +share/evolution/2.26/default/de/mail/local/Inbox +share/evolution/2.26/default/es/mail/local/Inbox +share/evolution/2.26/default/fi/mail/local/Inbox +share/evolution/2.26/default/fr/mail/local/Inbox +share/evolution/2.26/default/hu/mail/local/Inbox +share/evolution/2.26/default/it/mail/local/Inbox +share/evolution/2.26/default/ja/mail/local/Inbox +share/evolution/2.26/default/ko/mail/local/Inbox +share/evolution/2.26/default/lt/mail/local/Inbox +share/evolution/2.26/default/mk/mail/local/Inbox +share/evolution/2.26/default/nl/mail/local/Inbox +share/evolution/2.26/default/pl/mail/local/Inbox +share/evolution/2.26/default/pt/mail/local/Inbox +share/evolution/2.26/default/sr/mail/local/Inbox +share/evolution/2.26/default/sr@latin/mail/local/Inbox +share/evolution/2.26/default/sv/mail/local/Inbox +share/evolution/2.26/default/zh_CN/mail/local/Inbox +share/evolution/2.26/ecps/medbook.ecps +share/evolution/2.26/ecps/phonelist.ecps +share/evolution/2.26/ecps/smallbook.ecps +share/evolution/2.26/errors/addressbook.error +share/evolution/2.26/errors/calendar.error +share/evolution/2.26/errors/e-system.error +share/evolution/2.26/errors/filter.error +share/evolution/2.26/errors/mail-composer.error +share/evolution/2.26/errors/mail.error +share/evolution/2.26/errors/org-gnome-attachment-reminder.error +share/evolution/2.26/errors/org-gnome-backup-restore.error +share/evolution/2.26/errors/org-gnome-default-mailer.error +share/evolution/2.26/errors/org-gnome-exchange-operations.error +share/evolution/2.26/errors/org-gnome-face.errors.xml +share/evolution/2.26/errors/org-gnome-itip-formatter.error +share/evolution/2.26/errors/org-gnome-mail-retract-errors.xml +share/evolution/2.26/errors/org-gnome-mailing-list-actions.error +share/evolution/2.26/errors/org-gnome-proxy-errors.xml +share/evolution/2.26/errors/org-gnome-proxy-login-errors.xml +share/evolution/2.26/errors/org-gnome-shared-folder.errors.xml +share/evolution/2.26/errors/shell.error +share/evolution/2.26/etspec/e-addressbook-view.etspec +share/evolution/2.26/etspec/e-cal-list-view.etspec +share/evolution/2.26/etspec/e-calendar-table.etspec +share/evolution/2.26/etspec/e-meeting-time-sel.etspec +share/evolution/2.26/etspec/e-memo-table.etspec +share/evolution/2.26/etspec/message-list.etspec +share/evolution/2.26/filtertypes.xml +share/evolution/2.26/glade/alarm-dialog.glade +share/evolution/2.26/glade/alarm-list-dialog.glade +share/evolution/2.26/glade/alarm-notify.glade +share/evolution/2.26/glade/cal-prefs-dialog.glade +share/evolution/2.26/glade/contact-editor.glade +share/evolution/2.26/glade/contact-list-editor.glade +share/evolution/2.26/glade/e-active-connection-dialog.glade +share/evolution/2.26/glade/e-attachment.glade +share/evolution/2.26/glade/e-contact-print.glade +share/evolution/2.26/glade/e-delegate-dialog.glade +share/evolution/2.26/glade/e-foreign-folder-dialog.glade +share/evolution/2.26/glade/e-itip-control.glade +share/evolution/2.26/glade/e-send-options.glade +share/evolution/2.26/glade/e-table-config.glade +share/evolution/2.26/glade/e-table-field-chooser.glade +share/evolution/2.26/glade/e-timezone-dialog.glade +share/evolution/2.26/glade/eab-contact-commit-duplicate-detected.glade +share/evolution/2.26/glade/eab-contact-duplicate-detected.glade +share/evolution/2.26/glade/email-custom-header.glade +share/evolution/2.26/glade/event-page.glade +share/evolution/2.26/glade/exchange-change-password.glade +share/evolution/2.26/glade/exchange-delegates.glade +share/evolution/2.26/glade/exchange-folder-tree.glade +share/evolution/2.26/glade/exchange-oof.glade +share/evolution/2.26/glade/exchange-passwd-expiry.glade +share/evolution/2.26/glade/exchange-permissions-dialog.glade +share/evolution/2.26/glade/exchange-send-options.glade +share/evolution/2.26/glade/filter.glade +share/evolution/2.26/glade/fulladdr.glade +share/evolution/2.26/glade/fullname.glade +share/evolution/2.26/glade/gal-categories.glade +share/evolution/2.26/glade/gal-define-views.glade +share/evolution/2.26/glade/gal-view-instance-save-as-dialog.glade +share/evolution/2.26/glade/gal-view-new-dialog.glade +share/evolution/2.26/glade/goto-dialog.glade +share/evolution/2.26/glade/im.glade +share/evolution/2.26/glade/imap-headers.glade +share/evolution/2.26/glade/import.glade +share/evolution/2.26/glade/junk-settings.glade +share/evolution/2.26/glade/ldap-config.glade +share/evolution/2.26/glade/mail-config.glade +share/evolution/2.26/glade/mail-dialogs.glade +share/evolution/2.26/glade/meeting-page.glade +share/evolution/2.26/glade/memo-page.glade +share/evolution/2.26/glade/org-gnome-email-custom-header.glade +share/evolution/2.26/glade/properties.glade +share/evolution/2.26/glade/proxy-add-dialog.glade +share/evolution/2.26/glade/proxy-listing.glade +share/evolution/2.26/glade/proxy-login-dialog.glade +share/evolution/2.26/glade/publish-calendar.glade +share/evolution/2.26/glade/recurrence-page.glade +share/evolution/2.26/glade/schedule-page.glade +share/evolution/2.26/glade/smime-ui.glade +share/evolution/2.26/glade/task-details-page.glade +share/evolution/2.26/glade/task-page.glade +share/evolution/2.26/help/quickref/C/quickref.pdf +share/evolution/2.26/help/quickref/cs/quickref.pdf +share/evolution/2.26/help/quickref/de/quickref.pdf +share/evolution/2.26/help/quickref/es/quickref.pdf +share/evolution/2.26/help/quickref/fr/quickref.pdf +share/evolution/2.26/help/quickref/hu/quickref.pdf +share/evolution/2.26/help/quickref/it/quickref.pdf +share/evolution/2.26/help/quickref/pl/quickref.pdf +share/evolution/2.26/help/quickref/pt/quickref.pdf +share/evolution/2.26/help/quickref/sq/quickref.pdf +share/evolution/2.26/help/quickref/sv/quickref.pdf +share/evolution/2.26/icons/hicolor/16x16/actions/folder-copy.png +share/evolution/2.26/icons/hicolor/16x16/actions/folder-move.png +share/evolution/2.26/icons/hicolor/16x16/actions/go-today.png +share/evolution/2.26/icons/hicolor/16x16/actions/mail-copy.png +share/evolution/2.26/icons/hicolor/16x16/actions/mail-move.png +share/evolution/2.26/icons/hicolor/16x16/actions/view-calendar-day.png +share/evolution/2.26/icons/hicolor/16x16/actions/view-calendar-list.png +share/evolution/2.26/icons/hicolor/16x16/actions/view-calendar-month.png +share/evolution/2.26/icons/hicolor/16x16/actions/view-calendar-week.png +share/evolution/2.26/icons/hicolor/16x16/actions/view-calendar-workweek.png +share/evolution/2.26/icons/hicolor/16x16/apps/contact-editor.png +share/evolution/2.26/icons/hicolor/16x16/places/mail-inbox.png +share/evolution/2.26/icons/hicolor/16x16/places/mail-outbox.png +share/evolution/2.26/icons/hicolor/16x16/places/mail-sent.png +share/evolution/2.26/icons/hicolor/22x22/actions/go-today.png +share/evolution/2.26/icons/hicolor/22x22/actions/view-calendar-day.png +share/evolution/2.26/icons/hicolor/22x22/actions/view-calendar-list.png +share/evolution/2.26/icons/hicolor/22x22/actions/view-calendar-month.png +share/evolution/2.26/icons/hicolor/22x22/actions/view-calendar-week.png +share/evolution/2.26/icons/hicolor/22x22/actions/view-calendar-workweek.png +share/evolution/2.26/icons/hicolor/22x22/apps/contact-editor.png +share/evolution/2.26/icons/hicolor/22x22/places/mail-inbox.png +share/evolution/2.26/icons/hicolor/22x22/places/mail-outbox.png +share/evolution/2.26/icons/hicolor/22x22/places/mail-sent.png +share/evolution/2.26/icons/hicolor/24x24/actions/go-today.png +share/evolution/2.26/icons/hicolor/24x24/actions/query-free-busy.png +share/evolution/2.26/icons/hicolor/24x24/actions/view-calendar-day.png +share/evolution/2.26/icons/hicolor/24x24/actions/view-calendar-list.png +share/evolution/2.26/icons/hicolor/24x24/actions/view-calendar-month.png +share/evolution/2.26/icons/hicolor/24x24/actions/view-calendar-week.png +share/evolution/2.26/icons/hicolor/24x24/actions/view-calendar-workweek.png +share/evolution/2.26/icons/hicolor/24x24/apps/contact-editor.png +share/evolution/2.26/icons/hicolor/24x24/places/mail-inbox.png +share/evolution/2.26/icons/hicolor/24x24/places/mail-outbox.png +share/evolution/2.26/icons/hicolor/24x24/places/mail-sent.png +share/evolution/2.26/icons/hicolor/32x32/actions/view-calendar-day.png +share/evolution/2.26/icons/hicolor/32x32/actions/view-calendar-list.png +share/evolution/2.26/icons/hicolor/32x32/actions/view-calendar-month.png +share/evolution/2.26/icons/hicolor/32x32/actions/view-calendar-week.png +share/evolution/2.26/icons/hicolor/32x32/actions/view-calendar-workweek.png +share/evolution/2.26/icons/hicolor/32x32/apps/contact-editor.png +share/evolution/2.26/icons/hicolor/32x32/status/offline.png +share/evolution/2.26/icons/hicolor/32x32/status/online.png +share/evolution/2.26/icons/hicolor/48x48/apps/contact-editor.png +share/evolution/2.26/icons/hicolor/48x48/categories/preferences-autocompletion.png +share/evolution/2.26/icons/hicolor/48x48/categories/preferences-calendar-and-tasks.png +share/evolution/2.26/icons/hicolor/48x48/categories/preferences-certificates.png +share/evolution/2.26/icons/hicolor/48x48/categories/preferences-composer.png +share/evolution/2.26/icons/hicolor/48x48/categories/preferences-mail-accounts.png +share/evolution/2.26/icons/hicolor/48x48/categories/preferences-mail.png +share/evolution/2.26/icons/hicolor/48x48/categories/preferences-system-network-proxy.png +share/evolution/2.26/icons/hicolor/scalable/actions/view-calendar-day.svg +share/evolution/2.26/icons/hicolor/scalable/actions/view-calendar-list.svg +share/evolution/2.26/icons/hicolor/scalable/actions/view-calendar-month.svg +share/evolution/2.26/icons/hicolor/scalable/actions/view-calendar-week.svg +share/evolution/2.26/icons/hicolor/scalable/actions/view-calendar-workweek.svg +share/evolution/2.26/images/minus.png +share/evolution/2.26/images/plus.png +share/evolution/2.26/images/world_map-960.png +share/evolution/2.26/memotypes.xml +share/evolution/2.26/searchtypes.xml +share/evolution/2.26/sounds/default_alarm.wav +share/evolution/2.26/tasktypes.xml +share/evolution/2.26/ui/evolution-addressbook.xml +share/evolution/2.26/ui/evolution-calendar.xml +share/evolution/2.26/ui/evolution-composer.ui +share/evolution/2.26/ui/evolution-mail-global.xml +share/evolution/2.26/ui/evolution-mail-list.xml +share/evolution/2.26/ui/evolution-mail-message.xml +share/evolution/2.26/ui/evolution-mail-messagedisplay.xml +share/evolution/2.26/ui/evolution-memos.xml +share/evolution/2.26/ui/evolution-tasks.xml +share/evolution/2.26/ui/evolution.xml +share/evolution/2.26/vfoldertypes.xml +share/evolution/2.26/views/addressbook/Address_Cards.galview +share/evolution/2.26/views/addressbook/By_Company.galview +share/evolution/2.26/views/addressbook/Phone_List.galview +share/evolution/2.26/views/addressbook/galview.xml +share/evolution/2.26/views/calendar/List_View.galview +share/evolution/2.26/views/calendar/galview.xml +share/evolution/2.26/views/mail/As_Sent_Folder.galview +share/evolution/2.26/views/mail/By_Follow_Up_Flag.galview +share/evolution/2.26/views/mail/By_Sender.galview +share/evolution/2.26/views/mail/By_Status.galview +share/evolution/2.26/views/mail/By_Subject.galview +share/evolution/2.26/views/mail/Messages.galview +share/evolution/2.26/views/mail/Wide_View_Normal.galview +share/evolution/2.26/views/mail/Wide_View_Sent.galview +share/evolution/2.26/views/mail/galview.xml +share/evolution/2.26/views/memos/Memos.galview +share/evolution/2.26/views/memos/galview.xml +share/evolution/2.26/views/tasks/Tasks.galview +share/evolution/2.26/views/tasks/With_DueDate.galview +share/evolution/2.26/views/tasks/With_Status.galview +share/evolution/2.26/views/tasks/galview.xml +share/evolution/2.26/weather/category_weather_cloudy_16.png +share/evolution/2.26/weather/category_weather_fog_16.png +share/evolution/2.26/weather/category_weather_partly_cloudy_16.png +share/evolution/2.26/weather/category_weather_rain_16.png +share/evolution/2.26/weather/category_weather_snow_16.png +share/evolution/2.26/weather/category_weather_sun_16.png +share/evolution/2.26/weather/category_weather_tstorm_16.png +share/gnome/help/evolution/C/evolution.xml +share/gnome/help/evolution/C/figures/account_editor_a.png +share/gnome/help/evolution/C/figures/attach_reminder_a.png +share/gnome/help/evolution/C/figures/categories_a.png +share/gnome/help/evolution/C/figures/collap_head_a.png +share/gnome/help/evolution/C/figures/config-cal.png +share/gnome/help/evolution/C/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/C/figures/evo_adv_search_a.png +share/gnome/help/evolution/C/figures/evo_allday_a.png +share/gnome/help/evolution/C/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/C/figures/evo_backup.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_a.png +share/gnome/help/evolution/C/figures/evo_cal_advsearch.png +share/gnome/help/evolution/C/figures/evo_cal_callout_a.png +share/gnome/help/evolution/C/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/C/figures/evo_crash_recovery.png +share/gnome/help/evolution/C/figures/evo_custom_header.png +share/gnome/help/evolution/C/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/C/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/C/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/C/figures/evo_gwstatustrack.png +share/gnome/help/evolution/C/figures/evo_identity_a.png +share/gnome/help/evolution/C/figures/evo_identityedit_a.png +share/gnome/help/evolution/C/figures/evo_imapheader_a.png +share/gnome/help/evolution/C/figures/evo_imapreceive_a.png +share/gnome/help/evolution/C/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/C/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/C/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/C/figures/evo_rule_a.png +share/gnome/help/evolution/C/figures/evo_select_add_folder.png +share/gnome/help/evolution/C/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/C/figures/evo_usereceive_a.png +share/gnome/help/evolution/C/figures/exchg-identity.png +share/gnome/help/evolution/C/figures/exchng-identity.png +share/gnome/help/evolution/C/figures/exchng-rec-mail.png +share/gnome/help/evolution/C/figures/exchng-rec-mails.png +share/gnome/help/evolution/C/figures/exchng-rec-option.png +share/gnome/help/evolution/C/figures/exchng-rec-options.png +share/gnome/help/evolution/C/figures/exchng-settings.png +share/gnome/help/evolution/C/figures/filter-new-fig.png +share/gnome/help/evolution/C/figures/free_busy.png +share/gnome/help/evolution/C/figures/google_cal_view.png +share/gnome/help/evolution/C/figures/mail-threaded.png +share/gnome/help/evolution/C/figures/mailer_preferences.png +share/gnome/help/evolution/C/figures/minus.png +share/gnome/help/evolution/C/figures/plus.png +share/gnome/help/evolution/C/figures/proxy-cal.png +share/gnome/help/evolution/C/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/C/figures/sub-pub-fold.png +share/gnome/help/evolution/C/figures/ver_view_a.png +share/gnome/help/evolution/cs/evolution.xml +share/gnome/help/evolution/cs/figures/account_editor_a.png +share/gnome/help/evolution/cs/figures/attach_reminder_a.png +share/gnome/help/evolution/cs/figures/categories_a.png +share/gnome/help/evolution/cs/figures/collap_head_a.png +share/gnome/help/evolution/cs/figures/config-cal.png +share/gnome/help/evolution/cs/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/cs/figures/evo_adv_search_a.png +share/gnome/help/evolution/cs/figures/evo_allday_a.png +share/gnome/help/evolution/cs/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/cs/figures/evo_backup.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_a.png +share/gnome/help/evolution/cs/figures/evo_cal_advsearch.png +share/gnome/help/evolution/cs/figures/evo_cal_callout_a.png +share/gnome/help/evolution/cs/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/cs/figures/evo_crash_recovery.png +share/gnome/help/evolution/cs/figures/evo_custom_header.png +share/gnome/help/evolution/cs/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/cs/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/cs/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/cs/figures/evo_gwstatustrack.png +share/gnome/help/evolution/cs/figures/evo_identity_a.png +share/gnome/help/evolution/cs/figures/evo_identityedit_a.png +share/gnome/help/evolution/cs/figures/evo_imapheader_a.png +share/gnome/help/evolution/cs/figures/evo_imapreceive_a.png +share/gnome/help/evolution/cs/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/cs/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/cs/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/cs/figures/evo_rule_a.png +share/gnome/help/evolution/cs/figures/evo_select_add_folder.png +share/gnome/help/evolution/cs/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/cs/figures/evo_usereceive_a.png +share/gnome/help/evolution/cs/figures/exchg-identity.png +share/gnome/help/evolution/cs/figures/exchng-identity.png +share/gnome/help/evolution/cs/figures/exchng-rec-mail.png +share/gnome/help/evolution/cs/figures/exchng-rec-mails.png +share/gnome/help/evolution/cs/figures/exchng-rec-option.png +share/gnome/help/evolution/cs/figures/exchng-rec-options.png +share/gnome/help/evolution/cs/figures/exchng-settings.png +share/gnome/help/evolution/cs/figures/filter-new-fig.png +share/gnome/help/evolution/cs/figures/free_busy.png +share/gnome/help/evolution/cs/figures/google_cal_view.png +share/gnome/help/evolution/cs/figures/mail-threaded.png +share/gnome/help/evolution/cs/figures/mailer_preferences.png +share/gnome/help/evolution/cs/figures/minus.png +share/gnome/help/evolution/cs/figures/plus.png +share/gnome/help/evolution/cs/figures/proxy-cal.png +share/gnome/help/evolution/cs/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/cs/figures/sub-pub-fold.png +share/gnome/help/evolution/cs/figures/ver_view_a.png +share/gnome/help/evolution/de/evolution.xml +share/gnome/help/evolution/de/figures/account_editor_a.png +share/gnome/help/evolution/de/figures/attach_reminder_a.png +share/gnome/help/evolution/de/figures/categories_a.png +share/gnome/help/evolution/de/figures/collap_head_a.png +share/gnome/help/evolution/de/figures/config-cal.png +share/gnome/help/evolution/de/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/de/figures/evo_adv_search_a.png +share/gnome/help/evolution/de/figures/evo_allday_a.png +share/gnome/help/evolution/de/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/de/figures/evo_backup.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_a.png +share/gnome/help/evolution/de/figures/evo_cal_advsearch.png +share/gnome/help/evolution/de/figures/evo_cal_callout_a.png +share/gnome/help/evolution/de/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/de/figures/evo_crash_recovery.png +share/gnome/help/evolution/de/figures/evo_custom_header.png +share/gnome/help/evolution/de/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/de/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/de/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/de/figures/evo_gwstatustrack.png +share/gnome/help/evolution/de/figures/evo_identity_a.png +share/gnome/help/evolution/de/figures/evo_identityedit_a.png +share/gnome/help/evolution/de/figures/evo_imapheader_a.png +share/gnome/help/evolution/de/figures/evo_imapreceive_a.png +share/gnome/help/evolution/de/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/de/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/de/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/de/figures/evo_rule_a.png +share/gnome/help/evolution/de/figures/evo_select_add_folder.png +share/gnome/help/evolution/de/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/de/figures/evo_usereceive_a.png +share/gnome/help/evolution/de/figures/exchg-identity.png +share/gnome/help/evolution/de/figures/exchng-identity.png +share/gnome/help/evolution/de/figures/exchng-rec-mail.png +share/gnome/help/evolution/de/figures/exchng-rec-mails.png +share/gnome/help/evolution/de/figures/exchng-rec-option.png +share/gnome/help/evolution/de/figures/exchng-rec-options.png +share/gnome/help/evolution/de/figures/exchng-settings.png +share/gnome/help/evolution/de/figures/filter-new-fig.png +share/gnome/help/evolution/de/figures/free_busy.png +share/gnome/help/evolution/de/figures/google_cal_view.png +share/gnome/help/evolution/de/figures/mail-threaded.png +share/gnome/help/evolution/de/figures/mailer_preferences.png +share/gnome/help/evolution/de/figures/minus.png +share/gnome/help/evolution/de/figures/plus.png +share/gnome/help/evolution/de/figures/proxy-cal.png +share/gnome/help/evolution/de/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/de/figures/sub-pub-fold.png +share/gnome/help/evolution/de/figures/ver_view_a.png +share/gnome/help/evolution/el/evolution.xml +share/gnome/help/evolution/el/figures/account_editor_a.png +share/gnome/help/evolution/el/figures/attach_reminder_a.png +share/gnome/help/evolution/el/figures/categories_a.png +share/gnome/help/evolution/el/figures/collap_head_a.png +share/gnome/help/evolution/el/figures/config-cal.png +share/gnome/help/evolution/el/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/el/figures/evo_adv_search_a.png +share/gnome/help/evolution/el/figures/evo_allday_a.png +share/gnome/help/evolution/el/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/el/figures/evo_backup.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_a.png +share/gnome/help/evolution/el/figures/evo_cal_advsearch.png +share/gnome/help/evolution/el/figures/evo_cal_callout_a.png +share/gnome/help/evolution/el/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/el/figures/evo_crash_recovery.png +share/gnome/help/evolution/el/figures/evo_custom_header.png +share/gnome/help/evolution/el/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/el/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/el/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/el/figures/evo_gwstatustrack.png +share/gnome/help/evolution/el/figures/evo_identity_a.png +share/gnome/help/evolution/el/figures/evo_identityedit_a.png +share/gnome/help/evolution/el/figures/evo_imapheader_a.png +share/gnome/help/evolution/el/figures/evo_imapreceive_a.png +share/gnome/help/evolution/el/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/el/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/el/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/el/figures/evo_rule_a.png +share/gnome/help/evolution/el/figures/evo_select_add_folder.png +share/gnome/help/evolution/el/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/el/figures/evo_usereceive_a.png +share/gnome/help/evolution/el/figures/exchg-identity.png +share/gnome/help/evolution/el/figures/exchng-identity.png +share/gnome/help/evolution/el/figures/exchng-rec-mail.png +share/gnome/help/evolution/el/figures/exchng-rec-mails.png +share/gnome/help/evolution/el/figures/exchng-rec-option.png +share/gnome/help/evolution/el/figures/exchng-rec-options.png +share/gnome/help/evolution/el/figures/exchng-settings.png +share/gnome/help/evolution/el/figures/filter-new-fig.png +share/gnome/help/evolution/el/figures/free_busy.png +share/gnome/help/evolution/el/figures/google_cal_view.png +share/gnome/help/evolution/el/figures/mail-threaded.png +share/gnome/help/evolution/el/figures/mailer_preferences.png +share/gnome/help/evolution/el/figures/minus.png +share/gnome/help/evolution/el/figures/plus.png +share/gnome/help/evolution/el/figures/proxy-cal.png +share/gnome/help/evolution/el/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/el/figures/sub-pub-fold.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/account_editor_a.png +share/gnome/help/evolution/en_GB/figures/attach_reminder_a.png +share/gnome/help/evolution/en_GB/figures/categories_a.png +share/gnome/help/evolution/en_GB/figures/collap_head_a.png +share/gnome/help/evolution/en_GB/figures/config-cal.png +share/gnome/help/evolution/en_GB/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/en_GB/figures/evo_adv_search_a.png +share/gnome/help/evolution/en_GB/figures/evo_allday_a.png +share/gnome/help/evolution/en_GB/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/en_GB/figures/evo_backup.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_a.png +share/gnome/help/evolution/en_GB/figures/evo_cal_advsearch.png +share/gnome/help/evolution/en_GB/figures/evo_cal_callout_a.png +share/gnome/help/evolution/en_GB/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/en_GB/figures/evo_crash_recovery.png +share/gnome/help/evolution/en_GB/figures/evo_custom_header.png +share/gnome/help/evolution/en_GB/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/en_GB/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/en_GB/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/en_GB/figures/evo_gwstatustrack.png +share/gnome/help/evolution/en_GB/figures/evo_identity_a.png +share/gnome/help/evolution/en_GB/figures/evo_identityedit_a.png +share/gnome/help/evolution/en_GB/figures/evo_imapheader_a.png +share/gnome/help/evolution/en_GB/figures/evo_imapreceive_a.png +share/gnome/help/evolution/en_GB/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/en_GB/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/en_GB/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/en_GB/figures/evo_rule_a.png +share/gnome/help/evolution/en_GB/figures/evo_select_add_folder.png +share/gnome/help/evolution/en_GB/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/en_GB/figures/evo_usereceive_a.png +share/gnome/help/evolution/en_GB/figures/exchg-identity.png +share/gnome/help/evolution/en_GB/figures/exchng-identity.png +share/gnome/help/evolution/en_GB/figures/exchng-rec-mail.png +share/gnome/help/evolution/en_GB/figures/exchng-rec-mails.png +share/gnome/help/evolution/en_GB/figures/exchng-rec-option.png +share/gnome/help/evolution/en_GB/figures/exchng-rec-options.png +share/gnome/help/evolution/en_GB/figures/exchng-settings.png +share/gnome/help/evolution/en_GB/figures/filter-new-fig.png +share/gnome/help/evolution/en_GB/figures/free_busy.png +share/gnome/help/evolution/en_GB/figures/google_cal_view.png +share/gnome/help/evolution/en_GB/figures/mail-threaded.png +share/gnome/help/evolution/en_GB/figures/mailer_preferences.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/proxy-cal.png +share/gnome/help/evolution/en_GB/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/en_GB/figures/sub-pub-fold.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/account_editor_a.png +share/gnome/help/evolution/es/figures/attach_reminder_a.png +share/gnome/help/evolution/es/figures/categories_a.png +share/gnome/help/evolution/es/figures/collap_head_a.png +share/gnome/help/evolution/es/figures/config-cal.png +share/gnome/help/evolution/es/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/es/figures/evo_adv_search_a.png +share/gnome/help/evolution/es/figures/evo_allday_a.png +share/gnome/help/evolution/es/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/es/figures/evo_backup.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_a.png +share/gnome/help/evolution/es/figures/evo_cal_advsearch.png +share/gnome/help/evolution/es/figures/evo_cal_callout_a.png +share/gnome/help/evolution/es/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/es/figures/evo_crash_recovery.png +share/gnome/help/evolution/es/figures/evo_custom_header.png +share/gnome/help/evolution/es/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/es/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/es/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/es/figures/evo_gwstatustrack.png +share/gnome/help/evolution/es/figures/evo_identity_a.png +share/gnome/help/evolution/es/figures/evo_identityedit_a.png +share/gnome/help/evolution/es/figures/evo_imapheader_a.png +share/gnome/help/evolution/es/figures/evo_imapreceive_a.png +share/gnome/help/evolution/es/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/es/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/es/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/es/figures/evo_rule_a.png +share/gnome/help/evolution/es/figures/evo_select_add_folder.png +share/gnome/help/evolution/es/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/es/figures/evo_usereceive_a.png +share/gnome/help/evolution/es/figures/exchg-identity.png +share/gnome/help/evolution/es/figures/exchng-identity.png +share/gnome/help/evolution/es/figures/exchng-rec-mail.png +share/gnome/help/evolution/es/figures/exchng-rec-mails.png +share/gnome/help/evolution/es/figures/exchng-rec-option.png +share/gnome/help/evolution/es/figures/exchng-rec-options.png +share/gnome/help/evolution/es/figures/exchng-settings.png +share/gnome/help/evolution/es/figures/filter-new-fig.png +share/gnome/help/evolution/es/figures/free_busy.png +share/gnome/help/evolution/es/figures/google_cal_view.png +share/gnome/help/evolution/es/figures/mail-threaded.png +share/gnome/help/evolution/es/figures/mailer_preferences.png +share/gnome/help/evolution/es/figures/minus.png +share/gnome/help/evolution/es/figures/plus.png +share/gnome/help/evolution/es/figures/proxy-cal.png +share/gnome/help/evolution/es/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/es/figures/sub-pub-fold.png +share/gnome/help/evolution/es/figures/ver_view_a.png +share/gnome/help/evolution/fr/evolution.xml +share/gnome/help/evolution/fr/figures/account_editor_a.png +share/gnome/help/evolution/fr/figures/attach_reminder_a.png +share/gnome/help/evolution/fr/figures/categories_a.png +share/gnome/help/evolution/fr/figures/collap_head_a.png +share/gnome/help/evolution/fr/figures/config-cal.png +share/gnome/help/evolution/fr/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/fr/figures/evo_adv_search_a.png +share/gnome/help/evolution/fr/figures/evo_allday_a.png +share/gnome/help/evolution/fr/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/fr/figures/evo_backup.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_a.png +share/gnome/help/evolution/fr/figures/evo_cal_advsearch.png +share/gnome/help/evolution/fr/figures/evo_cal_callout_a.png +share/gnome/help/evolution/fr/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/fr/figures/evo_crash_recovery.png +share/gnome/help/evolution/fr/figures/evo_custom_header.png +share/gnome/help/evolution/fr/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/fr/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/fr/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/fr/figures/evo_gwstatustrack.png +share/gnome/help/evolution/fr/figures/evo_identity_a.png +share/gnome/help/evolution/fr/figures/evo_identityedit_a.png +share/gnome/help/evolution/fr/figures/evo_imapheader_a.png +share/gnome/help/evolution/fr/figures/evo_imapreceive_a.png +share/gnome/help/evolution/fr/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/fr/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/fr/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/fr/figures/evo_rule_a.png +share/gnome/help/evolution/fr/figures/evo_select_add_folder.png +share/gnome/help/evolution/fr/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/fr/figures/evo_usereceive_a.png +share/gnome/help/evolution/fr/figures/exchg-identity.png +share/gnome/help/evolution/fr/figures/exchng-identity.png +share/gnome/help/evolution/fr/figures/exchng-rec-mail.png +share/gnome/help/evolution/fr/figures/exchng-rec-mails.png +share/gnome/help/evolution/fr/figures/exchng-rec-option.png +share/gnome/help/evolution/fr/figures/exchng-rec-options.png +share/gnome/help/evolution/fr/figures/exchng-settings.png +share/gnome/help/evolution/fr/figures/filter-new-fig.png +share/gnome/help/evolution/fr/figures/free_busy.png +share/gnome/help/evolution/fr/figures/google_cal_view.png +share/gnome/help/evolution/fr/figures/mail-threaded.png +share/gnome/help/evolution/fr/figures/mailer_preferences.png +share/gnome/help/evolution/fr/figures/minus.png +share/gnome/help/evolution/fr/figures/plus.png +share/gnome/help/evolution/fr/figures/proxy-cal.png +share/gnome/help/evolution/fr/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/fr/figures/sub-pub-fold.png +share/gnome/help/evolution/fr/figures/ver_view_a.png +share/gnome/help/evolution/mk/evolution.xml +share/gnome/help/evolution/mk/figures/account_editor_a.png +share/gnome/help/evolution/mk/figures/attach_reminder_a.png +share/gnome/help/evolution/mk/figures/categories_a.png +share/gnome/help/evolution/mk/figures/collap_head_a.png +share/gnome/help/evolution/mk/figures/config-cal.png +share/gnome/help/evolution/mk/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/mk/figures/evo_adv_search_a.png +share/gnome/help/evolution/mk/figures/evo_allday_a.png +share/gnome/help/evolution/mk/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/mk/figures/evo_backup.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_a.png +share/gnome/help/evolution/mk/figures/evo_cal_advsearch.png +share/gnome/help/evolution/mk/figures/evo_cal_callout_a.png +share/gnome/help/evolution/mk/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/mk/figures/evo_crash_recovery.png +share/gnome/help/evolution/mk/figures/evo_custom_header.png +share/gnome/help/evolution/mk/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/mk/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/mk/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/mk/figures/evo_gwstatustrack.png +share/gnome/help/evolution/mk/figures/evo_identity_a.png +share/gnome/help/evolution/mk/figures/evo_identityedit_a.png +share/gnome/help/evolution/mk/figures/evo_imapheader_a.png +share/gnome/help/evolution/mk/figures/evo_imapreceive_a.png +share/gnome/help/evolution/mk/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/mk/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/mk/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/mk/figures/evo_rule_a.png +share/gnome/help/evolution/mk/figures/evo_select_add_folder.png +share/gnome/help/evolution/mk/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/mk/figures/evo_usereceive_a.png +share/gnome/help/evolution/mk/figures/exchg-identity.png +share/gnome/help/evolution/mk/figures/exchng-identity.png +share/gnome/help/evolution/mk/figures/exchng-rec-mail.png +share/gnome/help/evolution/mk/figures/exchng-rec-mails.png +share/gnome/help/evolution/mk/figures/exchng-rec-option.png +share/gnome/help/evolution/mk/figures/exchng-rec-options.png +share/gnome/help/evolution/mk/figures/exchng-settings.png +share/gnome/help/evolution/mk/figures/filter-new-fig.png +share/gnome/help/evolution/mk/figures/free_busy.png +share/gnome/help/evolution/mk/figures/google_cal_view.png +share/gnome/help/evolution/mk/figures/mail-threaded.png +share/gnome/help/evolution/mk/figures/mailer_preferences.png +share/gnome/help/evolution/mk/figures/minus.png +share/gnome/help/evolution/mk/figures/plus.png +share/gnome/help/evolution/mk/figures/proxy-cal.png +share/gnome/help/evolution/mk/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/mk/figures/sub-pub-fold.png +share/gnome/help/evolution/mk/figures/ver_view_a.png +share/gnome/help/evolution/oc/evolution.xml +share/gnome/help/evolution/oc/figures/account_editor_a.png +share/gnome/help/evolution/oc/figures/attach_reminder_a.png +share/gnome/help/evolution/oc/figures/categories_a.png +share/gnome/help/evolution/oc/figures/collap_head_a.png +share/gnome/help/evolution/oc/figures/config-cal.png +share/gnome/help/evolution/oc/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/oc/figures/evo_adv_search_a.png +share/gnome/help/evolution/oc/figures/evo_allday_a.png +share/gnome/help/evolution/oc/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/oc/figures/evo_backup.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_a.png +share/gnome/help/evolution/oc/figures/evo_cal_advsearch.png +share/gnome/help/evolution/oc/figures/evo_cal_callout_a.png +share/gnome/help/evolution/oc/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/oc/figures/evo_crash_recovery.png +share/gnome/help/evolution/oc/figures/evo_custom_header.png +share/gnome/help/evolution/oc/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/oc/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/oc/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/oc/figures/evo_gwstatustrack.png +share/gnome/help/evolution/oc/figures/evo_identity_a.png +share/gnome/help/evolution/oc/figures/evo_identityedit_a.png +share/gnome/help/evolution/oc/figures/evo_imapheader_a.png +share/gnome/help/evolution/oc/figures/evo_imapreceive_a.png +share/gnome/help/evolution/oc/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/oc/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/oc/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/oc/figures/evo_rule_a.png +share/gnome/help/evolution/oc/figures/evo_select_add_folder.png +share/gnome/help/evolution/oc/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/oc/figures/evo_usereceive_a.png +share/gnome/help/evolution/oc/figures/exchg-identity.png +share/gnome/help/evolution/oc/figures/exchng-identity.png +share/gnome/help/evolution/oc/figures/exchng-rec-mail.png +share/gnome/help/evolution/oc/figures/exchng-rec-mails.png +share/gnome/help/evolution/oc/figures/exchng-rec-option.png +share/gnome/help/evolution/oc/figures/exchng-rec-options.png +share/gnome/help/evolution/oc/figures/exchng-settings.png +share/gnome/help/evolution/oc/figures/filter-new-fig.png +share/gnome/help/evolution/oc/figures/free_busy.png +share/gnome/help/evolution/oc/figures/google_cal_view.png +share/gnome/help/evolution/oc/figures/mail-threaded.png +share/gnome/help/evolution/oc/figures/mailer_preferences.png +share/gnome/help/evolution/oc/figures/minus.png +share/gnome/help/evolution/oc/figures/plus.png +share/gnome/help/evolution/oc/figures/proxy-cal.png +share/gnome/help/evolution/oc/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/oc/figures/sub-pub-fold.png +share/gnome/help/evolution/oc/figures/ver_view_a.png +share/gnome/help/evolution/ru/evolution.xml +share/gnome/help/evolution/ru/figures/account_editor_a.png +share/gnome/help/evolution/ru/figures/attach_reminder_a.png +share/gnome/help/evolution/ru/figures/categories_a.png +share/gnome/help/evolution/ru/figures/collap_head_a.png +share/gnome/help/evolution/ru/figures/config-cal.png +share/gnome/help/evolution/ru/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/ru/figures/evo_adv_search_a.png +share/gnome/help/evolution/ru/figures/evo_allday_a.png +share/gnome/help/evolution/ru/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/ru/figures/evo_backup.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_a.png +share/gnome/help/evolution/ru/figures/evo_cal_advsearch.png +share/gnome/help/evolution/ru/figures/evo_cal_callout_a.png +share/gnome/help/evolution/ru/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/ru/figures/evo_crash_recovery.png +share/gnome/help/evolution/ru/figures/evo_custom_header.png +share/gnome/help/evolution/ru/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/ru/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/ru/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/ru/figures/evo_gwstatustrack.png +share/gnome/help/evolution/ru/figures/evo_identity_a.png +share/gnome/help/evolution/ru/figures/evo_identityedit_a.png +share/gnome/help/evolution/ru/figures/evo_imapheader_a.png +share/gnome/help/evolution/ru/figures/evo_imapreceive_a.png +share/gnome/help/evolution/ru/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/ru/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/ru/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/ru/figures/evo_rule_a.png +share/gnome/help/evolution/ru/figures/evo_select_add_folder.png +share/gnome/help/evolution/ru/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/ru/figures/evo_usereceive_a.png +share/gnome/help/evolution/ru/figures/exchg-identity.png +share/gnome/help/evolution/ru/figures/exchng-identity.png +share/gnome/help/evolution/ru/figures/exchng-rec-mail.png +share/gnome/help/evolution/ru/figures/exchng-rec-mails.png +share/gnome/help/evolution/ru/figures/exchng-rec-option.png +share/gnome/help/evolution/ru/figures/exchng-rec-options.png +share/gnome/help/evolution/ru/figures/exchng-settings.png +share/gnome/help/evolution/ru/figures/filter-new-fig.png +share/gnome/help/evolution/ru/figures/free_busy.png +share/gnome/help/evolution/ru/figures/google_cal_view.png +share/gnome/help/evolution/ru/figures/mail-threaded.png +share/gnome/help/evolution/ru/figures/mailer_preferences.png +share/gnome/help/evolution/ru/figures/minus.png +share/gnome/help/evolution/ru/figures/plus.png +share/gnome/help/evolution/ru/figures/proxy-cal.png +share/gnome/help/evolution/ru/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/ru/figures/sub-pub-fold.png +share/gnome/help/evolution/ru/figures/ver_view_a.png +share/gnome/help/evolution/sv/evolution.xml +share/gnome/help/evolution/sv/figures/account_editor_a.png +share/gnome/help/evolution/sv/figures/attach_reminder_a.png +share/gnome/help/evolution/sv/figures/categories_a.png +share/gnome/help/evolution/sv/figures/collap_head_a.png +share/gnome/help/evolution/sv/figures/config-cal.png +share/gnome/help/evolution/sv/figures/config-mail.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_account_editor_a.png +share/gnome/help/evolution/sv/figures/evo_adv_search_a.png +share/gnome/help/evolution/sv/figures/evo_allday_a.png +share/gnome/help/evolution/sv/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/sv/figures/evo_backup.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_a.png +share/gnome/help/evolution/sv/figures/evo_cal_advsearch.png +share/gnome/help/evolution/sv/figures/evo_cal_callout_a.png +share/gnome/help/evolution/sv/figures/evo_cal_prop_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_contacteditor_a.png +share/gnome/help/evolution/sv/figures/evo_crash_recovery.png +share/gnome/help/evolution/sv/figures/evo_custom_header.png +share/gnome/help/evolution/sv/figures/evo_debuglogs_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_rule_a.png +share/gnome/help/evolution/sv/figures/evo_edit_search.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_gwreceiveedit_a.png +share/gnome/help/evolution/sv/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/sv/figures/evo_gwstatustrack.png +share/gnome/help/evolution/sv/figures/evo_identity_a.png +share/gnome/help/evolution/sv/figures/evo_identityedit_a.png +share/gnome/help/evolution/sv/figures/evo_imapheader_a.png +share/gnome/help/evolution/sv/figures/evo_imapreceive_a.png +share/gnome/help/evolution/sv/figures/evo_import_asst_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_mail_notifier.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_mereceive_a.png +share/gnome/help/evolution/sv/figures/evo_message_filters_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_receive_setup_a.png +share/gnome/help/evolution/sv/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/sv/figures/evo_rule_a.png +share/gnome/help/evolution/sv/figures/evo_select_add_folder.png +share/gnome/help/evolution/sv/figures/evo_select_folder.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_timezone_a.png +share/gnome/help/evolution/sv/figures/evo_usereceive_a.png +share/gnome/help/evolution/sv/figures/exchg-identity.png +share/gnome/help/evolution/sv/figures/exchng-identity.png +share/gnome/help/evolution/sv/figures/exchng-rec-mail.png +share/gnome/help/evolution/sv/figures/exchng-rec-mails.png +share/gnome/help/evolution/sv/figures/exchng-rec-option.png +share/gnome/help/evolution/sv/figures/exchng-rec-options.png +share/gnome/help/evolution/sv/figures/exchng-settings.png +share/gnome/help/evolution/sv/figures/filter-new-fig.png +share/gnome/help/evolution/sv/figures/free_busy.png +share/gnome/help/evolution/sv/figures/google_cal_view.png +share/gnome/help/evolution/sv/figures/mail-threaded.png +share/gnome/help/evolution/sv/figures/mailer_preferences.png +share/gnome/help/evolution/sv/figures/minus.png +share/gnome/help/evolution/sv/figures/plus.png +share/gnome/help/evolution/sv/figures/proxy-cal.png +share/gnome/help/evolution/sv/figures/proxy-login.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/sub-others-folder.png +share/gnome/help/evolution/sv/figures/sub-pub-fold.png +share/gnome/help/evolution/sv/figures/ver_view_a.png +share/icons/hicolor/16x16/apps/evolution-mail.png +share/icons/hicolor/16x16/apps/evolution-memos.png +share/icons/hicolor/16x16/apps/evolution-tasks.png +share/icons/hicolor/16x16/apps/evolution.png +share/icons/hicolor/22x22/apps/evolution-mail.png +share/icons/hicolor/22x22/apps/evolution-memos.png +share/icons/hicolor/22x22/apps/evolution-tasks.png +share/icons/hicolor/22x22/apps/evolution.png +share/icons/hicolor/24x24/apps/evolution-mail.png +share/icons/hicolor/24x24/apps/evolution-memos.png +share/icons/hicolor/24x24/apps/evolution-tasks.png +share/icons/hicolor/24x24/apps/evolution.png +share/icons/hicolor/32x32/apps/evolution-mail.png +share/icons/hicolor/32x32/apps/evolution-memos.png +share/icons/hicolor/32x32/apps/evolution-tasks.png +share/icons/hicolor/32x32/apps/evolution.png +share/icons/hicolor/48x48/apps/evolution-mail.png +share/icons/hicolor/48x48/apps/evolution-memos.png +share/icons/hicolor/48x48/apps/evolution-tasks.png +share/icons/hicolor/48x48/apps/evolution.png +share/icons/hicolor/scalable/apps/evolution.svg +share/idl/evolution-2.26/Evolution-Component.idl +share/idl/evolution-2.26/Evolution-ConfigControl.idl +share/idl/evolution-2.26/Evolution-Mail.idl +share/idl/evolution-2.26/Evolution-Shell.idl +share/idl/evolution-2.26/Evolution.idl +share/idl/evolution-2.26/evolution-calendar.idl +share/locale/am/LC_MESSAGES/evolution-2.26.mo +share/locale/ar/LC_MESSAGES/evolution-2.26.mo +share/locale/as/LC_MESSAGES/evolution-2.26.mo +share/locale/ast/LC_MESSAGES/evolution-2.26.mo +share/locale/az/LC_MESSAGES/evolution-2.26.mo +share/locale/be/LC_MESSAGES/evolution-2.26.mo +share/locale/be@latin/LC_MESSAGES/evolution-2.26.mo +share/locale/bg/LC_MESSAGES/evolution-2.26.mo +share/locale/bn/LC_MESSAGES/evolution-2.26.mo +share/locale/bn_IN/LC_MESSAGES/evolution-2.26.mo +share/locale/bs/LC_MESSAGES/evolution-2.26.mo +share/locale/ca/LC_MESSAGES/evolution-2.26.mo +share/locale/cs/LC_MESSAGES/evolution-2.26.mo +share/locale/cy/LC_MESSAGES/evolution-2.26.mo +share/locale/da/LC_MESSAGES/evolution-2.26.mo +share/locale/de/LC_MESSAGES/evolution-2.26.mo +share/locale/dz/LC_MESSAGES/evolution-2.26.mo +share/locale/el/LC_MESSAGES/evolution-2.26.mo +share/locale/en_AU/LC_MESSAGES/evolution-2.26.mo +share/locale/en_CA/LC_MESSAGES/evolution-2.26.mo +share/locale/en_GB/LC_MESSAGES/evolution-2.26.mo +share/locale/es/LC_MESSAGES/evolution-2.26.mo +share/locale/et/LC_MESSAGES/evolution-2.26.mo +share/locale/eu/LC_MESSAGES/evolution-2.26.mo +share/locale/fa/LC_MESSAGES/evolution-2.26.mo +share/locale/fi/LC_MESSAGES/evolution-2.26.mo +share/locale/fr/LC_MESSAGES/evolution-2.26.mo +share/locale/ga/LC_MESSAGES/evolution-2.26.mo +share/locale/gl/LC_MESSAGES/evolution-2.26.mo +share/locale/gu/LC_MESSAGES/evolution-2.26.mo +share/locale/he/LC_MESSAGES/evolution-2.26.mo +share/locale/hi/LC_MESSAGES/evolution-2.26.mo +share/locale/hr/LC_MESSAGES/evolution-2.26.mo +share/locale/hu/LC_MESSAGES/evolution-2.26.mo +share/locale/id/LC_MESSAGES/evolution-2.26.mo +share/locale/is/LC_MESSAGES/evolution-2.26.mo +share/locale/it/LC_MESSAGES/evolution-2.26.mo +share/locale/ja/LC_MESSAGES/evolution-2.26.mo +share/locale/ka/LC_MESSAGES/evolution-2.26.mo +share/locale/kn/LC_MESSAGES/evolution-2.26.mo +share/locale/ko/LC_MESSAGES/evolution-2.26.mo +share/locale/ku/LC_MESSAGES/evolution-2.26.mo +share/locale/lt/LC_MESSAGES/evolution-2.26.mo +share/locale/lv/LC_MESSAGES/evolution-2.26.mo +share/locale/mk/LC_MESSAGES/evolution-2.26.mo +share/locale/ml/LC_MESSAGES/evolution-2.26.mo +share/locale/mn/LC_MESSAGES/evolution-2.26.mo +share/locale/mr/LC_MESSAGES/evolution-2.26.mo +share/locale/ms/LC_MESSAGES/evolution-2.26.mo +share/locale/nb/LC_MESSAGES/evolution-2.26.mo +share/locale/ne/LC_MESSAGES/evolution-2.26.mo +share/locale/nl/LC_MESSAGES/evolution-2.26.mo +share/locale/nn/LC_MESSAGES/evolution-2.26.mo +share/locale/oc/LC_MESSAGES/evolution-2.26.mo +share/locale/or/LC_MESSAGES/evolution-2.26.mo +share/locale/pa/LC_MESSAGES/evolution-2.26.mo +share/locale/pl/LC_MESSAGES/evolution-2.26.mo +share/locale/ps/LC_MESSAGES/evolution-2.26.mo +share/locale/pt/LC_MESSAGES/evolution-2.26.mo +share/locale/pt_BR/LC_MESSAGES/evolution-2.26.mo +share/locale/ro/LC_MESSAGES/evolution-2.26.mo +share/locale/ru/LC_MESSAGES/evolution-2.26.mo +share/locale/rw/LC_MESSAGES/evolution-2.26.mo +share/locale/si/LC_MESSAGES/evolution-2.26.mo +share/locale/sk/LC_MESSAGES/evolution-2.26.mo +share/locale/sl/LC_MESSAGES/evolution-2.26.mo +share/locale/sq/LC_MESSAGES/evolution-2.26.mo +share/locale/sr/LC_MESSAGES/evolution-2.26.mo +share/locale/sr@latin/LC_MESSAGES/evolution-2.26.mo +share/locale/sv/LC_MESSAGES/evolution-2.26.mo +share/locale/ta/LC_MESSAGES/evolution-2.26.mo +share/locale/te/LC_MESSAGES/evolution-2.26.mo +share/locale/th/LC_MESSAGES/evolution-2.26.mo +share/locale/tr/LC_MESSAGES/evolution-2.26.mo +share/locale/uk/LC_MESSAGES/evolution-2.26.mo +share/locale/vi/LC_MESSAGES/evolution-2.26.mo +share/locale/wa/LC_MESSAGES/evolution-2.26.mo +share/locale/xh/LC_MESSAGES/evolution-2.26.mo +share/locale/zh_CN/LC_MESSAGES/evolution-2.26.mo +share/locale/zh_HK/LC_MESSAGES/evolution-2.26.mo +share/locale/zh_TW/LC_MESSAGES/evolution-2.26.mo +share/mime-info/evolution.keys +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-fr.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 +@dirrm share/omf/evolution +@dirrm share/idl/evolution-%%VERSION%% +@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/fr/figures +@dirrm share/gnome/help/evolution/fr +@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%%/weather +@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%%/sounds +@dirrm %%DATADIR%%/%%VERSION%%/images +@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions +@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories +@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps +@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/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/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/C +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref +@dirrm %%DATADIR%%/%%VERSION%%/help +@dirrm %%DATADIR%%/%%VERSION%%/glade +@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/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/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/C/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/C +@dirrm %%DATADIR%%/%%VERSION%%/default +@dirrm %%DATADIR%%/%%VERSION%% +@dirrm %%DATADIR%% +@dirrmtry share/applications +@dirrm libexec/evolution/%%VERSION%% +@dirrm libexec/evolution +@dirrm lib/evolution/%%VERSION%%/plugins +@dirrm lib/evolution/%%VERSION%%/components +@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%%/e-util +@dirrm include/evolution-%%VERSION%%/e-conduit +@dirrm include/evolution-%%VERSION%%/composer +@dirrm include/evolution-%%VERSION%%/calendar/gui/dialogs +@dirrm include/evolution-%%VERSION%%/calendar/gui +@dirrm include/evolution-%%VERSION%%/calendar +@dirrm include/evolution-%%VERSION%%/addressbook/gui/widgets +@dirrm include/evolution-%%VERSION%%/addressbook/gui +@dirrm include/evolution-%%VERSION%%/addressbook +@dirrm include/evolution-%%VERSION%% +@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/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@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 |