diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
commit | 2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch) | |
tree | 5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /mail | |
parent | 2d95636f2e1c4896bca367221f0b972b5903e72a (diff) | |
download | marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.bz2 marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.lz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.xz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip |
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream.
Next stop GNOME 3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
42 files changed, 0 insertions, 6839 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile deleted file mode 100644 index ef5012905..000000000 --- a/mail/claws-mail/Makefile +++ /dev/null @@ -1,187 +0,0 @@ -# New ports collection makefile for: claws-mail -# Date created: 3 January 2002 -# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> -# -# $FreeBSD: ports/mail/claws-mail/Makefile,v 1.161 2010/10/20 07:38:08 netchild Exp $ -# - -PORTNAME= claws-mail -PORTVERSION= 3.7.6 -PORTREVISION= 3 -CATEGORIES= mail news ipv6 -MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION} - -MAINTAINER= netchild@FreeBSD.org -COMMENT= A lightweight and very featureful GTK+ based e-mail and news client - -LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ - cairo:${PORTSDIR}/graphics/cairo \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - freetype:${PORTSDIR}/print/freetype2 \ - png:${PORTSDIR}/graphics/png \ - gnutls.40:${PORTSDIR}/security/gnutls \ - execinfo:${PORTSDIR}/devel/libexecinfo -RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support - -CONFLICTS= sylpheed-claws - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_ICONV= yes -USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi xinerama xrandr \ - xrender -USE_GNOME= gnomehack pkgconfig gtk20 glib20 atk libartlgpl2 pango libxml2 -GNU_CONFIGURE= yes -WANT_GNOME= yes -INSTALLS_ICONS= yes -MAKE_JOBS_SAFE= yes - -MAN1= claws-mail.1 - -CONFIGURE_ARGS= \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-manualdir=${DOCSDIR}/manual \ - -CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -OPTIONS= ALL "Enable all options except GNUTLS." off \ - ENCHANT "Enable spell checking support." on \ - BOGOFILTER "Enable bogofilter support." off \ - COMPFACE "Enable X-Face support." on \ - DEBUG "Enable debug support." off \ - DILLO "Enable Dillo HTML viewer." off \ - GPGME "Enable PGP/GnuPG/SMIME support using GPGME." off \ - IPV6 "Enable ipv6 support." on \ - JPILOT "Enable JPilot support." off \ - LDAP "Enable LDAP support." off \ - SA_PLUG "Enable SpamAssassin support." off \ - STARTUP "Enable startup notification support." on \ - THEMES "Install additional themes." on - -.include <bsd.port.pre.mk> - -.if defined(WITH_BOGOFILTER) || defined(WITH_ALL) -RUN_DEPENDS+= bogofilter:${PORTSDIR}/mail/bogofilter -CONFIGURE_ARGS+= --enable-bogofilter-plugin -PLIST_SUB+= BOGO_PLUG="" -.else -CONFIGURE_ARGS+= --disable-bogofilter-plugin -PLIST_SUB+= BOGO_PLUG="@comment " -.endif - -.if defined(WITH_COMPFACE) || defined(WITH_ALL) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -CONFIGURE_ARGS+= --enable-compface -.else -CONFIGURE_ARGS+= --disable-compface -.endif -.if defined(WITH_ENCHANT) || defined(WITH_ALL) -LIB_DEPENDS+= enchant:${PORTSDIR}/textproc/enchant -CONFIGURE_ARGS+= --enable-enchant -.else -CONFIGURE_ARGS+= --disable-enchant -.endif -.if defined(WITH_JPILOT) || defined(WITH_ALL) -LIB_DEPENDS+= pisock:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot -CONFIGURE_ARGS+= --enable-jpilot -.else -CONFIGURE_ARGS+= --disable-jpilot -.endif -.if defined(WITH_LDAP) || defined(WITH_ALL) -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --enable-ldap -.else -CONFIGURE_ARGS+= --disable-ldap -.endif -.if defined(WITH_SA_PLUG) || defined(WITH_ALL) -RUN_DEPENDS+= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin -CONFIGURE_ARGS+= --enable-spamassassin-plugin -PLIST_SUB+= SA_PLUG="" -.else -CONFIGURE_ARGS+= --disable-spamassassin-plugin -PLIST_SUB+= SA_PLUG="@comment " -.endif -.if defined(WITH_GPGME) || defined(WITH_ALL) -PLIST_SUB+= GPGME="" -CONFIGURE_ARGS+= --enable-pgpmime-plugin --enable-pgpcore-plugin \ - --enable-pgpinline-plugin --enable-smime-plugin -LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme \ - gpg-error:${PORTSDIR}/security/libgpg-error -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -.else -PLIST_SUB+= GPGME="@comment " -CONFIGURE_ARGS+= --disable-pgpmime-plugin --disable-pgpcore-plugin \ - --disable-pgpinline-plugin --disable-smime-plugin -.endif -.if defined(WITH_DEBUG) || defined(WITH_ALL) -CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog -STRIP= -.endif -.if defined(WITH_DILLO) || defined(WITH_ALL) -PLIST_SUB+= DILLO="" -RUN_DEPENDS+= dillo:${PORTSDIR}/www/dillo -.else -PLIST_SUB+= DILLO="@comment " -CONFIGURE_ARGS+= --disable-dillo-viewer-plugin -.endif - -.if !defined(WITHOUT_IPV6) || defined(WITH_ALL) -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif - -.if !defined(WITHOUT_STARTUP) || defined(WITH_ALL) -LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification -CONFIGURE_ARGS+= --enable-startup-notification -.else -CONFIGURE_ARGS+= --disable-startup-notification -.endif - -.if !defined(WITHOUT_THEMES) -RUN_DEPENDS+= ${LOCALBASE}/share/claws-mail/themes/ZX-0_1.1/down_arrow.xpm:${PORTSDIR}/x11-themes/claws-mail-themes -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-lresolv||g; s|-lpisock\"|-liconv &|g' \ - -e 's|-DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g ; s|/usr/share|${LOCALBASE}/share|g' \ - ${WRKSRC}/src/procmime.c - @${REINPLACE_CMD} -e "s|po intl src|po src| ; s:@CLAWS_GNOME2:#@CLAWS_GNOME2:g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s:-Wno-unused-function::" ${WRKSRC}/src/Makefile.in - @for f in `${FIND} ${WRKSRC}/tools -type f -print`; do \ - ${REINPLACE_CMD} -e "s|/usr/bin/perl|${PERL}|" $$f; done - -post-install: -.if !defined(NOPORTDOCS) -.for i in NEWS RELEASE_NOTES README TODO - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor - @${INSTALL_DATA} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools -.endif - @${MKDIR} ${DATADIR} - cd ${WRKSRC}/tools && \ - ${INSTALL_SCRIPT} OOo2claws-mail.pl acroread2claws-mail.pl \ - calypso_convert.pl convert_mbox.pl eud2gc.py filter_conv.pl \ - filter_conv_new.pl fix_date.sh freshmeat_search.pl \ - gif2xface.pl google_msgid.pl google_search.pl \ - kmail-mailbox2claws-mail.pl kmail2claws-mail.pl \ - kmail2claws-mail_v2.pl multiwebsearch.conf multiwebsearch.pl \ - nautilus2claws-mail.sh outlook2claws-mail.pl tb2claws-mail \ - tbird2claws.py textviewer.pl textviewer.sh \ - thunderbird-filters-convertor.pl uudec uuooffice vcard2xml.py \ - ${DATADIR} - @${MKDIR} ${PREFIX}/share/applications - @${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop ${PREFIX}/share/applications/ - @${MKDIR} ${PREFIX}/share/pixmaps - @${INSTALL_DATA} ${WRKSRC}/claws-mail*.png ${PREFIX}/share/pixmaps/ - -.include <bsd.port.post.mk> diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo deleted file mode 100644 index 473094fd7..000000000 --- a/mail/claws-mail/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (claws-mail-3.7.6.tar.bz2) = 09c150cf13c04201c92089fc285cecd9 -SHA256 (claws-mail-3.7.6.tar.bz2) = 24eeb99595b3ce4a0ada3c7d28a645258ea3ece5274886c05de323032a23572a -SIZE (claws-mail-3.7.6.tar.bz2) = 6418141 diff --git a/mail/claws-mail/files/patch-Makefile.in b/mail/claws-mail/files/patch-Makefile.in deleted file mode 100644 index 06c9c39ab..000000000 --- a/mail/claws-mail/files/patch-Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.in.orig 2008-06-28 00:29:01.000000000 +0200 -+++ Makefile.in 2008-06-28 00:29:43.000000000 +0200 -@@ -39,7 +39,7 @@ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/claws-mail.pc.in $(srcdir)/config.h.in \ - $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \ -- INSTALL NEWS TODO -+ INSTALL NEWS TODO RELEASE_NOTES - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ - $(top_srcdir)/m4/aspell.m4 $(top_srcdir)/m4/check-type.m4 \ -@@ -304,7 +304,6 @@ - ChangeLog.gtk1 \ - ChangeLog.pre2.0.0 \ - ChangeLog.2.0.0-3.0.0 \ -- RELEASE_NOTES \ - claws-mail-128x128.png \ - claws-mail-64x64.png \ - claws-mail.pc.in \ -@@ -325,8 +324,6 @@ - clawsinclude_HEADERS = \ - config.h - --relnotesdir = $(docdir) --relnotes_DATA = RELEASE_NOTES - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - diff --git a/mail/claws-mail/pkg-descr b/mail/claws-mail/pkg-descr deleted file mode 100644 index 6809beb40..000000000 --- a/mail/claws-mail/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Claws Mail is an e-mail client (and news reader) based on GTK+ - -Currently, many features are supported including POP3, IMAP, NNTP, -multiple accounts, threading, filtering, MIME attachments, APOP, SMTP -AUTH, SSL, IPv6, GnuPG, internalization, and more. - -In addition to the above, Claws Mail has a lot of extra features, -e.g. a plugin mechanism, a new filtering/processing mechanism, -extra folder properties and much more... - -WWW: http://www.claws-mail.org/ - -- Simon 'corecode' Schubert diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist deleted file mode 100644 index da1d67caa..000000000 --- a/mail/claws-mail/pkg-plist +++ /dev/null @@ -1,345 +0,0 @@ -bin/claws-mail -bin/sylpheed-claws -include/claws-mail/account.h -include/claws-mail/action.h -include/claws-mail/adbookbase.h -include/claws-mail/addr_compl.h -include/claws-mail/addrbook.h -include/claws-mail/addrcache.h -include/claws-mail/addrclip.h -include/claws-mail/addrcustomattr.h -include/claws-mail/addrdefs.h -include/claws-mail/addrduplicates.h -include/claws-mail/addressadd.h -include/claws-mail/addressbook.h -include/claws-mail/addressbook_foldersel.h -include/claws-mail/addressitem.h -include/claws-mail/addrgather.h -include/claws-mail/addrharvest.h -include/claws-mail/addrindex.h -include/claws-mail/addritem.h -include/claws-mail/addrquery.h -include/claws-mail/addrselect.h -include/claws-mail/alertpanel.h -include/claws-mail/autofaces.h -include/claws-mail/browseldap.h -include/claws-mail/codeconv.h -include/claws-mail/common/base64.h -include/claws-mail/common/claws.h -include/claws-mail/common/defs.h -include/claws-mail/common/hooks.h -include/claws-mail/common/log.h -include/claws-mail/common/md5.h -include/claws-mail/common/mgutils.h -include/claws-mail/common/passcrypt.h -include/claws-mail/common/plugin.h -include/claws-mail/common/prefs.h -include/claws-mail/common/progressindicator.h -include/claws-mail/common/quoted-printable.h -include/claws-mail/common/session.h -include/claws-mail/common/smtp.h -include/claws-mail/common/socket.h -include/claws-mail/common/ssl.h -include/claws-mail/common/ssl_certificate.h -include/claws-mail/common/string_match.h -include/claws-mail/common/stringtable.h -include/claws-mail/common/tags.h -include/claws-mail/common/template.h -include/claws-mail/common/timing.h -include/claws-mail/common/utils.h -include/claws-mail/common/uuencode.h -include/claws-mail/common/valgrind.h -include/claws-mail/common/version.h -include/claws-mail/common/xml.h -include/claws-mail/common/xmlprops.h -include/claws-mail/compose.h -include/claws-mail/config.h -include/claws-mail/crash.h -include/claws-mail/customheader.h -include/claws-mail/displayheader.h -include/claws-mail/editaddress.h -include/claws-mail/editaddress_other_attributes_ldap.h -include/claws-mail/editbook.h -include/claws-mail/editgroup.h -include/claws-mail/editjpilot.h -include/claws-mail/editldap.h -include/claws-mail/editldap_basedn.h -include/claws-mail/edittags.h -include/claws-mail/editvcard.h -include/claws-mail/enriched.h -include/claws-mail/etpan/etpan-errors.h -include/claws-mail/etpan/etpan-thread-manager-types.h -include/claws-mail/etpan/etpan-thread-manager.h -include/claws-mail/etpan/imap-thread.h -include/claws-mail/etpan/nntp-thread.h -include/claws-mail/exphtmldlg.h -include/claws-mail/expldifdlg.h -include/claws-mail/export.h -include/claws-mail/exporthtml.h -include/claws-mail/exportldif.h -include/claws-mail/filtering.h -include/claws-mail/folder.h -include/claws-mail/folder_item_prefs.h -include/claws-mail/foldersel.h -include/claws-mail/folderutils.h -include/claws-mail/folderview.h -include/claws-mail/grouplistdialog.h -include/claws-mail/gtk/about.h -include/claws-mail/gtk/authors.h -include/claws-mail/gtk/claws-marshal.h -include/claws-mail/gtk/colorlabel.h -include/claws-mail/gtk/colorsel.h -include/claws-mail/gtk/combobox.h -include/claws-mail/gtk/description_window.h -include/claws-mail/gtk/filesel.h -include/claws-mail/gtk/foldersort.h -include/claws-mail/gtk/gtkaspell.h -include/claws-mail/gtk/gtkcmclist.h -include/claws-mail/gtk/gtkcmctree.h -include/claws-mail/gtk/gtkcmoptionmenu.h -include/claws-mail/gtk/gtksctree.h -include/claws-mail/gtk/gtkshruler.h -include/claws-mail/gtk/gtkutils.h -include/claws-mail/gtk/gtkvscrollbutton.h -include/claws-mail/gtk/headers.h -include/claws-mail/gtk/icon_legend.h -include/claws-mail/gtk/inputdialog.h -include/claws-mail/gtk/logwindow.h -include/claws-mail/gtk/manage_window.h -include/claws-mail/gtk/menu.h -include/claws-mail/gtk/pluginwindow.h -include/claws-mail/gtk/prefswindow.h -include/claws-mail/gtk/progressdialog.h -include/claws-mail/gtk/quicksearch.h -include/claws-mail/gtk/spell_entry.h -include/claws-mail/gtk/sslcertwindow.h -include/claws-mail/headerview.h -include/claws-mail/html.h -include/claws-mail/image_viewer.h -include/claws-mail/imap.h -include/claws-mail/imap_gtk.h -include/claws-mail/import.h -include/claws-mail/importldif.h -include/claws-mail/importmutt.h -include/claws-mail/importpine.h -include/claws-mail/inc.h -include/claws-mail/jpilot.h -include/claws-mail/ldapctrl.h -include/claws-mail/ldaplocate.h -include/claws-mail/ldapquery.h -include/claws-mail/ldapserver.h -include/claws-mail/ldapupdate.h -include/claws-mail/ldaputil.h -include/claws-mail/ldif.h -include/claws-mail/localfolder.h -include/claws-mail/main.h -include/claws-mail/mainwindow.h -include/claws-mail/manual.h -include/claws-mail/matcher.h -include/claws-mail/matcher_parser.h -include/claws-mail/matcher_parser_lex.h -include/claws-mail/matcher_parser_parse.h -include/claws-mail/mbox.h -include/claws-mail/message_search.h -include/claws-mail/messageview.h -include/claws-mail/mh.h -include/claws-mail/mh_gtk.h -include/claws-mail/mimeview.h -include/claws-mail/msgcache.h -include/claws-mail/mutt.h -include/claws-mail/news.h -include/claws-mail/news_gtk.h -include/claws-mail/noticeview.h -include/claws-mail/partial_download.h -include/claws-mail/pine.h -%%GPGME%%include/claws-mail/plugins/pgpcore/passphrase.h -%%GPGME%%include/claws-mail/plugins/pgpcore/pgp_viewer.h -%%GPGME%%include/claws-mail/plugins/pgpcore/prefs_gpg.h -%%GPGME%%include/claws-mail/plugins/pgpcore/select-keys.h -%%GPGME%%include/claws-mail/plugins/pgpcore/sgpgme.h -%%GPGME%%include/claws-mail/plugins/pgpinline/pgpinline.h -%%GPGME%%include/claws-mail/plugins/pgpmime/pgpmime.h -%%GPGME%%include/claws-mail/plugins/smime/smime.h -include/claws-mail/pop.h -include/claws-mail/prefs_account.h -include/claws-mail/prefs_actions.h -include/claws-mail/prefs_common.h -include/claws-mail/prefs_compose_writing.h -include/claws-mail/prefs_customheader.h -include/claws-mail/prefs_display_header.h -include/claws-mail/prefs_ext_prog.h -include/claws-mail/prefs_filtering.h -include/claws-mail/prefs_filtering_action.h -include/claws-mail/prefs_folder_column.h -include/claws-mail/prefs_folder_item.h -include/claws-mail/prefs_fonts.h -include/claws-mail/prefs_gtk.h -include/claws-mail/prefs_image_viewer.h -include/claws-mail/prefs_logging.h -include/claws-mail/prefs_matcher.h -include/claws-mail/prefs_message.h -include/claws-mail/prefs_msg_colors.h -include/claws-mail/prefs_other.h -include/claws-mail/prefs_quote.h -include/claws-mail/prefs_receive.h -include/claws-mail/prefs_send.h -include/claws-mail/prefs_spelling.h -include/claws-mail/prefs_summaries.h -include/claws-mail/prefs_summary_column.h -include/claws-mail/prefs_summary_open.h -include/claws-mail/prefs_template.h -include/claws-mail/prefs_themes.h -include/claws-mail/prefs_toolbar.h -include/claws-mail/prefs_wrapping.h -include/claws-mail/printing.h -include/claws-mail/privacy.h -include/claws-mail/procheader.h -include/claws-mail/procmime.h -include/claws-mail/procmsg.h -include/claws-mail/quote_fmt.h -include/claws-mail/quote_fmt_lex.h -include/claws-mail/quote_fmt_parse.h -include/claws-mail/recv.h -include/claws-mail/remotefolder.h -include/claws-mail/send_message.h -include/claws-mail/setup.h -include/claws-mail/sourcewindow.h -include/claws-mail/ssl_manager.h -include/claws-mail/statusbar.h -include/claws-mail/stock_pixmap.h -include/claws-mail/summary_search.h -include/claws-mail/summaryview.h -include/claws-mail/textview.h -include/claws-mail/toolbar.h -include/claws-mail/undo.h -include/claws-mail/unmime.h -include/claws-mail/uri_opener.h -include/claws-mail/vcard.h -include/claws-mail/wizard.h -%%BOGO_PLUG%%lib/claws-mail/plugins/bogofilter.a -%%BOGO_PLUG%%lib/claws-mail/plugins/bogofilter.la -%%BOGO_PLUG%%lib/claws-mail/plugins/bogofilter.so -%%DILLO%%lib/claws-mail/plugins/dillo_viewer.a -%%DILLO%%lib/claws-mail/plugins/dillo_viewer.la -%%DILLO%%lib/claws-mail/plugins/dillo_viewer.so -%%GPGME%%lib/claws-mail/plugins/pgpcore.a -%%GPGME%%lib/claws-mail/plugins/pgpcore.la -%%GPGME%%lib/claws-mail/plugins/pgpcore.so -%%GPGME%%lib/claws-mail/plugins/pgpinline.a -%%GPGME%%lib/claws-mail/plugins/pgpinline.deps -%%GPGME%%lib/claws-mail/plugins/pgpinline.la -%%GPGME%%lib/claws-mail/plugins/pgpinline.so -%%GPGME%%lib/claws-mail/plugins/pgpmime.a -%%GPGME%%lib/claws-mail/plugins/pgpmime.deps -%%GPGME%%lib/claws-mail/plugins/pgpmime.la -%%GPGME%%lib/claws-mail/plugins/pgpmime.so -%%GPGME%%lib/claws-mail/plugins/smime.a -%%GPGME%%lib/claws-mail/plugins/smime.la -%%GPGME%%lib/claws-mail/plugins/smime.so -%%GPGME%%lib/claws-mail/plugins/smime.deps -%%SA_PLUG%%lib/claws-mail/plugins/spamassassin.a -%%SA_PLUG%%lib/claws-mail/plugins/spamassassin.la -%%SA_PLUG%%lib/claws-mail/plugins/spamassassin.so -lib/claws-mail/plugins/trayicon.a -lib/claws-mail/plugins/trayicon.la -lib/claws-mail/plugins/trayicon.so -libdata/pkgconfig/claws-mail.pc -share/applications/claws-mail.desktop -%%DATADIR%%/OOo2claws-mail.pl -%%DATADIR%%/acroread2claws-mail.pl -%%DATADIR%%/calypso_convert.pl -%%DATADIR%%/convert_mbox.pl -%%DATADIR%%/eud2gc.py -%%DATADIR%%/filter_conv.pl -%%DATADIR%%/filter_conv_new.pl -%%DATADIR%%/fix_date.sh -%%DATADIR%%/freshmeat_search.pl -%%DATADIR%%/gif2xface.pl -%%DATADIR%%/google_msgid.pl -%%DATADIR%%/google_search.pl -%%DATADIR%%/kmail-mailbox2claws-mail.pl -%%DATADIR%%/kmail2claws-mail.pl -%%DATADIR%%/kmail2claws-mail_v2.pl -%%DATADIR%%/multiwebsearch.conf -%%DATADIR%%/multiwebsearch.pl -%%DATADIR%%/nautilus2claws-mail.sh -%%DATADIR%%/outlook2claws-mail.pl -%%DATADIR%%/tb2claws-mail -%%DATADIR%%/tbird2claws.py -%%DATADIR%%/textviewer.pl -%%DATADIR%%/textviewer.sh -%%DATADIR%%/thunderbird-filters-convertor.pl -%%DATADIR%%/uudec -%%DATADIR%%/uuooffice -%%DATADIR%%/vcard2xml.py -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.tools -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%DOCSDIR%%/manual/de/claws-mail-manual.html -%%DOCSDIR%%/manual/de/claws-mail-manual.pdf -%%DOCSDIR%%/manual/de/claws-mail-manual.ps -%%DOCSDIR%%/manual/de/claws-mail-manual.txt -%%DOCSDIR%%/manual/en/claws-mail-manual.html -%%DOCSDIR%%/manual/en/claws-mail-manual.pdf -%%DOCSDIR%%/manual/en/claws-mail-manual.ps -%%DOCSDIR%%/manual/en/claws-mail-manual.txt -%%DOCSDIR%%/manual/es/claws-mail-manual.html -%%DOCSDIR%%/manual/es/claws-mail-manual.pdf -%%DOCSDIR%%/manual/es/claws-mail-manual.ps -%%DOCSDIR%%/manual/es/claws-mail-manual.txt -%%DOCSDIR%%/manual/fr/claws-mail-manual.html -%%DOCSDIR%%/manual/fr/claws-mail-manual.pdf -%%DOCSDIR%%/manual/fr/claws-mail-manual.ps -%%DOCSDIR%%/manual/fr/claws-mail-manual.txt -%%DOCSDIR%%/manual/pl/claws-mail-manual.html -%%DOCSDIR%%/manual/pl/claws-mail-manual.pdf -%%DOCSDIR%%/manual/pl/claws-mail-manual.ps -%%DOCSDIR%%/manual/pl/claws-mail-manual.txt -share/icons/hicolor/128x128/apps/claws-mail-128x128.png -share/icons/hicolor/48x48/apps/claws-mail.png -share/icons/hicolor/64x64/apps/claws-mail-64x64.png -share/locale/bg/LC_MESSAGES/claws-mail.mo -share/locale/ca/LC_MESSAGES/claws-mail.mo -share/locale/cs/LC_MESSAGES/claws-mail.mo -share/locale/de/LC_MESSAGES/claws-mail.mo -share/locale/en_GB/LC_MESSAGES/claws-mail.mo -share/locale/es/LC_MESSAGES/claws-mail.mo -share/locale/fi/LC_MESSAGES/claws-mail.mo -share/locale/fr/LC_MESSAGES/claws-mail.mo -share/locale/hu/LC_MESSAGES/claws-mail.mo -share/locale/id/LC_MESSAGES/claws-mail.mo -share/locale/it/LC_MESSAGES/claws-mail.mo -share/locale/ja/LC_MESSAGES/claws-mail.mo -share/locale/nl/LC_MESSAGES/claws-mail.mo -share/locale/pl/LC_MESSAGES/claws-mail.mo -share/locale/pt_BR/LC_MESSAGES/claws-mail.mo -share/locale/pt_PT/LC_MESSAGES/claws-mail.mo -share/locale/ru/LC_MESSAGES/claws-mail.mo -share/locale/sk/LC_MESSAGES/claws-mail.mo -share/locale/sv/LC_MESSAGES/claws-mail.mo -share/locale/uk/LC_MESSAGES/claws-mail.mo -share/locale/zh_CN/LC_MESSAGES/claws-mail.mo -share/pixmaps/claws-mail-128x128.png -share/pixmaps/claws-mail-64x64.png -share/pixmaps/claws-mail.png -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/manual/pl -@dirrm %%DOCSDIR%%/manual/fr -@dirrm %%DOCSDIR%%/manual/es -@dirrm %%DOCSDIR%%/manual/en -@dirrm %%DOCSDIR%%/manual/de -@dirrm %%DOCSDIR%%/manual -@dirrmtry %%DOCSDIR%% -@dirrmtry share/applications -@dirrmtry lib/claws-mail/plugins -@dirrmtry lib/claws-mail -%%GPGME%%@dirrm include/claws-mail/plugins/pgpmime -%%GPGME%%@dirrm include/claws-mail/plugins/pgpinline -%%GPGME%%@dirrm include/claws-mail/plugins/pgpcore -%%GPGME%%@dirrm include/claws-mail/plugins/smime -@dirrm include/claws-mail/gtk -@dirrm include/claws-mail/etpan -@dirrm include/claws-mail/common -@dirrmtry include/claws-mail diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile deleted file mode 100644 index 7d5a852cb..000000000 --- a/mail/evolution-exchange/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: evolution-exchange -# Date created: 28 April, 2005 -# Whom: Adam Weinberger, based off kiesel's ximian-exchange port -# -# $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.165 2010/09/27 20:00:53 kwm Exp $ -# - -PORTNAME= evolution-exchange -PORTVERSION= 2.32.1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Evolution plugin to connect to Microsoft Exchange servers - -EVO_PC_FILE= ${LOCALBASE}/libdata/pkgconfig/evolution-mail.pc -BUILD_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution -RUN_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -USE_BDB= 41 -USE_OPENLDAP= yes -USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ - --with-static-ldap=no \ - --with-libdb=${LOCALBASE} - -EVO_VERSION= 2.32 -VERSION= 2.32 -PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ - EDS_VERSION="1.2" - -GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas - -.include <bsd.port.pre.mk> - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -.if ${ARCH} == "amd64" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -.endif - -.if exists(${LOCALBASE}/include/mapi.h) -IGNORE= build fails when ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall the port that installed mapi.h -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ - -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ - -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo deleted file mode 100644 index 8ac461492..000000000 --- a/mail/evolution-exchange/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/evolution-exchange-2.32.1.tar.bz2) = 300e2fd995eaecd2d0877b408cc8c6b3d26467aa36e41b1d690f8563b1df9dae -SIZE (gnome2/evolution-exchange-2.32.1.tar.bz2) = 1307820 diff --git a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c deleted file mode 100644 index 5c7706bad..000000000 --- a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c +++ /dev/null @@ -1,24 +0,0 @@ ---- eplugin/exchange-operations.c.orig 2010-03-07 20:00:49.000000000 -0500 -+++ eplugin/exchange-operations.c 2010-03-13 17:47:23.000000000 -0500 -@@ -304,3 +304,21 @@ is_exchange_personal_folder (ExchangeAcc - } - return FALSE; - } -+ -+const char * g_module_check_init (gpointer module); -+const char * -+g_module_check_init (gpointer module) { -+ return NULL; -+} -+ -+void g_module_unload (gpointer module); -+void -+g_module_unload (gpointer module) { -+ return; -+} -+ -+GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin); -+GtkWidget * -+e_plugin_lib_get_configure_widget (EPlugin *plugin) { -+ return NULL; -+} diff --git a/mail/evolution-exchange/pkg-descr b/mail/evolution-exchange/pkg-descr deleted file mode 100644 index 03dc3b673..000000000 --- a/mail/evolution-exchange/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Evolution-exchange is a plugin for Evolution that adds Exchange client -capabilities to Evolution. - -With Evolution-Exchange installed, Evolution functions as an -Exchange client, enabling users to become full participants in company-wide -group scheduling and other collaborative tasks. Linux, Solaris and FreeBSD -users can access public folders, Global Address Lists, email, calendar, -task lists, and group scheduling information. - -- Alex Kiesel -kiesel@schlund.de diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist deleted file mode 100644 index 851f156b6..000000000 --- a/mail/evolution-exchange/pkg-plist +++ /dev/null @@ -1,187 +0,0 @@ -bin/exchange-connector-setup-%%VERSION%% -lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.so -lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-operations.eplug -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.a -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.la -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.urls -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.a -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.a -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.so -%%DOCSDIR%%/E2kContext.html -%%DOCSDIR%%/E2kGlobalCatalog.html -%%DOCSDIR%%/E2kSecurityDescriptor.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/evolution-exchange-E2kAutoconfig.html -%%DOCSDIR%%/evolution-exchange-E2kContext-(private).html -%%DOCSDIR%%/evolution-exchange-E2kOperation-(private).html -%%DOCSDIR%%/evolution-exchange-E2kOperation.html -%%DOCSDIR%%/evolution-exchange-E2kProperties.html -%%DOCSDIR%%/evolution-exchange-E2kRestriction-(vaporware).html -%%DOCSDIR%%/evolution-exchange-E2kResult-(private).html -%%DOCSDIR%%/evolution-exchange-E2kSid.html -%%DOCSDIR%%/evolution-exchange-E2kUserDialog.html -%%DOCSDIR%%/evolution-exchange-MAPI.html -%%DOCSDIR%%/evolution-exchange-e2k-action.html -%%DOCSDIR%%/evolution-exchange-e2k-freebusy.html -%%DOCSDIR%%/evolution-exchange-e2k-http-utils.html -%%DOCSDIR%%/evolution-exchange-e2k-kerberos.html -%%DOCSDIR%%/evolution-exchange-e2k-restriction.html -%%DOCSDIR%%/evolution-exchange-e2k-result.html -%%DOCSDIR%%/evolution-exchange-e2k-rule.html -%%DOCSDIR%%/evolution-exchange-e2k-uri.html -%%DOCSDIR%%/evolution-exchange-e2k-utils.html -%%DOCSDIR%%/evolution-exchange-e2k-xml-utils.html -%%DOCSDIR%%/evolution-exchange-test-utils.html -%%DOCSDIR%%/evolution-exchange-xntlm-des.html -%%DOCSDIR%%/evolution-exchange-xntlm-md4.html -%%DOCSDIR%%/evolution-exchange-xntlm.html -%%DOCSDIR%%/evolution-exchange.devhelp -%%DOCSDIR%%/evolution-exchange.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/ximian-connector-autoconfig.html -%%DOCSDIR%%/ximian-connector-bug-private.html -%%DOCSDIR%%/ximian-connector-bug-xml.html -%%DOCSDIR%%/ximian-connector-calendar.html -%%DOCSDIR%%/ximian-connector-delegation.html -%%DOCSDIR%%/ximian-connector-favorites.html -%%DOCSDIR%%/ximian-connector-fba.html -%%DOCSDIR%%/ximian-connector-freebusy.html -%%DOCSDIR%%/ximian-connector-mail-threading.html -%%DOCSDIR%%/ximian-connector-mail.html -%%DOCSDIR%%/ximian-connector-ntlm.html -%%DOCSDIR%%/ximian-connector-oof.html -%%DOCSDIR%%/ximian-connector-other-users.html -%%DOCSDIR%%/ximian-connector-permissions.html -%%DOCSDIR%%/ximian-connnector-booking.html -%%DATADIR%%/%%VERSION%%/images/connector-mini.png -%%DATADIR%%/%%VERSION%%/images/connector.png -%%DATADIR%%/%%VERSION%%/images/exchange-delegates-48.png -%%DATADIR%%/%%VERSION%%/images/exchange-oof-48.png -%%DATADIR%%/%%VERSION%%/ui/ximian-connector.xml -share/evolution/%%VERSION%%/errors/org-gnome-exchange-operations.error -share/locale/ar/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/images -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/mail/evolution-exchange3/Makefile b/mail/evolution-exchange3/Makefile deleted file mode 100644 index 21a47505c..000000000 --- a/mail/evolution-exchange3/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: evolution-exchange -# Date created: 28 April, 2005 -# Whom: Adam Weinberger, based off kiesel's ximian-exchange port -# -# $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.160 2010/06/07 14:54:38 kwm Exp $ -# - -PORTNAME= evolution-exchange -PORTVERSION= 2.31.5 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Evolution plugin to connect to Microsoft Exchange servers - -EVO_PC_FILE= ${LOCALBASE}/libdata/pkgconfig/evolution-mail-3.0.pc -BUILD_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution3 -RUN_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution3 - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -USE_BDB= 41 -USE_OPENLDAP= yes -USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ - --enable-gtk3 \ - --with-static-ldap=no \ - --with-libdb=${LOCALBASE} - -EVO_VERSION= 3.0 -VERSION= 3.0 -PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ - EDS_VERSION="1.2" - -GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas - -.include <bsd.port.pre.mk> - -.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -.if ${ARCH} == "amd64" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -.endif - -.if exists(${LOCALBASE}/include/mapi.h) -IGNORE= build fails when ${LOCALBASE}/include/mapi.h exists in system, run pkg_info -W ${LOCALBASE}/include/mapi.h to find the offending port and uninstall it, then install ${PORTNAME} and reinstall the port that installed mapi.h -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ - -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ - -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/mail/evolution-exchange3/distinfo b/mail/evolution-exchange3/distinfo deleted file mode 100644 index 2de1edb5d..000000000 --- a/mail/evolution-exchange3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-exchange-2.31.5.tar.bz2) = 3386756ae3d71dfdd22100ef8440ab6b -SHA256 (gnome2/evolution-exchange-2.31.5.tar.bz2) = 48f121e01a09adc126b192114dbcca1549cfea47621b2b9971e45a12e2df9d61 -SIZE (gnome2/evolution-exchange-2.31.5.tar.bz2) = 1220409 diff --git a/mail/evolution-exchange3/files/patch-eplugin_exchange-operations.c b/mail/evolution-exchange3/files/patch-eplugin_exchange-operations.c deleted file mode 100644 index 5c7706bad..000000000 --- a/mail/evolution-exchange3/files/patch-eplugin_exchange-operations.c +++ /dev/null @@ -1,24 +0,0 @@ ---- eplugin/exchange-operations.c.orig 2010-03-07 20:00:49.000000000 -0500 -+++ eplugin/exchange-operations.c 2010-03-13 17:47:23.000000000 -0500 -@@ -304,3 +304,21 @@ is_exchange_personal_folder (ExchangeAcc - } - return FALSE; - } -+ -+const char * g_module_check_init (gpointer module); -+const char * -+g_module_check_init (gpointer module) { -+ return NULL; -+} -+ -+void g_module_unload (gpointer module); -+void -+g_module_unload (gpointer module) { -+ return; -+} -+ -+GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin); -+GtkWidget * -+e_plugin_lib_get_configure_widget (EPlugin *plugin) { -+ return NULL; -+} diff --git a/mail/evolution-exchange3/pkg-descr b/mail/evolution-exchange3/pkg-descr deleted file mode 100644 index 03dc3b673..000000000 --- a/mail/evolution-exchange3/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Evolution-exchange is a plugin for Evolution that adds Exchange client -capabilities to Evolution. - -With Evolution-Exchange installed, Evolution functions as an -Exchange client, enabling users to become full participants in company-wide -group scheduling and other collaborative tasks. Linux, Solaris and FreeBSD -users can access public folders, Global Address Lists, email, calendar, -task lists, and group scheduling information. - -- Alex Kiesel -kiesel@schlund.de diff --git a/mail/evolution-exchange3/pkg-plist b/mail/evolution-exchange3/pkg-plist deleted file mode 100644 index 851f156b6..000000000 --- a/mail/evolution-exchange3/pkg-plist +++ /dev/null @@ -1,187 +0,0 @@ -bin/exchange-connector-setup-%%VERSION%% -lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.so -lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-operations.eplug -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.a -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.la -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.urls -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.a -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendexchange.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.a -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendexchange.so -%%DOCSDIR%%/E2kContext.html -%%DOCSDIR%%/E2kGlobalCatalog.html -%%DOCSDIR%%/E2kSecurityDescriptor.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/evolution-exchange-E2kAutoconfig.html -%%DOCSDIR%%/evolution-exchange-E2kContext-(private).html -%%DOCSDIR%%/evolution-exchange-E2kOperation-(private).html -%%DOCSDIR%%/evolution-exchange-E2kOperation.html -%%DOCSDIR%%/evolution-exchange-E2kProperties.html -%%DOCSDIR%%/evolution-exchange-E2kRestriction-(vaporware).html -%%DOCSDIR%%/evolution-exchange-E2kResult-(private).html -%%DOCSDIR%%/evolution-exchange-E2kSid.html -%%DOCSDIR%%/evolution-exchange-E2kUserDialog.html -%%DOCSDIR%%/evolution-exchange-MAPI.html -%%DOCSDIR%%/evolution-exchange-e2k-action.html -%%DOCSDIR%%/evolution-exchange-e2k-freebusy.html -%%DOCSDIR%%/evolution-exchange-e2k-http-utils.html -%%DOCSDIR%%/evolution-exchange-e2k-kerberos.html -%%DOCSDIR%%/evolution-exchange-e2k-restriction.html -%%DOCSDIR%%/evolution-exchange-e2k-result.html -%%DOCSDIR%%/evolution-exchange-e2k-rule.html -%%DOCSDIR%%/evolution-exchange-e2k-uri.html -%%DOCSDIR%%/evolution-exchange-e2k-utils.html -%%DOCSDIR%%/evolution-exchange-e2k-xml-utils.html -%%DOCSDIR%%/evolution-exchange-test-utils.html -%%DOCSDIR%%/evolution-exchange-xntlm-des.html -%%DOCSDIR%%/evolution-exchange-xntlm-md4.html -%%DOCSDIR%%/evolution-exchange-xntlm.html -%%DOCSDIR%%/evolution-exchange.devhelp -%%DOCSDIR%%/evolution-exchange.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/ximian-connector-autoconfig.html -%%DOCSDIR%%/ximian-connector-bug-private.html -%%DOCSDIR%%/ximian-connector-bug-xml.html -%%DOCSDIR%%/ximian-connector-calendar.html -%%DOCSDIR%%/ximian-connector-delegation.html -%%DOCSDIR%%/ximian-connector-favorites.html -%%DOCSDIR%%/ximian-connector-fba.html -%%DOCSDIR%%/ximian-connector-freebusy.html -%%DOCSDIR%%/ximian-connector-mail-threading.html -%%DOCSDIR%%/ximian-connector-mail.html -%%DOCSDIR%%/ximian-connector-ntlm.html -%%DOCSDIR%%/ximian-connector-oof.html -%%DOCSDIR%%/ximian-connector-other-users.html -%%DOCSDIR%%/ximian-connector-permissions.html -%%DOCSDIR%%/ximian-connnector-booking.html -%%DATADIR%%/%%VERSION%%/images/connector-mini.png -%%DATADIR%%/%%VERSION%%/images/connector.png -%%DATADIR%%/%%VERSION%%/images/exchange-delegates-48.png -%%DATADIR%%/%%VERSION%%/images/exchange-oof-48.png -%%DATADIR%%/%%VERSION%%/ui/ximian-connector.xml -share/evolution/%%VERSION%%/errors/org-gnome-exchange-operations.error -share/locale/ar/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/images -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile deleted file mode 100644 index 547720a10..000000000 --- a/mail/evolution-mapi/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: evolution-mapi -# Date created: 24 Mar, 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/mail/evolution-mapi/Makefile,v 1.22 2010/09/27 10:26:29 kwm Exp $ -# - -PORTNAME= evolution-mapi -PORTVERSION= 0.32.1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Evolution plugin to connect to Microsoft Exchange servers - -BUILD_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution -LIB_DEPENDS= mapi.0:${PORTSDIR}/mail/libmapi -RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution - -PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= evolutiondataserver -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -EVO_VERSION= 2.32 -EDS_VERSION= 1.2 -PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION} - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/src/libexchangemapi/Makefile.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/mail/evolution-mapi/distinfo b/mail/evolution-mapi/distinfo deleted file mode 100644 index bcc486d5c..000000000 --- a/mail/evolution-mapi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/evolution-mapi-0.32.1.tar.bz2) = 4ff34dbde1cef67615c4cbc76e259d076a315d70fb80bbf4c107e48b214b9cd8 -SIZE (gnome2/evolution-mapi-0.32.1.tar.bz2) = 560064 diff --git a/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c b/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c deleted file mode 100644 index b4123235e..000000000 --- a/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/account-setup-eplugin/exchange-mapi-account-setup.c.orig 2010-03-08 04:03:24.000000000 -0500 -+++ src/account-setup-eplugin/exchange-mapi-account-setup.c 2010-03-13 17:49:17.000000000 -0500 -@@ -696,3 +696,21 @@ exchange_mapi_cal_commit (EPlugin *epl, - // Update the folder list in the plugin and ExchangeMAPIFolder - return; - } -+ -+const char *g_module_check_init (gpointer module); -+const char * -+g_module_check_init (gpointer module) { -+ return NULL; -+} -+ -+void g_module_unload (gpointer module); -+void -+g_module_unload (gpointer module) { -+ return; -+} -+ -+GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin); -+GtkWidget * -+e_plugin_lib_get_configure_widget (EPlugin *plugin) { -+ return NULL; -+} diff --git a/mail/evolution-mapi/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c b/mail/evolution-mapi/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c deleted file mode 100644 index 5801861bd..000000000 --- a/mail/evolution-mapi/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/libexchangemapi/exchange-mapi-cal-utils.c.orig 2010-06-07 16:59:16.000000000 +0200 -+++ src/libexchangemapi/exchange-mapi-cal-utils.c 2010-06-07 17:01:25.000000000 +0200 -@@ -2175,6 +2175,7 @@ populate_freebusy_data (struct Binary_r - gchar *start = NULL, *end = NULL; - time_t start_date, end_date; - icalcomponent *icalcomp = NULL; -+ int daylight = 0; - - if (!bin) - return; diff --git a/mail/evolution-mapi/pkg-descr b/mail/evolution-mapi/pkg-descr deleted file mode 100644 index 21610bb54..000000000 --- a/mail/evolution-mapi/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -WWW: http://www.go-evolution.org/MAPIProvider diff --git a/mail/evolution-mapi/pkg-plist b/mail/evolution-mapi/pkg-plist deleted file mode 100644 index 6e36162bb..000000000 --- a/mail/evolution-mapi/pkg-plist +++ /dev/null @@ -1,107 +0,0 @@ -include/evolution-data-server-%%EVO_VERSION%%/mapi/em-operation-queue.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-recur-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-tz-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-connection.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-defs.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-folder.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-mail-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-utils.h -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.urls -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapi.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendmapi.so -lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-exchange-mapi.la -lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-exchange-mapi.so -lib/evolution/%%EVO_VERSION%%/plugins/org-gnome-exchange-mapi.eplug -lib/libexchangemapi-1.0.la -lib/libexchangemapi-1.0.so -lib/libexchangemapi-1.0.so.0 -share/locale/as/LC_MESSAGES/evolution-mapi.mo -share/locale/ast/LC_MESSAGES/evolution-mapi.mo -share/locale/bg/LC_MESSAGES/evolution-mapi.mo -share/locale/bn/LC_MESSAGES/evolution-mapi.mo -share/locale/bn_IN/LC_MESSAGES/evolution-mapi.mo -share/locale/ca/LC_MESSAGES/evolution-mapi.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-mapi.mo -share/locale/cs/LC_MESSAGES/evolution-mapi.mo -share/locale/da/LC_MESSAGES/evolution-mapi.mo -share/locale/de/LC_MESSAGES/evolution-mapi.mo -share/locale/el/LC_MESSAGES/evolution-mapi.mo -share/locale/en_GB/LC_MESSAGES/evolution-mapi.mo -share/locale/en@shaw/LC_MESSAGES/evolution-mapi.mo -share/locale/es/LC_MESSAGES/evolution-mapi.mo -share/locale/et/LC_MESSAGES/evolution-mapi.mo -share/locale/eu/LC_MESSAGES/evolution-mapi.mo -share/locale/fi/LC_MESSAGES/evolution-mapi.mo -share/locale/fr/LC_MESSAGES/evolution-mapi.mo -share/locale/gl/LC_MESSAGES/evolution-mapi.mo -share/locale/gu/LC_MESSAGES/evolution-mapi.mo -share/locale/he/LC_MESSAGES/evolution-mapi.mo -share/locale/hi/LC_MESSAGES/evolution-mapi.mo -share/locale/hu/LC_MESSAGES/evolution-mapi.mo -share/locale/id/LC_MESSAGES/evolution-mapi.mo -share/locale/it/LC_MESSAGES/evolution-mapi.mo -share/locale/ja/LC_MESSAGES/evolution-mapi.mo -share/locale/kn/LC_MESSAGES/evolution-mapi.mo -share/locale/ko/LC_MESSAGES/evolution-mapi.mo -share/locale/lt/LC_MESSAGES/evolution-mapi.mo -share/locale/lv/LC_MESSAGES/evolution-mapi.mo -share/locale/mai/LC_MESSAGES/evolution-mapi.mo -share/locale/ml/LC_MESSAGES/evolution-mapi.mo -share/locale/mr/LC_MESSAGES/evolution-mapi.mo -share/locale/ms/LC_MESSAGES/evolution-mapi.mo -share/locale/nb/LC_MESSAGES/evolution-mapi.mo -share/locale/nl/LC_MESSAGES/evolution-mapi.mo -share/locale/or/LC_MESSAGES/evolution-mapi.mo -share/locale/pa/LC_MESSAGES/evolution-mapi.mo -share/locale/pl/LC_MESSAGES/evolution-mapi.mo -share/locale/pt/LC_MESSAGES/evolution-mapi.mo -share/locale/pt_BR/LC_MESSAGES/evolution-mapi.mo -share/locale/ro/LC_MESSAGES/evolution-mapi.mo -share/locale/ru/LC_MESSAGES/evolution-mapi.mo -share/locale/si/LC_MESSAGES/evolution-mapi.mo -share/locale/sk/LC_MESSAGES/evolution-mapi.mo -share/locale/sl/LC_MESSAGES/evolution-mapi.mo -share/locale/sr/LC_MESSAGES/evolution-mapi.mo -share/locale/sr@latin/LC_MESSAGES/evolution-mapi.mo -share/locale/sv/LC_MESSAGES/evolution-mapi.mo -share/locale/ta/LC_MESSAGES/evolution-mapi.mo -share/locale/te/LC_MESSAGES/evolution-mapi.mo -share/locale/th/LC_MESSAGES/evolution-mapi.mo -share/locale/tr/LC_MESSAGES/evolution-mapi.mo -share/locale/uk/LC_MESSAGES/evolution-mapi.mo -share/locale/vi/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_CN/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_HK/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_TW/LC_MESSAGES/evolution-mapi.mo -libdata/pkgconfig/libexchangemapi-1.0.pc -share/evolution-data-server-%%EVO_VERSION%%/mapi/tz-mapi-to-ical -share/evolution-data-server-%%EVO_VERSION%%/mapi/tz-ical-to-mapi -@dirrm share/evolution-data-server-%%EVO_VERSION%%/mapi -@dirrm include/evolution-data-server-%%EVO_VERSION%%/mapi -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/mail/evolution-mapi3/Makefile b/mail/evolution-mapi3/Makefile deleted file mode 100644 index 9a03e340b..000000000 --- a/mail/evolution-mapi3/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: evolution-mapi -# Date created: 24 Mar, 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/mail/evolution-mapi/Makefile,v 1.16 2010/06/07 15:07:03 kwm Exp $ -# - -PORTNAME= evolution-mapi -PORTVERSION= 0.31.5 -CATEGORIES= mail gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Evolution plugin to connect to Microsoft Exchange servers - -BUILD_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution -LIB_DEPENDS= mapi.0:${PORTSDIR}/mail/libmapi -RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution - -PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-3.0.pc - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= evolutiondataserver3 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-gtk3 --disable-silent-rules - -EVO_VERSION= 3.0 -EDS_VERSION= 1.2 -PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION} - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/src/libexchangemapi/Makefile.in - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/mail/evolution-mapi3/distinfo b/mail/evolution-mapi3/distinfo deleted file mode 100644 index 5aef8dd59..000000000 --- a/mail/evolution-mapi3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-mapi-0.31.5.tar.bz2) = b98fce9e6b9e235535b3ce832b2ad05c -SHA256 (gnome2/evolution-mapi-0.31.5.tar.bz2) = 07c3471261f6d997b94dd2b7b051a59d306233c7d9e6c80f1695a81fa3a19a81 -SIZE (gnome2/evolution-mapi-0.31.5.tar.bz2) = 533018 diff --git a/mail/evolution-mapi3/files/patch-configure b/mail/evolution-mapi3/files/patch-configure deleted file mode 100644 index 37d9ca819..000000000 --- a/mail/evolution-mapi3/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-07-26 17:53:40.000000000 +0200 -+++ configure 2010-07-26 17:54:05.000000000 +0200 -@@ -13306,7 +13306,7 @@ LIBMAPI_REQUIRED=0.9 - EVO_PLUGIN_RULE=$srcdir/eplugin-rule.mk - - --plugindir=`$PKG_CONFIG --variable=plugindir evolution-plugin` -+plugindir=`$PKG_CONFIG --variable=plugindir $EVO_PLUGIN_PACKAGE` - - - extensiondir=`$PKG_CONFIG --variable=extensiondir evolution-data-server-$EDS_PACKAGE` diff --git a/mail/evolution-mapi3/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c b/mail/evolution-mapi3/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c deleted file mode 100644 index b4123235e..000000000 --- a/mail/evolution-mapi3/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/account-setup-eplugin/exchange-mapi-account-setup.c.orig 2010-03-08 04:03:24.000000000 -0500 -+++ src/account-setup-eplugin/exchange-mapi-account-setup.c 2010-03-13 17:49:17.000000000 -0500 -@@ -696,3 +696,21 @@ exchange_mapi_cal_commit (EPlugin *epl, - // Update the folder list in the plugin and ExchangeMAPIFolder - return; - } -+ -+const char *g_module_check_init (gpointer module); -+const char * -+g_module_check_init (gpointer module) { -+ return NULL; -+} -+ -+void g_module_unload (gpointer module); -+void -+g_module_unload (gpointer module) { -+ return; -+} -+ -+GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin); -+GtkWidget * -+e_plugin_lib_get_configure_widget (EPlugin *plugin) { -+ return NULL; -+} diff --git a/mail/evolution-mapi3/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c b/mail/evolution-mapi3/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c deleted file mode 100644 index 5801861bd..000000000 --- a/mail/evolution-mapi3/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/libexchangemapi/exchange-mapi-cal-utils.c.orig 2010-06-07 16:59:16.000000000 +0200 -+++ src/libexchangemapi/exchange-mapi-cal-utils.c 2010-06-07 17:01:25.000000000 +0200 -@@ -2175,6 +2175,7 @@ populate_freebusy_data (struct Binary_r - gchar *start = NULL, *end = NULL; - time_t start_date, end_date; - icalcomponent *icalcomp = NULL; -+ int daylight = 0; - - if (!bin) - return; diff --git a/mail/evolution-mapi3/pkg-descr b/mail/evolution-mapi3/pkg-descr deleted file mode 100644 index 21610bb54..000000000 --- a/mail/evolution-mapi3/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -WWW: http://www.go-evolution.org/MAPIProvider diff --git a/mail/evolution-mapi3/pkg-plist b/mail/evolution-mapi3/pkg-plist deleted file mode 100644 index 71912de36..000000000 --- a/mail/evolution-mapi3/pkg-plist +++ /dev/null @@ -1,107 +0,0 @@ -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-defs.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-folder.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-connection.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-tz-utils.h -include/evolution-data-server-%%EVO_VERSION%%/mapi/exchange-mapi-cal-recur-utils.h -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.so -lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelmapi.urls -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapi.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapigal.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libebookbackendmapigal.so -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendmapi.la -lib/evolution-data-server-%%EDS_VERSION%%/extensions/libecalbackendmapi.so -lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-exchange-mapi.la -lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-exchange-mapi.so -lib/evolution/%%EVO_VERSION%%/plugins/org-gnome-exchange-mapi.eplug -lib/libexchangemapi-1.0.la -lib/libexchangemapi-1.0.so -lib/libexchangemapi-1.0.so.0 -share/locale/as/LC_MESSAGES/evolution-mapi.mo -share/locale/ast/LC_MESSAGES/evolution-mapi.mo -share/locale/bg/LC_MESSAGES/evolution-mapi.mo -share/locale/bn/LC_MESSAGES/evolution-mapi.mo -share/locale/bn_IN/LC_MESSAGES/evolution-mapi.mo -share/locale/ca/LC_MESSAGES/evolution-mapi.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-mapi.mo -share/locale/cs/LC_MESSAGES/evolution-mapi.mo -share/locale/da/LC_MESSAGES/evolution-mapi.mo -share/locale/de/LC_MESSAGES/evolution-mapi.mo -share/locale/el/LC_MESSAGES/evolution-mapi.mo -share/locale/en_GB/LC_MESSAGES/evolution-mapi.mo -share/locale/en@shaw/LC_MESSAGES/evolution-mapi.mo -share/locale/es/LC_MESSAGES/evolution-mapi.mo -share/locale/et/LC_MESSAGES/evolution-mapi.mo -share/locale/eu/LC_MESSAGES/evolution-mapi.mo -share/locale/fi/LC_MESSAGES/evolution-mapi.mo -share/locale/fr/LC_MESSAGES/evolution-mapi.mo -share/locale/gl/LC_MESSAGES/evolution-mapi.mo -share/locale/gu/LC_MESSAGES/evolution-mapi.mo -share/locale/he/LC_MESSAGES/evolution-mapi.mo -share/locale/hi/LC_MESSAGES/evolution-mapi.mo -share/locale/hu/LC_MESSAGES/evolution-mapi.mo -share/locale/id/LC_MESSAGES/evolution-mapi.mo -share/locale/it/LC_MESSAGES/evolution-mapi.mo -share/locale/ja/LC_MESSAGES/evolution-mapi.mo -share/locale/kn/LC_MESSAGES/evolution-mapi.mo -share/locale/ko/LC_MESSAGES/evolution-mapi.mo -share/locale/lt/LC_MESSAGES/evolution-mapi.mo -share/locale/lv/LC_MESSAGES/evolution-mapi.mo -share/locale/mai/LC_MESSAGES/evolution-mapi.mo -share/locale/ml/LC_MESSAGES/evolution-mapi.mo -share/locale/mr/LC_MESSAGES/evolution-mapi.mo -share/locale/ms/LC_MESSAGES/evolution-mapi.mo -share/locale/nb/LC_MESSAGES/evolution-mapi.mo -share/locale/nl/LC_MESSAGES/evolution-mapi.mo -share/locale/or/LC_MESSAGES/evolution-mapi.mo -share/locale/pa/LC_MESSAGES/evolution-mapi.mo -share/locale/pl/LC_MESSAGES/evolution-mapi.mo -share/locale/pt/LC_MESSAGES/evolution-mapi.mo -share/locale/pt_BR/LC_MESSAGES/evolution-mapi.mo -share/locale/ro/LC_MESSAGES/evolution-mapi.mo -share/locale/ru/LC_MESSAGES/evolution-mapi.mo -share/locale/si/LC_MESSAGES/evolution-mapi.mo -share/locale/sk/LC_MESSAGES/evolution-mapi.mo -share/locale/sl/LC_MESSAGES/evolution-mapi.mo -share/locale/sr/LC_MESSAGES/evolution-mapi.mo -share/locale/sr@latin/LC_MESSAGES/evolution-mapi.mo -share/locale/sv/LC_MESSAGES/evolution-mapi.mo -share/locale/ta/LC_MESSAGES/evolution-mapi.mo -share/locale/te/LC_MESSAGES/evolution-mapi.mo -share/locale/th/LC_MESSAGES/evolution-mapi.mo -share/locale/tr/LC_MESSAGES/evolution-mapi.mo -share/locale/uk/LC_MESSAGES/evolution-mapi.mo -share/locale/vi/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_CN/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_HK/LC_MESSAGES/evolution-mapi.mo -share/locale/zh_TW/LC_MESSAGES/evolution-mapi.mo -libdata/pkgconfig/libexchangemapi-1.0.pc -share/evolution-data-server-%%EVO_VERSION%%/mapi/tz-mapi-to-ical -share/evolution-data-server-%%EVO_VERSION%%/mapi/tz-ical-to-mapi -@dirrm share/evolution-data-server-%%EVO_VERSION%%/mapi -@dirrm include/evolution-data-server-%%EVO_VERSION%%/mapi -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile deleted file mode 100644 index 0cecc74dc..000000000 --- a/mail/evolution/Makefile +++ /dev/null @@ -1,117 +0,0 @@ -# New ports collection makefile for: evolution -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.231 2010/11/14 13:41:04 kwm Exp $ -# - -PORTNAME= evolution -PORTVERSION= 2.32.1 -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 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview -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 gnomedesktop -GNOME_DESKTOP_VERSION=2 -USE_AUTOTOOLS= libtool:22 -USE_GSTREAMER= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION} -CONFIGURE_ARGS= --enable-nss=yes \ - --enable-mono=no \ - --disable-nm \ - --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.32 -PLIST_SUB= VERSION=${EVO_VERSION} \ - PORTVERSION=2.12 - -OPTIONS= LDAP "Enable LDAP support" on \ - CANBERRA "Enable canberra plugin" on \ - SPAMASSASSIN "Enable SpamAssassin spam filtering" off - -.include <bsd.port.pre.mk> - -.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(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -.if defined(WITH_CANBERRA) -LIB_DEPENDS+= canberra-gtk.0:${PORTSDIR}/audio/libcanberra -CONFIGURE_ARGS+=--enable-canberra=yes -PLIST_SUB+= CANBERRA="" -.else -CONFIGURE_ARGS+=--enable-canberra=no -PLIST_SUB+= CANBERRA="@comment " -.endif - -# needs newer libpst version 0.6.41 or higher -#.if defined (WITH_PST) -#CONFIGURE_ARGS+= --enable-pst-import -#BUILD_DEPENDS+= lspst:${PORTSDIR}/mail/libpst -#RUN_DEPENDS+= lspst:${PORTSDIR}/mail/libpst -#PLIST_SUB+= PST="" -#.else -CONFIGURE_ARGS+= --disable-pst-import -PLIST_SUB+= PST="@comment " -#.endif - -post-patch: - @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ - -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ - -e 's|-Wl,--no-undefined||g' \ - -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ - ${WRKSRC}/plugins/bogo-junk-plugin/bf-junk-filter.c - @${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/bin|g' \ - ${WRKSRC}/plugins/sa-junk-plugin/em-junk-filter.c - @${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC} - -.include <bsd.port.post.mk> diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo deleted file mode 100644 index 27311f699..000000000 --- a/mail/evolution/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/evolution-2.32.1.tar.bz2) = 6f6f904b5a2c6cf51f9c44317fc1990b07593eba54957c3924c2db0a235117a3 -SIZE (gnome2/evolution-2.32.1.tar.bz2) = 31875075 diff --git a/mail/evolution/files/fix-plugins.sh b/mail/evolution/files/fix-plugins.sh deleted file mode 100755 index cadd97bae..000000000 --- a/mail/evolution/files/fix-plugins.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh - -plugin_srcs="addressbook-file/addressbook-file.c attachment-reminder/attachment-reminder.c audio-inline/audio-inline.c backup-restore/backup-restore.c bbdb/bbdb.c bogo-junk-plugin/bf-junk-filter.c caldav/caldav-source.c calendar-file/calendar-file.c calendar-http/calendar-http.c calendar-weather/calendar-weather.c contacts-map/contacts-map.c dbx-import/dbx-importer.c default-source/default-source.c email-custom-header/email-custom-header.c external-editor/external-editor.c face/face.c google-account-setup/google-source.c groupwise-features/install-shared.c image-inline/image-inline.c imap-features/imap-headers.c itip-formatter/itip-formatter.c mail-notification/mail-notification.c mail-to-task/mail-to-task.c mailing-list-actions/mailing-list-actions.c mark-all-read/mark-all-read.c plugin-manager/plugin-manager.c prefer-plain/prefer-plain.c profiler/profiler.c pst-import/pst-importer.c publish-calendar/publish-calendar.c sa-junk-plugin/em-junk-filter.c save-calendar/save-calendar.c subject-thread/subject-thread.c templates/templates.c tnef-attachments/tnef-plugin.c vcard-inline/vcard-inline.c webdav-account-setup/webdav-contacts-source.c" - -module_srcs="addressbook/evolution-module-addressbook.c calendar/evolution-module-calendar.c composer-autosave/e-composer-autosave.c connman/evolution-connman.c mail/evolution-module-mail.c mailto-handler/evolution-mailto-handler.c network-manager/evolution-network-manager.c plugin-lib/evolution-module-plugin-lib.c plugin-mono/evolution-module-plugin-mono.c plugin-python/evolution-module-plugin-python.c startup-wizard/evolution-startup-wizard.c windows-sens/evolution-windows-sens.c" - -WRKSRC=$1 - -for i in ${plugin_srcs}; do - if [ ! -f ${WRKSRC}/plugins/${i} ]; then - echo "WARNING: Failed to find plugin source file ${WRKSRC}/plugins/${i}" - continue - fi - cp ${WRKSRC}/plugins/${i} ${WRKSRC}/plugins/${i}.bak - printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/plugins/${i} - printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/plugins/${i} - printf "void g_module_unload (gpointer module);\n" >> ${WRKSRC}/plugins/${i} - printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/plugins/${i} - dir=$(dirname ${WRKSRC}/plugins/${i}) - if ! grep -q e_plugin_lib_enable ${dir}/*.c; then - printf "#include <e-util/e-config.h>\n" >> ${WRKSRC}/plugins/${i} - printf "gint e_plugin_lib_enable (EPlugin *ep, gint enable);\n" >> ${WRKSRC}/plugins/${i} - printf "gint\ne_plugin_lib_enable (EPlugin *ep, gint enable) {\n\treturn 0;\n}\n" >> ${WRKSRC}/plugins/${i} - fi - if ! grep -q e_plugin_lib_get_configure_widget ${dir}/*.c; then - printf "#include <e-util/e-config.h>\n" >> ${WRKSRC}/plugins/${i} - printf "GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin);\n" >> ${WRKSRC}/plugins/${i} - printf "GtkWidget *\ne_plugin_lib_get_configure_widget (EPlugin *plugin) {\n\treturn NULL;\n}" >> ${WRKSRC}/plugins/${i} - fi -done - -for i in ${module_srcs}; do - if [ ! -f ${WRKSRC}/modules/${i} ]; then - echo "WARNING: Failed to find module source file ${WRKSRC}/modules/${i}" - continue - fi - cp ${WRKSRC}/modules/${i} ${WRKSRC}/modules/${i}.bak - dir=$(dirname ${WRKSRC}/modules/${i}) - if ! grep -q g_module_check_init ${dir}/*.c; then - printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/modules/${i} - printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/modules/${i} - fi - if ! grep g_module_unload ${dir}/*.c; then - printf "void g_module_unload (gpointer module);\n" >> ${WRKSRC}/modules/${i} - printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/modules/${i} - fi -done - - diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa deleted file mode 100644 index 3b9eb7094..000000000 --- a/mail/evolution/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.orig 2009-12-26 20:42:20.000000000 +0100 -+++ configure 2009-12-26 20:49:17.000000000 +0100 -@@ -4329,7 +4329,7 @@ - -Wdeclaration-after-statement - -Werror-implicit-function-declaration - -Wformat-security -Winit-self -- -Wmissing-declarations -Wmissing-include-dirs -+ -Wmissing-declarations - -Wmissing-noreturn -Wnested-externs -Wpointer-arith - -Wredundant-decls -Wundef -Wwrite-strings" - flags_supported="" -@@ -16441,6 +16441,16 @@ - CHAMPLAIN_REQUIREMENT='' - GEOCLUE_REQUIREMENT='' - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ SOEXT='.so' -+ SA_JUNK_PLUGIN=sa-junk-plugin -+ BF_JUNK_PLUGIN=bogo-junk-plugin -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ ;; - *) - os_win32=no - NO_UNDEFINED='-no-undefined' -@@ -18544,6 +18554,7 @@ - #include <sys/socket.h> - #include <netinet/in.h> - #include <netdb.h> -+ #include <stdio.h> - - #define BUFSIZE (sizeof(struct hostent)+10) - diff --git a/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c b/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c deleted file mode 100644 index 0df6bd970..000000000 --- a/mail/evolution/files/patch-modules_addressbook_evolution-module-addressbook.c +++ /dev/null @@ -1,19 +0,0 @@ ---- modules/addressbook/evolution-module-addressbook.c.orig 2010-04-11 12:47:18.000000000 -0400 -+++ modules/addressbook/evolution-module-addressbook.c 2010-04-11 12:48:06.000000000 -0400 -@@ -47,3 +47,16 @@ G_MODULE_EXPORT void - e_module_unload (GTypeModule *type_module) - { - } -+ -+G_MODULE_EXPORT const gchar * -+g_module_check_init (GModule *module) -+{ -+ /* FIXME Until addressbook is split into a module library and a -+ * reusable shared library, prevent the module from -+ * being unloaded. Unloading the module resets all -+ * static variables, which screws up foo_get_type() -+ * functions among other things. */ -+ g_module_make_resident (module); -+ -+ return NULL; -+} diff --git a/mail/evolution/pkg-descr b/mail/evolution/pkg-descr deleted file mode 100644 index 068e19e1a..000000000 --- a/mail/evolution/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index 64e8edf28..000000000 --- a/mail/evolution/pkg-plist +++ /dev/null @@ -1,2499 +0,0 @@ -bin/evolution -bin/evolution-settings -etc/xdg/autostart/evolution-alarm-notify.desktop -include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-config.h -include/evolution-%%VERSION%%/calendar/common/authentication.h -include/evolution-%%VERSION%%/calendar/gui/cal-editor-utils.h -include/evolution-%%VERSION%%/calendar/gui/calendar-config-keys.h -include/evolution-%%VERSION%%/calendar/gui/calendar-config.h -include/evolution-%%VERSION%%/calendar/gui/calendar-view-factory.h -include/evolution-%%VERSION%%/calendar/gui/calendar-view.h -include/evolution-%%VERSION%%/calendar/gui/comp-util.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-list-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cal-prefs-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/calendar-setup.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cancel-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/changed-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-util.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/copy-source-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-error.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/e-delegate-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/e-send-options-utils.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/event-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/event-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/recur-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/recurrence-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/save-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/schedule-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/select-source-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/send-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-details-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-page.h -include/evolution-%%VERSION%%/calendar/gui/e-alarm-list.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-config.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-event.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-list-view.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-model-calendar.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-model.h -include/evolution-%%VERSION%%/calendar/gui/e-calendar-selector.h -include/evolution-%%VERSION%%/calendar/gui/e-calendar-view.h -include/evolution-%%VERSION%%/calendar/gui/e-cell-date-edit-text.h -include/evolution-%%VERSION%%/calendar/gui/e-date-time-list.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-layout.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-main-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-time-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-top-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-attendee.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-list-view.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-store.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel-item.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-types.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-utils.h -include/evolution-%%VERSION%%/calendar/gui/e-select-names-editable.h -include/evolution-%%VERSION%%/calendar/gui/e-select-names-renderer.h -include/evolution-%%VERSION%%/calendar/gui/e-timezone-entry.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-event-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-layout.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-main-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-titles-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view.h -include/evolution-%%VERSION%%/calendar/gui/gnome-cal.h -include/evolution-%%VERSION%%/calendar/gui/goto.h -include/evolution-%%VERSION%%/calendar/gui/itip-utils.h -include/evolution-%%VERSION%%/calendar/gui/misc.h -include/evolution-%%VERSION%%/calendar/gui/tag-calendar.h -include/evolution-%%VERSION%%/calendar/gui/weekday-picker.h -include/evolution-%%VERSION%%/composer/e-composer-actions.h -include/evolution-%%VERSION%%/composer/e-composer-common.h -include/evolution-%%VERSION%%/composer/e-composer-from-header.h -include/evolution-%%VERSION%%/composer/e-composer-header-table.h -include/evolution-%%VERSION%%/composer/e-composer-header.h -include/evolution-%%VERSION%%/composer/e-composer-name-header.h -include/evolution-%%VERSION%%/composer/e-composer-post-header.h -include/evolution-%%VERSION%%/composer/e-composer-private.h -include/evolution-%%VERSION%%/composer/e-composer-text-header.h -include/evolution-%%VERSION%%/composer/e-msg-composer.h -include/evolution-%%VERSION%%/e-util/e-account-utils.h -include/evolution-%%VERSION%%/e-util/e-activity.h -include/evolution-%%VERSION%%/e-util/e-alert-activity.h -include/evolution-%%VERSION%%/e-util/e-alert-dialog.h -include/evolution-%%VERSION%%/e-util/e-alert.h -include/evolution-%%VERSION%%/e-util/e-binding.h -include/evolution-%%VERSION%%/e-util/e-bit-array.h -include/evolution-%%VERSION%%/e-util/e-categories-config.h -include/evolution-%%VERSION%%/e-util/e-charset.h -include/evolution-%%VERSION%%/e-util/e-config.h -include/evolution-%%VERSION%%/e-util/e-datetime-format.h -include/evolution-%%VERSION%%/e-util/e-dialog-utils.h -include/evolution-%%VERSION%%/e-util/e-dialog-widgets.h -include/evolution-%%VERSION%%/e-util/e-event.h -include/evolution-%%VERSION%%/e-util/e-extensible.h -include/evolution-%%VERSION%%/e-util/e-extension.h -include/evolution-%%VERSION%%/e-util/e-file-utils.h -include/evolution-%%VERSION%%/e-util/e-html-utils.h -include/evolution-%%VERSION%%/e-util/e-icon-factory.h -include/evolution-%%VERSION%%/e-util/e-io-activity.h -include/evolution-%%VERSION%%/e-util/e-import.h -include/evolution-%%VERSION%%/e-util/e-logger.h -include/evolution-%%VERSION%%/e-util/e-marshal.h -include/evolution-%%VERSION%%/e-util/e-mktemp.h -include/evolution-%%VERSION%%/e-util/e-module.h -include/evolution-%%VERSION%%/e-util/e-non-intrusive-error-dialog.h -include/evolution-%%VERSION%%/e-util/e-poolv.h -include/evolution-%%VERSION%%/e-util/e-plugin-ui.h -include/evolution-%%VERSION%%/e-util/e-plugin-util.h -include/evolution-%%VERSION%%/e-util/e-plugin.h -include/evolution-%%VERSION%%/e-util/e-print.h -include/evolution-%%VERSION%%/e-util/e-profile-event.h -include/evolution-%%VERSION%%/e-util/e-selection.h -include/evolution-%%VERSION%%/e-util/e-signature-list.h -include/evolution-%%VERSION%%/e-util/e-signature-utils.h -include/evolution-%%VERSION%%/e-util/e-signature.h -include/evolution-%%VERSION%%/e-util/e-sorter-array.h -include/evolution-%%VERSION%%/e-util/e-sorter.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor-emacs-like.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor-types.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor.h -include/evolution-%%VERSION%%/e-util/e-timeout-activity.h -include/evolution-%%VERSION%%/e-util/e-ui-manager.h -include/evolution-%%VERSION%%/e-util/e-unicode.h -include/evolution-%%VERSION%%/e-util/e-util.h -include/evolution-%%VERSION%%/e-util/e-xml-utils.h -include/evolution-%%VERSION%%/e-util/gconf-bridge.h -include/evolution-%%VERSION%%/em-format/em-format-quote.h -include/evolution-%%VERSION%%/em-format/em-format.h -include/evolution-%%VERSION%%/em-format/em-stripsig-filter.h -include/evolution-%%VERSION%%/filter/e-filter-code.h -include/evolution-%%VERSION%%/filter/e-filter-color.h -include/evolution-%%VERSION%%/filter/e-filter-datespec.h -include/evolution-%%VERSION%%/filter/e-filter-element.h -include/evolution-%%VERSION%%/filter/e-filter-file.h -include/evolution-%%VERSION%%/filter/e-filter-input.h -include/evolution-%%VERSION%%/filter/e-filter-int.h -include/evolution-%%VERSION%%/filter/e-filter-option.h -include/evolution-%%VERSION%%/filter/e-filter-part.h -include/evolution-%%VERSION%%/filter/e-filter-rule.h -include/evolution-%%VERSION%%/filter/e-rule-context.h -include/evolution-%%VERSION%%/filter/e-rule-editor.h -include/evolution-%%VERSION%%/libart_lgpl/art_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_alphagamma.h -include/evolution-%%VERSION%%/libart_lgpl/art_bpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_filterlevel.h -include/evolution-%%VERSION%%/libart_lgpl/art_gray_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_misc.h -include/evolution-%%VERSION%%/libart_lgpl/art_pathcode.h -include/evolution-%%VERSION%%/libart_lgpl/art_point.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect_uta.h -include/evolution-%%VERSION%%/libart_lgpl/art_render.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_affine_private.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_rgba_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_intersect.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_ops.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_point.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_render_aa.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_vpath_stroke.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_wind.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_rect.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_bpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_dash.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_svp.h -include/evolution-%%VERSION%%/libart_lgpl/libart.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvas.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasgroup.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasgroupfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasitem.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasitemfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvastext.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvastextfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvaswidget.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvaswidgetfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-bpath.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-clipgroup.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-i18n.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-line.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-path-def.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-pixbuf.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-polygon.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-rect-ellipse.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-rich-text.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-shape.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-text.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-util.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-widget.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas.h -include/evolution-%%VERSION%%/libgnomecanvas/libgnomecanvas.h -include/evolution-%%VERSION%%/mail/e-mail-attachment-bar.h -include/evolution-%%VERSION%%/mail/e-mail-backend.h -include/evolution-%%VERSION%%/mail/e-mail-browser.h -include/evolution-%%VERSION%%/mail/e-mail-display.h -include/evolution-%%VERSION%%/mail/e-mail-folder-pane.h -include/evolution-%%VERSION%%/mail/e-mail-label-action.h -include/evolution-%%VERSION%%/mail/e-mail-label-dialog.h -include/evolution-%%VERSION%%/mail/e-mail-label-list-store.h -include/evolution-%%VERSION%%/mail/e-mail-label-manager.h -include/evolution-%%VERSION%%/mail/e-mail-label-tree-view.h -include/evolution-%%VERSION%%/mail/e-mail-local.h -include/evolution-%%VERSION%%/mail/e-mail-message-pane.h -include/evolution-%%VERSION%%/mail/e-mail-migrate.h -include/evolution-%%VERSION%%/mail/e-mail-notebook-view.h -include/evolution-%%VERSION%%/mail/e-mail-paned-view.h -include/evolution-%%VERSION%%/mail/e-mail-reader-utils.h -include/evolution-%%VERSION%%/mail/e-mail-reader.h -include/evolution-%%VERSION%%/mail/e-mail-sidebar.h -include/evolution-%%VERSION%%/mail/e-mail-store.h -include/evolution-%%VERSION%%/mail/e-mail-tag-editor.h -include/evolution-%%VERSION%%/mail/e-mail-view.h -include/evolution-%%VERSION%%/mail/em-account-editor.h -include/evolution-%%VERSION%%/mail/em-composer-utils.h -include/evolution-%%VERSION%%/mail/em-config.h -include/evolution-%%VERSION%%/mail/em-event.h -include/evolution-%%VERSION%%/mail/em-filter-context.h -include/evolution-%%VERSION%%/mail/em-filter-editor.h -include/evolution-%%VERSION%%/mail/em-filter-folder-element.h -include/evolution-%%VERSION%%/mail/em-filter-rule.h -include/evolution-%%VERSION%%/mail/em-filter-source-element.h -include/evolution-%%VERSION%%/mail/em-folder-properties.h -include/evolution-%%VERSION%%/mail/em-folder-selection-button.h -include/evolution-%%VERSION%%/mail/em-folder-selector.h -include/evolution-%%VERSION%%/mail/em-folder-tree-model.h -include/evolution-%%VERSION%%/mail/em-folder-tree.h -include/evolution-%%VERSION%%/mail/em-folder-utils.h -include/evolution-%%VERSION%%/mail/em-format-hook.h -include/evolution-%%VERSION%%/mail/em-format-html-display.h -include/evolution-%%VERSION%%/mail/em-format-html-print.h -include/evolution-%%VERSION%%/mail/em-format-html.h -include/evolution-%%VERSION%%/mail/em-html-stream.h -include/evolution-%%VERSION%%/mail/em-inline-filter.h -include/evolution-%%VERSION%%/mail/em-junk.h -include/evolution-%%VERSION%%/mail/em-search-context.h -include/evolution-%%VERSION%%/mail/em-subscribe-editor.h -include/evolution-%%VERSION%%/mail/em-sync-stream.h -include/evolution-%%VERSION%%/mail/em-utils.h -include/evolution-%%VERSION%%/mail/em-vfolder-context.h -include/evolution-%%VERSION%%/mail/em-vfolder-editor.h -include/evolution-%%VERSION%%/mail/em-vfolder-rule.h -include/evolution-%%VERSION%%/mail/mail-autofilter.h -include/evolution-%%VERSION%%/mail/mail-config.h -include/evolution-%%VERSION%%/mail/mail-folder-cache.h -include/evolution-%%VERSION%%/mail/mail-mt.h -include/evolution-%%VERSION%%/mail/mail-ops.h -include/evolution-%%VERSION%%/mail/mail-send-recv.h -include/evolution-%%VERSION%%/mail/mail-session.h -include/evolution-%%VERSION%%/mail/mail-tools.h -include/evolution-%%VERSION%%/mail/mail-vfolder.h -include/evolution-%%VERSION%%/mail/message-list.h -include/evolution-%%VERSION%%/menus/gal-define-views-dialog.h -include/evolution-%%VERSION%%/menus/gal-define-views-model.h -include/evolution-%%VERSION%%/menus/gal-view-collection.h -include/evolution-%%VERSION%%/menus/gal-view-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory.h -include/evolution-%%VERSION%%/menus/gal-view-instance-save-as-dialog.h -include/evolution-%%VERSION%%/menus/gal-view-instance.h -include/evolution-%%VERSION%%/menus/gal-view-new-dialog.h -include/evolution-%%VERSION%%/menus/gal-view.h -include/evolution-%%VERSION%%/misc/e-account-combo-box.h -include/evolution-%%VERSION%%/misc/e-account-manager.h -include/evolution-%%VERSION%%/misc/e-account-tree-view.h -include/evolution-%%VERSION%%/misc/e-action-combo-box.h -include/evolution-%%VERSION%%/misc/e-activity-proxy.h -include/evolution-%%VERSION%%/misc/e-attachment-button.h -include/evolution-%%VERSION%%/misc/e-attachment-dialog.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-image.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-sendto.h -include/evolution-%%VERSION%%/misc/e-attachment-handler.h -include/evolution-%%VERSION%%/misc/e-attachment-icon-view.h -include/evolution-%%VERSION%%/misc/e-attachment-paned.h -include/evolution-%%VERSION%%/misc/e-attachment-store.h -include/evolution-%%VERSION%%/misc/e-attachment-tree-view.h -include/evolution-%%VERSION%%/misc/e-attachment-view.h -include/evolution-%%VERSION%%/misc/e-attachment.h -include/evolution-%%VERSION%%/misc/e-buffer-tagger.h -include/evolution-%%VERSION%%/misc/e-calendar-item.h -include/evolution-%%VERSION%%/misc/e-calendar.h -include/evolution-%%VERSION%%/misc/e-canvas-background.h -include/evolution-%%VERSION%%/misc/e-canvas-utils.h -include/evolution-%%VERSION%%/misc/e-canvas-vbox.h -include/evolution-%%VERSION%%/misc/e-canvas.h -include/evolution-%%VERSION%%/misc/e-cell-renderer-combo.h -include/evolution-%%VERSION%%/misc/e-charset-combo-box.h -include/evolution-%%VERSION%%/misc/e-combo-cell-editable.h -include/evolution-%%VERSION%%/misc/e-dateedit.h -include/evolution-%%VERSION%%/misc/e-focus-tracker.h -include/evolution-%%VERSION%%/misc/e-hinted-entry.h -include/evolution-%%VERSION%%/misc/e-hsv-utils.h -include/evolution-%%VERSION%%/misc/e-image-chooser.h -include/evolution-%%VERSION%%/misc/e-import-assistant.h -include/evolution-%%VERSION%%/misc/e-map.h -include/evolution-%%VERSION%%/misc/e-menu-tool-action.h -include/evolution-%%VERSION%%/misc/e-menu-tool-button.h -include/evolution-%%VERSION%%/misc/e-online-button.h -include/evolution-%%VERSION%%/misc/e-paned.h -include/evolution-%%VERSION%%/misc/e-popup-action.h -include/evolution-%%VERSION%%/misc/e-popup-menu.h -include/evolution-%%VERSION%%/misc/e-preferences-window.h -include/evolution-%%VERSION%%/misc/e-preview-pane.h -include/evolution-%%VERSION%%/misc/e-printable.h -include/evolution-%%VERSION%%/misc/e-search-bar.h -include/evolution-%%VERSION%%/misc/e-searching-tokenizer.h -include/evolution-%%VERSION%%/misc/e-selectable.h -include/evolution-%%VERSION%%/misc/e-selection-model-array.h -include/evolution-%%VERSION%%/misc/e-selection-model-simple.h -include/evolution-%%VERSION%%/misc/e-selection-model.h -include/evolution-%%VERSION%%/misc/e-send-options.h -include/evolution-%%VERSION%%/misc/e-signature-combo-box.h -include/evolution-%%VERSION%%/misc/e-signature-editor.h -include/evolution-%%VERSION%%/misc/e-signature-manager.h -include/evolution-%%VERSION%%/misc/e-signature-preview.h -include/evolution-%%VERSION%%/misc/e-signature-script-dialog.h -include/evolution-%%VERSION%%/misc/e-signature-tree-view.h -include/evolution-%%VERSION%%/misc/e-web-view.h -include/evolution-%%VERSION%%/misc/e-web-view-preview.h -include/evolution-%%VERSION%%/misc/e-url-entry.h -include/evolution-%%VERSION%%/misc/ea-calendar-cell.h -include/evolution-%%VERSION%%/misc/ea-calendar-item.h -include/evolution-%%VERSION%%/misc/ea-cell-table.h -include/evolution-%%VERSION%%/misc/ea-widgets.h -include/evolution-%%VERSION%%/shell/e-shell-backend.h -include/evolution-%%VERSION%%/shell/e-shell-common.h -include/evolution-%%VERSION%%/shell/e-shell-content.h -include/evolution-%%VERSION%%/shell/e-shell-enumtypes.h -include/evolution-%%VERSION%%/shell/e-shell-searchbar.h -include/evolution-%%VERSION%%/shell/e-shell-settings.h -include/evolution-%%VERSION%%/shell/e-shell-sidebar.h -include/evolution-%%VERSION%%/shell/e-shell-switcher.h -include/evolution-%%VERSION%%/shell/e-shell-taskbar.h -include/evolution-%%VERSION%%/shell/e-shell-utils.h -include/evolution-%%VERSION%%/shell/e-shell-view.h -include/evolution-%%VERSION%%/shell/e-shell-window-actions.h -include/evolution-%%VERSION%%/shell/e-shell-window.h -include/evolution-%%VERSION%%/shell/e-shell.h -include/evolution-%%VERSION%%/shell/es-event.h -include/evolution-%%VERSION%%/table/e-cell-checkbox.h -include/evolution-%%VERSION%%/table/e-cell-combo.h -include/evolution-%%VERSION%%/table/e-cell-date.h -include/evolution-%%VERSION%%/table/e-cell-date-edit.h -include/evolution-%%VERSION%%/table/e-cell-hbox.h -include/evolution-%%VERSION%%/table/e-cell-number.h -include/evolution-%%VERSION%%/table/e-cell-pixbuf.h -include/evolution-%%VERSION%%/table/e-cell-popup.h -include/evolution-%%VERSION%%/table/e-cell-percent.h -include/evolution-%%VERSION%%/table/e-cell-size.h -include/evolution-%%VERSION%%/table/e-cell-text.h -include/evolution-%%VERSION%%/table/e-cell-toggle.h -include/evolution-%%VERSION%%/table/e-cell-tree.h -include/evolution-%%VERSION%%/table/e-cell-vbox.h -include/evolution-%%VERSION%%/table/e-cell.h -include/evolution-%%VERSION%%/table/e-table-click-to-add.h -include/evolution-%%VERSION%%/table/e-table-col-dnd.h -include/evolution-%%VERSION%%/table/e-table-col.h -include/evolution-%%VERSION%%/table/e-table-column-specification.h -include/evolution-%%VERSION%%/table/e-table-config.h -include/evolution-%%VERSION%%/table/e-table-defines.h -include/evolution-%%VERSION%%/table/e-table-extras.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-dialog.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-item.h -include/evolution-%%VERSION%%/table/e-table-field-chooser.h -include/evolution-%%VERSION%%/table/e-table-group-container.h -include/evolution-%%VERSION%%/table/e-table-group-leaf.h -include/evolution-%%VERSION%%/table/e-table-group.h -include/evolution-%%VERSION%%/table/e-table-header-item.h -include/evolution-%%VERSION%%/table/e-table-header-utils.h -include/evolution-%%VERSION%%/table/e-table-header.h -include/evolution-%%VERSION%%/table/e-table-item.h -include/evolution-%%VERSION%%/table/e-table-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-table-memory-store.h -include/evolution-%%VERSION%%/table/e-table-memory.h -include/evolution-%%VERSION%%/table/e-table-model.h -include/evolution-%%VERSION%%/table/e-table-one.h -include/evolution-%%VERSION%%/table/e-table-search.h -include/evolution-%%VERSION%%/table/e-table-selection-model.h -include/evolution-%%VERSION%%/table/e-table-sort-info.h -include/evolution-%%VERSION%%/table/e-table-sorted-variable.h -include/evolution-%%VERSION%%/table/e-table-sorted.h -include/evolution-%%VERSION%%/table/e-table-sorter.h -include/evolution-%%VERSION%%/table/e-table-sorting-utils.h -include/evolution-%%VERSION%%/table/e-table-specification.h -include/evolution-%%VERSION%%/table/e-table-state.h -include/evolution-%%VERSION%%/table/e-table-subset-variable.h -include/evolution-%%VERSION%%/table/e-table-subset.h -include/evolution-%%VERSION%%/table/e-table-utils.h -include/evolution-%%VERSION%%/table/e-table-without.h -include/evolution-%%VERSION%%/table/e-table.h -include/evolution-%%VERSION%%/table/e-tree-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-tree-memory.h -include/evolution-%%VERSION%%/table/e-tree-model.h -include/evolution-%%VERSION%%/table/e-tree-selection-model.h -include/evolution-%%VERSION%%/table/e-tree-sorted.h -include/evolution-%%VERSION%%/table/e-tree-table-adapter.h -include/evolution-%%VERSION%%/table/e-tree.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-popup.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-registry.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-toggle.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-tree.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-vbox.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-column-header.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-item-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-item.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table.h -include/evolution-%%VERSION%%/table/gal-a11y-e-tree-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-tree.h -include/evolution-%%VERSION%%/text/e-reflow-model.h -include/evolution-%%VERSION%%/text/e-reflow.h -include/evolution-%%VERSION%%/text/e-text-model-repos.h -include/evolution-%%VERSION%%/text/e-text-model.h -include/evolution-%%VERSION%%/text/e-text.h -include/evolution-%%VERSION%%/text/gal-a11y-e-text-factory.h -include/evolution-%%VERSION%%/text/gal-a11y-e-text.h -lib/evolution/%%VERSION%%/libeabutil.a -lib/evolution/%%VERSION%%/libeabutil.la -lib/evolution/%%VERSION%%/libeabutil.so -lib/evolution/%%VERSION%%/libeabutil.so.0 -lib/evolution/%%VERSION%%/libart_lgpl.a -lib/evolution/%%VERSION%%/libart_lgpl.la -lib/evolution/%%VERSION%%/libart_lgpl.so -lib/evolution/%%VERSION%%/libart_lgpl.so.0 -lib/evolution/%%VERSION%%/libcomposer.a -lib/evolution/%%VERSION%%/libcomposer.la -lib/evolution/%%VERSION%%/libcomposer.so -lib/evolution/%%VERSION%%/libcomposer.so.0 -lib/evolution/%%VERSION%%/libecontacteditor.a -lib/evolution/%%VERSION%%/libecontacteditor.la -lib/evolution/%%VERSION%%/libecontacteditor.so -lib/evolution/%%VERSION%%/libecontacteditor.so.0 -lib/evolution/%%VERSION%%/libecontactlisteditor.a -lib/evolution/%%VERSION%%/libecontactlisteditor.la -lib/evolution/%%VERSION%%/libecontactlisteditor.so -lib/evolution/%%VERSION%%/libecontactlisteditor.so.0 -lib/evolution/%%VERSION%%/libemformat.a -lib/evolution/%%VERSION%%/libemformat.la -lib/evolution/%%VERSION%%/libemformat.so -lib/evolution/%%VERSION%%/libemformat.so.0 -lib/evolution/%%VERSION%%/libemiscwidgets.a -lib/evolution/%%VERSION%%/libemiscwidgets.la -lib/evolution/%%VERSION%%/libemiscwidgets.so -lib/evolution/%%VERSION%%/libemiscwidgets.so.0 -lib/evolution/%%VERSION%%/libeshell.a -lib/evolution/%%VERSION%%/libeshell.la -lib/evolution/%%VERSION%%/libeshell.so -lib/evolution/%%VERSION%%/libeshell.so.0 -lib/evolution/%%VERSION%%/libessmime.a -lib/evolution/%%VERSION%%/libessmime.la -lib/evolution/%%VERSION%%/libessmime.so -lib/evolution/%%VERSION%%/libessmime.so.0 -lib/evolution/%%VERSION%%/libetable.a -lib/evolution/%%VERSION%%/libetable.la -lib/evolution/%%VERSION%%/libetable.so -lib/evolution/%%VERSION%%/libetable.so.0 -lib/evolution/%%VERSION%%/libetext.a -lib/evolution/%%VERSION%%/libetext.la -lib/evolution/%%VERSION%%/libetext.so -lib/evolution/%%VERSION%%/libetext.so.0 -lib/evolution/%%VERSION%%/libetimezonedialog.a -lib/evolution/%%VERSION%%/libetimezonedialog.la -lib/evolution/%%VERSION%%/libetimezonedialog.so -lib/evolution/%%VERSION%%/libetimezonedialog.so.0 -lib/evolution/%%VERSION%%/libeutil.a -lib/evolution/%%VERSION%%/libeutil.la -lib/evolution/%%VERSION%%/libeutil.so -lib/evolution/%%VERSION%%/libeutil.so.0 -lib/evolution/%%VERSION%%/libevolution-a11y.a -lib/evolution/%%VERSION%%/libevolution-a11y.la -lib/evolution/%%VERSION%%/libevolution-a11y.so -lib/evolution/%%VERSION%%/libevolution-a11y.so.0 -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.a -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.la -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar.a -lib/evolution/%%VERSION%%/libevolution-calendar.la -lib/evolution/%%VERSION%%/libevolution-calendar.so -lib/evolution/%%VERSION%%/libevolution-calendar.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar-importers.a -lib/evolution/%%VERSION%%/libevolution-calendar-importers.la -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail.a -lib/evolution/%%VERSION%%/libevolution-mail.la -lib/evolution/%%VERSION%%/libevolution-mail.so -lib/evolution/%%VERSION%%/libevolution-mail.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-importers.a -lib/evolution/%%VERSION%%/libevolution-mail-importers.la -lib/evolution/%%VERSION%%/libevolution-mail-importers.so -lib/evolution/%%VERSION%%/libevolution-mail-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-settings.a -lib/evolution/%%VERSION%%/libevolution-mail-settings.la -lib/evolution/%%VERSION%%/libevolution-mail-settings.so -lib/evolution/%%VERSION%%/libevolution-mail-settings.so.0 -lib/evolution/%%VERSION%%/libevolution-smime.a -lib/evolution/%%VERSION%%/libevolution-smime.la -lib/evolution/%%VERSION%%/libevolution-smime.so -lib/evolution/%%VERSION%%/libevolution-smime.so.0 -lib/evolution/%%VERSION%%/libfilter.a -lib/evolution/%%VERSION%%/libfilter.la -lib/evolution/%%VERSION%%/libfilter.so -lib/evolution/%%VERSION%%/libfilter.so.0 -lib/evolution/%%VERSION%%/libgnomecanvas.a -lib/evolution/%%VERSION%%/libgnomecanvas.la -lib/evolution/%%VERSION%%/libgnomecanvas.so -lib/evolution/%%VERSION%%/libgnomecanvas.so.0 -lib/evolution/%%VERSION%%/libmenus.a -lib/evolution/%%VERSION%%/libmenus.la -lib/evolution/%%VERSION%%/libmenus.so -lib/evolution/%%VERSION%%/libmenus.so.0 -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.a -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.la -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.so -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.a -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.la -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.so -lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.a -lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.la -lib/evolution/%%VERSION%%/modules/libevolution-module-composer-autosave.so -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.a -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.la -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.so -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.a -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.la -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.so -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.a -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.la -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.so -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.a -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.la -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-weather.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-image-inline.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.so -lib/evolution/%%VERSION%%/plugins/org-gnome-addressbook-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-audio-inline.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-bogo-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-http.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-weather.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-compose-send-options.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-default-source.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-email-custom-header.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-attachment-reminder.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-bbdb.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-caldav.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-google.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-webdav.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-dbx-import.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-groupwise-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-image-inline.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-imap-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-itip-formatter.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-notification.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-to-task.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mailing-list-actions.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mark-all-read.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-plugin-manager.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-prefer-plain.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-publish-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-sa-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-save-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-subject-thread.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-templates.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-vcard-inline.eplug -libdata/pkgconfig/evolution-calendar.pc -libdata/pkgconfig/evolution-mail.pc -libdata/pkgconfig/evolution-plugin.pc -libdata/pkgconfig/evolution-shell.pc -libexec/evolution/%%VERSION%%/csv2vcard -libexec/evolution/%%VERSION%%/evolution-alarm-notify -libexec/evolution/%%VERSION%%/evolution-addressbook-clean -libexec/evolution/%%VERSION%%/evolution-addressbook-export -libexec/evolution/%%VERSION%%/evolution-backup -libexec/evolution/%%VERSION%%/killev -share/applications/evolution.desktop -share/applications/evolution-settings.desktop -share/doc/eshell/EExtensible.html -share/doc/eshell/EExtension.html -share/doc/eshell/EModule.html -share/doc/eshell/EShell.html -share/doc/eshell/EShellBackend.html -share/doc/eshell/EShellContent.html -share/doc/eshell/EShellSearchbar.html -share/doc/eshell/EShellSettings.html -share/doc/eshell/EShellSidebar.html -share/doc/eshell/EShellSwitcher.html -share/doc/eshell/EShellTaskbar.html -share/doc/eshell/EShellView.html -share/doc/eshell/EShellWindow.html -share/doc/eshell/ch01.html -share/doc/eshell/ch02.html -share/doc/eshell/ch03.html -share/doc/eshell/ch04.html -share/doc/eshell/ch05.html -share/doc/eshell/eshell-Action-Groups.html -share/doc/eshell/eshell-Bit-Arrays-(Legacy).html -share/doc/eshell/eshell-Categories.html -share/doc/eshell/eshell-Container-for-Signatures.html -share/doc/eshell/eshell-Date-and-Time-Formatting.html -share/doc/eshell/eshell-Dialog-Utilities-(Legacy).html -share/doc/eshell/eshell-EPoolv.html -share/doc/eshell/eshell-Error-Logging.html -share/doc/eshell/eshell-GConf-Bridge.html -share/doc/eshell/eshell-GObject-Property-Bindings.html -share/doc/eshell/eshell-Icon-Utilities-(Legacy).html -share/doc/eshell/eshell-Mail-Accounts.html -share/doc/eshell/eshell-Miscellaneous-Utilities.html -share/doc/eshell/eshell-Personalized-Signatures.html -share/doc/eshell/eshell-Printing.html -share/doc/eshell/eshell-Reading-and-Writing-XML.html -share/doc/eshell/eshell-Selections.html -share/doc/eshell/eshell-Shell-Actions.html -share/doc/eshell/eshell-Shell-Utilities.html -share/doc/eshell/eshell-Text-to-HTML-Conversion.html -share/doc/eshell/eshell-User-Alert-Handling.html -share/doc/eshell/eshell.devhelp -share/doc/eshell/eshell.devhelp2 -share/doc/eshell/eshell-e-signature-utils.html -share/doc/eshell/home.png -share/doc/eshell/index.html -share/doc/eshell/index.sgml -share/doc/eshell/ix01.html -share/doc/eshell/left.png -share/doc/eshell/right.png -share/doc/eshell/style.css -share/doc/eshell/up.png -%%DATADIR%%/%%VERSION%%/addresstypes.xml -%%DATADIR%%/%%VERSION%%/caltypes.xml -%%DATADIR%%/%%VERSION%%/default/C/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ca/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/cs/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/de/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/es/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/fi/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/fr/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/hu/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/id/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/it/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ja/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ko/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/lt/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/mk/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/nl/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/pl/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/pt/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ro/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sr/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sv/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/ecps/medbook.ecps -%%DATADIR%%/%%VERSION%%/ecps/phonelist.ecps -%%DATADIR%%/%%VERSION%%/ecps/smallbook.ecps -%%DATADIR%%/%%VERSION%%/errors/addressbook.error -%%DATADIR%%/%%VERSION%%/errors/calendar.error -%%DATADIR%%/%%VERSION%%/errors/e-system.error -%%DATADIR%%/%%VERSION%%/errors/filter.error -%%DATADIR%%/%%VERSION%%/errors/mail-composer.error -%%DATADIR%%/%%VERSION%%/errors/mail.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-attachment-reminder.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-backup-restore.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-itip-formatter.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mail-retract.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mailing-list-actions.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-process-meeting.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy-login.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-shared-folder.error -%%DATADIR%%/%%VERSION%%/errors/shell.error -%%DATADIR%%/%%VERSION%%/etspec/e-addressbook-view.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-cal-list-view.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-calendar-table.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-meeting-time-sel.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-memo-table.etspec -%%DATADIR%%/%%VERSION%%/etspec/message-list.etspec -%%DATADIR%%/%%VERSION%%/filtertypes.xml -%%DATADIR%%/%%VERSION%%/help/quickref/C/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/ca/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/cs/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/de/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/es/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/fr/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/hu/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/it/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/pl/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/pt/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/sq/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/sv/quickref.pdf -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-copy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-copy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_bell.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_contact-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-note.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-rule.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-table.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-filters-apply.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-flag-for-followup-done.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-flag-for-followup.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-open-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-unread-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_select-column.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_select-row.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_shared-by-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_shared-to-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_show-all.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-assigned-to.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-assigned.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-recurring.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_text-monospaced.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_timezone.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_todo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_video-conferencing.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_view-details.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-aim.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-icq.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-jabber.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-msn.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-nov.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/im-yahoo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_check-filled.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-high.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-higher.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-highest.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-low.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-lower.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-lowest.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-normal.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature-bad.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature-ok.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/wrapped.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-aim.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-icq.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-jabber.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-msn.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-nov.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/im-yahoo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_contact-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-note.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-rule.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-table.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-filters-apply.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-open-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-unread-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_select-column.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_select-row.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_shared-by-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_shared-to-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_show-all.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-assigned-to.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-assigned.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-recurring.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_text-monospaced.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_timezone.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_todo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_video-conferencing.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/query-free-busy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-aim.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-icq.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-jabber.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-msn.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-nov.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/im-yahoo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature-bad.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature-ok.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-aim.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-icq.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-jabber.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-msn.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-nov.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps/im-yahoo.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/offline.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/online.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_alarm.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup-done.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_timezone.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_todo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-autocompletion.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-calendar-and-tasks.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-certificates.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-composer.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail-accounts.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-system-network-proxy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature-bad.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature-ok.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-day.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-list.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-month.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-week.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-workweek.svg -%%DATADIR%%/%%VERSION%%/images/minus.png -%%DATADIR%%/%%VERSION%%/images/plus.png -%%DATADIR%%/%%VERSION%%/images/world_map-960.png -%%DATADIR%%/%%VERSION%%/mail-autoconfig/a.memail.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/abc.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/agate.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/amail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/amber.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/amethyst.broba.cc -%%DATADIR%%/%%VERSION%%/mail-autoconfig/aol.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/apost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/aqua.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/arcor.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ballade.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bay.gunmanet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bb-niigata.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bc.iij4u.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/beige.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/blue.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bolero.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bpost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/brown.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/camel.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cameo.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cc9.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cek.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/clio.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/co1.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/co2.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/co3.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cocoa.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/coda.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/comcast.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/concerto.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/coral.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/courante.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cpost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cream.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/dan.gunmanet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/dance.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/dmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/e23.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/earthlink.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ebony.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/email.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/fantasy.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/flamenco.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/fmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/free.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/freenet.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/fuga.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmail.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmx.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmx.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/go.tvm.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/goo.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/googlemail.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/grape.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gray.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hal.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hana.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.co.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.co.uk -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.it -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ic-net.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/iiyama-catv.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/imail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/inbox.lt -%%DATADIR%%/%%VERSION%%/mail-autoconfig/inbox.lv -%%DATADIR%%/%%VERSION%%/mail-autoconfig/indigo.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/inet-shibata.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ivory.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/iwafune.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/jade.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/janis.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/jet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ji.jet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/jmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/k1.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/khaki.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/kmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/kokuyou.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lapis.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/laposte.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lemon.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lilac.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lime.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.co.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.co.uk -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.it -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ma100.tiki.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mac.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mahoroba.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mail.gunmanet.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mail.iwafune.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/maroon.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/me.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/minuet.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ml.murakami.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ml.shibata.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mnet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mopera.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/msn.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/navy.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/nifty.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/nsat.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/olive.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/online.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/opal.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/orange.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/orange.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/orchid.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/pal.kijimadaira.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/palette.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/parabox.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/peach.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/peoplepc.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/plum.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/po.dcn.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/po.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/polka.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/pop.shibata.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/purple.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rainbow.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/red.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rondo.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rose.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rouge.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ruby.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sakunet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sea.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sepia.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/serenade.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/silk.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/silver.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sky.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/smail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/snow.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/so.wind.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sonata.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/suite.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/symphony.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/t-online.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/taupe.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/tiki.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/tmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/toccata.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/topaz.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/trio.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/umail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/verizon.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/violet.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/vm.aikis.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/vmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/vp.tiki.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/waltz.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wanadoo.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wave.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/web.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/white.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wine.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xp.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xpost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xs4all.nl -%%DATADIR%%/%%VERSION%%/mail-autoconfig/yahoo.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ybb.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/yellow.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ymail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ypost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/zmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/memotypes.xml -%%DATADIR%%/%%VERSION%%/searchtypes.xml -%%DATADIR%%/%%VERSION%%/sounds/default_alarm.wav -%%DATADIR%%/%%VERSION%%/tasktypes.xml -%%DATADIR%%/%%VERSION%%/theme/close-on-tab-hover.png -%%DATADIR%%/%%VERSION%%/theme/close-on-tab.png -%%DATADIR%%/%%VERSION%%/theme/default.css -%%DATADIR%%/%%VERSION%%/theme/preview-tab-active-private.png -%%DATADIR%%/%%VERSION%%/theme/preview-tab-active.png -%%DATADIR%%/%%VERSION%%/theme/preview-tab-hover-private.png -%%DATADIR%%/%%VERSION%%/theme/preview-tab-hover.png -%%DATADIR%%/%%VERSION%%/theme/preview-tab-inactive-private.png -%%DATADIR%%/%%VERSION%%/theme/preview-tab-inactive.png -%%DATADIR%%/%%VERSION%%/theme/tab-active-private.png -%%DATADIR%%/%%VERSION%%/theme/tab-active.png -%%DATADIR%%/%%VERSION%%/theme/tab-add-hover.png -%%DATADIR%%/%%VERSION%%/theme/tab-add.png -%%DATADIR%%/%%VERSION%%/theme/tab-bar-background.png -%%DATADIR%%/%%VERSION%%/theme/tab-inactive-hover-private.png -%%DATADIR%%/%%VERSION%%/theme/tab-inactive-hover.png -%%DATADIR%%/%%VERSION%%/theme/tab-inactive-private.png -%%DATADIR%%/%%VERSION%%/theme/tab-inactive.png -%%DATADIR%%/%%VERSION%%/theme/tab-switcher-close-hover.png -%%DATADIR%%/%%VERSION%%/theme/tab-switcher-close.png -%%DATADIR%%/%%VERSION%%/theme/tab-switcher-hover.png -%%DATADIR%%/%%VERSION%%/theme/tab-switcher.png -%%DATADIR%%/%%VERSION%%/ui/alarm-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/alarm-list-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/alarm-notify.ui -%%DATADIR%%/%%VERSION%%/ui/cal-prefs-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/contact-editor.ui -%%DATADIR%%/%%VERSION%%/ui/contact-list-editor.ui -%%DATADIR%%/%%VERSION%%/ui/e-delegate-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/e-itip-control.ui -%%DATADIR%%/%%VERSION%%/ui/e-send-options.ui -%%DATADIR%%/%%VERSION%%/ui/e-table-config.ui -%%DATADIR%%/%%VERSION%%/ui/e-timezone-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/eab-contact-commit-duplicate-detected.ui -%%DATADIR%%/%%VERSION%%/ui/eab-contact-duplicate-detected.ui -%%DATADIR%%/%%VERSION%%/ui/event-page.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-calendars.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-composer.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-contacts.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-mail-reader.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-mail.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-memos.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-shell.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-tasks.ui -%%DATADIR%%/%%VERSION%%/ui/filter.ui -%%DATADIR%%/%%VERSION%%/ui/fullname.ui -%%DATADIR%%/%%VERSION%%/ui/gal-define-views.ui -%%DATADIR%%/%%VERSION%%/ui/gal-view-instance-save-as-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/gal-view-new-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/goto-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/imap-headers.ui -%%DATADIR%%/%%VERSION%%/ui/junk-settings.ui -%%DATADIR%%/%%VERSION%%/ui/ldap-config.ui -%%DATADIR%%/%%VERSION%%/ui/mail-config.ui -%%DATADIR%%/%%VERSION%%/ui/mail-dialogs.ui -%%DATADIR%%/%%VERSION%%/ui/memo-page.ui -%%DATADIR%%/%%VERSION%%/ui/org-gnome-email-custom-header.ui -%%DATADIR%%/%%VERSION%%/ui/properties.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-add-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-listing.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-login-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/publish-calendar.ui -%%DATADIR%%/%%VERSION%%/ui/recurrence-page.ui -%%DATADIR%%/%%VERSION%%/ui/schedule-page.ui -%%DATADIR%%/%%VERSION%%/ui/smime-ui.ui -%%DATADIR%%/%%VERSION%%/ui/task-details-page.ui -%%DATADIR%%/%%VERSION%%/ui/task-page.ui -%%DATADIR%%/%%VERSION%%/vfoldertypes.xml -%%DATADIR%%/%%VERSION%%/views/addressbook/Address_Cards.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/By_Company.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/Phone_List.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/galview.xml -%%DATADIR%%/%%VERSION%%/views/calendar/List_View.galview -%%DATADIR%%/%%VERSION%%/views/calendar/galview.xml -%%DATADIR%%/%%VERSION%%/views/mail/As_Sent_Folder.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Follow_Up_Flag.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Sender.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Status.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Subject.galview -%%DATADIR%%/%%VERSION%%/views/mail/Messages.galview -%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Normal.galview -%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Sent.galview -%%DATADIR%%/%%VERSION%%/views/mail/galview.xml -%%DATADIR%%/%%VERSION%%/views/memos/Memos.galview -%%DATADIR%%/%%VERSION%%/views/memos/galview.xml -%%DATADIR%%/%%VERSION%%/views/tasks/Tasks.galview -%%DATADIR%%/%%VERSION%%/views/tasks/With_DueDate.galview -%%DATADIR%%/%%VERSION%%/views/tasks/With_Status.galview -%%DATADIR%%/%%VERSION%%/views/tasks/galview.xml -share/gnome/help/evolution/C/evolution.xml -share/gnome/help/evolution/C/figures/attach_reminder_a.png -share/gnome/help/evolution/C/figures/calendar_preference_display.png -share/gnome/help/evolution/C/figures/categories_a.png -share/gnome/help/evolution/C/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/C/figures/delgt-add.png -share/gnome/help/evolution/C/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/C/figures/evo_adv_search_a.png -share/gnome/help/evolution/C/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/C/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/C/figures/evo_backup_warning.png -share/gnome/help/evolution/C/figures/evo_blink.png -share/gnome/help/evolution/C/figures/evo_cal_callout_a.png -share/gnome/help/evolution/C/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/C/figures/evo_calstatus_a.png -share/gnome/help/evolution/C/figures/evo_caltasks_a.png -share/gnome/help/evolution/C/figures/evo_contacteditor_a.png -share/gnome/help/evolution/C/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/C/figures/evo_dialog-info.png -share/gnome/help/evolution/C/figures/evo_dialog-warning.png -share/gnome/help/evolution/C/figures/evo_edit_search.png -share/gnome/help/evolution/C/figures/evo_exchng_mapi.png -share/gnome/help/evolution/C/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/C/figures/evo_gwreceive_a.png -share/gnome/help/evolution/C/figures/evo_gwstatustrack.png -share/gnome/help/evolution/C/figures/evo_imapreceive_a.png -share/gnome/help/evolution/C/figures/evo_junk_a.png -share/gnome/help/evolution/C/figures/evo_label_a.png -share/gnome/help/evolution/C/figures/evo_labels_a.png -share/gnome/help/evolution/C/figures/evo_mail_a.png -share/gnome/help/evolution/C/figures/evo_mail_callout_a.png -share/gnome/help/evolution/C/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/C/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/C/figures/evo_memo_a.png -share/gnome/help/evolution/C/figures/evo_mhreceive_a.png -share/gnome/help/evolution/C/figures/evo_newmail.png -share/gnome/help/evolution/C/figures/evo_newmess_a.png -share/gnome/help/evolution/C/figures/evo_offline.png -share/gnome/help/evolution/C/figures/evo_popreceive_a.png -share/gnome/help/evolution/C/figures/evo_proxyadd_a.png -share/gnome/help/evolution/C/figures/evo_rule_a.png -share/gnome/help/evolution/C/figures/evo_send_option_a.png -share/gnome/help/evolution/C/figures/evo_send_setup_a.png -share/gnome/help/evolution/C/figures/evo_sendstatus_a.png -share/gnome/help/evolution/C/figures/evo_shd_memo_a.png -share/gnome/help/evolution/C/figures/evo_usereceive_a.png -share/gnome/help/evolution/C/figures/evolution_contact_preference.png -share/gnome/help/evolution/C/figures/evolution_mail_preference.png -share/gnome/help/evolution/C/figures/exchng-rec-mails.png -share/gnome/help/evolution/C/figures/exchng-rec-options.png -share/gnome/help/evolution/C/figures/filter-new-fig.png -share/gnome/help/evolution/C/figures/folder_plus.png -share/gnome/help/evolution/C/figures/folder_size_mapi.png -share/gnome/help/evolution/C/figures/folder_size_preference.png -share/gnome/help/evolution/C/figures/google_cal_view.png -share/gnome/help/evolution/C/figures/groupwise_resend.png -share/gnome/help/evolution/C/figures/groupwise_resend_retract.png -share/gnome/help/evolution/C/figures/local_ics_calendar.png -share/gnome/help/evolution/C/figures/mailer_preferences.png -share/gnome/help/evolution/C/figures/meeting.png -share/gnome/help/evolution/C/figures/minus.png -share/gnome/help/evolution/C/figures/plus.png -share/gnome/help/evolution/C/figures/quick_add_a.png -share/gnome/help/evolution/C/figures/quick_reference.png -share/gnome/help/evolution/C/figures/stock_search.png -share/gnome/help/evolution/C/figures/ver_view_a.png -share/gnome/help/evolution/cs/evolution.xml -share/gnome/help/evolution/cs/figures/attach_reminder_a.png -share/gnome/help/evolution/cs/figures/calendar_preference_display.png -share/gnome/help/evolution/cs/figures/categories_a.png -share/gnome/help/evolution/cs/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/cs/figures/delgt-add.png -share/gnome/help/evolution/cs/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/cs/figures/evo_adv_search_a.png -share/gnome/help/evolution/cs/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/cs/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/cs/figures/evo_backup_warning.png -share/gnome/help/evolution/cs/figures/evo_blink.png -share/gnome/help/evolution/cs/figures/evo_cal_callout_a.png -share/gnome/help/evolution/cs/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/cs/figures/evo_calstatus_a.png -share/gnome/help/evolution/cs/figures/evo_caltasks_a.png -share/gnome/help/evolution/cs/figures/evo_contacteditor_a.png -share/gnome/help/evolution/cs/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/cs/figures/evo_dialog-info.png -share/gnome/help/evolution/cs/figures/evo_dialog-warning.png -share/gnome/help/evolution/cs/figures/evo_edit_search.png -share/gnome/help/evolution/cs/figures/evo_exchng_mapi.png -share/gnome/help/evolution/cs/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/cs/figures/evo_gwreceive_a.png -share/gnome/help/evolution/cs/figures/evo_gwstatustrack.png -share/gnome/help/evolution/cs/figures/evo_imapreceive_a.png -share/gnome/help/evolution/cs/figures/evo_junk_a.png -share/gnome/help/evolution/cs/figures/evo_label_a.png -share/gnome/help/evolution/cs/figures/evo_labels_a.png -share/gnome/help/evolution/cs/figures/evo_mail_a.png -share/gnome/help/evolution/cs/figures/evo_mail_callout_a.png -share/gnome/help/evolution/cs/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/cs/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/cs/figures/evo_memo_a.png -share/gnome/help/evolution/cs/figures/evo_mhreceive_a.png -share/gnome/help/evolution/cs/figures/evo_newmail.png -share/gnome/help/evolution/cs/figures/evo_newmess_a.png -share/gnome/help/evolution/cs/figures/evo_offline.png -share/gnome/help/evolution/cs/figures/evo_popreceive_a.png -share/gnome/help/evolution/cs/figures/evo_proxyadd_a.png -share/gnome/help/evolution/cs/figures/evo_rule_a.png -share/gnome/help/evolution/cs/figures/evo_send_option_a.png -share/gnome/help/evolution/cs/figures/evo_send_setup_a.png -share/gnome/help/evolution/cs/figures/evo_sendstatus_a.png -share/gnome/help/evolution/cs/figures/evo_shd_memo_a.png -share/gnome/help/evolution/cs/figures/evo_usereceive_a.png -share/gnome/help/evolution/cs/figures/evolution_contact_preference.png -share/gnome/help/evolution/cs/figures/evolution_mail_preference.png -share/gnome/help/evolution/cs/figures/exchng-rec-mails.png -share/gnome/help/evolution/cs/figures/exchng-rec-options.png -share/gnome/help/evolution/cs/figures/filter-new-fig.png -share/gnome/help/evolution/cs/figures/folder_plus.png -share/gnome/help/evolution/cs/figures/folder_size_mapi.png -share/gnome/help/evolution/cs/figures/folder_size_preference.png -share/gnome/help/evolution/cs/figures/google_cal_view.png -share/gnome/help/evolution/cs/figures/groupwise_resend.png -share/gnome/help/evolution/cs/figures/groupwise_resend_retract.png -share/gnome/help/evolution/cs/figures/local_ics_calendar.png -share/gnome/help/evolution/cs/figures/mailer_preferences.png -share/gnome/help/evolution/cs/figures/meeting.png -share/gnome/help/evolution/cs/figures/minus.png -share/gnome/help/evolution/cs/figures/plus.png -share/gnome/help/evolution/cs/figures/quick_add_a.png -share/gnome/help/evolution/cs/figures/quick_reference.png -share/gnome/help/evolution/cs/figures/stock_search.png -share/gnome/help/evolution/cs/figures/ver_view_a.png -share/gnome/help/evolution/de/evolution.xml -share/gnome/help/evolution/de/figures/attach_reminder_a.png -share/gnome/help/evolution/de/figures/calendar_preference_display.png -share/gnome/help/evolution/de/figures/categories_a.png -share/gnome/help/evolution/de/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/de/figures/delgt-add.png -share/gnome/help/evolution/de/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/de/figures/evo_adv_search_a.png -share/gnome/help/evolution/de/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/de/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/de/figures/evo_backup_warning.png -share/gnome/help/evolution/de/figures/evo_blink.png -share/gnome/help/evolution/de/figures/evo_cal_callout_a.png -share/gnome/help/evolution/de/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/de/figures/evo_calstatus_a.png -share/gnome/help/evolution/de/figures/evo_caltasks_a.png -share/gnome/help/evolution/de/figures/evo_contacteditor_a.png -share/gnome/help/evolution/de/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/de/figures/evo_dialog-info.png -share/gnome/help/evolution/de/figures/evo_dialog-warning.png -share/gnome/help/evolution/de/figures/evo_edit_search.png -share/gnome/help/evolution/de/figures/evo_exchng_mapi.png -share/gnome/help/evolution/de/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/de/figures/evo_gwreceive_a.png -share/gnome/help/evolution/de/figures/evo_gwstatustrack.png -share/gnome/help/evolution/de/figures/evo_imapreceive_a.png -share/gnome/help/evolution/de/figures/evo_junk_a.png -share/gnome/help/evolution/de/figures/evo_label_a.png -share/gnome/help/evolution/de/figures/evo_labels_a.png -share/gnome/help/evolution/de/figures/evo_mail_a.png -share/gnome/help/evolution/de/figures/evo_mail_callout_a.png -share/gnome/help/evolution/de/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/de/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/de/figures/evo_memo_a.png -share/gnome/help/evolution/de/figures/evo_mhreceive_a.png -share/gnome/help/evolution/de/figures/evo_newmail.png -share/gnome/help/evolution/de/figures/evo_newmess_a.png -share/gnome/help/evolution/de/figures/evo_offline.png -share/gnome/help/evolution/de/figures/evo_popreceive_a.png -share/gnome/help/evolution/de/figures/evo_proxyadd_a.png -share/gnome/help/evolution/de/figures/evo_rule_a.png -share/gnome/help/evolution/de/figures/evo_send_option_a.png -share/gnome/help/evolution/de/figures/evo_send_setup_a.png -share/gnome/help/evolution/de/figures/evo_sendstatus_a.png -share/gnome/help/evolution/de/figures/evo_shd_memo_a.png -share/gnome/help/evolution/de/figures/evo_usereceive_a.png -share/gnome/help/evolution/de/figures/evolution_contact_preference.png -share/gnome/help/evolution/de/figures/evolution_mail_preference.png -share/gnome/help/evolution/de/figures/exchng-rec-mails.png -share/gnome/help/evolution/de/figures/exchng-rec-options.png -share/gnome/help/evolution/de/figures/filter-new-fig.png -share/gnome/help/evolution/de/figures/folder_plus.png -share/gnome/help/evolution/de/figures/folder_size_mapi.png -share/gnome/help/evolution/de/figures/folder_size_preference.png -share/gnome/help/evolution/de/figures/google_cal_view.png -share/gnome/help/evolution/de/figures/groupwise_resend.png -share/gnome/help/evolution/de/figures/groupwise_resend_retract.png -share/gnome/help/evolution/de/figures/local_ics_calendar.png -share/gnome/help/evolution/de/figures/mailer_preferences.png -share/gnome/help/evolution/de/figures/meeting.png -share/gnome/help/evolution/de/figures/minus.png -share/gnome/help/evolution/de/figures/plus.png -share/gnome/help/evolution/de/figures/quick_add_a.png -share/gnome/help/evolution/de/figures/quick_reference.png -share/gnome/help/evolution/de/figures/stock_search.png -share/gnome/help/evolution/de/figures/ver_view_a.png -share/gnome/help/evolution/el/evolution.xml -share/gnome/help/evolution/el/figures/attach_reminder_a.png -share/gnome/help/evolution/el/figures/calendar_preference_display.png -share/gnome/help/evolution/el/figures/categories_a.png -share/gnome/help/evolution/el/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/el/figures/delgt-add.png -share/gnome/help/evolution/el/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/el/figures/evo_adv_search_a.png -share/gnome/help/evolution/el/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/el/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/el/figures/evo_backup_warning.png -share/gnome/help/evolution/el/figures/evo_blink.png -share/gnome/help/evolution/el/figures/evo_cal_callout_a.png -share/gnome/help/evolution/el/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/el/figures/evo_calstatus_a.png -share/gnome/help/evolution/el/figures/evo_caltasks_a.png -share/gnome/help/evolution/el/figures/evo_contacteditor_a.png -share/gnome/help/evolution/el/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/el/figures/evo_dialog-info.png -share/gnome/help/evolution/el/figures/evo_dialog-warning.png -share/gnome/help/evolution/el/figures/evo_edit_search.png -share/gnome/help/evolution/el/figures/evo_exchng_mapi.png -share/gnome/help/evolution/el/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/el/figures/evo_gwreceive_a.png -share/gnome/help/evolution/el/figures/evo_gwstatustrack.png -share/gnome/help/evolution/el/figures/evo_imapreceive_a.png -share/gnome/help/evolution/el/figures/evo_junk_a.png -share/gnome/help/evolution/el/figures/evo_label_a.png -share/gnome/help/evolution/el/figures/evo_labels_a.png -share/gnome/help/evolution/el/figures/evo_mail_a.png -share/gnome/help/evolution/el/figures/evo_mail_callout_a.png -share/gnome/help/evolution/el/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/el/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/el/figures/evo_memo_a.png -share/gnome/help/evolution/el/figures/evo_mhreceive_a.png -share/gnome/help/evolution/el/figures/evo_newmail.png -share/gnome/help/evolution/el/figures/evo_newmess_a.png -share/gnome/help/evolution/el/figures/evo_offline.png -share/gnome/help/evolution/el/figures/evo_popreceive_a.png -share/gnome/help/evolution/el/figures/evo_proxyadd_a.png -share/gnome/help/evolution/el/figures/evo_rule_a.png -share/gnome/help/evolution/el/figures/evo_send_option_a.png -share/gnome/help/evolution/el/figures/evo_send_setup_a.png -share/gnome/help/evolution/el/figures/evo_sendstatus_a.png -share/gnome/help/evolution/el/figures/evo_shd_memo_a.png -share/gnome/help/evolution/el/figures/evo_usereceive_a.png -share/gnome/help/evolution/el/figures/evolution_contact_preference.png -share/gnome/help/evolution/el/figures/evolution_mail_preference.png -share/gnome/help/evolution/el/figures/exchng-rec-mails.png -share/gnome/help/evolution/el/figures/exchng-rec-options.png -share/gnome/help/evolution/el/figures/filter-new-fig.png -share/gnome/help/evolution/el/figures/folder_plus.png -share/gnome/help/evolution/el/figures/folder_size_mapi.png -share/gnome/help/evolution/el/figures/folder_size_preference.png -share/gnome/help/evolution/el/figures/google_cal_view.png -share/gnome/help/evolution/el/figures/groupwise_resend.png -share/gnome/help/evolution/el/figures/groupwise_resend_retract.png -share/gnome/help/evolution/el/figures/local_ics_calendar.png -share/gnome/help/evolution/el/figures/mailer_preferences.png -share/gnome/help/evolution/el/figures/meeting.png -share/gnome/help/evolution/el/figures/minus.png -share/gnome/help/evolution/el/figures/plus.png -share/gnome/help/evolution/el/figures/quick_add_a.png -share/gnome/help/evolution/el/figures/quick_reference.png -share/gnome/help/evolution/el/figures/stock_search.png -share/gnome/help/evolution/el/figures/ver_view_a.png -share/gnome/help/evolution/en_GB/evolution.xml -share/gnome/help/evolution/en_GB/figures/attach_reminder_a.png -share/gnome/help/evolution/en_GB/figures/calendar_preference_display.png -share/gnome/help/evolution/en_GB/figures/categories_a.png -share/gnome/help/evolution/en_GB/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/en_GB/figures/delgt-add.png -share/gnome/help/evolution/en_GB/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/en_GB/figures/evo_adv_search_a.png -share/gnome/help/evolution/en_GB/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/en_GB/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/en_GB/figures/evo_backup_warning.png -share/gnome/help/evolution/en_GB/figures/evo_blink.png -share/gnome/help/evolution/en_GB/figures/evo_cal_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/en_GB/figures/evo_calstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_caltasks_a.png -share/gnome/help/evolution/en_GB/figures/evo_contacteditor_a.png -share/gnome/help/evolution/en_GB/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-info.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-warning.png -share/gnome/help/evolution/en_GB/figures/evo_edit_search.png -share/gnome/help/evolution/en_GB/figures/evo_exchng_mapi.png -share/gnome/help/evolution/en_GB/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwstatustrack.png -share/gnome/help/evolution/en_GB/figures/evo_imapreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_junk_a.png -share/gnome/help/evolution/en_GB/figures/evo_label_a.png -share/gnome/help/evolution/en_GB/figures/evo_labels_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_mhreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_newmail.png -share/gnome/help/evolution/en_GB/figures/evo_newmess_a.png -share/gnome/help/evolution/en_GB/figures/evo_offline.png -share/gnome/help/evolution/en_GB/figures/evo_popreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_proxyadd_a.png -share/gnome/help/evolution/en_GB/figures/evo_rule_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_option_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_setup_a.png -share/gnome/help/evolution/en_GB/figures/evo_sendstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_shd_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_usereceive_a.png -share/gnome/help/evolution/en_GB/figures/evolution_contact_preference.png -share/gnome/help/evolution/en_GB/figures/evolution_mail_preference.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-mails.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-options.png -share/gnome/help/evolution/en_GB/figures/filter-new-fig.png -share/gnome/help/evolution/en_GB/figures/folder_plus.png -share/gnome/help/evolution/en_GB/figures/folder_size_mapi.png -share/gnome/help/evolution/en_GB/figures/folder_size_preference.png -share/gnome/help/evolution/en_GB/figures/google_cal_view.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend_retract.png -share/gnome/help/evolution/en_GB/figures/local_ics_calendar.png -share/gnome/help/evolution/en_GB/figures/mailer_preferences.png -share/gnome/help/evolution/en_GB/figures/meeting.png -share/gnome/help/evolution/en_GB/figures/minus.png -share/gnome/help/evolution/en_GB/figures/plus.png -share/gnome/help/evolution/en_GB/figures/quick_add_a.png -share/gnome/help/evolution/en_GB/figures/quick_reference.png -share/gnome/help/evolution/en_GB/figures/stock_search.png -share/gnome/help/evolution/en_GB/figures/ver_view_a.png -share/gnome/help/evolution/es/evolution.xml -share/gnome/help/evolution/es/figures/attach_reminder_a.png -share/gnome/help/evolution/es/figures/calendar_preference_display.png -share/gnome/help/evolution/es/figures/categories_a.png -share/gnome/help/evolution/es/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/es/figures/delgt-add.png -share/gnome/help/evolution/es/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/es/figures/evo_adv_search_a.png -share/gnome/help/evolution/es/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/es/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/es/figures/evo_backup_warning.png -share/gnome/help/evolution/es/figures/evo_blink.png -share/gnome/help/evolution/es/figures/evo_cal_callout_a.png -share/gnome/help/evolution/es/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/es/figures/evo_calstatus_a.png -share/gnome/help/evolution/es/figures/evo_caltasks_a.png -share/gnome/help/evolution/es/figures/evo_contacteditor_a.png -share/gnome/help/evolution/es/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/es/figures/evo_dialog-info.png -share/gnome/help/evolution/es/figures/evo_dialog-warning.png -share/gnome/help/evolution/es/figures/evo_edit_search.png -share/gnome/help/evolution/es/figures/evo_exchng_mapi.png -share/gnome/help/evolution/es/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/es/figures/evo_gwreceive_a.png -share/gnome/help/evolution/es/figures/evo_gwstatustrack.png -share/gnome/help/evolution/es/figures/evo_imapreceive_a.png -share/gnome/help/evolution/es/figures/evo_junk_a.png -share/gnome/help/evolution/es/figures/evo_label_a.png -share/gnome/help/evolution/es/figures/evo_labels_a.png -share/gnome/help/evolution/es/figures/evo_mail_a.png -share/gnome/help/evolution/es/figures/evo_mail_callout_a.png -share/gnome/help/evolution/es/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/es/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/es/figures/evo_memo_a.png -share/gnome/help/evolution/es/figures/evo_mhreceive_a.png -share/gnome/help/evolution/es/figures/evo_newmail.png -share/gnome/help/evolution/es/figures/evo_newmess_a.png -share/gnome/help/evolution/es/figures/evo_offline.png -share/gnome/help/evolution/es/figures/evo_popreceive_a.png -share/gnome/help/evolution/es/figures/evo_proxyadd_a.png -share/gnome/help/evolution/es/figures/evo_rule_a.png -share/gnome/help/evolution/es/figures/evo_send_option_a.png -share/gnome/help/evolution/es/figures/evo_send_setup_a.png -share/gnome/help/evolution/es/figures/evo_sendstatus_a.png -share/gnome/help/evolution/es/figures/evo_shd_memo_a.png -share/gnome/help/evolution/es/figures/evo_usereceive_a.png -share/gnome/help/evolution/es/figures/evolution_contact_preference.png -share/gnome/help/evolution/es/figures/evolution_mail_preference.png -share/gnome/help/evolution/es/figures/exchng-rec-mails.png -share/gnome/help/evolution/es/figures/exchng-rec-options.png -share/gnome/help/evolution/es/figures/filter-new-fig.png -share/gnome/help/evolution/es/figures/folder_plus.png -share/gnome/help/evolution/es/figures/folder_size_mapi.png -share/gnome/help/evolution/es/figures/folder_size_preference.png -share/gnome/help/evolution/es/figures/google_cal_view.png -share/gnome/help/evolution/es/figures/groupwise_resend.png -share/gnome/help/evolution/es/figures/groupwise_resend_retract.png -share/gnome/help/evolution/es/figures/local_ics_calendar.png -share/gnome/help/evolution/es/figures/mailer_preferences.png -share/gnome/help/evolution/es/figures/meeting.png -share/gnome/help/evolution/es/figures/minus.png -share/gnome/help/evolution/es/figures/plus.png -share/gnome/help/evolution/es/figures/quick_add_a.png -share/gnome/help/evolution/es/figures/quick_reference.png -share/gnome/help/evolution/es/figures/stock_search.png -share/gnome/help/evolution/es/figures/ver_view_a.png -share/gnome/help/evolution/eu/evolution.xml -share/gnome/help/evolution/eu/figures/attach_reminder_a.png -share/gnome/help/evolution/eu/figures/calendar_preference_display.png -share/gnome/help/evolution/eu/figures/categories_a.png -share/gnome/help/evolution/eu/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/eu/figures/delgt-add.png -share/gnome/help/evolution/eu/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/eu/figures/evo_adv_search_a.png -share/gnome/help/evolution/eu/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/eu/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/eu/figures/evo_backup_warning.png -share/gnome/help/evolution/eu/figures/evo_blink.png -share/gnome/help/evolution/eu/figures/evo_cal_callout_a.png -share/gnome/help/evolution/eu/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/eu/figures/evo_calstatus_a.png -share/gnome/help/evolution/eu/figures/evo_caltasks_a.png -share/gnome/help/evolution/eu/figures/evo_contacteditor_a.png -share/gnome/help/evolution/eu/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/eu/figures/evo_dialog-info.png -share/gnome/help/evolution/eu/figures/evo_dialog-warning.png -share/gnome/help/evolution/eu/figures/evo_edit_search.png -share/gnome/help/evolution/eu/figures/evo_exchng_mapi.png -share/gnome/help/evolution/eu/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/eu/figures/evo_gwreceive_a.png -share/gnome/help/evolution/eu/figures/evo_gwstatustrack.png -share/gnome/help/evolution/eu/figures/evo_imapreceive_a.png -share/gnome/help/evolution/eu/figures/evo_junk_a.png -share/gnome/help/evolution/eu/figures/evo_label_a.png -share/gnome/help/evolution/eu/figures/evo_labels_a.png -share/gnome/help/evolution/eu/figures/evo_mail_a.png -share/gnome/help/evolution/eu/figures/evo_mail_callout_a.png -share/gnome/help/evolution/eu/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/eu/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/eu/figures/evo_memo_a.png -share/gnome/help/evolution/eu/figures/evo_mhreceive_a.png -share/gnome/help/evolution/eu/figures/evo_newmail.png -share/gnome/help/evolution/eu/figures/evo_newmess_a.png -share/gnome/help/evolution/eu/figures/evo_offline.png -share/gnome/help/evolution/eu/figures/evo_popreceive_a.png -share/gnome/help/evolution/eu/figures/evo_proxyadd_a.png -share/gnome/help/evolution/eu/figures/evo_rule_a.png -share/gnome/help/evolution/eu/figures/evo_send_option_a.png -share/gnome/help/evolution/eu/figures/evo_send_setup_a.png -share/gnome/help/evolution/eu/figures/evo_sendstatus_a.png -share/gnome/help/evolution/eu/figures/evo_shd_memo_a.png -share/gnome/help/evolution/eu/figures/evo_usereceive_a.png -share/gnome/help/evolution/eu/figures/evolution_contact_preference.png -share/gnome/help/evolution/eu/figures/evolution_mail_preference.png -share/gnome/help/evolution/eu/figures/exchng-rec-mails.png -share/gnome/help/evolution/eu/figures/exchng-rec-options.png -share/gnome/help/evolution/eu/figures/filter-new-fig.png -share/gnome/help/evolution/eu/figures/folder_plus.png -share/gnome/help/evolution/eu/figures/folder_size_mapi.png -share/gnome/help/evolution/eu/figures/folder_size_preference.png -share/gnome/help/evolution/eu/figures/google_cal_view.png -share/gnome/help/evolution/eu/figures/groupwise_resend.png -share/gnome/help/evolution/eu/figures/groupwise_resend_retract.png -share/gnome/help/evolution/eu/figures/local_ics_calendar.png -share/gnome/help/evolution/eu/figures/mailer_preferences.png -share/gnome/help/evolution/eu/figures/meeting.png -share/gnome/help/evolution/eu/figures/minus.png -share/gnome/help/evolution/eu/figures/plus.png -share/gnome/help/evolution/eu/figures/quick_add_a.png -share/gnome/help/evolution/eu/figures/quick_reference.png -share/gnome/help/evolution/eu/figures/stock_search.png -share/gnome/help/evolution/eu/figures/ver_view_a.png -share/gnome/help/evolution/fr/evolution.xml -share/gnome/help/evolution/fr/figures/attach_reminder_a.png -share/gnome/help/evolution/fr/figures/calendar_preference_display.png -share/gnome/help/evolution/fr/figures/categories_a.png -share/gnome/help/evolution/fr/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/fr/figures/delgt-add.png -share/gnome/help/evolution/fr/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/fr/figures/evo_adv_search_a.png -share/gnome/help/evolution/fr/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/fr/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/fr/figures/evo_backup_warning.png -share/gnome/help/evolution/fr/figures/evo_blink.png -share/gnome/help/evolution/fr/figures/evo_cal_callout_a.png -share/gnome/help/evolution/fr/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/fr/figures/evo_calstatus_a.png -share/gnome/help/evolution/fr/figures/evo_caltasks_a.png -share/gnome/help/evolution/fr/figures/evo_contacteditor_a.png -share/gnome/help/evolution/fr/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/fr/figures/evo_dialog-info.png -share/gnome/help/evolution/fr/figures/evo_dialog-warning.png -share/gnome/help/evolution/fr/figures/evo_edit_search.png -share/gnome/help/evolution/fr/figures/evo_exchng_mapi.png -share/gnome/help/evolution/fr/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/fr/figures/evo_gwreceive_a.png -share/gnome/help/evolution/fr/figures/evo_gwstatustrack.png -share/gnome/help/evolution/fr/figures/evo_imapreceive_a.png -share/gnome/help/evolution/fr/figures/evo_junk_a.png -share/gnome/help/evolution/fr/figures/evo_label_a.png -share/gnome/help/evolution/fr/figures/evo_labels_a.png -share/gnome/help/evolution/fr/figures/evo_mail_a.png -share/gnome/help/evolution/fr/figures/evo_mail_callout_a.png -share/gnome/help/evolution/fr/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/fr/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/fr/figures/evo_memo_a.png -share/gnome/help/evolution/fr/figures/evo_mhreceive_a.png -share/gnome/help/evolution/fr/figures/evo_newmail.png -share/gnome/help/evolution/fr/figures/evo_newmess_a.png -share/gnome/help/evolution/fr/figures/evo_offline.png -share/gnome/help/evolution/fr/figures/evo_popreceive_a.png -share/gnome/help/evolution/fr/figures/evo_proxyadd_a.png -share/gnome/help/evolution/fr/figures/evo_rule_a.png -share/gnome/help/evolution/fr/figures/evo_send_option_a.png -share/gnome/help/evolution/fr/figures/evo_send_setup_a.png -share/gnome/help/evolution/fr/figures/evo_sendstatus_a.png -share/gnome/help/evolution/fr/figures/evo_shd_memo_a.png -share/gnome/help/evolution/fr/figures/evo_usereceive_a.png -share/gnome/help/evolution/fr/figures/evolution_contact_preference.png -share/gnome/help/evolution/fr/figures/evolution_mail_preference.png -share/gnome/help/evolution/fr/figures/exchng-rec-mails.png -share/gnome/help/evolution/fr/figures/exchng-rec-options.png -share/gnome/help/evolution/fr/figures/filter-new-fig.png -share/gnome/help/evolution/fr/figures/folder_plus.png -share/gnome/help/evolution/fr/figures/folder_size_mapi.png -share/gnome/help/evolution/fr/figures/folder_size_preference.png -share/gnome/help/evolution/fr/figures/google_cal_view.png -share/gnome/help/evolution/fr/figures/groupwise_resend.png -share/gnome/help/evolution/fr/figures/groupwise_resend_retract.png -share/gnome/help/evolution/fr/figures/local_ics_calendar.png -share/gnome/help/evolution/fr/figures/mailer_preferences.png -share/gnome/help/evolution/fr/figures/meeting.png -share/gnome/help/evolution/fr/figures/minus.png -share/gnome/help/evolution/fr/figures/plus.png -share/gnome/help/evolution/fr/figures/quick_add_a.png -share/gnome/help/evolution/fr/figures/quick_reference.png -share/gnome/help/evolution/fr/figures/stock_search.png -share/gnome/help/evolution/fr/figures/ver_view_a.png -share/gnome/help/evolution/gl/evolution.xml -share/gnome/help/evolution/gl/figures/attach_reminder_a.png -share/gnome/help/evolution/gl/figures/calendar_preference_display.png -share/gnome/help/evolution/gl/figures/categories_a.png -share/gnome/help/evolution/gl/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/gl/figures/delgt-add.png -share/gnome/help/evolution/gl/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/gl/figures/evo_adv_search_a.png -share/gnome/help/evolution/gl/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/gl/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/gl/figures/evo_backup_warning.png -share/gnome/help/evolution/gl/figures/evo_blink.png -share/gnome/help/evolution/gl/figures/evo_cal_callout_a.png -share/gnome/help/evolution/gl/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/gl/figures/evo_calstatus_a.png -share/gnome/help/evolution/gl/figures/evo_caltasks_a.png -share/gnome/help/evolution/gl/figures/evo_contacteditor_a.png -share/gnome/help/evolution/gl/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/gl/figures/evo_dialog-info.png -share/gnome/help/evolution/gl/figures/evo_dialog-warning.png -share/gnome/help/evolution/gl/figures/evo_edit_search.png -share/gnome/help/evolution/gl/figures/evo_exchng_mapi.png -share/gnome/help/evolution/gl/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/gl/figures/evo_gwreceive_a.png -share/gnome/help/evolution/gl/figures/evo_gwstatustrack.png -share/gnome/help/evolution/gl/figures/evo_imapreceive_a.png -share/gnome/help/evolution/gl/figures/evo_junk_a.png -share/gnome/help/evolution/gl/figures/evo_label_a.png -share/gnome/help/evolution/gl/figures/evo_labels_a.png -share/gnome/help/evolution/gl/figures/evo_mail_a.png -share/gnome/help/evolution/gl/figures/evo_mail_callout_a.png -share/gnome/help/evolution/gl/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/gl/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/gl/figures/evo_memo_a.png -share/gnome/help/evolution/gl/figures/evo_mhreceive_a.png -share/gnome/help/evolution/gl/figures/evo_newmail.png -share/gnome/help/evolution/gl/figures/evo_newmess_a.png -share/gnome/help/evolution/gl/figures/evo_offline.png -share/gnome/help/evolution/gl/figures/evo_popreceive_a.png -share/gnome/help/evolution/gl/figures/evo_proxyadd_a.png -share/gnome/help/evolution/gl/figures/evo_rule_a.png -share/gnome/help/evolution/gl/figures/evo_send_option_a.png -share/gnome/help/evolution/gl/figures/evo_send_setup_a.png -share/gnome/help/evolution/gl/figures/evo_sendstatus_a.png -share/gnome/help/evolution/gl/figures/evo_shd_memo_a.png -share/gnome/help/evolution/gl/figures/evo_usereceive_a.png -share/gnome/help/evolution/gl/figures/evolution_contact_preference.png -share/gnome/help/evolution/gl/figures/evolution_mail_preference.png -share/gnome/help/evolution/gl/figures/exchng-rec-mails.png -share/gnome/help/evolution/gl/figures/exchng-rec-options.png -share/gnome/help/evolution/gl/figures/filter-new-fig.png -share/gnome/help/evolution/gl/figures/folder_plus.png -share/gnome/help/evolution/gl/figures/folder_size_mapi.png -share/gnome/help/evolution/gl/figures/folder_size_preference.png -share/gnome/help/evolution/gl/figures/google_cal_view.png -share/gnome/help/evolution/gl/figures/groupwise_resend.png -share/gnome/help/evolution/gl/figures/groupwise_resend_retract.png -share/gnome/help/evolution/gl/figures/local_ics_calendar.png -share/gnome/help/evolution/gl/figures/mailer_preferences.png -share/gnome/help/evolution/gl/figures/meeting.png -share/gnome/help/evolution/gl/figures/minus.png -share/gnome/help/evolution/gl/figures/plus.png -share/gnome/help/evolution/gl/figures/quick_add_a.png -share/gnome/help/evolution/gl/figures/quick_reference.png -share/gnome/help/evolution/gl/figures/stock_search.png -share/gnome/help/evolution/gl/figures/ver_view_a.png -share/gnome/help/evolution/mk/evolution.xml -share/gnome/help/evolution/mk/figures/attach_reminder_a.png -share/gnome/help/evolution/mk/figures/calendar_preference_display.png -share/gnome/help/evolution/mk/figures/categories_a.png -share/gnome/help/evolution/mk/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/mk/figures/delgt-add.png -share/gnome/help/evolution/mk/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/mk/figures/evo_adv_search_a.png -share/gnome/help/evolution/mk/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/mk/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/mk/figures/evo_backup_warning.png -share/gnome/help/evolution/mk/figures/evo_blink.png -share/gnome/help/evolution/mk/figures/evo_cal_callout_a.png -share/gnome/help/evolution/mk/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/mk/figures/evo_calstatus_a.png -share/gnome/help/evolution/mk/figures/evo_caltasks_a.png -share/gnome/help/evolution/mk/figures/evo_contacteditor_a.png -share/gnome/help/evolution/mk/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/mk/figures/evo_dialog-info.png -share/gnome/help/evolution/mk/figures/evo_dialog-warning.png -share/gnome/help/evolution/mk/figures/evo_edit_search.png -share/gnome/help/evolution/mk/figures/evo_exchng_mapi.png -share/gnome/help/evolution/mk/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/mk/figures/evo_gwreceive_a.png -share/gnome/help/evolution/mk/figures/evo_gwstatustrack.png -share/gnome/help/evolution/mk/figures/evo_imapreceive_a.png -share/gnome/help/evolution/mk/figures/evo_junk_a.png -share/gnome/help/evolution/mk/figures/evo_label_a.png -share/gnome/help/evolution/mk/figures/evo_labels_a.png -share/gnome/help/evolution/mk/figures/evo_mail_a.png -share/gnome/help/evolution/mk/figures/evo_mail_callout_a.png -share/gnome/help/evolution/mk/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/mk/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/mk/figures/evo_memo_a.png -share/gnome/help/evolution/mk/figures/evo_mhreceive_a.png -share/gnome/help/evolution/mk/figures/evo_newmail.png -share/gnome/help/evolution/mk/figures/evo_newmess_a.png -share/gnome/help/evolution/mk/figures/evo_offline.png -share/gnome/help/evolution/mk/figures/evo_popreceive_a.png -share/gnome/help/evolution/mk/figures/evo_proxyadd_a.png -share/gnome/help/evolution/mk/figures/evo_rule_a.png -share/gnome/help/evolution/mk/figures/evo_send_option_a.png -share/gnome/help/evolution/mk/figures/evo_send_setup_a.png -share/gnome/help/evolution/mk/figures/evo_sendstatus_a.png -share/gnome/help/evolution/mk/figures/evo_shd_memo_a.png -share/gnome/help/evolution/mk/figures/evo_usereceive_a.png -share/gnome/help/evolution/mk/figures/evolution_contact_preference.png -share/gnome/help/evolution/mk/figures/evolution_mail_preference.png -share/gnome/help/evolution/mk/figures/exchng-rec-mails.png -share/gnome/help/evolution/mk/figures/exchng-rec-options.png -share/gnome/help/evolution/mk/figures/filter-new-fig.png -share/gnome/help/evolution/mk/figures/folder_plus.png -share/gnome/help/evolution/mk/figures/folder_size_mapi.png -share/gnome/help/evolution/mk/figures/folder_size_preference.png -share/gnome/help/evolution/mk/figures/google_cal_view.png -share/gnome/help/evolution/mk/figures/groupwise_resend.png -share/gnome/help/evolution/mk/figures/groupwise_resend_retract.png -share/gnome/help/evolution/mk/figures/local_ics_calendar.png -share/gnome/help/evolution/mk/figures/mailer_preferences.png -share/gnome/help/evolution/mk/figures/meeting.png -share/gnome/help/evolution/mk/figures/minus.png -share/gnome/help/evolution/mk/figures/plus.png -share/gnome/help/evolution/mk/figures/quick_add_a.png -share/gnome/help/evolution/mk/figures/quick_reference.png -share/gnome/help/evolution/mk/figures/stock_search.png -share/gnome/help/evolution/mk/figures/ver_view_a.png -share/gnome/help/evolution/oc/evolution.xml -share/gnome/help/evolution/oc/figures/attach_reminder_a.png -share/gnome/help/evolution/oc/figures/calendar_preference_display.png -share/gnome/help/evolution/oc/figures/categories_a.png -share/gnome/help/evolution/oc/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/oc/figures/delgt-add.png -share/gnome/help/evolution/oc/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/oc/figures/evo_adv_search_a.png -share/gnome/help/evolution/oc/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/oc/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/oc/figures/evo_backup_warning.png -share/gnome/help/evolution/oc/figures/evo_blink.png -share/gnome/help/evolution/oc/figures/evo_cal_callout_a.png -share/gnome/help/evolution/oc/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/oc/figures/evo_calstatus_a.png -share/gnome/help/evolution/oc/figures/evo_caltasks_a.png -share/gnome/help/evolution/oc/figures/evo_contacteditor_a.png -share/gnome/help/evolution/oc/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/oc/figures/evo_dialog-info.png -share/gnome/help/evolution/oc/figures/evo_dialog-warning.png -share/gnome/help/evolution/oc/figures/evo_edit_search.png -share/gnome/help/evolution/oc/figures/evo_exchng_mapi.png -share/gnome/help/evolution/oc/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/oc/figures/evo_gwreceive_a.png -share/gnome/help/evolution/oc/figures/evo_gwstatustrack.png -share/gnome/help/evolution/oc/figures/evo_imapreceive_a.png -share/gnome/help/evolution/oc/figures/evo_junk_a.png -share/gnome/help/evolution/oc/figures/evo_label_a.png -share/gnome/help/evolution/oc/figures/evo_labels_a.png -share/gnome/help/evolution/oc/figures/evo_mail_a.png -share/gnome/help/evolution/oc/figures/evo_mail_callout_a.png -share/gnome/help/evolution/oc/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/oc/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/oc/figures/evo_memo_a.png -share/gnome/help/evolution/oc/figures/evo_mhreceive_a.png -share/gnome/help/evolution/oc/figures/evo_newmail.png -share/gnome/help/evolution/oc/figures/evo_newmess_a.png -share/gnome/help/evolution/oc/figures/evo_offline.png -share/gnome/help/evolution/oc/figures/evo_popreceive_a.png -share/gnome/help/evolution/oc/figures/evo_proxyadd_a.png -share/gnome/help/evolution/oc/figures/evo_rule_a.png -share/gnome/help/evolution/oc/figures/evo_send_option_a.png -share/gnome/help/evolution/oc/figures/evo_send_setup_a.png -share/gnome/help/evolution/oc/figures/evo_sendstatus_a.png -share/gnome/help/evolution/oc/figures/evo_shd_memo_a.png -share/gnome/help/evolution/oc/figures/evo_usereceive_a.png -share/gnome/help/evolution/oc/figures/evolution_contact_preference.png -share/gnome/help/evolution/oc/figures/evolution_mail_preference.png -share/gnome/help/evolution/oc/figures/exchng-rec-mails.png -share/gnome/help/evolution/oc/figures/exchng-rec-options.png -share/gnome/help/evolution/oc/figures/filter-new-fig.png -share/gnome/help/evolution/oc/figures/folder_plus.png -share/gnome/help/evolution/oc/figures/folder_size_mapi.png -share/gnome/help/evolution/oc/figures/folder_size_preference.png -share/gnome/help/evolution/oc/figures/google_cal_view.png -share/gnome/help/evolution/oc/figures/groupwise_resend.png -share/gnome/help/evolution/oc/figures/groupwise_resend_retract.png -share/gnome/help/evolution/oc/figures/local_ics_calendar.png -share/gnome/help/evolution/oc/figures/mailer_preferences.png -share/gnome/help/evolution/oc/figures/meeting.png -share/gnome/help/evolution/oc/figures/minus.png -share/gnome/help/evolution/oc/figures/plus.png -share/gnome/help/evolution/oc/figures/quick_add_a.png -share/gnome/help/evolution/oc/figures/quick_reference.png -share/gnome/help/evolution/oc/figures/stock_search.png -share/gnome/help/evolution/oc/figures/ver_view_a.png -share/gnome/help/evolution/ru/evolution.xml -share/gnome/help/evolution/ru/figures/attach_reminder_a.png -share/gnome/help/evolution/ru/figures/calendar_preference_display.png -share/gnome/help/evolution/ru/figures/categories_a.png -share/gnome/help/evolution/ru/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/ru/figures/delgt-add.png -share/gnome/help/evolution/ru/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/ru/figures/evo_adv_search_a.png -share/gnome/help/evolution/ru/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/ru/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/ru/figures/evo_backup_warning.png -share/gnome/help/evolution/ru/figures/evo_blink.png -share/gnome/help/evolution/ru/figures/evo_cal_callout_a.png -share/gnome/help/evolution/ru/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/ru/figures/evo_calstatus_a.png -share/gnome/help/evolution/ru/figures/evo_caltasks_a.png -share/gnome/help/evolution/ru/figures/evo_contacteditor_a.png -share/gnome/help/evolution/ru/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/ru/figures/evo_dialog-info.png -share/gnome/help/evolution/ru/figures/evo_dialog-warning.png -share/gnome/help/evolution/ru/figures/evo_edit_search.png -share/gnome/help/evolution/ru/figures/evo_exchng_mapi.png -share/gnome/help/evolution/ru/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/ru/figures/evo_gwreceive_a.png -share/gnome/help/evolution/ru/figures/evo_gwstatustrack.png -share/gnome/help/evolution/ru/figures/evo_imapreceive_a.png -share/gnome/help/evolution/ru/figures/evo_junk_a.png -share/gnome/help/evolution/ru/figures/evo_label_a.png -share/gnome/help/evolution/ru/figures/evo_labels_a.png -share/gnome/help/evolution/ru/figures/evo_mail_a.png -share/gnome/help/evolution/ru/figures/evo_mail_callout_a.png -share/gnome/help/evolution/ru/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/ru/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/ru/figures/evo_memo_a.png -share/gnome/help/evolution/ru/figures/evo_mhreceive_a.png -share/gnome/help/evolution/ru/figures/evo_newmail.png -share/gnome/help/evolution/ru/figures/evo_newmess_a.png -share/gnome/help/evolution/ru/figures/evo_offline.png -share/gnome/help/evolution/ru/figures/evo_popreceive_a.png -share/gnome/help/evolution/ru/figures/evo_proxyadd_a.png -share/gnome/help/evolution/ru/figures/evo_rule_a.png -share/gnome/help/evolution/ru/figures/evo_send_option_a.png -share/gnome/help/evolution/ru/figures/evo_send_setup_a.png -share/gnome/help/evolution/ru/figures/evo_sendstatus_a.png -share/gnome/help/evolution/ru/figures/evo_shd_memo_a.png -share/gnome/help/evolution/ru/figures/evo_usereceive_a.png -share/gnome/help/evolution/ru/figures/evolution_contact_preference.png -share/gnome/help/evolution/ru/figures/evolution_mail_preference.png -share/gnome/help/evolution/ru/figures/exchng-rec-mails.png -share/gnome/help/evolution/ru/figures/exchng-rec-options.png -share/gnome/help/evolution/ru/figures/filter-new-fig.png -share/gnome/help/evolution/ru/figures/folder_plus.png -share/gnome/help/evolution/ru/figures/folder_size_mapi.png -share/gnome/help/evolution/ru/figures/folder_size_preference.png -share/gnome/help/evolution/ru/figures/google_cal_view.png -share/gnome/help/evolution/ru/figures/groupwise_resend.png -share/gnome/help/evolution/ru/figures/groupwise_resend_retract.png -share/gnome/help/evolution/ru/figures/local_ics_calendar.png -share/gnome/help/evolution/ru/figures/mailer_preferences.png -share/gnome/help/evolution/ru/figures/meeting.png -share/gnome/help/evolution/ru/figures/minus.png -share/gnome/help/evolution/ru/figures/plus.png -share/gnome/help/evolution/ru/figures/quick_add_a.png -share/gnome/help/evolution/ru/figures/quick_reference.png -share/gnome/help/evolution/ru/figures/stock_search.png -share/gnome/help/evolution/ru/figures/ver_view_a.png -share/gnome/help/evolution/sv/evolution.xml -share/gnome/help/evolution/sv/figures/attach_reminder_a.png -share/gnome/help/evolution/sv/figures/calendar_preference_display.png -share/gnome/help/evolution/sv/figures/categories_a.png -share/gnome/help/evolution/sv/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/sv/figures/delgt-add.png -share/gnome/help/evolution/sv/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/sv/figures/evo_adv_search_a.png -share/gnome/help/evolution/sv/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/sv/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/sv/figures/evo_backup_warning.png -share/gnome/help/evolution/sv/figures/evo_blink.png -share/gnome/help/evolution/sv/figures/evo_cal_callout_a.png -share/gnome/help/evolution/sv/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/sv/figures/evo_calstatus_a.png -share/gnome/help/evolution/sv/figures/evo_caltasks_a.png -share/gnome/help/evolution/sv/figures/evo_contacteditor_a.png -share/gnome/help/evolution/sv/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/sv/figures/evo_dialog-info.png -share/gnome/help/evolution/sv/figures/evo_dialog-warning.png -share/gnome/help/evolution/sv/figures/evo_edit_search.png -share/gnome/help/evolution/sv/figures/evo_exchng_mapi.png -share/gnome/help/evolution/sv/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/sv/figures/evo_gwreceive_a.png -share/gnome/help/evolution/sv/figures/evo_gwstatustrack.png -share/gnome/help/evolution/sv/figures/evo_imapreceive_a.png -share/gnome/help/evolution/sv/figures/evo_junk_a.png -share/gnome/help/evolution/sv/figures/evo_label_a.png -share/gnome/help/evolution/sv/figures/evo_labels_a.png -share/gnome/help/evolution/sv/figures/evo_mail_a.png -share/gnome/help/evolution/sv/figures/evo_mail_callout_a.png -share/gnome/help/evolution/sv/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/sv/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/sv/figures/evo_memo_a.png -share/gnome/help/evolution/sv/figures/evo_mhreceive_a.png -share/gnome/help/evolution/sv/figures/evo_newmail.png -share/gnome/help/evolution/sv/figures/evo_newmess_a.png -share/gnome/help/evolution/sv/figures/evo_offline.png -share/gnome/help/evolution/sv/figures/evo_popreceive_a.png -share/gnome/help/evolution/sv/figures/evo_proxyadd_a.png -share/gnome/help/evolution/sv/figures/evo_rule_a.png -share/gnome/help/evolution/sv/figures/evo_send_option_a.png -share/gnome/help/evolution/sv/figures/evo_send_setup_a.png -share/gnome/help/evolution/sv/figures/evo_sendstatus_a.png -share/gnome/help/evolution/sv/figures/evo_shd_memo_a.png -share/gnome/help/evolution/sv/figures/evo_usereceive_a.png -share/gnome/help/evolution/sv/figures/evolution_contact_preference.png -share/gnome/help/evolution/sv/figures/evolution_mail_preference.png -share/gnome/help/evolution/sv/figures/exchng-rec-mails.png -share/gnome/help/evolution/sv/figures/exchng-rec-options.png -share/gnome/help/evolution/sv/figures/filter-new-fig.png -share/gnome/help/evolution/sv/figures/folder_plus.png -share/gnome/help/evolution/sv/figures/folder_size_mapi.png -share/gnome/help/evolution/sv/figures/folder_size_preference.png -share/gnome/help/evolution/sv/figures/google_cal_view.png -share/gnome/help/evolution/sv/figures/groupwise_resend.png -share/gnome/help/evolution/sv/figures/groupwise_resend_retract.png -share/gnome/help/evolution/sv/figures/local_ics_calendar.png -share/gnome/help/evolution/sv/figures/mailer_preferences.png -share/gnome/help/evolution/sv/figures/meeting.png -share/gnome/help/evolution/sv/figures/minus.png -share/gnome/help/evolution/sv/figures/plus.png -share/gnome/help/evolution/sv/figures/quick_add_a.png -share/gnome/help/evolution/sv/figures/quick_reference.png -share/gnome/help/evolution/sv/figures/stock_search.png -share/gnome/help/evolution/sv/figures/ver_view_a.png -share/gnome/help/evolution/zh_CN/evolution.xml -share/gnome/help/evolution/zh_CN/figures/attach_reminder_a.png -share/gnome/help/evolution/zh_CN/figures/calendar_preference_display.png -share/gnome/help/evolution/zh_CN/figures/categories_a.png -share/gnome/help/evolution/zh_CN/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/zh_CN/figures/delgt-add.png -share/gnome/help/evolution/zh_CN/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/zh_CN/figures/evo_adv_search_a.png -share/gnome/help/evolution/zh_CN/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/zh_CN/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/zh_CN/figures/evo_backup_warning.png -share/gnome/help/evolution/zh_CN/figures/evo_blink.png -share/gnome/help/evolution/zh_CN/figures/evo_cal_callout_a.png -share/gnome/help/evolution/zh_CN/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/zh_CN/figures/evo_calstatus_a.png -share/gnome/help/evolution/zh_CN/figures/evo_caltasks_a.png -share/gnome/help/evolution/zh_CN/figures/evo_contacteditor_a.png -share/gnome/help/evolution/zh_CN/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/zh_CN/figures/evo_dialog-info.png -share/gnome/help/evolution/zh_CN/figures/evo_dialog-warning.png -share/gnome/help/evolution/zh_CN/figures/evo_edit_search.png -share/gnome/help/evolution/zh_CN/figures/evo_exchng_mapi.png -share/gnome/help/evolution/zh_CN/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/zh_CN/figures/evo_gwreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_gwstatustrack.png -share/gnome/help/evolution/zh_CN/figures/evo_imapreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_junk_a.png -share/gnome/help/evolution/zh_CN/figures/evo_label_a.png -share/gnome/help/evolution/zh_CN/figures/evo_labels_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mail_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mail_callout_a.png -share/gnome/help/evolution/zh_CN/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_memo_a.png -share/gnome/help/evolution/zh_CN/figures/evo_mhreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_newmail.png -share/gnome/help/evolution/zh_CN/figures/evo_newmess_a.png -share/gnome/help/evolution/zh_CN/figures/evo_offline.png -share/gnome/help/evolution/zh_CN/figures/evo_popreceive_a.png -share/gnome/help/evolution/zh_CN/figures/evo_proxyadd_a.png -share/gnome/help/evolution/zh_CN/figures/evo_rule_a.png -share/gnome/help/evolution/zh_CN/figures/evo_send_option_a.png -share/gnome/help/evolution/zh_CN/figures/evo_send_setup_a.png -share/gnome/help/evolution/zh_CN/figures/evo_sendstatus_a.png -share/gnome/help/evolution/zh_CN/figures/evo_shd_memo_a.png -share/gnome/help/evolution/zh_CN/figures/evo_usereceive_a.png -share/gnome/help/evolution/zh_CN/figures/evolution_contact_preference.png -share/gnome/help/evolution/zh_CN/figures/evolution_mail_preference.png -share/gnome/help/evolution/zh_CN/figures/exchng-rec-mails.png -share/gnome/help/evolution/zh_CN/figures/exchng-rec-options.png -share/gnome/help/evolution/zh_CN/figures/filter-new-fig.png -share/gnome/help/evolution/zh_CN/figures/folder_plus.png -share/gnome/help/evolution/zh_CN/figures/folder_size_mapi.png -share/gnome/help/evolution/zh_CN/figures/folder_size_preference.png -share/gnome/help/evolution/zh_CN/figures/google_cal_view.png -share/gnome/help/evolution/zh_CN/figures/groupwise_resend.png -share/gnome/help/evolution/zh_CN/figures/groupwise_resend_retract.png -share/gnome/help/evolution/zh_CN/figures/local_ics_calendar.png -share/gnome/help/evolution/zh_CN/figures/mailer_preferences.png -share/gnome/help/evolution/zh_CN/figures/meeting.png -share/gnome/help/evolution/zh_CN/figures/minus.png -share/gnome/help/evolution/zh_CN/figures/plus.png -share/gnome/help/evolution/zh_CN/figures/quick_add_a.png -share/gnome/help/evolution/zh_CN/figures/quick_reference.png -share/gnome/help/evolution/zh_CN/figures/stock_search.png -share/gnome/help/evolution/zh_CN/figures/ver_view_a.png -share/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/locale/af/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/am/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/be@latin/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/br/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bs/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_AU/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/is/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nds/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ps/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo -share/mime-info/evolution.mime -share/omf/evolution/evolution-C.omf -share/omf/evolution/evolution-cs.omf -share/omf/evolution/evolution-de.omf -share/omf/evolution/evolution-el.omf -share/omf/evolution/evolution-en_GB.omf -share/omf/evolution/evolution-es.omf -share/omf/evolution/evolution-eu.omf -share/omf/evolution/evolution-fr.omf -share/omf/evolution/evolution-gl.omf -share/omf/evolution/evolution-mk.omf -share/omf/evolution/evolution-oc.omf -share/omf/evolution/evolution-ru.omf -share/omf/evolution/evolution-sv.omf -share/omf/evolution/evolution-zh_CN.omf -@dirrm share/omf/evolution -@dirrm share/gnome/help/evolution/zh_CN/figures -@dirrm share/gnome/help/evolution/zh_CN -@dirrm share/gnome/help/evolution/sv/figures -@dirrm share/gnome/help/evolution/sv -@dirrm share/gnome/help/evolution/ru/figures -@dirrm share/gnome/help/evolution/ru -@dirrm share/gnome/help/evolution/oc/figures -@dirrm share/gnome/help/evolution/oc -@dirrm share/gnome/help/evolution/mk/figures -@dirrm share/gnome/help/evolution/mk -@dirrm share/gnome/help/evolution/gl/figures -@dirrm share/gnome/help/evolution/gl -@dirrm share/gnome/help/evolution/fr/figures -@dirrm share/gnome/help/evolution/fr -@dirrm share/gnome/help/evolution/eu/figures -@dirrm share/gnome/help/evolution/eu -@dirrm share/gnome/help/evolution/es/figures -@dirrm share/gnome/help/evolution/es -@dirrm share/gnome/help/evolution/en_GB/figures -@dirrm share/gnome/help/evolution/en_GB -@dirrm share/gnome/help/evolution/el/figures -@dirrm share/gnome/help/evolution/el -@dirrm share/gnome/help/evolution/de/figures -@dirrm share/gnome/help/evolution/de -@dirrm share/gnome/help/evolution/cs/figures -@dirrm share/gnome/help/evolution/cs -@dirrm share/gnome/help/evolution/C/figures -@dirrm share/gnome/help/evolution/C -@dirrm share/gnome/help/evolution -@dirrm %%DATADIR%%/%%VERSION%%/views/tasks -@dirrm %%DATADIR%%/%%VERSION%%/views/memos -@dirrm %%DATADIR%%/%%VERSION%%/views/mail -@dirrm %%DATADIR%%/%%VERSION%%/views/calendar -@dirrm %%DATADIR%%/%%VERSION%%/views/addressbook -@dirrm %%DATADIR%%/%%VERSION%%/views -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/theme -@dirrm %%DATADIR%%/%%VERSION%%/sounds -@dirrm %%DATADIR%%/%%VERSION%%/mail-autoconfig -@dirrm %%DATADIR%%/%%VERSION%%/images -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor -@dirrm %%DATADIR%%/%%VERSION%%/icons -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sv -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sq -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pt -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pl -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/it -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/hu -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/fr -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/es -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/de -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/cs -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/ca -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/C -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref -@dirrm %%DATADIR%%/%%VERSION%%/help -@dirrm %%DATADIR%%/%%VERSION%%/etspec -@dirrm %%DATADIR%%/%%VERSION%%/errors -@dirrm %%DATADIR%%/%%VERSION%%/ecps -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sv -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ro -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pt -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pl -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/nl -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/mk -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/lt -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ko -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ja -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/it -@dirrm %%DATADIR%%/%%VERSION%%/default/id/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/id/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/id -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/hu -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fr -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fi -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/es -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/de -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/cs -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ca -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/C -@dirrm %%DATADIR%%/%%VERSION%%/default -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm share/doc/eshell -@dirrmtry share/applications -@dirrm libexec/evolution/%%VERSION%% -@dirrm libexec/evolution -@dirrm lib/evolution/%%VERSION%%/plugins -@dirrm lib/evolution/%%VERSION%%/modules -@dirrm lib/evolution/%%VERSION%% -@dirrm lib/evolution -@dirrm include/evolution-%%VERSION%%/text -@dirrm include/evolution-%%VERSION%%/table -@dirrm include/evolution-%%VERSION%%/shell -@dirrm include/evolution-%%VERSION%%/misc -@dirrm include/evolution-%%VERSION%%/menus -@dirrm include/evolution-%%VERSION%%/mail -@dirrm include/evolution-%%VERSION%%/libart_lgpl -@dirrm include/evolution-%%VERSION%%/libgnomecanvas -@dirrm include/evolution-%%VERSION%%/filter -@dirrm include/evolution-%%VERSION%%/em-format -@dirrm include/evolution-%%VERSION%%/e-util -@dirrm include/evolution-%%VERSION%%/composer -@dirrm include/evolution-%%VERSION%%/calendar/gui/dialogs -@dirrm include/evolution-%%VERSION%%/calendar/gui -@dirrm include/evolution-%%VERSION%%/calendar/common -@dirrm include/evolution-%%VERSION%%/calendar -@dirrm include/evolution-%%VERSION%%/addressbook/gui/widgets -@dirrm include/evolution-%%VERSION%%/addressbook/gui -@dirrm include/evolution-%%VERSION%%/addressbook -@dirrm include/evolution-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/mail/evolution3/Makefile b/mail/evolution3/Makefile deleted file mode 100644 index 33e1b2429..000000000 --- a/mail/evolution3/Makefile +++ /dev/null @@ -1,124 +0,0 @@ -# New ports collection makefile for: evolution -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.225 2010/06/10 11:43:05 kwm Exp $ -# - -PORTNAME= evolution -PORTVERSION= 2.31.5 -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 \ - unique-3.0.0:${PORTSDIR}/x11-toolkits/libunique3 \ - notify.1:${PORTSDIR}/devel/libnotify -# gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview -RUN_DEPENDS= ${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell - -LATEST_LINK= evolution3 -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver3 gtkhtml4 \ - desktopfileutils gnomedocutils ltasneededhack gnomedesktop -USE_AUTOTOOLS= libtool:22 -USE_GSTREAMER= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%% -CONFIGURE_ARGS= --enable-nss=yes \ - --enable-mono=no \ - --disable-nm \ - --enable-gtk3 \ - --with-sub-version=" FreeBSD GNOME Team Port" -# gweather and gtkimageview needs to get a gtk3 release first. -CONFIGURE_ARGS+=--disable-weather --disable-image-inline -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= 3.0 -PLIST_SUB= VERSION=${EVO_VERSION} \ - PORTVERSION=2.12 - -OPTIONS= LDAP "Enable LDAP support" on \ - CANBERRA "Enable canberra plugin" on \ - SPAMASSASSIN "Enable SpamAssassin spam filtering" off - -.include <bsd.port.pre.mk> - -USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION} - -.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(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS) -HEIMDAL_HOME?= ${LOCALBASE} -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \ - --with-krb5-includes=${HEIMDAL_HOME}/include -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.elif !defined(NO_KERBEROS) -CONFIGURE_ARGS+= --with-krb5=/usr -KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` -.endif - -.if defined(WITH_CANBERRA) -LIB_DEPENDS+= canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 -CONFIGURE_ARGS+=--enable-canberra=yes -PLIST_SUB+= CANBERRA="" -.else -CONFIGURE_ARGS+=--enable-canberra=no -PLIST_SUB+= CANBERRA="@comment " -.endif - -# needs newer libpst version 0.6.41 or higher -#.if defined (WITH_PST) -#CONFIGURE_ARGS+= --enable-pst-import -#BUILD_DEPENDS+= lspst:${PORTSDIR}/mail/libpst -#RUN_DEPENDS+= lspst:${PORTSDIR}/mail/libpst -#PLIST_SUB+= PST="" -#.else -CONFIGURE_ARGS+= --disable-pst-import -PLIST_SUB+= PST="@comment " -#.endif - -post-patch: - @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ - -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ - -e 's|-Wl,--no-undefined||g' \ - -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ - ${WRKSRC}/plugins/bogo-junk-plugin/bf-junk-filter.c - @${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/bin|g' \ - ${WRKSRC}/plugins/sa-junk-plugin/em-junk-filter.c - @${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC} - -.include <bsd.port.post.mk> diff --git a/mail/evolution3/distinfo b/mail/evolution3/distinfo deleted file mode 100644 index ee0f41178..000000000 --- a/mail/evolution3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-2.31.5.tar.bz2) = 59a9c75d808788fa9eacce4a757b04fe -SHA256 (gnome2/evolution-2.31.5.tar.bz2) = c041df86045a9f161d6c70b0c8b82023c1cf6bbb03d2a44efb2af0b9df118a37 -SIZE (gnome2/evolution-2.31.5.tar.bz2) = 31504670 diff --git a/mail/evolution3/files/fix-plugins.sh b/mail/evolution3/files/fix-plugins.sh deleted file mode 100644 index 76216fa1a..000000000 --- a/mail/evolution3/files/fix-plugins.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh - -plugin_srcs="addressbook-file/addressbook-file.c attachment-reminder/attachment-reminder.c audio-inline/audio-inline.c backup-restore/backup-restore.c bbdb/bbdb.c bogo-junk-plugin/bf-junk-filter.c caldav/caldav-source.c calendar-file/calendar-file.c calendar-http/calendar-http.c calendar-weather/calendar-weather.c contacts-map/contacts-map.c default-mailer/default-mailer.c default-source/default-source.c email-custom-header/email-custom-header.c external-editor/external-editor.c face/face.c google-account-setup/google-source.c groupwise-features/install-shared.c hula-account-setup/hula-account-setup.c image-inline/image-inline.c imap-features/imap-headers.c itip-formatter/itip-formatter.c mail-notification/mail-notification.c mail-to-task/mail-to-task.c mailing-list-actions/mailing-list-actions.c mark-all-read/mark-all-read.c plugin-manager/plugin-manager.c prefer-plain/prefer-plain.c profiler/profiler.c pst-import/pst-importer.c publish-calendar/publish-calendar.c sa-junk-plugin/em-junk-filter.c save-calendar/save-calendar.c startup-wizard/startup-wizard.c subject-thread/subject-thread.c templates/templates.c tnef-attachments/tnef-plugin.c vcard-inline/vcard-inline.c webdav-account-setup/webdav-contacts-source.c" - -module_srcs="addressbook/evolution-module-addressbook.c calendar/evolution-module-calendar.c mail/evolution-module-mail.c plugin-lib/evolution-module-plugin-lib.c plugin-mono/evolution-module-plugin-mono.c plugin-python/evolution-module-plugin-python.c" - -WRKSRC=$1 - -for i in ${plugin_srcs}; do - if [ ! -f ${WRKSRC}/plugins/${i} ]; then - echo "WARNING: Failed to find plugin source file ${WRKSRC}/plugins/${i}" - continue - fi - cp ${WRKSRC}/plugins/${i} ${WRKSRC}/plugins/${i}.bak - printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/plugins/${i} - printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/plugins/${i} - printf "void g_module_unload (gpointer module);\n" >> ${WRKSRC}/plugins/${i} - printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/plugins/${i} - dir=$(dirname ${WRKSRC}/plugins/${i}) - if ! grep -q e_plugin_lib_enable ${dir}/*.c; then - printf "#include <e-util/e-config.h>\n" >> ${WRKSRC}/plugins/${i} - printf "gint e_plugin_lib_enable (EPlugin *ep, gint enable);\n" >> ${WRKSRC}/plugins/${i} - printf "gint\ne_plugin_lib_enable (EPlugin *ep, gint enable) {\n\treturn 0;\n}\n" >> ${WRKSRC}/plugins/${i} - fi - if ! grep -q e_plugin_lib_get_configure_widget ${dir}/*.c; then - printf "#include <e-util/e-config.h>\n" >> ${WRKSRC}/plugins/${i} - printf "GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin);\n" >> ${WRKSRC}/plugins/${i} - printf "GtkWidget *\ne_plugin_lib_get_configure_widget (EPlugin *plugin) {\n\treturn NULL;\n}" >> ${WRKSRC}/plugins/${i} - fi -done - -for i in ${module_srcs}; do - if [ ! -f ${WRKSRC}/modules/${i} ]; then - echo "WARNING: Failed to find module source file ${WRKSRC}/modules/${i}" - continue - fi - cp ${WRKSRC}/modules/${i} ${WRKSRC}/modules/${i}.bak - dir=$(dirname ${WRKSRC}/modules/${i}) - if ! grep -q g_module_check_init ${dir}/*.c; then - printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/modules/${i} - printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/modules/${i} - fi - if ! grep g_module_unload ${dir}/*.c; then - printf "void g_module_unload (gpointer module);\n" >> ${WRKSRC}/modules/${i} - printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/modules/${i} - fi -done - - diff --git a/mail/evolution3/files/patch-aa b/mail/evolution3/files/patch-aa deleted file mode 100644 index 3b9eb7094..000000000 --- a/mail/evolution3/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.orig 2009-12-26 20:42:20.000000000 +0100 -+++ configure 2009-12-26 20:49:17.000000000 +0100 -@@ -4329,7 +4329,7 @@ - -Wdeclaration-after-statement - -Werror-implicit-function-declaration - -Wformat-security -Winit-self -- -Wmissing-declarations -Wmissing-include-dirs -+ -Wmissing-declarations - -Wmissing-noreturn -Wnested-externs -Wpointer-arith - -Wredundant-decls -Wundef -Wwrite-strings" - flags_supported="" -@@ -16441,6 +16441,16 @@ - CHAMPLAIN_REQUIREMENT='' - GEOCLUE_REQUIREMENT='' - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ SOEXT='.so' -+ SA_JUNK_PLUGIN=sa-junk-plugin -+ BF_JUNK_PLUGIN=bogo-junk-plugin -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ ;; - *) - os_win32=no - NO_UNDEFINED='-no-undefined' -@@ -18544,6 +18554,7 @@ - #include <sys/socket.h> - #include <netinet/in.h> - #include <netdb.h> -+ #include <stdio.h> - - #define BUFSIZE (sizeof(struct hostent)+10) - diff --git a/mail/evolution3/files/patch-modules_addressbook_evolution-module-addressbook.c b/mail/evolution3/files/patch-modules_addressbook_evolution-module-addressbook.c deleted file mode 100644 index 0df6bd970..000000000 --- a/mail/evolution3/files/patch-modules_addressbook_evolution-module-addressbook.c +++ /dev/null @@ -1,19 +0,0 @@ ---- modules/addressbook/evolution-module-addressbook.c.orig 2010-04-11 12:47:18.000000000 -0400 -+++ modules/addressbook/evolution-module-addressbook.c 2010-04-11 12:48:06.000000000 -0400 -@@ -47,3 +47,16 @@ G_MODULE_EXPORT void - e_module_unload (GTypeModule *type_module) - { - } -+ -+G_MODULE_EXPORT const gchar * -+g_module_check_init (GModule *module) -+{ -+ /* FIXME Until addressbook is split into a module library and a -+ * reusable shared library, prevent the module from -+ * being unloaded. Unloading the module resets all -+ * static variables, which screws up foo_get_type() -+ * functions among other things. */ -+ g_module_make_resident (module); -+ -+ return NULL; -+} diff --git a/mail/evolution3/pkg-descr b/mail/evolution3/pkg-descr deleted file mode 100644 index 068e19e1a..000000000 --- a/mail/evolution3/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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/evolution3/pkg-plist b/mail/evolution3/pkg-plist deleted file mode 100644 index e58ba694e..000000000 --- a/mail/evolution3/pkg-plist +++ /dev/null @@ -1,2313 +0,0 @@ -bin/evolution -bin/evolution-settings -etc/xdg/autostart/evolution-alarm-notify.desktop -include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-config.h -include/evolution-%%VERSION%%/calendar/common/authentication.h -%%PILOT%%include/evolution-%%VERSION%%/calendar/conduits/common/libecalendar-common-conduit.h -include/evolution-%%VERSION%%/calendar/gui/cal-editor-utils.h -include/evolution-%%VERSION%%/calendar/gui/calendar-config-keys.h -include/evolution-%%VERSION%%/calendar/gui/calendar-config.h -include/evolution-%%VERSION%%/calendar/gui/calendar-view-factory.h -include/evolution-%%VERSION%%/calendar/gui/calendar-view.h -include/evolution-%%VERSION%%/calendar/gui/comp-util.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/alarm-list-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cal-prefs-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/calendar-setup.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/cancel-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/changed-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor-util.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/copy-source-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/delete-error.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/e-delegate-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/e-send-options-utils.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/event-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/event-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/memo-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/recur-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/recurrence-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/save-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/schedule-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/select-source-dialog.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/send-comp.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-details-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-editor.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/task-page.h -include/evolution-%%VERSION%%/calendar/gui/e-alarm-list.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-config.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-event.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-list-view.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-model-calendar.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-model.h -include/evolution-%%VERSION%%/calendar/gui/e-calendar-selector.h -include/evolution-%%VERSION%%/calendar/gui/e-calendar-view.h -include/evolution-%%VERSION%%/calendar/gui/e-cell-date-edit-text.h -include/evolution-%%VERSION%%/calendar/gui/e-date-time-list.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-layout.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-main-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-time-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view-top-item.h -include/evolution-%%VERSION%%/calendar/gui/e-day-view.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-attendee.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-list-view.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-store.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel-item.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-time-sel.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-types.h -include/evolution-%%VERSION%%/calendar/gui/e-meeting-utils.h -include/evolution-%%VERSION%%/calendar/gui/e-select-names-editable.h -include/evolution-%%VERSION%%/calendar/gui/e-select-names-renderer.h -include/evolution-%%VERSION%%/calendar/gui/e-timezone-entry.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-event-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-layout.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-main-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view-titles-item.h -include/evolution-%%VERSION%%/calendar/gui/e-week-view.h -include/evolution-%%VERSION%%/calendar/gui/gnome-cal.h -include/evolution-%%VERSION%%/calendar/gui/goto.h -include/evolution-%%VERSION%%/calendar/gui/itip-utils.h -include/evolution-%%VERSION%%/calendar/gui/misc.h -include/evolution-%%VERSION%%/calendar/gui/tag-calendar.h -include/evolution-%%VERSION%%/calendar/gui/weekday-picker.h -include/evolution-%%VERSION%%/composer/e-composer-actions.h -include/evolution-%%VERSION%%/composer/e-composer-autosave.h -include/evolution-%%VERSION%%/composer/e-composer-common.h -include/evolution-%%VERSION%%/composer/e-composer-from-header.h -include/evolution-%%VERSION%%/composer/e-composer-header-table.h -include/evolution-%%VERSION%%/composer/e-composer-header.h -include/evolution-%%VERSION%%/composer/e-composer-name-header.h -include/evolution-%%VERSION%%/composer/e-composer-post-header.h -include/evolution-%%VERSION%%/composer/e-composer-private.h -include/evolution-%%VERSION%%/composer/e-composer-text-header.h -include/evolution-%%VERSION%%/composer/e-msg-composer.h -include/evolution-%%VERSION%%/e-util/e-account-utils.h -include/evolution-%%VERSION%%/e-util/e-activity.h -include/evolution-%%VERSION%%/e-util/e-alert-activity.h -include/evolution-%%VERSION%%/e-util/e-alert-dialog.h -include/evolution-%%VERSION%%/e-util/e-alert.h -include/evolution-%%VERSION%%/e-util/e-binding.h -include/evolution-%%VERSION%%/e-util/e-bit-array.h -include/evolution-%%VERSION%%/e-util/e-categories-config.h -include/evolution-%%VERSION%%/e-util/e-charset.h -include/evolution-%%VERSION%%/e-util/e-config.h -include/evolution-%%VERSION%%/e-util/e-datetime-format.h -include/evolution-%%VERSION%%/e-util/e-dialog-utils.h -include/evolution-%%VERSION%%/e-util/e-dialog-widgets.h -include/evolution-%%VERSION%%/e-util/e-event.h -include/evolution-%%VERSION%%/e-util/e-extensible.h -include/evolution-%%VERSION%%/e-util/e-extension.h -include/evolution-%%VERSION%%/e-util/e-file-utils.h -include/evolution-%%VERSION%%/e-util/e-html-utils.h -include/evolution-%%VERSION%%/e-util/e-icon-factory.h -include/evolution-%%VERSION%%/e-util/e-io-activity.h -include/evolution-%%VERSION%%/e-util/e-import.h -include/evolution-%%VERSION%%/e-util/e-logger.h -include/evolution-%%VERSION%%/e-util/e-marshal.h -include/evolution-%%VERSION%%/e-util/e-mktemp.h -include/evolution-%%VERSION%%/e-util/e-module.h -include/evolution-%%VERSION%%/e-util/e-non-intrusive-error-dialog.h -include/evolution-%%VERSION%%/e-util/e-plugin-ui.h -include/evolution-%%VERSION%%/e-util/e-plugin-util.h -include/evolution-%%VERSION%%/e-util/e-plugin.h -include/evolution-%%VERSION%%/e-util/e-poolv.h -include/evolution-%%VERSION%%/e-util/e-print.h -include/evolution-%%VERSION%%/e-util/e-profile-event.h -include/evolution-%%VERSION%%/e-util/e-selection.h -include/evolution-%%VERSION%%/e-util/e-signature-list.h -include/evolution-%%VERSION%%/e-util/e-signature-utils.h -include/evolution-%%VERSION%%/e-util/e-signature.h -include/evolution-%%VERSION%%/e-util/e-sorter-array.h -include/evolution-%%VERSION%%/e-util/e-sorter.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor-emacs-like.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor-types.h -include/evolution-%%VERSION%%/e-util/e-text-event-processor.h -include/evolution-%%VERSION%%/e-util/e-timeout-activity.h -include/evolution-%%VERSION%%/e-util/e-ui-manager.h -include/evolution-%%VERSION%%/e-util/e-unicode.h -include/evolution-%%VERSION%%/e-util/e-util.h -include/evolution-%%VERSION%%/e-util/e-xml-utils.h -include/evolution-%%VERSION%%/e-util/gconf-bridge.h -include/evolution-%%VERSION%%/em-format/em-format-quote.h -include/evolution-%%VERSION%%/em-format/em-format.h -include/evolution-%%VERSION%%/em-format/em-stripsig-filter.h -include/evolution-%%VERSION%%/filter/e-filter-code.h -include/evolution-%%VERSION%%/filter/e-filter-color.h -include/evolution-%%VERSION%%/filter/e-filter-datespec.h -include/evolution-%%VERSION%%/filter/e-filter-element.h -include/evolution-%%VERSION%%/filter/e-filter-file.h -include/evolution-%%VERSION%%/filter/e-filter-input.h -include/evolution-%%VERSION%%/filter/e-filter-int.h -include/evolution-%%VERSION%%/filter/e-filter-option.h -include/evolution-%%VERSION%%/filter/e-filter-part.h -include/evolution-%%VERSION%%/filter/e-filter-rule.h -include/evolution-%%VERSION%%/filter/e-rule-context.h -include/evolution-%%VERSION%%/filter/e-rule-editor.h -include/evolution-%%VERSION%%/libart_lgpl/art_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_alphagamma.h -include/evolution-%%VERSION%%/libart_lgpl/art_bpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_filterlevel.h -include/evolution-%%VERSION%%/libart_lgpl/art_gray_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_misc.h -include/evolution-%%VERSION%%/libart_lgpl/art_pathcode.h -include/evolution-%%VERSION%%/libart_lgpl/art_point.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_rect_uta.h -include/evolution-%%VERSION%%/libart_lgpl/art_render.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_affine_private.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_rgba_affine.h -include/evolution-%%VERSION%%/libart_lgpl/art_rgb_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_intersect.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_ops.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_point.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_render_aa.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_vpath_stroke.h -include/evolution-%%VERSION%%/libart_lgpl/art_svp_wind.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_rect.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_svp.h -include/evolution-%%VERSION%%/libart_lgpl/art_uta_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_bpath.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_dash.h -include/evolution-%%VERSION%%/libart_lgpl/art_vpath_svp.h -include/evolution-%%VERSION%%/libart_lgpl/libart.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvas.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasgroup.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasgroupfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasitem.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvasitemfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvastext.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvastextfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvaswidget.h -include/evolution-%%VERSION%%/libgnomecanvas/gailcanvaswidgetfactory.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-bpath.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-clipgroup.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-i18n.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-line.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-path-def.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-pixbuf.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-polygon.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-rect-ellipse.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-rich-text.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-shape.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-text.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-util.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas-widget.h -include/evolution-%%VERSION%%/libgnomecanvas/gnome-canvas.h -include/evolution-%%VERSION%%/libgnomecanvas/libgnomecanvas.h -include/evolution-%%VERSION%%/mail/e-mail-attachment-bar.h -include/evolution-%%VERSION%%/mail/e-mail-backend.h -include/evolution-%%VERSION%%/mail/e-mail-browser.h -include/evolution-%%VERSION%%/mail/e-mail-display.h -include/evolution-%%VERSION%%/mail/e-mail-label-action.h -include/evolution-%%VERSION%%/mail/e-mail-label-dialog.h -include/evolution-%%VERSION%%/mail/e-mail-label-list-store.h -include/evolution-%%VERSION%%/mail/e-mail-label-manager.h -include/evolution-%%VERSION%%/mail/e-mail-label-tree-view.h -include/evolution-%%VERSION%%/mail/e-mail-local.h -include/evolution-%%VERSION%%/mail/e-mail-migrate.h -include/evolution-%%VERSION%%/mail/e-mail-reader-utils.h -include/evolution-%%VERSION%%/mail/e-mail-reader.h -include/evolution-%%VERSION%%/mail/e-mail-sidebar.h -include/evolution-%%VERSION%%/mail/e-mail-store.h -include/evolution-%%VERSION%%/mail/e-mail-tag-editor.h -include/evolution-%%VERSION%%/mail/em-account-editor.h -include/evolution-%%VERSION%%/mail/em-composer-utils.h -include/evolution-%%VERSION%%/mail/em-config.h -include/evolution-%%VERSION%%/mail/em-event.h -include/evolution-%%VERSION%%/mail/em-filter-context.h -include/evolution-%%VERSION%%/mail/em-filter-editor.h -include/evolution-%%VERSION%%/mail/em-filter-folder-element.h -include/evolution-%%VERSION%%/mail/em-filter-rule.h -include/evolution-%%VERSION%%/mail/em-filter-source-element.h -include/evolution-%%VERSION%%/mail/em-folder-properties.h -include/evolution-%%VERSION%%/mail/em-folder-selection-button.h -include/evolution-%%VERSION%%/mail/em-folder-selector.h -include/evolution-%%VERSION%%/mail/em-folder-tree-model.h -include/evolution-%%VERSION%%/mail/em-folder-tree.h -include/evolution-%%VERSION%%/mail/em-folder-utils.h -include/evolution-%%VERSION%%/mail/em-format-hook.h -include/evolution-%%VERSION%%/mail/em-format-html-display.h -include/evolution-%%VERSION%%/mail/em-format-html-print.h -include/evolution-%%VERSION%%/mail/em-format-html.h -include/evolution-%%VERSION%%/mail/em-html-stream.h -include/evolution-%%VERSION%%/mail/em-inline-filter.h -include/evolution-%%VERSION%%/mail/em-junk.h -include/evolution-%%VERSION%%/mail/em-search-context.h -include/evolution-%%VERSION%%/mail/em-subscribe-editor.h -include/evolution-%%VERSION%%/mail/em-sync-stream.h -include/evolution-%%VERSION%%/mail/em-utils.h -include/evolution-%%VERSION%%/mail/em-vfolder-context.h -include/evolution-%%VERSION%%/mail/em-vfolder-editor.h -include/evolution-%%VERSION%%/mail/em-vfolder-rule.h -include/evolution-%%VERSION%%/mail/mail-autofilter.h -include/evolution-%%VERSION%%/mail/mail-config.h -include/evolution-%%VERSION%%/mail/mail-folder-cache.h -include/evolution-%%VERSION%%/mail/mail-mt.h -include/evolution-%%VERSION%%/mail/mail-ops.h -include/evolution-%%VERSION%%/mail/mail-send-recv.h -include/evolution-%%VERSION%%/mail/mail-session.h -include/evolution-%%VERSION%%/mail/mail-tools.h -include/evolution-%%VERSION%%/mail/mail-vfolder.h -include/evolution-%%VERSION%%/mail/message-list.h -include/evolution-%%VERSION%%/menus/gal-define-views-dialog.h -include/evolution-%%VERSION%%/menus/gal-define-views-model.h -include/evolution-%%VERSION%%/menus/gal-view-collection.h -include/evolution-%%VERSION%%/menus/gal-view-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory-etable.h -include/evolution-%%VERSION%%/menus/gal-view-factory.h -include/evolution-%%VERSION%%/menus/gal-view-instance-save-as-dialog.h -include/evolution-%%VERSION%%/menus/gal-view-instance.h -include/evolution-%%VERSION%%/menus/gal-view-new-dialog.h -include/evolution-%%VERSION%%/menus/gal-view.h -include/evolution-%%VERSION%%/misc/e-account-combo-box.h -include/evolution-%%VERSION%%/misc/e-account-manager.h -include/evolution-%%VERSION%%/misc/e-account-tree-view.h -include/evolution-%%VERSION%%/misc/e-action-combo-box.h -include/evolution-%%VERSION%%/misc/e-activity-proxy.h -include/evolution-%%VERSION%%/misc/e-attachment-button.h -include/evolution-%%VERSION%%/misc/e-attachment-dialog.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-image.h -include/evolution-%%VERSION%%/misc/e-attachment-handler-sendto.h -include/evolution-%%VERSION%%/misc/e-attachment-handler.h -include/evolution-%%VERSION%%/misc/e-attachment-icon-view.h -include/evolution-%%VERSION%%/misc/e-attachment-paned.h -include/evolution-%%VERSION%%/misc/e-attachment-store.h -include/evolution-%%VERSION%%/misc/e-attachment-tree-view.h -include/evolution-%%VERSION%%/misc/e-attachment-view.h -include/evolution-%%VERSION%%/misc/e-attachment.h -include/evolution-%%VERSION%%/misc/e-buffer-tagger.h -include/evolution-%%VERSION%%/misc/e-calendar-item.h -include/evolution-%%VERSION%%/misc/e-calendar.h -include/evolution-%%VERSION%%/misc/e-canvas-background.h -include/evolution-%%VERSION%%/misc/e-canvas-utils.h -include/evolution-%%VERSION%%/misc/e-canvas-vbox.h -include/evolution-%%VERSION%%/misc/e-canvas.h -include/evolution-%%VERSION%%/misc/e-cell-renderer-combo.h -include/evolution-%%VERSION%%/misc/e-charset-combo-box.h -include/evolution-%%VERSION%%/misc/e-combo-cell-editable.h -include/evolution-%%VERSION%%/misc/e-dateedit.h -include/evolution-%%VERSION%%/misc/e-focus-tracker.h -include/evolution-%%VERSION%%/misc/e-hinted-entry.h -include/evolution-%%VERSION%%/misc/e-hsv-utils.h -include/evolution-%%VERSION%%/misc/e-image-chooser.h -include/evolution-%%VERSION%%/misc/e-import-assistant.h -include/evolution-%%VERSION%%/misc/e-map.h -include/evolution-%%VERSION%%/misc/e-menu-tool-action.h -include/evolution-%%VERSION%%/misc/e-menu-tool-button.h -include/evolution-%%VERSION%%/misc/e-online-button.h -include/evolution-%%VERSION%%/misc/e-paned.h -%%PILOT%%include/evolution-%%VERSION%%/misc/e-pilot-settings.h -include/evolution-%%VERSION%%/misc/e-popup-action.h -include/evolution-%%VERSION%%/misc/e-popup-menu.h -include/evolution-%%VERSION%%/misc/e-preferences-window.h -include/evolution-%%VERSION%%/misc/e-preview-pane.h -include/evolution-%%VERSION%%/misc/e-printable.h -include/evolution-%%VERSION%%/misc/e-search-bar.h -include/evolution-%%VERSION%%/misc/e-searching-tokenizer.h -include/evolution-%%VERSION%%/misc/e-selectable.h -include/evolution-%%VERSION%%/misc/e-selection-model-array.h -include/evolution-%%VERSION%%/misc/e-selection-model-simple.h -include/evolution-%%VERSION%%/misc/e-selection-model.h -include/evolution-%%VERSION%%/misc/e-send-options.h -include/evolution-%%VERSION%%/misc/e-signature-combo-box.h -include/evolution-%%VERSION%%/misc/e-signature-editor.h -include/evolution-%%VERSION%%/misc/e-signature-manager.h -include/evolution-%%VERSION%%/misc/e-signature-preview.h -include/evolution-%%VERSION%%/misc/e-signature-script-dialog.h -include/evolution-%%VERSION%%/misc/e-signature-tree-view.h -include/evolution-%%VERSION%%/misc/e-web-view.h -include/evolution-%%VERSION%%/misc/e-web-view-preview.h -include/evolution-%%VERSION%%/misc/e-url-entry.h -include/evolution-%%VERSION%%/misc/ea-calendar-cell.h -include/evolution-%%VERSION%%/misc/ea-calendar-item.h -include/evolution-%%VERSION%%/misc/ea-cell-table.h -include/evolution-%%VERSION%%/misc/ea-widgets.h -include/evolution-%%VERSION%%/shell/e-shell-backend.h -include/evolution-%%VERSION%%/shell/e-shell-common.h -include/evolution-%%VERSION%%/shell/e-shell-content.h -include/evolution-%%VERSION%%/shell/e-shell-enumtypes.h -include/evolution-%%VERSION%%/shell/e-shell-searchbar.h -include/evolution-%%VERSION%%/shell/e-shell-settings.h -include/evolution-%%VERSION%%/shell/e-shell-sidebar.h -include/evolution-%%VERSION%%/shell/e-shell-switcher.h -include/evolution-%%VERSION%%/shell/e-shell-taskbar.h -include/evolution-%%VERSION%%/shell/e-shell-utils.h -include/evolution-%%VERSION%%/shell/e-shell-view.h -include/evolution-%%VERSION%%/shell/e-shell-window-actions.h -include/evolution-%%VERSION%%/shell/e-shell-window.h -include/evolution-%%VERSION%%/shell/e-shell.h -include/evolution-%%VERSION%%/shell/es-event.h -include/evolution-%%VERSION%%/table/e-cell-checkbox.h -include/evolution-%%VERSION%%/table/e-cell-combo.h -include/evolution-%%VERSION%%/table/e-cell-date.h -include/evolution-%%VERSION%%/table/e-cell-date-edit.h -include/evolution-%%VERSION%%/table/e-cell-hbox.h -include/evolution-%%VERSION%%/table/e-cell-number.h -include/evolution-%%VERSION%%/table/e-cell-pixbuf.h -include/evolution-%%VERSION%%/table/e-cell-popup.h -include/evolution-%%VERSION%%/table/e-cell-percent.h -include/evolution-%%VERSION%%/table/e-cell-size.h -include/evolution-%%VERSION%%/table/e-cell-text.h -include/evolution-%%VERSION%%/table/e-cell-toggle.h -include/evolution-%%VERSION%%/table/e-cell-tree.h -include/evolution-%%VERSION%%/table/e-cell-vbox.h -include/evolution-%%VERSION%%/table/e-cell.h -include/evolution-%%VERSION%%/table/e-table-click-to-add.h -include/evolution-%%VERSION%%/table/e-table-col-dnd.h -include/evolution-%%VERSION%%/table/e-table-col.h -include/evolution-%%VERSION%%/table/e-table-column-specification.h -include/evolution-%%VERSION%%/table/e-table-config.h -include/evolution-%%VERSION%%/table/e-table-defines.h -include/evolution-%%VERSION%%/table/e-table-extras.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-dialog.h -include/evolution-%%VERSION%%/table/e-table-field-chooser-item.h -include/evolution-%%VERSION%%/table/e-table-field-chooser.h -include/evolution-%%VERSION%%/table/e-table-group-container.h -include/evolution-%%VERSION%%/table/e-table-group-leaf.h -include/evolution-%%VERSION%%/table/e-table-group.h -include/evolution-%%VERSION%%/table/e-table-header-item.h -include/evolution-%%VERSION%%/table/e-table-header-utils.h -include/evolution-%%VERSION%%/table/e-table-header.h -include/evolution-%%VERSION%%/table/e-table-item.h -include/evolution-%%VERSION%%/table/e-table-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-table-memory-store.h -include/evolution-%%VERSION%%/table/e-table-memory.h -include/evolution-%%VERSION%%/table/e-table-model.h -include/evolution-%%VERSION%%/table/e-table-one.h -include/evolution-%%VERSION%%/table/e-table-search.h -include/evolution-%%VERSION%%/table/e-table-selection-model.h -include/evolution-%%VERSION%%/table/e-table-sort-info.h -include/evolution-%%VERSION%%/table/e-table-sorted-variable.h -include/evolution-%%VERSION%%/table/e-table-sorted.h -include/evolution-%%VERSION%%/table/e-table-sorter.h -include/evolution-%%VERSION%%/table/e-table-sorting-utils.h -include/evolution-%%VERSION%%/table/e-table-specification.h -include/evolution-%%VERSION%%/table/e-table-state.h -include/evolution-%%VERSION%%/table/e-table-subset-variable.h -include/evolution-%%VERSION%%/table/e-table-subset.h -include/evolution-%%VERSION%%/table/e-table-utils.h -include/evolution-%%VERSION%%/table/e-table-without.h -include/evolution-%%VERSION%%/table/e-table.h -include/evolution-%%VERSION%%/table/e-tree-memory-callbacks.h -include/evolution-%%VERSION%%/table/e-tree-memory.h -include/evolution-%%VERSION%%/table/e-tree-model.h -include/evolution-%%VERSION%%/table/e-tree-selection-model.h -include/evolution-%%VERSION%%/table/e-tree-sorted.h -include/evolution-%%VERSION%%/table/e-tree-table-adapter.h -include/evolution-%%VERSION%%/table/e-tree.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-popup.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-registry.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-text.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-toggle.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-tree.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-vbox.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-click-to-add.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-column-header.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-item-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table-item.h -include/evolution-%%VERSION%%/table/gal-a11y-e-table.h -include/evolution-%%VERSION%%/table/gal-a11y-e-tree-factory.h -include/evolution-%%VERSION%%/table/gal-a11y-e-tree.h -include/evolution-%%VERSION%%/text/e-reflow-model.h -include/evolution-%%VERSION%%/text/e-reflow.h -include/evolution-%%VERSION%%/text/e-text-model-repos.h -include/evolution-%%VERSION%%/text/e-text-model.h -include/evolution-%%VERSION%%/text/e-text.h -include/evolution-%%VERSION%%/text/gal-a11y-e-text-factory.h -include/evolution-%%VERSION%%/text/gal-a11y-e-text.h -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.a -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.la -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.so -lib/evolution/%%VERSION%%/libart_lgpl.a -lib/evolution/%%VERSION%%/libart_lgpl.la -lib/evolution/%%VERSION%%/libart_lgpl.so -lib/evolution/%%VERSION%%/libart_lgpl.so.0 -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.a -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.la -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.so -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_common_conduit.a -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_common_conduit.la -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libecalendar_common_conduit.so -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.a -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.la -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.so -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.a -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.la -%%PILOT%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.so -lib/evolution/%%VERSION%%/libeabutil.a -lib/evolution/%%VERSION%%/libeabutil.la -lib/evolution/%%VERSION%%/libeabutil.so -lib/evolution/%%VERSION%%/libeabutil.so.0 -lib/evolution/%%VERSION%%/libcomposer.a -lib/evolution/%%VERSION%%/libcomposer.la -lib/evolution/%%VERSION%%/libcomposer.so -lib/evolution/%%VERSION%%/libcomposer.so.0 -lib/evolution/%%VERSION%%/libecontacteditor.a -lib/evolution/%%VERSION%%/libecontacteditor.la -lib/evolution/%%VERSION%%/libecontacteditor.so -lib/evolution/%%VERSION%%/libecontacteditor.so.0 -lib/evolution/%%VERSION%%/libecontactlisteditor.a -lib/evolution/%%VERSION%%/libecontactlisteditor.la -lib/evolution/%%VERSION%%/libecontactlisteditor.so -lib/evolution/%%VERSION%%/libecontactlisteditor.so.0 -lib/evolution/%%VERSION%%/libemformat.a -lib/evolution/%%VERSION%%/libemformat.la -lib/evolution/%%VERSION%%/libemformat.so -lib/evolution/%%VERSION%%/libemformat.so.0 -lib/evolution/%%VERSION%%/libemiscwidgets.a -lib/evolution/%%VERSION%%/libemiscwidgets.la -lib/evolution/%%VERSION%%/libemiscwidgets.so -lib/evolution/%%VERSION%%/libemiscwidgets.so.0 -lib/evolution/%%VERSION%%/libeshell.a -lib/evolution/%%VERSION%%/libeshell.la -lib/evolution/%%VERSION%%/libeshell.so -lib/evolution/%%VERSION%%/libeshell.so.0 -lib/evolution/%%VERSION%%/libessmime.a -lib/evolution/%%VERSION%%/libessmime.la -lib/evolution/%%VERSION%%/libessmime.so -lib/evolution/%%VERSION%%/libessmime.so.0 -lib/evolution/%%VERSION%%/libetable.a -lib/evolution/%%VERSION%%/libetable.la -lib/evolution/%%VERSION%%/libetable.so -lib/evolution/%%VERSION%%/libetable.so.0 -lib/evolution/%%VERSION%%/libetext.a -lib/evolution/%%VERSION%%/libetext.la -lib/evolution/%%VERSION%%/libetext.so -lib/evolution/%%VERSION%%/libetext.so.0 -lib/evolution/%%VERSION%%/libetimezonedialog.a -lib/evolution/%%VERSION%%/libetimezonedialog.la -lib/evolution/%%VERSION%%/libetimezonedialog.so -lib/evolution/%%VERSION%%/libetimezonedialog.so.0 -lib/evolution/%%VERSION%%/libeutil.a -lib/evolution/%%VERSION%%/libeutil.la -lib/evolution/%%VERSION%%/libeutil.so -lib/evolution/%%VERSION%%/libeutil.so.0 -lib/evolution/%%VERSION%%/libevolution-a11y.a -lib/evolution/%%VERSION%%/libevolution-a11y.la -lib/evolution/%%VERSION%%/libevolution-a11y.so -lib/evolution/%%VERSION%%/libevolution-a11y.so.0 -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.a -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.la -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so -lib/evolution/%%VERSION%%/libevolution-addressbook-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar.a -lib/evolution/%%VERSION%%/libevolution-calendar.la -lib/evolution/%%VERSION%%/libevolution-calendar.so -lib/evolution/%%VERSION%%/libevolution-calendar.so.0 -lib/evolution/%%VERSION%%/libevolution-calendar-importers.a -lib/evolution/%%VERSION%%/libevolution-calendar-importers.la -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so -lib/evolution/%%VERSION%%/libevolution-calendar-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail.a -lib/evolution/%%VERSION%%/libevolution-mail.la -lib/evolution/%%VERSION%%/libevolution-mail.so -lib/evolution/%%VERSION%%/libevolution-mail.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-importers.a -lib/evolution/%%VERSION%%/libevolution-mail-importers.la -lib/evolution/%%VERSION%%/libevolution-mail-importers.so -lib/evolution/%%VERSION%%/libevolution-mail-importers.so.0 -lib/evolution/%%VERSION%%/libevolution-mail-settings.a -lib/evolution/%%VERSION%%/libevolution-mail-settings.la -lib/evolution/%%VERSION%%/libevolution-mail-settings.so -lib/evolution/%%VERSION%%/libevolution-mail-settings.so.0 -lib/evolution/%%VERSION%%/libevolution-smime.a -lib/evolution/%%VERSION%%/libevolution-smime.la -lib/evolution/%%VERSION%%/libevolution-smime.so -lib/evolution/%%VERSION%%/libevolution-smime.so.0 -lib/evolution/%%VERSION%%/libfilter.a -lib/evolution/%%VERSION%%/libfilter.la -lib/evolution/%%VERSION%%/libfilter.so -lib/evolution/%%VERSION%%/libfilter.so.0 -lib/evolution/%%VERSION%%/libgnomecanvas.a -lib/evolution/%%VERSION%%/libgnomecanvas.la -lib/evolution/%%VERSION%%/libgnomecanvas.so -lib/evolution/%%VERSION%%/libgnomecanvas.so.0 -lib/evolution/%%VERSION%%/libmenus.a -lib/evolution/%%VERSION%%/libmenus.la -lib/evolution/%%VERSION%%/libmenus.so -lib/evolution/%%VERSION%%/libmenus.so.0 -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.a -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.la -lib/evolution/%%VERSION%%/modules/libevolution-module-mailto-handler.so -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.a -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.la -lib/evolution/%%VERSION%%/modules/libevolution-module-addressbook.so -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.a -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.la -lib/evolution/%%VERSION%%/modules/libevolution-module-calendar.so -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.a -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.la -lib/evolution/%%VERSION%%/modules/libevolution-module-mail.so -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.a -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.la -lib/evolution/%%VERSION%%/modules/libevolution-module-plugin-lib.so -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.a -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.la -lib/evolution/%%VERSION%%/modules/libevolution-module-startup-wizard.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-audio-inline.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-bogo-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-dbx-import.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-email-custom-header.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-google.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-webdav.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-all-read.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-plugin-manager.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-prefer-plain.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-publish-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-sa-junk-plugin.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-save-calendar.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-templates.so -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-vcard-inline.so -lib/evolution/%%VERSION%%/plugins/org-gnome-addressbook-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-audio-inline.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-bogo-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-file.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-http.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-compose-send-options.xml -lib/evolution/%%VERSION%%/plugins/org-gnome-dbx-import.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-default-source.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-email-custom-header.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-attachment-reminder.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-bbdb.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-caldav.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-google.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-webdav.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-groupwise-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-imap-features.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-itip-formatter.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-notification.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mail-to-task.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mailing-list-actions.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-mark-all-read.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-plugin-manager.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-prefer-plain.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-publish-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-sa-junk-plugin.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-save-calendar.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-subject-thread.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-templates.eplug -lib/evolution/%%VERSION%%/plugins/org-gnome-vcard-inline.eplug -libdata/pkgconfig/evolution-calendar-%%VERSION%%.pc -libdata/pkgconfig/evolution-mail-%%VERSION%%.pc -libdata/pkgconfig/evolution-plugin-%%VERSION%%.pc -libdata/pkgconfig/evolution-shell-%%VERSION%%.pc -libexec/evolution/%%VERSION%%/csv2vcard -libexec/evolution/%%VERSION%%/evolution-addressbook-clean -libexec/evolution/%%VERSION%%/evolution-addressbook-export -libexec/evolution/%%VERSION%%/evolution-alarm-notify -libexec/evolution/%%VERSION%%/evolution-backup -libexec/evolution/%%VERSION%%/killev -share/applications/evolution.desktop -share/applications/evolution-settings.desktop -share/doc/eshell/EExtensible.html -share/doc/eshell/EExtension.html -share/doc/eshell/EModule.html -share/doc/eshell/EShell.html -share/doc/eshell/EShellBackend.html -share/doc/eshell/EShellContent.html -share/doc/eshell/EShellSearchbar.html -share/doc/eshell/EShellSettings.html -share/doc/eshell/EShellSidebar.html -share/doc/eshell/EShellSwitcher.html -share/doc/eshell/EShellTaskbar.html -share/doc/eshell/EShellView.html -share/doc/eshell/EShellWindow.html -share/doc/eshell/ch01.html -share/doc/eshell/ch02.html -share/doc/eshell/ch03.html -share/doc/eshell/ch04.html -share/doc/eshell/ch05.html -share/doc/eshell/eshell-Action-Groups.html -share/doc/eshell/eshell-Bit-Arrays-(Legacy).html -share/doc/eshell/eshell-Categories.html -share/doc/eshell/eshell-Container-for-Signatures.html -share/doc/eshell/eshell-Date-and-Time-Formatting.html -share/doc/eshell/eshell-Dialog-Utilities-(Legacy).html -share/doc/eshell/eshell-EPoolv.html -share/doc/eshell/eshell-Error-Logging.html -share/doc/eshell/eshell-GConf-Bridge.html -share/doc/eshell/eshell-GObject-Property-Bindings.html -share/doc/eshell/eshell-Icon-Utilities-(Legacy).html -share/doc/eshell/eshell-Mail-Accounts.html -share/doc/eshell/eshell-Miscellaneous-Utilities.html -share/doc/eshell/eshell-More-Signature-Utilities.html -share/doc/eshell/eshell-Personalized-Signatures.html -share/doc/eshell/eshell-Printing.html -share/doc/eshell/eshell-Reading-and-Writing-XML.html -share/doc/eshell/eshell-Selections.html -share/doc/eshell/eshell-Shell-Actions.html -share/doc/eshell/eshell-Shell-Utilities.html -share/doc/eshell/eshell-Text-to-HTML-Conversion.html -share/doc/eshell/eshell-User-Alert-Handling.html -share/doc/eshell/eshell.devhelp -share/doc/eshell/eshell.devhelp2 -share/doc/eshell/home.png -share/doc/eshell/index.html -share/doc/eshell/index.sgml -share/doc/eshell/ix01.html -share/doc/eshell/left.png -share/doc/eshell/right.png -share/doc/eshell/style.css -share/doc/eshell/up.png -%%DATADIR%%/%%VERSION%%/addresstypes.xml -%%DATADIR%%/%%VERSION%%/caltypes.xml -%%DATADIR%%/%%VERSION%%/default/C/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ca/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/cs/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/de/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/es/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/fi/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/fr/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/hu/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/it/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ja/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ko/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/lt/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/mk/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/nl/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/pl/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/pt/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/ro/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sr/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/sv/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local/Inbox -%%DATADIR%%/%%VERSION%%/ecps/medbook.ecps -%%DATADIR%%/%%VERSION%%/ecps/phonelist.ecps -%%DATADIR%%/%%VERSION%%/ecps/smallbook.ecps -%%DATADIR%%/%%VERSION%%/errors/addressbook.error -%%DATADIR%%/%%VERSION%%/errors/calendar.error -%%DATADIR%%/%%VERSION%%/errors/e-system.error -%%DATADIR%%/%%VERSION%%/errors/filter.error -%%DATADIR%%/%%VERSION%%/errors/mail-composer.error -%%DATADIR%%/%%VERSION%%/errors/mail.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-attachment-reminder.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-backup-restore.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-itip-formatter.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mail-retract.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mailing-list-actions.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-process-meeting.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy-login.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-shared-folder.error -%%DATADIR%%/%%VERSION%%/errors/shell.error -%%DATADIR%%/%%VERSION%%/etspec/e-addressbook-view.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-cal-list-view.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-calendar-table.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-meeting-time-sel.etspec -%%DATADIR%%/%%VERSION%%/etspec/e-memo-table.etspec -%%DATADIR%%/%%VERSION%%/etspec/message-list.etspec -%%DATADIR%%/%%VERSION%%/filtertypes.xml -%%DATADIR%%/%%VERSION%%/help/quickref/C/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/ca/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/cs/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/de/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/es/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/fr/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/hu/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/it/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/pl/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/pt/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/sq/quickref.pdf -%%DATADIR%%/%%VERSION%%/help/quickref/sv/quickref.pdf -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-copy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/folder-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-copy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/mail-move.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_bell.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_contact-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-note.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-rule.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_insert-table.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-filters-apply.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-flag-for-followup-done.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-flag-for-followup.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-open-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_mail-unread-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_shared-by-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_shared-to-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_show-all.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-assigned-to.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-assigned.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task-recurring.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_task.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_text-monospaced.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_timezone.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_todo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_video-conferencing.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions/stock_view-details.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_check-filled.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-high.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-higher.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-highest.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-low.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-lower.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-lowest.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_score-normal.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature-bad.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature-ok.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/stock_signature.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status/wrapped.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_contact-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-note.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-rule.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_insert-table.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-filters-apply.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-open-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_mail-unread-multiple.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_shared-by-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_shared-to-me.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_show-all.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-assigned-to.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-assigned.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task-recurring.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_task.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_text-monospaced.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_timezone.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_todo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/stock_video-conferencing.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/go-today.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/query-free-busy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-inbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-outbox.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places/mail-sent.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature-bad.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature-ok.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status/stock_signature.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-day.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-list.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-month.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-week.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions/view-calendar-workweek.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/offline.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status/online.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_alarm.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup-done.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_new-24h-appointment.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_new-meeting.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_notes.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_people.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_timezone.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions/stock_todo.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps/contact-editor.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-autocompletion.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-calendar-and-tasks.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-certificates.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-composer.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail-accounts.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-mail.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories/preferences-system-network-proxy.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature-bad.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature-ok.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status/stock_signature.png -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-day.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-list.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-month.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-week.svg -%%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions/view-calendar-workweek.svg -%%DATADIR%%/%%VERSION%%/images/minus.png -%%DATADIR%%/%%VERSION%%/images/plus.png -%%DATADIR%%/%%VERSION%%/images/world_map-960.png -%%DATADIR%%/%%VERSION%%/mail-autoconfig/a.memail.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/abc.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/agate.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/amail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/amber.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/amethyst.broba.cc -%%DATADIR%%/%%VERSION%%/mail-autoconfig/aol.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/apost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/aqua.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/arcor.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ballade.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bay.gunmanet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bb-niigata.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bc.iij4u.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/beige.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/blue.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bolero.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/bpost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/brown.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/camel.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cameo.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cc9.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cek.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/clio.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/co1.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/co2.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/co3.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cocoa.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/coda.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/comcast.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/concerto.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/coral.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/courante.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cpost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/cream.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/dan.gunmanet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/dance.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/dmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/e23.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/earthlink.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ebony.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/email.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/fantasy.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/flamenco.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/fmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/free.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/freenet.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/fuga.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmail.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmx.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gmx.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/go.tvm.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/goo.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/googlemail.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/grape.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/gray.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hal.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hana.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.co.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.co.uk -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/hotmail.it -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ic-net.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/iiyama-catv.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/imail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/inbox.lt -%%DATADIR%%/%%VERSION%%/mail-autoconfig/inbox.lv -%%DATADIR%%/%%VERSION%%/mail-autoconfig/indigo.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/inet-shibata.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ivory.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/iwafune.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/jade.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/janis.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/jet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ji.jet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/jmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/k1.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/khaki.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/kmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/kokuyou.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lapis.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/laposte.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lemon.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lilac.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/lime.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.co.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.co.uk -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/live.it -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ma100.tiki.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mac.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mahoroba.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mail.gunmanet.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mail.iwafune.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/maroon.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/me.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/minuet.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ml.murakami.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ml.shibata.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mnet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/mopera.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/msn.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/navy.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/nifty.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/nsat.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/olive.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/online.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/opal.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/orange.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/orange.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/orchid.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/pal.kijimadaira.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/palette.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/parabox.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/peach.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/peoplepc.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/plum.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/po.dcn.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/po.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/polka.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/pop.shibata.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/purple.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rainbow.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/red.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rondo.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rose.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/rouge.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ruby.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sakunet.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sea.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sepia.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/serenade.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/silk.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/silver.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sky.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/smail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/snow.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/so.wind.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/sonata.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/suite.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/symphony.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/t-online.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/taupe.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/tiki.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/tmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/toccata.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/topaz.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/trio.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/umail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/verizon.net -%%DATADIR%%/%%VERSION%%/mail-autoconfig/violet.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/vm.aikis.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/vmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/vp.tiki.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/waltz.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wanadoo.fr -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wave.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/web.de -%%DATADIR%%/%%VERSION%%/mail-autoconfig/white.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wine.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/wmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xp.wind.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xpost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/xs4all.nl -%%DATADIR%%/%%VERSION%%/mail-autoconfig/yahoo.com -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ybb.ne.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/yellow.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ymail.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/ypost.plala.or.jp -%%DATADIR%%/%%VERSION%%/mail-autoconfig/zmail.plala.or.jp -%%DATADIR%%/%%VERSION%%/memotypes.xml -%%DATADIR%%/%%VERSION%%/searchtypes.xml -%%DATADIR%%/%%VERSION%%/sounds/default_alarm.wav -%%DATADIR%%/%%VERSION%%/tasktypes.xml -%%DATADIR%%/%%VERSION%%/ui/alarm-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/alarm-list-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/alarm-notify.ui -%%DATADIR%%/%%VERSION%%/ui/cal-prefs-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/contact-editor.ui -%%DATADIR%%/%%VERSION%%/ui/contact-list-editor.ui -%%DATADIR%%/%%VERSION%%/ui/e-delegate-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/e-itip-control.ui -%%DATADIR%%/%%VERSION%%/ui/e-send-options.ui -%%DATADIR%%/%%VERSION%%/ui/e-table-config.ui -%%DATADIR%%/%%VERSION%%/ui/e-timezone-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/eab-contact-commit-duplicate-detected.ui -%%DATADIR%%/%%VERSION%%/ui/eab-contact-duplicate-detected.ui -%%DATADIR%%/%%VERSION%%/ui/event-page.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-calendars.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-composer.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-contacts.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-mail-reader.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-mail.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-memos.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-shell.ui -%%DATADIR%%/%%VERSION%%/ui/evolution-tasks.ui -%%DATADIR%%/%%VERSION%%/ui/filter.ui -%%DATADIR%%/%%VERSION%%/ui/fullname.ui -%%DATADIR%%/%%VERSION%%/ui/gal-define-views.ui -%%DATADIR%%/%%VERSION%%/ui/gal-view-instance-save-as-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/gal-view-new-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/goto-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/imap-headers.ui -%%DATADIR%%/%%VERSION%%/ui/junk-settings.ui -%%DATADIR%%/%%VERSION%%/ui/ldap-config.ui -%%DATADIR%%/%%VERSION%%/ui/mail-config.ui -%%DATADIR%%/%%VERSION%%/ui/mail-dialogs.ui -%%DATADIR%%/%%VERSION%%/ui/memo-page.ui -%%DATADIR%%/%%VERSION%%/ui/org-gnome-email-custom-header.ui -%%DATADIR%%/%%VERSION%%/ui/properties.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-add-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-listing.ui -%%DATADIR%%/%%VERSION%%/ui/proxy-login-dialog.ui -%%DATADIR%%/%%VERSION%%/ui/publish-calendar.ui -%%DATADIR%%/%%VERSION%%/ui/recurrence-page.ui -%%DATADIR%%/%%VERSION%%/ui/schedule-page.ui -%%DATADIR%%/%%VERSION%%/ui/smime-ui.ui -%%DATADIR%%/%%VERSION%%/ui/task-details-page.ui -%%DATADIR%%/%%VERSION%%/ui/task-page.ui -%%DATADIR%%/%%VERSION%%/vfoldertypes.xml -%%DATADIR%%/%%VERSION%%/views/addressbook/Address_Cards.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/By_Company.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/Phone_List.galview -%%DATADIR%%/%%VERSION%%/views/addressbook/galview.xml -%%DATADIR%%/%%VERSION%%/views/calendar/List_View.galview -%%DATADIR%%/%%VERSION%%/views/calendar/galview.xml -%%DATADIR%%/%%VERSION%%/views/mail/As_Sent_Folder.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Follow_Up_Flag.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Sender.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Status.galview -%%DATADIR%%/%%VERSION%%/views/mail/By_Subject.galview -%%DATADIR%%/%%VERSION%%/views/mail/Messages.galview -%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Normal.galview -%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Sent.galview -%%DATADIR%%/%%VERSION%%/views/mail/galview.xml -%%DATADIR%%/%%VERSION%%/views/memos/Memos.galview -%%DATADIR%%/%%VERSION%%/views/memos/galview.xml -%%DATADIR%%/%%VERSION%%/views/tasks/Tasks.galview -%%DATADIR%%/%%VERSION%%/views/tasks/With_DueDate.galview -%%DATADIR%%/%%VERSION%%/views/tasks/With_Status.galview -%%DATADIR%%/%%VERSION%%/views/tasks/galview.xml -share/gnome/help/evolution/C/evolution.xml -share/gnome/help/evolution/C/figures/attach_reminder_a.png -share/gnome/help/evolution/C/figures/calendar_preference_display.png -share/gnome/help/evolution/C/figures/categories_a.png -share/gnome/help/evolution/C/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/C/figures/delgt-add.png -share/gnome/help/evolution/C/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/C/figures/evo_adv_search_a.png -share/gnome/help/evolution/C/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/C/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/C/figures/evo_backup_warning.png -share/gnome/help/evolution/C/figures/evo_blink.png -share/gnome/help/evolution/C/figures/evo_cal_callout_a.png -share/gnome/help/evolution/C/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/C/figures/evo_calstatus_a.png -share/gnome/help/evolution/C/figures/evo_caltasks_a.png -share/gnome/help/evolution/C/figures/evo_contacteditor_a.png -share/gnome/help/evolution/C/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/C/figures/evo_dialog-info.png -share/gnome/help/evolution/C/figures/evo_dialog-warning.png -share/gnome/help/evolution/C/figures/evo_edit_search.png -share/gnome/help/evolution/C/figures/evo_exchng_mapi.png -share/gnome/help/evolution/C/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/C/figures/evo_gwreceive_a.png -share/gnome/help/evolution/C/figures/evo_gwstatustrack.png -share/gnome/help/evolution/C/figures/evo_imapreceive_a.png -share/gnome/help/evolution/C/figures/evo_junk_a.png -share/gnome/help/evolution/C/figures/evo_label_a.png -share/gnome/help/evolution/C/figures/evo_labels_a.png -share/gnome/help/evolution/C/figures/evo_mail_a.png -share/gnome/help/evolution/C/figures/evo_mail_callout_a.png -share/gnome/help/evolution/C/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/C/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/C/figures/evo_memo_a.png -share/gnome/help/evolution/C/figures/evo_mhreceive_a.png -share/gnome/help/evolution/C/figures/evo_newmail.png -share/gnome/help/evolution/C/figures/evo_newmess_a.png -share/gnome/help/evolution/C/figures/evo_offline.png -share/gnome/help/evolution/C/figures/evo_popreceive_a.png -share/gnome/help/evolution/C/figures/evo_proxyadd_a.png -share/gnome/help/evolution/C/figures/evo_rule_a.png -share/gnome/help/evolution/C/figures/evo_send_option_a.png -share/gnome/help/evolution/C/figures/evo_send_setup_a.png -share/gnome/help/evolution/C/figures/evo_sendstatus_a.png -share/gnome/help/evolution/C/figures/evo_shd_memo_a.png -share/gnome/help/evolution/C/figures/evo_usereceive_a.png -share/gnome/help/evolution/C/figures/evolution_contact_preference.png -share/gnome/help/evolution/C/figures/evolution_mail_preference.png -share/gnome/help/evolution/C/figures/exchng-rec-mails.png -share/gnome/help/evolution/C/figures/exchng-rec-options.png -share/gnome/help/evolution/C/figures/filter-new-fig.png -share/gnome/help/evolution/C/figures/folder_plus.png -share/gnome/help/evolution/C/figures/folder_size_mapi.png -share/gnome/help/evolution/C/figures/folder_size_preference.png -share/gnome/help/evolution/C/figures/google_cal_view.png -share/gnome/help/evolution/C/figures/groupwise_resend.png -share/gnome/help/evolution/C/figures/groupwise_resend_retract.png -share/gnome/help/evolution/C/figures/local_ics_calendar.png -share/gnome/help/evolution/C/figures/mailer_preferences.png -share/gnome/help/evolution/C/figures/meeting.png -share/gnome/help/evolution/C/figures/minus.png -share/gnome/help/evolution/C/figures/plus.png -share/gnome/help/evolution/C/figures/quick_add_a.png -share/gnome/help/evolution/C/figures/quick_reference.png -share/gnome/help/evolution/C/figures/stock_search.png -share/gnome/help/evolution/C/figures/ver_view_a.png -share/gnome/help/evolution/cs/evolution.xml -share/gnome/help/evolution/cs/figures/attach_reminder_a.png -share/gnome/help/evolution/cs/figures/calendar_preference_display.png -share/gnome/help/evolution/cs/figures/categories_a.png -share/gnome/help/evolution/cs/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/cs/figures/delgt-add.png -share/gnome/help/evolution/cs/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/cs/figures/evo_adv_search_a.png -share/gnome/help/evolution/cs/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/cs/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/cs/figures/evo_backup_warning.png -share/gnome/help/evolution/cs/figures/evo_blink.png -share/gnome/help/evolution/cs/figures/evo_cal_callout_a.png -share/gnome/help/evolution/cs/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/cs/figures/evo_calstatus_a.png -share/gnome/help/evolution/cs/figures/evo_caltasks_a.png -share/gnome/help/evolution/cs/figures/evo_contacteditor_a.png -share/gnome/help/evolution/cs/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/cs/figures/evo_dialog-info.png -share/gnome/help/evolution/cs/figures/evo_dialog-warning.png -share/gnome/help/evolution/cs/figures/evo_edit_search.png -share/gnome/help/evolution/cs/figures/evo_exchng_mapi.png -share/gnome/help/evolution/cs/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/cs/figures/evo_gwreceive_a.png -share/gnome/help/evolution/cs/figures/evo_gwstatustrack.png -share/gnome/help/evolution/cs/figures/evo_imapreceive_a.png -share/gnome/help/evolution/cs/figures/evo_junk_a.png -share/gnome/help/evolution/cs/figures/evo_label_a.png -share/gnome/help/evolution/cs/figures/evo_labels_a.png -share/gnome/help/evolution/cs/figures/evo_mail_a.png -share/gnome/help/evolution/cs/figures/evo_mail_callout_a.png -share/gnome/help/evolution/cs/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/cs/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/cs/figures/evo_memo_a.png -share/gnome/help/evolution/cs/figures/evo_mhreceive_a.png -share/gnome/help/evolution/cs/figures/evo_newmail.png -share/gnome/help/evolution/cs/figures/evo_newmess_a.png -share/gnome/help/evolution/cs/figures/evo_offline.png -share/gnome/help/evolution/cs/figures/evo_popreceive_a.png -share/gnome/help/evolution/cs/figures/evo_proxyadd_a.png -share/gnome/help/evolution/cs/figures/evo_rule_a.png -share/gnome/help/evolution/cs/figures/evo_send_option_a.png -share/gnome/help/evolution/cs/figures/evo_send_setup_a.png -share/gnome/help/evolution/cs/figures/evo_sendstatus_a.png -share/gnome/help/evolution/cs/figures/evo_shd_memo_a.png -share/gnome/help/evolution/cs/figures/evo_usereceive_a.png -share/gnome/help/evolution/cs/figures/evolution_contact_preference.png -share/gnome/help/evolution/cs/figures/evolution_mail_preference.png -share/gnome/help/evolution/cs/figures/exchng-rec-mails.png -share/gnome/help/evolution/cs/figures/exchng-rec-options.png -share/gnome/help/evolution/cs/figures/filter-new-fig.png -share/gnome/help/evolution/cs/figures/folder_plus.png -share/gnome/help/evolution/cs/figures/folder_size_mapi.png -share/gnome/help/evolution/cs/figures/folder_size_preference.png -share/gnome/help/evolution/cs/figures/google_cal_view.png -share/gnome/help/evolution/cs/figures/groupwise_resend.png -share/gnome/help/evolution/cs/figures/groupwise_resend_retract.png -share/gnome/help/evolution/cs/figures/local_ics_calendar.png -share/gnome/help/evolution/cs/figures/mailer_preferences.png -share/gnome/help/evolution/cs/figures/meeting.png -share/gnome/help/evolution/cs/figures/minus.png -share/gnome/help/evolution/cs/figures/plus.png -share/gnome/help/evolution/cs/figures/quick_add_a.png -share/gnome/help/evolution/cs/figures/quick_reference.png -share/gnome/help/evolution/cs/figures/stock_search.png -share/gnome/help/evolution/cs/figures/ver_view_a.png -share/gnome/help/evolution/de/evolution.xml -share/gnome/help/evolution/de/figures/attach_reminder_a.png -share/gnome/help/evolution/de/figures/calendar_preference_display.png -share/gnome/help/evolution/de/figures/categories_a.png -share/gnome/help/evolution/de/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/de/figures/delgt-add.png -share/gnome/help/evolution/de/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/de/figures/evo_adv_search_a.png -share/gnome/help/evolution/de/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/de/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/de/figures/evo_backup_warning.png -share/gnome/help/evolution/de/figures/evo_blink.png -share/gnome/help/evolution/de/figures/evo_cal_callout_a.png -share/gnome/help/evolution/de/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/de/figures/evo_calstatus_a.png -share/gnome/help/evolution/de/figures/evo_caltasks_a.png -share/gnome/help/evolution/de/figures/evo_contacteditor_a.png -share/gnome/help/evolution/de/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/de/figures/evo_dialog-info.png -share/gnome/help/evolution/de/figures/evo_dialog-warning.png -share/gnome/help/evolution/de/figures/evo_edit_search.png -share/gnome/help/evolution/de/figures/evo_exchng_mapi.png -share/gnome/help/evolution/de/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/de/figures/evo_gwreceive_a.png -share/gnome/help/evolution/de/figures/evo_gwstatustrack.png -share/gnome/help/evolution/de/figures/evo_imapreceive_a.png -share/gnome/help/evolution/de/figures/evo_junk_a.png -share/gnome/help/evolution/de/figures/evo_label_a.png -share/gnome/help/evolution/de/figures/evo_labels_a.png -share/gnome/help/evolution/de/figures/evo_mail_a.png -share/gnome/help/evolution/de/figures/evo_mail_callout_a.png -share/gnome/help/evolution/de/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/de/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/de/figures/evo_memo_a.png -share/gnome/help/evolution/de/figures/evo_mhreceive_a.png -share/gnome/help/evolution/de/figures/evo_newmail.png -share/gnome/help/evolution/de/figures/evo_newmess_a.png -share/gnome/help/evolution/de/figures/evo_offline.png -share/gnome/help/evolution/de/figures/evo_popreceive_a.png -share/gnome/help/evolution/de/figures/evo_proxyadd_a.png -share/gnome/help/evolution/de/figures/evo_rule_a.png -share/gnome/help/evolution/de/figures/evo_send_option_a.png -share/gnome/help/evolution/de/figures/evo_send_setup_a.png -share/gnome/help/evolution/de/figures/evo_sendstatus_a.png -share/gnome/help/evolution/de/figures/evo_shd_memo_a.png -share/gnome/help/evolution/de/figures/evo_usereceive_a.png -share/gnome/help/evolution/de/figures/evolution_contact_preference.png -share/gnome/help/evolution/de/figures/evolution_mail_preference.png -share/gnome/help/evolution/de/figures/exchng-rec-mails.png -share/gnome/help/evolution/de/figures/exchng-rec-options.png -share/gnome/help/evolution/de/figures/filter-new-fig.png -share/gnome/help/evolution/de/figures/folder_plus.png -share/gnome/help/evolution/de/figures/folder_size_mapi.png -share/gnome/help/evolution/de/figures/folder_size_preference.png -share/gnome/help/evolution/de/figures/google_cal_view.png -share/gnome/help/evolution/de/figures/groupwise_resend.png -share/gnome/help/evolution/de/figures/groupwise_resend_retract.png -share/gnome/help/evolution/de/figures/local_ics_calendar.png -share/gnome/help/evolution/de/figures/mailer_preferences.png -share/gnome/help/evolution/de/figures/meeting.png -share/gnome/help/evolution/de/figures/minus.png -share/gnome/help/evolution/de/figures/plus.png -share/gnome/help/evolution/de/figures/quick_add_a.png -share/gnome/help/evolution/de/figures/quick_reference.png -share/gnome/help/evolution/de/figures/stock_search.png -share/gnome/help/evolution/de/figures/ver_view_a.png -share/gnome/help/evolution/el/evolution.xml -share/gnome/help/evolution/el/figures/attach_reminder_a.png -share/gnome/help/evolution/el/figures/calendar_preference_display.png -share/gnome/help/evolution/el/figures/categories_a.png -share/gnome/help/evolution/el/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/el/figures/delgt-add.png -share/gnome/help/evolution/el/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/el/figures/evo_adv_search_a.png -share/gnome/help/evolution/el/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/el/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/el/figures/evo_backup_warning.png -share/gnome/help/evolution/el/figures/evo_blink.png -share/gnome/help/evolution/el/figures/evo_cal_callout_a.png -share/gnome/help/evolution/el/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/el/figures/evo_calstatus_a.png -share/gnome/help/evolution/el/figures/evo_caltasks_a.png -share/gnome/help/evolution/el/figures/evo_contacteditor_a.png -share/gnome/help/evolution/el/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/el/figures/evo_dialog-info.png -share/gnome/help/evolution/el/figures/evo_dialog-warning.png -share/gnome/help/evolution/el/figures/evo_edit_search.png -share/gnome/help/evolution/el/figures/evo_exchng_mapi.png -share/gnome/help/evolution/el/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/el/figures/evo_gwreceive_a.png -share/gnome/help/evolution/el/figures/evo_gwstatustrack.png -share/gnome/help/evolution/el/figures/evo_imapreceive_a.png -share/gnome/help/evolution/el/figures/evo_junk_a.png -share/gnome/help/evolution/el/figures/evo_label_a.png -share/gnome/help/evolution/el/figures/evo_labels_a.png -share/gnome/help/evolution/el/figures/evo_mail_a.png -share/gnome/help/evolution/el/figures/evo_mail_callout_a.png -share/gnome/help/evolution/el/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/el/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/el/figures/evo_memo_a.png -share/gnome/help/evolution/el/figures/evo_mhreceive_a.png -share/gnome/help/evolution/el/figures/evo_newmail.png -share/gnome/help/evolution/el/figures/evo_newmess_a.png -share/gnome/help/evolution/el/figures/evo_offline.png -share/gnome/help/evolution/el/figures/evo_popreceive_a.png -share/gnome/help/evolution/el/figures/evo_proxyadd_a.png -share/gnome/help/evolution/el/figures/evo_rule_a.png -share/gnome/help/evolution/el/figures/evo_send_option_a.png -share/gnome/help/evolution/el/figures/evo_send_setup_a.png -share/gnome/help/evolution/el/figures/evo_sendstatus_a.png -share/gnome/help/evolution/el/figures/evo_shd_memo_a.png -share/gnome/help/evolution/el/figures/evo_usereceive_a.png -share/gnome/help/evolution/el/figures/evolution_contact_preference.png -share/gnome/help/evolution/el/figures/evolution_mail_preference.png -share/gnome/help/evolution/el/figures/exchng-rec-mails.png -share/gnome/help/evolution/el/figures/exchng-rec-options.png -share/gnome/help/evolution/el/figures/filter-new-fig.png -share/gnome/help/evolution/el/figures/folder_plus.png -share/gnome/help/evolution/el/figures/folder_size_mapi.png -share/gnome/help/evolution/el/figures/folder_size_preference.png -share/gnome/help/evolution/el/figures/google_cal_view.png -share/gnome/help/evolution/el/figures/groupwise_resend.png -share/gnome/help/evolution/el/figures/groupwise_resend_retract.png -share/gnome/help/evolution/el/figures/local_ics_calendar.png -share/gnome/help/evolution/el/figures/mailer_preferences.png -share/gnome/help/evolution/el/figures/meeting.png -share/gnome/help/evolution/el/figures/minus.png -share/gnome/help/evolution/el/figures/plus.png -share/gnome/help/evolution/el/figures/quick_add_a.png -share/gnome/help/evolution/el/figures/quick_reference.png -share/gnome/help/evolution/el/figures/stock_search.png -share/gnome/help/evolution/el/figures/ver_view_a.png -share/gnome/help/evolution/en_GB/evolution.xml -share/gnome/help/evolution/en_GB/figures/attach_reminder_a.png -share/gnome/help/evolution/en_GB/figures/calendar_preference_display.png -share/gnome/help/evolution/en_GB/figures/categories_a.png -share/gnome/help/evolution/en_GB/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/en_GB/figures/delgt-add.png -share/gnome/help/evolution/en_GB/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/en_GB/figures/evo_adv_search_a.png -share/gnome/help/evolution/en_GB/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/en_GB/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/en_GB/figures/evo_backup_warning.png -share/gnome/help/evolution/en_GB/figures/evo_blink.png -share/gnome/help/evolution/en_GB/figures/evo_cal_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/en_GB/figures/evo_calstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_caltasks_a.png -share/gnome/help/evolution/en_GB/figures/evo_contacteditor_a.png -share/gnome/help/evolution/en_GB/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-info.png -share/gnome/help/evolution/en_GB/figures/evo_dialog-warning.png -share/gnome/help/evolution/en_GB/figures/evo_edit_search.png -share/gnome/help/evolution/en_GB/figures/evo_exchng_mapi.png -share/gnome/help/evolution/en_GB/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwstatustrack.png -share/gnome/help/evolution/en_GB/figures/evo_imapreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_junk_a.png -share/gnome/help/evolution/en_GB/figures/evo_label_a.png -share/gnome/help/evolution/en_GB/figures/evo_labels_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_a.png -share/gnome/help/evolution/en_GB/figures/evo_mail_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_mhreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_newmail.png -share/gnome/help/evolution/en_GB/figures/evo_newmess_a.png -share/gnome/help/evolution/en_GB/figures/evo_offline.png -share/gnome/help/evolution/en_GB/figures/evo_popreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_proxyadd_a.png -share/gnome/help/evolution/en_GB/figures/evo_rule_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_option_a.png -share/gnome/help/evolution/en_GB/figures/evo_send_setup_a.png -share/gnome/help/evolution/en_GB/figures/evo_sendstatus_a.png -share/gnome/help/evolution/en_GB/figures/evo_shd_memo_a.png -share/gnome/help/evolution/en_GB/figures/evo_usereceive_a.png -share/gnome/help/evolution/en_GB/figures/evolution_contact_preference.png -share/gnome/help/evolution/en_GB/figures/evolution_mail_preference.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-mails.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-options.png -share/gnome/help/evolution/en_GB/figures/filter-new-fig.png -share/gnome/help/evolution/en_GB/figures/folder_plus.png -share/gnome/help/evolution/en_GB/figures/folder_size_mapi.png -share/gnome/help/evolution/en_GB/figures/folder_size_preference.png -share/gnome/help/evolution/en_GB/figures/google_cal_view.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend.png -share/gnome/help/evolution/en_GB/figures/groupwise_resend_retract.png -share/gnome/help/evolution/en_GB/figures/local_ics_calendar.png -share/gnome/help/evolution/en_GB/figures/mailer_preferences.png -share/gnome/help/evolution/en_GB/figures/meeting.png -share/gnome/help/evolution/en_GB/figures/minus.png -share/gnome/help/evolution/en_GB/figures/plus.png -share/gnome/help/evolution/en_GB/figures/quick_add_a.png -share/gnome/help/evolution/en_GB/figures/quick_reference.png -share/gnome/help/evolution/en_GB/figures/stock_search.png -share/gnome/help/evolution/en_GB/figures/ver_view_a.png -share/gnome/help/evolution/es/evolution.xml -share/gnome/help/evolution/es/figures/attach_reminder_a.png -share/gnome/help/evolution/es/figures/calendar_preference_display.png -share/gnome/help/evolution/es/figures/categories_a.png -share/gnome/help/evolution/es/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/es/figures/delgt-add.png -share/gnome/help/evolution/es/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/es/figures/evo_adv_search_a.png -share/gnome/help/evolution/es/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/es/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/es/figures/evo_backup_warning.png -share/gnome/help/evolution/es/figures/evo_blink.png -share/gnome/help/evolution/es/figures/evo_cal_callout_a.png -share/gnome/help/evolution/es/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/es/figures/evo_calstatus_a.png -share/gnome/help/evolution/es/figures/evo_caltasks_a.png -share/gnome/help/evolution/es/figures/evo_contacteditor_a.png -share/gnome/help/evolution/es/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/es/figures/evo_dialog-info.png -share/gnome/help/evolution/es/figures/evo_dialog-warning.png -share/gnome/help/evolution/es/figures/evo_edit_search.png -share/gnome/help/evolution/es/figures/evo_exchng_mapi.png -share/gnome/help/evolution/es/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/es/figures/evo_gwreceive_a.png -share/gnome/help/evolution/es/figures/evo_gwstatustrack.png -share/gnome/help/evolution/es/figures/evo_imapreceive_a.png -share/gnome/help/evolution/es/figures/evo_junk_a.png -share/gnome/help/evolution/es/figures/evo_label_a.png -share/gnome/help/evolution/es/figures/evo_labels_a.png -share/gnome/help/evolution/es/figures/evo_mail_a.png -share/gnome/help/evolution/es/figures/evo_mail_callout_a.png -share/gnome/help/evolution/es/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/es/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/es/figures/evo_memo_a.png -share/gnome/help/evolution/es/figures/evo_mhreceive_a.png -share/gnome/help/evolution/es/figures/evo_newmail.png -share/gnome/help/evolution/es/figures/evo_newmess_a.png -share/gnome/help/evolution/es/figures/evo_offline.png -share/gnome/help/evolution/es/figures/evo_popreceive_a.png -share/gnome/help/evolution/es/figures/evo_proxyadd_a.png -share/gnome/help/evolution/es/figures/evo_rule_a.png -share/gnome/help/evolution/es/figures/evo_send_option_a.png -share/gnome/help/evolution/es/figures/evo_send_setup_a.png -share/gnome/help/evolution/es/figures/evo_sendstatus_a.png -share/gnome/help/evolution/es/figures/evo_shd_memo_a.png -share/gnome/help/evolution/es/figures/evo_usereceive_a.png -share/gnome/help/evolution/es/figures/evolution_contact_preference.png -share/gnome/help/evolution/es/figures/evolution_mail_preference.png -share/gnome/help/evolution/es/figures/exchng-rec-mails.png -share/gnome/help/evolution/es/figures/exchng-rec-options.png -share/gnome/help/evolution/es/figures/filter-new-fig.png -share/gnome/help/evolution/es/figures/folder_plus.png -share/gnome/help/evolution/es/figures/folder_size_mapi.png -share/gnome/help/evolution/es/figures/folder_size_preference.png -share/gnome/help/evolution/es/figures/google_cal_view.png -share/gnome/help/evolution/es/figures/groupwise_resend.png -share/gnome/help/evolution/es/figures/groupwise_resend_retract.png -share/gnome/help/evolution/es/figures/local_ics_calendar.png -share/gnome/help/evolution/es/figures/mailer_preferences.png -share/gnome/help/evolution/es/figures/meeting.png -share/gnome/help/evolution/es/figures/minus.png -share/gnome/help/evolution/es/figures/plus.png -share/gnome/help/evolution/es/figures/quick_add_a.png -share/gnome/help/evolution/es/figures/quick_reference.png -share/gnome/help/evolution/es/figures/stock_search.png -share/gnome/help/evolution/es/figures/ver_view_a.png -share/gnome/help/evolution/eu/evolution.xml -share/gnome/help/evolution/eu/figures/attach_reminder_a.png -share/gnome/help/evolution/eu/figures/calendar_preference_display.png -share/gnome/help/evolution/eu/figures/categories_a.png -share/gnome/help/evolution/eu/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/eu/figures/delgt-add.png -share/gnome/help/evolution/eu/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/eu/figures/evo_adv_search_a.png -share/gnome/help/evolution/eu/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/eu/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/eu/figures/evo_backup_warning.png -share/gnome/help/evolution/eu/figures/evo_blink.png -share/gnome/help/evolution/eu/figures/evo_cal_callout_a.png -share/gnome/help/evolution/eu/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/eu/figures/evo_calstatus_a.png -share/gnome/help/evolution/eu/figures/evo_caltasks_a.png -share/gnome/help/evolution/eu/figures/evo_contacteditor_a.png -share/gnome/help/evolution/eu/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/eu/figures/evo_dialog-info.png -share/gnome/help/evolution/eu/figures/evo_dialog-warning.png -share/gnome/help/evolution/eu/figures/evo_edit_search.png -share/gnome/help/evolution/eu/figures/evo_exchng_mapi.png -share/gnome/help/evolution/eu/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/eu/figures/evo_gwreceive_a.png -share/gnome/help/evolution/eu/figures/evo_gwstatustrack.png -share/gnome/help/evolution/eu/figures/evo_imapreceive_a.png -share/gnome/help/evolution/eu/figures/evo_junk_a.png -share/gnome/help/evolution/eu/figures/evo_label_a.png -share/gnome/help/evolution/eu/figures/evo_labels_a.png -share/gnome/help/evolution/eu/figures/evo_mail_a.png -share/gnome/help/evolution/eu/figures/evo_mail_callout_a.png -share/gnome/help/evolution/eu/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/eu/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/eu/figures/evo_memo_a.png -share/gnome/help/evolution/eu/figures/evo_mhreceive_a.png -share/gnome/help/evolution/eu/figures/evo_newmail.png -share/gnome/help/evolution/eu/figures/evo_newmess_a.png -share/gnome/help/evolution/eu/figures/evo_offline.png -share/gnome/help/evolution/eu/figures/evo_popreceive_a.png -share/gnome/help/evolution/eu/figures/evo_proxyadd_a.png -share/gnome/help/evolution/eu/figures/evo_rule_a.png -share/gnome/help/evolution/eu/figures/evo_send_option_a.png -share/gnome/help/evolution/eu/figures/evo_send_setup_a.png -share/gnome/help/evolution/eu/figures/evo_sendstatus_a.png -share/gnome/help/evolution/eu/figures/evo_shd_memo_a.png -share/gnome/help/evolution/eu/figures/evo_usereceive_a.png -share/gnome/help/evolution/eu/figures/evolution_contact_preference.png -share/gnome/help/evolution/eu/figures/evolution_mail_preference.png -share/gnome/help/evolution/eu/figures/exchng-rec-mails.png -share/gnome/help/evolution/eu/figures/exchng-rec-options.png -share/gnome/help/evolution/eu/figures/filter-new-fig.png -share/gnome/help/evolution/eu/figures/folder_plus.png -share/gnome/help/evolution/eu/figures/folder_size_mapi.png -share/gnome/help/evolution/eu/figures/folder_size_preference.png -share/gnome/help/evolution/eu/figures/google_cal_view.png -share/gnome/help/evolution/eu/figures/groupwise_resend.png -share/gnome/help/evolution/eu/figures/groupwise_resend_retract.png -share/gnome/help/evolution/eu/figures/local_ics_calendar.png -share/gnome/help/evolution/eu/figures/mailer_preferences.png -share/gnome/help/evolution/eu/figures/meeting.png -share/gnome/help/evolution/eu/figures/minus.png -share/gnome/help/evolution/eu/figures/plus.png -share/gnome/help/evolution/eu/figures/quick_add_a.png -share/gnome/help/evolution/eu/figures/quick_reference.png -share/gnome/help/evolution/eu/figures/stock_search.png -share/gnome/help/evolution/eu/figures/ver_view_a.png -share/gnome/help/evolution/fr/evolution.xml -share/gnome/help/evolution/fr/figures/attach_reminder_a.png -share/gnome/help/evolution/fr/figures/calendar_preference_display.png -share/gnome/help/evolution/fr/figures/categories_a.png -share/gnome/help/evolution/fr/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/fr/figures/delgt-add.png -share/gnome/help/evolution/fr/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/fr/figures/evo_adv_search_a.png -share/gnome/help/evolution/fr/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/fr/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/fr/figures/evo_backup_warning.png -share/gnome/help/evolution/fr/figures/evo_blink.png -share/gnome/help/evolution/fr/figures/evo_cal_callout_a.png -share/gnome/help/evolution/fr/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/fr/figures/evo_calstatus_a.png -share/gnome/help/evolution/fr/figures/evo_caltasks_a.png -share/gnome/help/evolution/fr/figures/evo_contacteditor_a.png -share/gnome/help/evolution/fr/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/fr/figures/evo_dialog-info.png -share/gnome/help/evolution/fr/figures/evo_dialog-warning.png -share/gnome/help/evolution/fr/figures/evo_edit_search.png -share/gnome/help/evolution/fr/figures/evo_exchng_mapi.png -share/gnome/help/evolution/fr/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/fr/figures/evo_gwreceive_a.png -share/gnome/help/evolution/fr/figures/evo_gwstatustrack.png -share/gnome/help/evolution/fr/figures/evo_imapreceive_a.png -share/gnome/help/evolution/fr/figures/evo_junk_a.png -share/gnome/help/evolution/fr/figures/evo_label_a.png -share/gnome/help/evolution/fr/figures/evo_labels_a.png -share/gnome/help/evolution/fr/figures/evo_mail_a.png -share/gnome/help/evolution/fr/figures/evo_mail_callout_a.png -share/gnome/help/evolution/fr/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/fr/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/fr/figures/evo_memo_a.png -share/gnome/help/evolution/fr/figures/evo_mhreceive_a.png -share/gnome/help/evolution/fr/figures/evo_newmail.png -share/gnome/help/evolution/fr/figures/evo_newmess_a.png -share/gnome/help/evolution/fr/figures/evo_offline.png -share/gnome/help/evolution/fr/figures/evo_popreceive_a.png -share/gnome/help/evolution/fr/figures/evo_proxyadd_a.png -share/gnome/help/evolution/fr/figures/evo_rule_a.png -share/gnome/help/evolution/fr/figures/evo_send_option_a.png -share/gnome/help/evolution/fr/figures/evo_send_setup_a.png -share/gnome/help/evolution/fr/figures/evo_sendstatus_a.png -share/gnome/help/evolution/fr/figures/evo_shd_memo_a.png -share/gnome/help/evolution/fr/figures/evo_usereceive_a.png -share/gnome/help/evolution/fr/figures/evolution_contact_preference.png -share/gnome/help/evolution/fr/figures/evolution_mail_preference.png -share/gnome/help/evolution/fr/figures/exchng-rec-mails.png -share/gnome/help/evolution/fr/figures/exchng-rec-options.png -share/gnome/help/evolution/fr/figures/filter-new-fig.png -share/gnome/help/evolution/fr/figures/folder_plus.png -share/gnome/help/evolution/fr/figures/folder_size_mapi.png -share/gnome/help/evolution/fr/figures/folder_size_preference.png -share/gnome/help/evolution/fr/figures/google_cal_view.png -share/gnome/help/evolution/fr/figures/groupwise_resend.png -share/gnome/help/evolution/fr/figures/groupwise_resend_retract.png -share/gnome/help/evolution/fr/figures/local_ics_calendar.png -share/gnome/help/evolution/fr/figures/mailer_preferences.png -share/gnome/help/evolution/fr/figures/meeting.png -share/gnome/help/evolution/fr/figures/minus.png -share/gnome/help/evolution/fr/figures/plus.png -share/gnome/help/evolution/fr/figures/quick_add_a.png -share/gnome/help/evolution/fr/figures/quick_reference.png -share/gnome/help/evolution/fr/figures/stock_search.png -share/gnome/help/evolution/fr/figures/ver_view_a.png -share/gnome/help/evolution/mk/evolution.xml -share/gnome/help/evolution/mk/figures/attach_reminder_a.png -share/gnome/help/evolution/mk/figures/calendar_preference_display.png -share/gnome/help/evolution/mk/figures/categories_a.png -share/gnome/help/evolution/mk/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/mk/figures/delgt-add.png -share/gnome/help/evolution/mk/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/mk/figures/evo_adv_search_a.png -share/gnome/help/evolution/mk/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/mk/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/mk/figures/evo_backup_warning.png -share/gnome/help/evolution/mk/figures/evo_blink.png -share/gnome/help/evolution/mk/figures/evo_cal_callout_a.png -share/gnome/help/evolution/mk/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/mk/figures/evo_calstatus_a.png -share/gnome/help/evolution/mk/figures/evo_caltasks_a.png -share/gnome/help/evolution/mk/figures/evo_contacteditor_a.png -share/gnome/help/evolution/mk/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/mk/figures/evo_dialog-info.png -share/gnome/help/evolution/mk/figures/evo_dialog-warning.png -share/gnome/help/evolution/mk/figures/evo_edit_search.png -share/gnome/help/evolution/mk/figures/evo_exchng_mapi.png -share/gnome/help/evolution/mk/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/mk/figures/evo_gwreceive_a.png -share/gnome/help/evolution/mk/figures/evo_gwstatustrack.png -share/gnome/help/evolution/mk/figures/evo_imapreceive_a.png -share/gnome/help/evolution/mk/figures/evo_junk_a.png -share/gnome/help/evolution/mk/figures/evo_label_a.png -share/gnome/help/evolution/mk/figures/evo_labels_a.png -share/gnome/help/evolution/mk/figures/evo_mail_a.png -share/gnome/help/evolution/mk/figures/evo_mail_callout_a.png -share/gnome/help/evolution/mk/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/mk/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/mk/figures/evo_memo_a.png -share/gnome/help/evolution/mk/figures/evo_mhreceive_a.png -share/gnome/help/evolution/mk/figures/evo_newmail.png -share/gnome/help/evolution/mk/figures/evo_newmess_a.png -share/gnome/help/evolution/mk/figures/evo_offline.png -share/gnome/help/evolution/mk/figures/evo_popreceive_a.png -share/gnome/help/evolution/mk/figures/evo_proxyadd_a.png -share/gnome/help/evolution/mk/figures/evo_rule_a.png -share/gnome/help/evolution/mk/figures/evo_send_option_a.png -share/gnome/help/evolution/mk/figures/evo_send_setup_a.png -share/gnome/help/evolution/mk/figures/evo_sendstatus_a.png -share/gnome/help/evolution/mk/figures/evo_shd_memo_a.png -share/gnome/help/evolution/mk/figures/evo_usereceive_a.png -share/gnome/help/evolution/mk/figures/evolution_contact_preference.png -share/gnome/help/evolution/mk/figures/evolution_mail_preference.png -share/gnome/help/evolution/mk/figures/exchng-rec-mails.png -share/gnome/help/evolution/mk/figures/exchng-rec-options.png -share/gnome/help/evolution/mk/figures/filter-new-fig.png -share/gnome/help/evolution/mk/figures/folder_plus.png -share/gnome/help/evolution/mk/figures/folder_size_mapi.png -share/gnome/help/evolution/mk/figures/folder_size_preference.png -share/gnome/help/evolution/mk/figures/google_cal_view.png -share/gnome/help/evolution/mk/figures/groupwise_resend.png -share/gnome/help/evolution/mk/figures/groupwise_resend_retract.png -share/gnome/help/evolution/mk/figures/local_ics_calendar.png -share/gnome/help/evolution/mk/figures/mailer_preferences.png -share/gnome/help/evolution/mk/figures/meeting.png -share/gnome/help/evolution/mk/figures/minus.png -share/gnome/help/evolution/mk/figures/plus.png -share/gnome/help/evolution/mk/figures/quick_add_a.png -share/gnome/help/evolution/mk/figures/quick_reference.png -share/gnome/help/evolution/mk/figures/stock_search.png -share/gnome/help/evolution/mk/figures/ver_view_a.png -share/gnome/help/evolution/oc/evolution.xml -share/gnome/help/evolution/oc/figures/attach_reminder_a.png -share/gnome/help/evolution/oc/figures/calendar_preference_display.png -share/gnome/help/evolution/oc/figures/categories_a.png -share/gnome/help/evolution/oc/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/oc/figures/delgt-add.png -share/gnome/help/evolution/oc/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/oc/figures/evo_adv_search_a.png -share/gnome/help/evolution/oc/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/oc/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/oc/figures/evo_backup_warning.png -share/gnome/help/evolution/oc/figures/evo_blink.png -share/gnome/help/evolution/oc/figures/evo_cal_callout_a.png -share/gnome/help/evolution/oc/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/oc/figures/evo_calstatus_a.png -share/gnome/help/evolution/oc/figures/evo_caltasks_a.png -share/gnome/help/evolution/oc/figures/evo_contacteditor_a.png -share/gnome/help/evolution/oc/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/oc/figures/evo_dialog-info.png -share/gnome/help/evolution/oc/figures/evo_dialog-warning.png -share/gnome/help/evolution/oc/figures/evo_edit_search.png -share/gnome/help/evolution/oc/figures/evo_exchng_mapi.png -share/gnome/help/evolution/oc/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/oc/figures/evo_gwreceive_a.png -share/gnome/help/evolution/oc/figures/evo_gwstatustrack.png -share/gnome/help/evolution/oc/figures/evo_imapreceive_a.png -share/gnome/help/evolution/oc/figures/evo_junk_a.png -share/gnome/help/evolution/oc/figures/evo_label_a.png -share/gnome/help/evolution/oc/figures/evo_labels_a.png -share/gnome/help/evolution/oc/figures/evo_mail_a.png -share/gnome/help/evolution/oc/figures/evo_mail_callout_a.png -share/gnome/help/evolution/oc/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/oc/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/oc/figures/evo_memo_a.png -share/gnome/help/evolution/oc/figures/evo_mhreceive_a.png -share/gnome/help/evolution/oc/figures/evo_newmail.png -share/gnome/help/evolution/oc/figures/evo_newmess_a.png -share/gnome/help/evolution/oc/figures/evo_offline.png -share/gnome/help/evolution/oc/figures/evo_popreceive_a.png -share/gnome/help/evolution/oc/figures/evo_proxyadd_a.png -share/gnome/help/evolution/oc/figures/evo_rule_a.png -share/gnome/help/evolution/oc/figures/evo_send_option_a.png -share/gnome/help/evolution/oc/figures/evo_send_setup_a.png -share/gnome/help/evolution/oc/figures/evo_sendstatus_a.png -share/gnome/help/evolution/oc/figures/evo_shd_memo_a.png -share/gnome/help/evolution/oc/figures/evo_usereceive_a.png -share/gnome/help/evolution/oc/figures/evolution_contact_preference.png -share/gnome/help/evolution/oc/figures/evolution_mail_preference.png -share/gnome/help/evolution/oc/figures/exchng-rec-mails.png -share/gnome/help/evolution/oc/figures/exchng-rec-options.png -share/gnome/help/evolution/oc/figures/filter-new-fig.png -share/gnome/help/evolution/oc/figures/folder_plus.png -share/gnome/help/evolution/oc/figures/folder_size_mapi.png -share/gnome/help/evolution/oc/figures/folder_size_preference.png -share/gnome/help/evolution/oc/figures/google_cal_view.png -share/gnome/help/evolution/oc/figures/groupwise_resend.png -share/gnome/help/evolution/oc/figures/groupwise_resend_retract.png -share/gnome/help/evolution/oc/figures/local_ics_calendar.png -share/gnome/help/evolution/oc/figures/mailer_preferences.png -share/gnome/help/evolution/oc/figures/meeting.png -share/gnome/help/evolution/oc/figures/minus.png -share/gnome/help/evolution/oc/figures/plus.png -share/gnome/help/evolution/oc/figures/quick_add_a.png -share/gnome/help/evolution/oc/figures/quick_reference.png -share/gnome/help/evolution/oc/figures/stock_search.png -share/gnome/help/evolution/oc/figures/ver_view_a.png -share/gnome/help/evolution/ru/evolution.xml -share/gnome/help/evolution/ru/figures/attach_reminder_a.png -share/gnome/help/evolution/ru/figures/calendar_preference_display.png -share/gnome/help/evolution/ru/figures/categories_a.png -share/gnome/help/evolution/ru/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/ru/figures/delgt-add.png -share/gnome/help/evolution/ru/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/ru/figures/evo_adv_search_a.png -share/gnome/help/evolution/ru/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/ru/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/ru/figures/evo_backup_warning.png -share/gnome/help/evolution/ru/figures/evo_blink.png -share/gnome/help/evolution/ru/figures/evo_cal_callout_a.png -share/gnome/help/evolution/ru/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/ru/figures/evo_calstatus_a.png -share/gnome/help/evolution/ru/figures/evo_caltasks_a.png -share/gnome/help/evolution/ru/figures/evo_contacteditor_a.png -share/gnome/help/evolution/ru/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/ru/figures/evo_dialog-info.png -share/gnome/help/evolution/ru/figures/evo_dialog-warning.png -share/gnome/help/evolution/ru/figures/evo_edit_search.png -share/gnome/help/evolution/ru/figures/evo_exchng_mapi.png -share/gnome/help/evolution/ru/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/ru/figures/evo_gwreceive_a.png -share/gnome/help/evolution/ru/figures/evo_gwstatustrack.png -share/gnome/help/evolution/ru/figures/evo_imapreceive_a.png -share/gnome/help/evolution/ru/figures/evo_junk_a.png -share/gnome/help/evolution/ru/figures/evo_label_a.png -share/gnome/help/evolution/ru/figures/evo_labels_a.png -share/gnome/help/evolution/ru/figures/evo_mail_a.png -share/gnome/help/evolution/ru/figures/evo_mail_callout_a.png -share/gnome/help/evolution/ru/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/ru/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/ru/figures/evo_memo_a.png -share/gnome/help/evolution/ru/figures/evo_mhreceive_a.png -share/gnome/help/evolution/ru/figures/evo_newmail.png -share/gnome/help/evolution/ru/figures/evo_newmess_a.png -share/gnome/help/evolution/ru/figures/evo_offline.png -share/gnome/help/evolution/ru/figures/evo_popreceive_a.png -share/gnome/help/evolution/ru/figures/evo_proxyadd_a.png -share/gnome/help/evolution/ru/figures/evo_rule_a.png -share/gnome/help/evolution/ru/figures/evo_send_option_a.png -share/gnome/help/evolution/ru/figures/evo_send_setup_a.png -share/gnome/help/evolution/ru/figures/evo_sendstatus_a.png -share/gnome/help/evolution/ru/figures/evo_shd_memo_a.png -share/gnome/help/evolution/ru/figures/evo_usereceive_a.png -share/gnome/help/evolution/ru/figures/evolution_contact_preference.png -share/gnome/help/evolution/ru/figures/evolution_mail_preference.png -share/gnome/help/evolution/ru/figures/exchng-rec-mails.png -share/gnome/help/evolution/ru/figures/exchng-rec-options.png -share/gnome/help/evolution/ru/figures/filter-new-fig.png -share/gnome/help/evolution/ru/figures/folder_plus.png -share/gnome/help/evolution/ru/figures/folder_size_mapi.png -share/gnome/help/evolution/ru/figures/folder_size_preference.png -share/gnome/help/evolution/ru/figures/google_cal_view.png -share/gnome/help/evolution/ru/figures/groupwise_resend.png -share/gnome/help/evolution/ru/figures/groupwise_resend_retract.png -share/gnome/help/evolution/ru/figures/local_ics_calendar.png -share/gnome/help/evolution/ru/figures/mailer_preferences.png -share/gnome/help/evolution/ru/figures/meeting.png -share/gnome/help/evolution/ru/figures/minus.png -share/gnome/help/evolution/ru/figures/plus.png -share/gnome/help/evolution/ru/figures/quick_add_a.png -share/gnome/help/evolution/ru/figures/quick_reference.png -share/gnome/help/evolution/ru/figures/stock_search.png -share/gnome/help/evolution/ru/figures/ver_view_a.png -share/gnome/help/evolution/sv/evolution.xml -share/gnome/help/evolution/sv/figures/attach_reminder_a.png -share/gnome/help/evolution/sv/figures/calendar_preference_display.png -share/gnome/help/evolution/sv/figures/categories_a.png -share/gnome/help/evolution/sv/figures/contacts_mainwindow_a.png -share/gnome/help/evolution/sv/figures/delgt-add.png -share/gnome/help/evolution/sv/figures/evo_Wcal_prop_a.png -share/gnome/help/evolution/sv/figures/evo_adv_search_a.png -share/gnome/help/evolution/sv/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/sv/figures/evo_backup_prgsbar.png -share/gnome/help/evolution/sv/figures/evo_backup_warning.png -share/gnome/help/evolution/sv/figures/evo_blink.png -share/gnome/help/evolution/sv/figures/evo_cal_callout_a.png -share/gnome/help/evolution/sv/figures/evo_calender_appointmnt.png -share/gnome/help/evolution/sv/figures/evo_calstatus_a.png -share/gnome/help/evolution/sv/figures/evo_caltasks_a.png -share/gnome/help/evolution/sv/figures/evo_contacteditor_a.png -share/gnome/help/evolution/sv/figures/evo_delegate_permission_a.png -share/gnome/help/evolution/sv/figures/evo_dialog-info.png -share/gnome/help/evolution/sv/figures/evo_dialog-warning.png -share/gnome/help/evolution/sv/figures/evo_edit_search.png -share/gnome/help/evolution/sv/figures/evo_exchng_mapi.png -share/gnome/help/evolution/sv/figures/evo_flag_follow_up_a.png -share/gnome/help/evolution/sv/figures/evo_gwreceive_a.png -share/gnome/help/evolution/sv/figures/evo_gwstatustrack.png -share/gnome/help/evolution/sv/figures/evo_imapreceive_a.png -share/gnome/help/evolution/sv/figures/evo_junk_a.png -share/gnome/help/evolution/sv/figures/evo_label_a.png -share/gnome/help/evolution/sv/figures/evo_labels_a.png -share/gnome/help/evolution/sv/figures/evo_mail_a.png -share/gnome/help/evolution/sv/figures/evo_mail_callout_a.png -share/gnome/help/evolution/sv/figures/evo_maildirreceive_a.png -share/gnome/help/evolution/sv/figures/evo_mboxreceive_a.png -share/gnome/help/evolution/sv/figures/evo_memo_a.png -share/gnome/help/evolution/sv/figures/evo_mhreceive_a.png -share/gnome/help/evolution/sv/figures/evo_newmail.png -share/gnome/help/evolution/sv/figures/evo_newmess_a.png -share/gnome/help/evolution/sv/figures/evo_offline.png -share/gnome/help/evolution/sv/figures/evo_popreceive_a.png -share/gnome/help/evolution/sv/figures/evo_proxyadd_a.png -share/gnome/help/evolution/sv/figures/evo_rule_a.png -share/gnome/help/evolution/sv/figures/evo_send_option_a.png -share/gnome/help/evolution/sv/figures/evo_send_setup_a.png -share/gnome/help/evolution/sv/figures/evo_sendstatus_a.png -share/gnome/help/evolution/sv/figures/evo_shd_memo_a.png -share/gnome/help/evolution/sv/figures/evo_usereceive_a.png -share/gnome/help/evolution/sv/figures/evolution_contact_preference.png -share/gnome/help/evolution/sv/figures/evolution_mail_preference.png -share/gnome/help/evolution/sv/figures/exchng-rec-mails.png -share/gnome/help/evolution/sv/figures/exchng-rec-options.png -share/gnome/help/evolution/sv/figures/filter-new-fig.png -share/gnome/help/evolution/sv/figures/folder_plus.png -share/gnome/help/evolution/sv/figures/folder_size_mapi.png -share/gnome/help/evolution/sv/figures/folder_size_preference.png -share/gnome/help/evolution/sv/figures/google_cal_view.png -share/gnome/help/evolution/sv/figures/groupwise_resend.png -share/gnome/help/evolution/sv/figures/groupwise_resend_retract.png -share/gnome/help/evolution/sv/figures/local_ics_calendar.png -share/gnome/help/evolution/sv/figures/mailer_preferences.png -share/gnome/help/evolution/sv/figures/meeting.png -share/gnome/help/evolution/sv/figures/minus.png -share/gnome/help/evolution/sv/figures/plus.png -share/gnome/help/evolution/sv/figures/quick_add_a.png -share/gnome/help/evolution/sv/figures/quick_reference.png -share/gnome/help/evolution/sv/figures/stock_search.png -share/gnome/help/evolution/sv/figures/ver_view_a.png -%%PILOT%%share/gnome-pilot/conduits/e-address.conduit -%%PILOT%%share/gnome-pilot/conduits/e-calendar.conduit -%%PILOT%%share/gnome-pilot/conduits/e-memo.conduit -%%PILOT%%share/gnome-pilot/conduits/e-todo.conduit -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/locale/af/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/am/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/as/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ast/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/be@latin/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/br/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/bs/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ca@valencia/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_AU/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/en@shaw/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/gu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/id/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/is/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ku/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mai/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nds/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/or/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ps/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/si/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/te/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/xh/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/evolution-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo -share/mime-info/evolution.mime -share/omf/evolution/evolution-C.omf -share/omf/evolution/evolution-cs.omf -share/omf/evolution/evolution-de.omf -share/omf/evolution/evolution-el.omf -share/omf/evolution/evolution-en_GB.omf -share/omf/evolution/evolution-es.omf -share/omf/evolution/evolution-eu.omf -share/omf/evolution/evolution-fr.omf -share/omf/evolution/evolution-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/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/eu/figures -@dirrm share/gnome/help/evolution/eu -@dirrm share/gnome/help/evolution/es/figures -@dirrm share/gnome/help/evolution/es -@dirrm share/gnome/help/evolution/en_GB/figures -@dirrm share/gnome/help/evolution/en_GB -@dirrm share/gnome/help/evolution/el/figures -@dirrm share/gnome/help/evolution/el -@dirrm share/gnome/help/evolution/de/figures -@dirrm share/gnome/help/evolution/de -@dirrm share/gnome/help/evolution/cs/figures -@dirrm share/gnome/help/evolution/cs -@dirrm share/gnome/help/evolution/C/figures -@dirrm share/gnome/help/evolution/C -@dirrm share/gnome/help/evolution -@dirrm %%DATADIR%%/%%VERSION%%/views/tasks -@dirrm %%DATADIR%%/%%VERSION%%/views/memos -@dirrm %%DATADIR%%/%%VERSION%%/views/mail -@dirrm %%DATADIR%%/%%VERSION%%/views/calendar -@dirrm %%DATADIR%%/%%VERSION%%/views/addressbook -@dirrm %%DATADIR%%/%%VERSION%%/views -@dirrm %%DATADIR%%/%%VERSION%%/ui -@dirrm %%DATADIR%%/%%VERSION%%/sounds -@dirrm %%DATADIR%%/%%VERSION%%/mail-autoconfig -@dirrm %%DATADIR%%/%%VERSION%%/images -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/categories -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/32x32 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/status -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/places -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/apps -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16/actions -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor/16x16 -@dirrm %%DATADIR%%/%%VERSION%%/icons/hicolor -@dirrm %%DATADIR%%/%%VERSION%%/icons -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sv -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sq -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pt -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pl -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/it -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/hu -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/fr -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/es -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/de -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/cs -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/ca -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/C -@dirrm %%DATADIR%%/%%VERSION%%/help/quickref -@dirrm %%DATADIR%%/%%VERSION%%/help -@dirrm %%DATADIR%%/%%VERSION%%/etspec -@dirrm %%DATADIR%%/%%VERSION%%/errors -@dirrm %%DATADIR%%/%%VERSION%%/ecps -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sv -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr@latin -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/sr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/sr -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ro/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ro -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pt -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/pl -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/nl -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/mk -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/lt -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ko/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ko -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ja -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/it/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/it -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/hu/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/hu -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fr -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/fi -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/es -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/de -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/cs/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/cs -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/ca/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/ca -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail/local -@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail -@dirrm %%DATADIR%%/%%VERSION%%/default/C -@dirrm %%DATADIR%%/%%VERSION%%/default -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm share/doc/eshell -@dirrmtry share/applications -@dirrm libexec/evolution/%%VERSION%% -@dirrm libexec/evolution -@dirrm lib/evolution/%%VERSION%%/plugins -@dirrm lib/evolution/%%VERSION%%/modules -%%PILOT%%@dirrm lib/evolution/%%VERSION%%/conduits -@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%%/filter -@dirrm include/evolution-%%VERSION%%/em-format -@dirrm include/evolution-%%VERSION%%/e-util -@dirrm include/evolution-%%VERSION%%/composer -@dirrm include/evolution-%%VERSION%%/calendar/gui/dialogs -@dirrm include/evolution-%%VERSION%%/calendar/gui -@dirrm include/evolution-%%VERSION%%/calendar/common -%%PILOT%%@dirrm include/evolution-%%VERSION%%/calendar/conduits/common -%%PILOT%%@dirrm include/evolution-%%VERSION%%/calendar/conduits -@dirrm include/evolution-%%VERSION%%/calendar -@dirrm include/evolution-%%VERSION%%/addressbook/gui/widgets -@dirrm include/evolution-%%VERSION%%/addressbook/gui -@dirrm include/evolution-%%VERSION%%/addressbook -@dirrm include/evolution-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as |