diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
commit | 71dfde0760b13ea318c656ddead128dbe634597d (patch) | |
tree | 604a8dbb563a5add31be347304c3eef5aa78e2a5 /mail | |
parent | af8341069438e68bbabd2ab98ad25e0876c4d400 (diff) | |
download | marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.bz2 marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.lz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.xz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip |
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
37 files changed, 0 insertions, 4177 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile deleted file mode 100644 index b9c2f0069..000000000 --- a/mail/balsa/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -# New ports collection makefile for: balsa -# Date created: 02 December 1998 -# Whom: Glenn Johnson <gljohns@bellsouth.net> -# -# $FreeBSD$ -# $MCom: ports/mail/balsa/Makefile,v 1.21 2011/04/09 15:57:08 mezz Exp $ -# - -PORTNAME= balsa -PORTVERSION= 2.4.8 -PORTREVISION= 2 -CATEGORIES= mail gnome -MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ -DISTNAME= balsa-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A mail reader for the GNOME 2 desktop - -LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ - pcre.0:${PORTSDIR}/devel/pcre \ - esmtp.6:${PORTSDIR}/mail/libesmtp \ - gmime-2.4.6:${PORTSDIR}/mail/gmime24 \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra - -USE_GMAKE= yes -USE_BZIP2= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_PERL5= yes -USE_OPENSSL= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gtkhtml3 \ - libgnomeprintui -USE_GETTEXT= yes -USE_AUTOTOOLS= libltdl -GNU_CONFIGURE= yes -USE_ICONV= yes -CONFIGURE_ARGS= --enable-threads \ - --disable-more-warnings \ - --with-ssl \ - --without-nm \ - --with-canberra -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" - -MAN1= balsa.1 - -OPTIONS= LDAP "Enable LDAP support" on \ - GTKSPELL "Spell checking support" on \ - GTKSV "Enable GtkSourceview support" on \ - NOTIFY "Enable libnotify support" on \ - GPG "Enable GnuPG support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GPG) -LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme -CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config -.endif - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap -.endif - -.if !defined(WITHOUT_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell -CONFIGURE_ARGS+=--with-gtkspell -.endif - -.if !defined(WITHOUT_GTKSV) -USE_GNOME+= gtksourceview2 -CONFIGURE_ARGS+=--with-gtksourceview=2 -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+=--with-libnotify=yes -.else -CONFIGURE_ARGS+=--with-libnotify=no -.endif - -.if ${PREFIX}==${LOCALBASE} -PLIST_SUB+= GTKICON="@comment " -.else -PLIST_SUB+= GTKICON="" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|g' \ - ${WRKSRC}/libbalsa/mailbox_imap.c -# PREFIX safeness - @${REINPLACE_CMD} -E \ - -e 's|^(HICOLOR_ICON_DIR)[^/]+/|\1=${PREFIX}/|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED_SOURCE||g ; s|-D.*_DISABLE_DEPRECATED||g' - -.include <bsd.port.post.mk> diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo deleted file mode 100644 index e63d3e195..000000000 --- a/mail/balsa/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (balsa-2.4.8.tar.bz2) = 9b313920b754656f6c668f29675fd5630b001f4a3405f00fd9bf58d9b1f213cf -SIZE (balsa-2.4.8.tar.bz2) = 3150866 diff --git a/mail/balsa/files/patch-configure b/mail/balsa/files/patch-configure deleted file mode 100644 index c18f9adcf..000000000 --- a/mail/balsa/files/patch-configure +++ /dev/null @@ -1,227 +0,0 @@ ---- configure.orig 2010-02-14 15:51:21.000000000 -0500 -+++ configure 2010-02-14 15:51:21.000000000 -0500 -@@ -8884,7 +8884,7 @@ if test "${ac_cv_lib_ldap_ldap_search+se - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lldap -llber -lresolv $LIBS" -+LIBS="-lldap -llber $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -8949,7 +8949,7 @@ cat >>confdefs.h <<\_ACEOF - #define ENABLE_LDAP 1 - _ACEOF - -- LIBS="-lldap -llber -lresolv $LIBS" -+ LIBS="-lldap -llber $LIBS" - else - { { $as_echo "$as_me:$LINENO: error: *** You enabled LDAP but ldap library is not found." >&5 - $as_echo "$as_me: error: *** You enabled LDAP but ldap library is not found." >&2;} -@@ -11365,13 +11365,13 @@ _ACEOF - else - - --{ $as_echo "$as_me:$LINENO: checking for new_pspell_manager in -lpspell" >&5 --$as_echo_n "checking for new_pspell_manager in -lpspell... " >&6; } --if test "${ac_cv_lib_pspell_new_pspell_manager+set}" = set; then -+{ $as_echo "$as_me:$LINENO: checking for new_aspell_manager in -laspell" >&5 -+$as_echo_n "checking for new_aspell_manager in -laspell... " >&6; } -+if test "${ac_cv_lib_aspell_new_aspell_manager+set}" = set; then - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpspell -lstdc++ -lpspell-modules $LIBS" -+LIBS="-laspell -lstdc++ -laspell-modules $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -11385,11 +11385,11 @@ cat >>conftest.$ac_ext <<_ACEOF - #ifdef __cplusplus - extern "C" - #endif --char new_pspell_manager (); -+char new_aspell_manager (); - int - main () - { --return new_pspell_manager (); -+return new_aspell_manager (); - ; - return 0; - } -@@ -11415,12 +11415,12 @@ $as_echo "$ac_try_echo") >&5 - test "$cross_compiling" = yes || - $as_test_x conftest$ac_exeext - }; then -- ac_cv_lib_pspell_new_pspell_manager=yes -+ ac_cv_lib_aspell_new_aspell_manager=yes - else - $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_lib_pspell_new_pspell_manager=no -+ ac_cv_lib_aspell_new_aspell_manager=no - fi - - rm -rf conftest.dSYM -@@ -11428,19 +11428,19 @@ rm -f core conftest.err conftest.$ac_obj - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pspell_new_pspell_manager" >&5 --$as_echo "$ac_cv_lib_pspell_new_pspell_manager" >&6; } --if test "x$ac_cv_lib_pspell_new_pspell_manager" = x""yes; then -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_aspell_new_aspell_manager" >&5 -+$as_echo "$ac_cv_lib_aspell_new_aspell_manager" >&6; } -+if test "x$ac_cv_lib_aspell_new_aspell_manager" = x""yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBPSPELL 1 - _ACEOF - -- LIBS="-lpspell $LIBS" -+ LIBS="-laspell $LIBS" - - else - -- { { $as_echo "$as_me:$LINENO: error: *** Neither aspell >=0.50 (recommended) nor pspell (deprecated) library was found. Please check http://balsa.gnome.org for information on the required files. Alternatively, check config.log for clues." >&5 --$as_echo "$as_me: error: *** Neither aspell >=0.50 (recommended) nor pspell (deprecated) library was found. Please check http://balsa.gnome.org for information on the required files. Alternatively, check config.log for clues." >&2;} -+ { { $as_echo "$as_me:$LINENO: error: *** Neither aspell >=0.50 (recommended) nor aspell (deprecated) library was found. Please check http://balsa.gnome.org for information on the required files. Alternatively, check config.log for clues." >&5 -+$as_echo "$as_me: error: *** Neither aspell >=0.50 (recommended) nor aspell (deprecated) library was found. Please check http://balsa.gnome.org for information on the required files. Alternatively, check config.log for clues." >&2;} - { (exit 1); exit 1; }; } - - fi -@@ -11448,18 +11448,18 @@ fi - - fi - -- if test "${ac_cv_header_pspell_pspell_h+set}" = set; then -- { $as_echo "$as_me:$LINENO: checking for pspell/pspell.h" >&5 --$as_echo_n "checking for pspell/pspell.h... " >&6; } --if test "${ac_cv_header_pspell_pspell_h+set}" = set; then -+ if test "${ac_cv_header_aspell_aspell_h+set}" = set; then -+ { $as_echo "$as_me:$LINENO: checking for aspell/aspell.h" >&5 -+$as_echo_n "checking for aspell/aspell.h... " >&6; } -+if test "${ac_cv_header_aspell_aspell_h+set}" = set; then - $as_echo_n "(cached) " >&6 - fi --{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_pspell_pspell_h" >&5 --$as_echo "$ac_cv_header_pspell_pspell_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_aspell_aspell_h" >&5 -+$as_echo "$ac_cv_header_aspell_aspell_h" >&6; } - else - # Is the header compilable? --{ $as_echo "$as_me:$LINENO: checking pspell/pspell.h usability" >&5 --$as_echo_n "checking pspell/pspell.h usability... " >&6; } -+{ $as_echo "$as_me:$LINENO: checking aspell/aspell.h usability" >&5 -+$as_echo_n "checking aspell/aspell.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -11467,7 +11467,7 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --#include <pspell/pspell.h> -+#include <aspell/aspell.h> - _ACEOF - rm -f conftest.$ac_objext - if { (ac_try="$ac_compile" -@@ -11500,15 +11500,15 @@ rm -f core conftest.err conftest.$ac_obj - $as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ $as_echo "$as_me:$LINENO: checking pspell/pspell.h presence" >&5 --$as_echo_n "checking pspell/pspell.h presence... " >&6; } -+{ $as_echo "$as_me:$LINENO: checking aspell/aspell.h presence" >&5 -+$as_echo_n "checking aspell/aspell.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --#include <pspell/pspell.h> -+#include <aspell/aspell.h> - _ACEOF - if { (ac_try="$ac_cpp conftest.$ac_ext" - case "(($ac_try" in -@@ -11542,44 +11542,44 @@ $as_echo "$ac_header_preproc" >&6; } - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: accepted by the compiler, rejected by the preprocessor!" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: proceeding with the compiler's result" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: present but cannot be compiled" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: present but cannot be compiled" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: check for missing prerequisite headers?" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: check for missing prerequisite headers?" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: see the Autoconf documentation" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: see the Autoconf documentation" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: section \"Present But Cannot Be Compiled\"" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: proceeding with the preprocessor's result" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: proceeding with the preprocessor's result" >&2;} -- { $as_echo "$as_me:$LINENO: WARNING: pspell/pspell.h: in the future, the compiler will take precedence" >&5 --$as_echo "$as_me: WARNING: pspell/pspell.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: aspell/aspell.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: aspell/aspell.h: in the future, the compiler will take precedence" >&2;} - - ;; - esac --{ $as_echo "$as_me:$LINENO: checking for pspell/pspell.h" >&5 --$as_echo_n "checking for pspell/pspell.h... " >&6; } --if test "${ac_cv_header_pspell_pspell_h+set}" = set; then -+{ $as_echo "$as_me:$LINENO: checking for aspell/aspell.h" >&5 -+$as_echo_n "checking for aspell/aspell.h... " >&6; } -+if test "${ac_cv_header_aspell_aspell_h+set}" = set; then - $as_echo_n "(cached) " >&6 - else -- ac_cv_header_pspell_pspell_h=$ac_header_preproc -+ ac_cv_header_aspell_aspell_h=$ac_header_preproc - fi --{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_pspell_pspell_h" >&5 --$as_echo "$ac_cv_header_pspell_pspell_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_aspell_aspell_h" >&5 -+$as_echo "$ac_cv_header_aspell_aspell_h" >&6; } - - fi --if test "x$ac_cv_header_pspell_pspell_h" = x""yes; then -+if test "x$ac_cv_header_aspell_aspell_h" = x""yes; then - : - else -- { { $as_echo "$as_me:$LINENO: error: ** aspell/pspell library found but not related header files. This probably means corresponding aspell-devel package is not installed " >&5 --$as_echo "$as_me: error: ** aspell/pspell library found but not related header files. This probably means corresponding aspell-devel package is not installed " >&2;} -+ { { $as_echo "$as_me:$LINENO: error: ** aspell/aspell library found but not related header files. This probably means corresponding aspell-devel package is not installed " >&5 -+$as_echo "$as_me: error: ** aspell/aspell library found but not related header files. This probably means corresponding aspell-devel package is not installed " >&2;} - { (exit 1); exit 1; }; } - fi - -@@ -11882,7 +11882,7 @@ fi - - - cat >>confdefs.h <<\_ACEOF --#define _XOPEN_SOURCE 500 -+/*#define _XOPEN_SOURCE 500*/ - _ACEOF - - { $as_echo "$as_me:$LINENO: checking whether localtime_r is declared" >&5 diff --git a/mail/balsa/files/patch-libbalsa_imap_imap-handle.c b/mail/balsa/files/patch-libbalsa_imap_imap-handle.c deleted file mode 100644 index a7206c822..000000000 --- a/mail/balsa/files/patch-libbalsa_imap_imap-handle.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libbalsa/imap/imap-handle.c.orig Sun May 1 17:37:58 2005 -+++ libbalsa/imap/imap-handle.c Tue May 3 01:39:13 2005 -@@ -23,6 +23,7 @@ - - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <netdb.h> - #include <glib.h> - #include <glib-object.h> diff --git a/mail/balsa/files/patch-libbalsa_mailbox_local.c b/mail/balsa/files/patch-libbalsa_mailbox_local.c deleted file mode 100644 index ebe565329..000000000 --- a/mail/balsa/files/patch-libbalsa_mailbox_local.c +++ /dev/null @@ -1,33 +0,0 @@ ---- libbalsa/mailbox_local.c.orig 2009-05-23 03:02:12.000000000 -0400 -+++ libbalsa/mailbox_local.c 2009-12-25 12:39:52.000000000 -0500 -@@ -440,7 +440,7 @@ libbalsa_mailbox_local_load_config(LibBa - - typedef struct { - GArray * array; -- guint (*fileno)(LibBalsaMailboxLocal * local, guint msgno); -+ guint (*sti_fileno)(LibBalsaMailboxLocal * local, guint msgno); - LibBalsaMailboxLocal *local; - } LibBalsaMailboxLocalSaveTreeInfo; - -@@ -464,9 +464,9 @@ lbm_local_save_tree_item(guint msgno, gu - if (msgno == 0) { - info.msgno = msgno; - info.value.total = a; -- } else if (save_info->fileno) { -- info.msgno = save_info->fileno(save_info->local, msgno); -- info.value.parent = save_info->fileno(save_info->local, a); -+ } else if (save_info->sti_fileno) { -+ info.msgno = save_info->sti_fileno(save_info->local, msgno); -+ info.value.parent = save_info->sti_fileno(save_info->local, a); - } else { - info.msgno = msgno; - info.value.parent = a; -@@ -524,7 +524,7 @@ lbm_local_save_tree(LibBalsaMailboxLocal - return; - } - -- save_info.fileno = LIBBALSA_MAILBOX_LOCAL_GET_CLASS(local)->fileno; -+ save_info.sti_fileno = LIBBALSA_MAILBOX_LOCAL_GET_CLASS(local)->sti_fileno; - save_info.local = local; - save_info.array = - g_array_new(FALSE, FALSE, sizeof(LibBalsaMailboxLocalTreeInfo)); diff --git a/mail/balsa/files/patch-libbalsa_mailbox_local.h b/mail/balsa/files/patch-libbalsa_mailbox_local.h deleted file mode 100644 index 7006f7f42..000000000 --- a/mail/balsa/files/patch-libbalsa_mailbox_local.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libbalsa/mailbox_local.h.orig Sun May 6 13:57:53 2007 -+++ libbalsa/mailbox_local.h Thu May 31 01:04:10 2007 -@@ -79,7 +79,7 @@ struct _LibBalsaMailboxLocalClass { - gint (*check_files)(const gchar * path, gboolean create); - void (*set_path)(LibBalsaMailboxLocal * local, const gchar * path); - void (*remove_files)(LibBalsaMailboxLocal * local); -- guint (*fileno)(LibBalsaMailboxLocal * local, guint msgno); -+ guint (*sti_fileno)(LibBalsaMailboxLocal * local, guint msgno); - LibBalsaMailboxLocalMessageInfo *(*get_info)(LibBalsaMailboxLocal * local, - guint msgno); - }; diff --git a/mail/balsa/files/patch-libbalsa_mailbox_maildir.c b/mail/balsa/files/patch-libbalsa_mailbox_maildir.c deleted file mode 100644 index 9d865279b..000000000 --- a/mail/balsa/files/patch-libbalsa_mailbox_maildir.c +++ /dev/null @@ -1,89 +0,0 @@ ---- libbalsa/mailbox_maildir.c.orig 2008-04-13 06:16:40.000000000 -0400 -+++ libbalsa/mailbox_maildir.c 2008-07-04 16:27:21.000000000 -0400 -@@ -25,6 +25,8 @@ - #define _XOPEN_SOURCE 500 - #define _XOPEN_SOURCE_EXTENDED 1 - -+#include <sys/types.h> -+#include <sys/stat.h> - #include <unistd.h> - #include <fcntl.h> - #include <errno.h> -@@ -49,7 +51,7 @@ struct message_info { - /* The message's order when parsing; needed for saving the message - * tree in a form that will match the msgnos when the mailbox is - * reopened. */ -- guint fileno; -+ guint mi_fileno; - }; - #define REAL_FLAGS(flags) ((flags) & LIBBALSA_MESSAGE_FLAGS_REAL) - #define FLAGS_REALLY_DIFFER(orig_flags, flags) \ -@@ -175,7 +177,7 @@ libbalsa_mailbox_maildir_class_init(LibB - libbalsa_mailbox_local_class->check_files = lbm_maildir_check_files; - libbalsa_mailbox_local_class->set_path = lbm_maildir_set_path; - libbalsa_mailbox_local_class->remove_files = lbm_maildir_remove_files; -- libbalsa_mailbox_local_class->fileno = lbm_maildir_fileno; -+ libbalsa_mailbox_local_class->sti_fileno = lbm_maildir_fileno; - libbalsa_mailbox_local_class->get_info = lbm_maildir_get_info; - } - -@@ -390,7 +392,7 @@ static LibBalsaMessageFlag parse_filenam - } - - static void lbm_maildir_parse(LibBalsaMailboxMaildir * mdir, -- const gchar *subdir, guint * fileno) -+ const gchar *subdir, guint * md_fileno) - { - gchar *path; - GDir *dir; -@@ -443,12 +445,12 @@ static void lbm_maildir_parse(LibBalsaMa - msg_info->key=key; - msg_info->filename=g_strdup(filename); - msg_info->local_info.flags = msg_info->orig_flags = flags; -- msg_info->fileno = 0; -+ msg_info->mi_fileno = 0; - } - msg_info->subdir = subdir; -- if (!msg_info->fileno) -+ if (!msg_info->mi_fileno) - /* First time we saw this key. */ -- msg_info->fileno = ++*fileno; -+ msg_info->mi_fileno = ++*md_fileno; - } - g_dir_close(dir); - } -@@ -456,21 +458,21 @@ static void lbm_maildir_parse(LibBalsaMa - static void - lbm_maildir_parse_subdirs(LibBalsaMailboxMaildir * mdir) - { -- guint msgno, fileno = 0; -+ guint msgno, md_fileno = 0; - - for (msgno = mdir->msgno_2_msg_info->len; msgno > 0; --msgno) { - struct message_info *msg_info = - message_info_from_msgno(mdir, msgno); -- msg_info->fileno = 0; -+ msg_info->mi_fileno = 0; - } - -- lbm_maildir_parse(mdir, "cur", &fileno); -+ lbm_maildir_parse(mdir, "cur", &md_fileno); - /* We parse "new" after "cur", so that any recent messages will have - * higher msgnos than any current messages. That ensures that the - * message tree saved by LibBalsaMailboxLocal is still valid, and - * that the new messages will be inserted correctly into the tree by - * libbalsa_mailbox_local_add_messages. */ -- lbm_maildir_parse(mdir, "new", &fileno); -+ lbm_maildir_parse(mdir, "new", &md_fileno); - } - - static gboolean -@@ -871,7 +873,7 @@ lbm_maildir_fileno(LibBalsaMailboxLocal - msg_info = - message_info_from_msgno((LibBalsaMailboxMaildir *) local, msgno); - -- return msg_info->fileno; -+ return msg_info->mi_fileno; - } - - static LibBalsaMailboxLocalMessageInfo * diff --git a/mail/balsa/files/patch-libbalsa_mailbox_mbox.c b/mail/balsa/files/patch-libbalsa_mailbox_mbox.c deleted file mode 100644 index 2511938ff..000000000 --- a/mail/balsa/files/patch-libbalsa_mailbox_mbox.c +++ /dev/null @@ -1,19 +0,0 @@ ---- libbalsa/mailbox_mbox.c.orig Tue Dec 27 14:54:34 2005 -+++ libbalsa/mailbox_mbox.c Thu Dec 29 01:44:01 2005 -@@ -26,6 +26,7 @@ - - #include <gmime/gmime-stream-fs.h> - -+#include <sys/stat.h> - #include <stdlib.h> - #include <unistd.h> - #include <fcntl.h> -@@ -214,7 +215,7 @@ lbm_mbox_check_files(const gchar * path, - } else if (create) { - gint fd; - -- if ((fd = creat(path, S_IRUSR | S_IWUSR)) == -1) { -+ if ((fd = open(path, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR | S_IWUSR)) == -1) { - g_warning("An error:\n%s\n occurred while trying to " - "create the mailbox \"%s\"\n", - strerror(errno), path); diff --git a/mail/balsa/files/patch-libbalsa_mailbox_mh.c b/mail/balsa/files/patch-libbalsa_mailbox_mh.c deleted file mode 100644 index 36cd3b677..000000000 --- a/mail/balsa/files/patch-libbalsa_mailbox_mh.c +++ /dev/null @@ -1,248 +0,0 @@ ---- libbalsa/mailbox_mh.c.orig Wed May 16 13:49:05 2007 -+++ libbalsa/mailbox_mh.c Thu May 31 01:09:09 2007 -@@ -27,6 +27,8 @@ - /* to compile this on BSD/Darwin */ - #undef _POSIX_SOURCE - -+#include <sys/types.h> -+#include <sys/stat.h> - #include <unistd.h> - #include <fcntl.h> - #include <errno.h> -@@ -45,7 +47,7 @@ - struct message_info { - LibBalsaMailboxLocalMessageInfo local_info; - LibBalsaMessageFlag orig_flags; /* Has only real flags */ -- gint fileno; -+ gint mi_fileno; - }; - - #define REAL_FLAGS(flags) (flags & LIBBALSA_MESSAGE_FLAGS_REAL) -@@ -260,7 +262,7 @@ libbalsa_mailbox_mh_load_config(LibBalsa - - #define MH_BASENAME(msg_info) \ - g_strdup_printf((msg_info->orig_flags & LIBBALSA_MESSAGE_FLAG_DELETED) ? \ -- ",%d" : "%d", msg_info->fileno) -+ ",%d" : "%d", msg_info->mi_fileno) - - static GMimeStream * - libbalsa_mailbox_mh_get_message_stream(LibBalsaMailbox * mailbox, -@@ -335,7 +337,7 @@ static gint - lbm_mh_compare_fileno(const struct message_info ** a, - const struct message_info ** b) - { -- return (*a)->fileno - (*b)->fileno; -+ return (*a)->mi_fileno - (*b)->mi_fileno; - } - - static void -@@ -352,7 +354,7 @@ lbm_mh_parse_mailbox(LibBalsaMailboxMh * - - while ((filename = g_dir_read_name(dir)) != NULL) { - LibBalsaMessageFlag delete_flag = 0; -- guint fileno; -+ guint mh_fileno; - - if (filename[0] == ',') { - filename++; -@@ -361,22 +363,22 @@ lbm_mh_parse_mailbox(LibBalsaMailboxMh * - if (lbm_mh_check_filename(filename) == FALSE) - continue; - -- if (sscanf(filename, "%d", &fileno) != 1) -+ if (sscanf(filename, "%d", &mh_fileno) != 1) - break; /* FIXME report error? */ -- if (fileno > mh->last_fileno) -- mh->last_fileno = fileno; -+ if (mh_fileno > mh->last_fileno) -+ mh->last_fileno = mh_fileno; - - if (add_msg_info && mh->messages_info) { - struct message_info *msg_info = - g_hash_table_lookup(mh->messages_info, -- GINT_TO_POINTER(fileno)); -+ GINT_TO_POINTER(mh_fileno)); - if (!msg_info) { - msg_info = g_new0(struct message_info, 1); - msg_info->local_info.flags = INVALID_FLAG; - g_hash_table_insert(mh->messages_info, -- GINT_TO_POINTER(fileno), msg_info); -+ GINT_TO_POINTER(mh_fileno), msg_info); - g_ptr_array_add(mh->msgno_2_msg_info, msg_info); -- msg_info->fileno = fileno; -+ msg_info->mi_fileno = mh_fileno; - } - msg_info->orig_flags = delete_flag; - } -@@ -394,17 +396,17 @@ static const gchar *LibBalsaMailboxMhRep - static const gchar *LibBalsaMailboxMhRecent = "recent:"; - - static void --lbm_mh_set_flag(LibBalsaMailboxMh * mh, guint fileno, LibBalsaMessageFlag flag) -+lbm_mh_set_flag(LibBalsaMailboxMh * mh, guint mh_fileno, LibBalsaMessageFlag flag) - { - struct message_info *msg_info; - -- if (!fileno) -+ if (!mh_fileno) - return; - -- msg_info = g_hash_table_lookup(mh->messages_info, GINT_TO_POINTER(fileno)); -+ msg_info = g_hash_table_lookup(mh->messages_info, GINT_TO_POINTER(mh_fileno)); - - if (!msg_info) { -- g_print("MH sequence info for nonexistent message %d\n", fileno); -+ g_print("MH sequence info for nonexistent message %d\n", mh_fileno); - return; - } - -@@ -433,7 +435,7 @@ lbm_mh_handle_seq_line(LibBalsaMailboxMh - - for (seq = sequences; *seq; seq++) { - guint end = 0; -- guint fileno; -+ guint mh_fileno; - - if (!**seq) - continue; -@@ -444,11 +446,11 @@ lbm_mh_handle_seq_line(LibBalsaMailboxMh - if (sscanf(line, "%d", &end) != 1) - break; /* FIXME report error? */ - } -- if (sscanf(*seq, "%d", &fileno) != 1) -+ if (sscanf(*seq, "%d", &mh_fileno) != 1) - break; /* FIXME report error? */ - do -- lbm_mh_set_flag(mh, fileno, flag); -- while (++fileno <= end); -+ lbm_mh_set_flag(mh, mh_fileno, flag); -+ while (++mh_fileno <= end); - } - - g_strfreev(sequences); -@@ -580,7 +582,7 @@ lbm_mh_check(LibBalsaMailboxMh * mh, con - sequences = g_strsplit(p, " ", 0); - for (seq = sequences; *seq; seq++) { - guint end = 0; -- guint fileno; -+ guint mh_fileno; - - if (!**seq) - continue; -@@ -591,15 +593,15 @@ lbm_mh_check(LibBalsaMailboxMh * mh, con - if (sscanf(p, "%d", &end) != 1) - break; /* FIXME report error? */ - } -- if (sscanf(*seq, "%d", &fileno) != 1) -+ if (sscanf(*seq, "%d", &mh_fileno) != 1) - break; /* FIXME report error? */ - do { -- p = g_strdup_printf("%s/%d", path, fileno); -+ p = g_strdup_printf("%s/%d", path, mh_fileno); - if (access(p, F_OK) == 0) - retval = TRUE; - g_free(p); - /* One undeleted unread message is enough. */ -- } while (!retval && ++fileno <= end); -+ } while (!retval && ++mh_fileno <= end); - } - g_strfreev(sequences); - break; -@@ -686,7 +688,7 @@ libbalsa_mailbox_mh_check(LibBalsaMailbo - else { - g_ptr_array_remove(mh->msgno_2_msg_info, msg_info); - g_hash_table_remove(mh->messages_info, -- GINT_TO_POINTER(msg_info->fileno)); -+ GINT_TO_POINTER(msg_info->mi_fileno)); - libbalsa_mailbox_local_msgno_removed(mailbox, msgno); - if (renumber > msgno) - /* First message that needs renumbering. */ -@@ -763,11 +765,11 @@ lbm_mh_flag_line(struct message_info *ms - if (!(msg_info->local_info.flags & flag)) - return; - -- if (li->last < msg_info->fileno - 1) { -+ if (li->last < msg_info->mi_fileno - 1) { - lbm_mh_print_line(li); -- li->first = msg_info->fileno; -+ li->first = msg_info->mi_fileno; - } -- li->last = msg_info->fileno; -+ li->last = msg_info->mi_fileno; - } - - static gboolean -@@ -849,7 +851,7 @@ libbalsa_mailbox_mh_sync(LibBalsaMailbox - /* free old information */ - g_ptr_array_remove(mh->msgno_2_msg_info, msg_info); - g_hash_table_remove(mh->messages_info, -- GINT_TO_POINTER(msg_info->fileno)); -+ GINT_TO_POINTER(msg_info->mi_fileno)); - libbalsa_mailbox_local_msgno_removed(mailbox, msgno); - } else { - lbm_mh_flag_line(msg_info, LIBBALSA_MESSAGE_FLAG_NEW, &unseen); -@@ -1038,7 +1040,7 @@ libbalsa_mailbox_mh_fetch_message_struct - * we'll just add new lines and let the next sync merge them with any - * existing lines. */ - static void --lbm_mh_update_sequences(LibBalsaMailboxMh * mh, gint fileno, -+lbm_mh_update_sequences(LibBalsaMailboxMh * mh, gint mh_fileno, - LibBalsaMessageFlag flags) - { - FILE *fp; -@@ -1049,13 +1051,13 @@ lbm_mh_update_sequences(LibBalsaMailboxM - return; - - if (flags & LIBBALSA_MESSAGE_FLAG_NEW) -- fprintf(fp, "unseen: %d\n", fileno); -+ fprintf(fp, "unseen: %d\n", mh_fileno); - if (flags & LIBBALSA_MESSAGE_FLAG_FLAGGED) -- fprintf(fp, "flagged: %d\n", fileno); -+ fprintf(fp, "flagged: %d\n", mh_fileno); - if (flags & LIBBALSA_MESSAGE_FLAG_REPLIED) -- fprintf(fp, "replied: %d\n", fileno); -+ fprintf(fp, "replied: %d\n", mh_fileno); - if (flags & LIBBALSA_MESSAGE_FLAG_RECENT) -- fprintf(fp, "recent: %d\n", fileno); -+ fprintf(fp, "recent: %d\n", mh_fileno); - fclose(fp); - } - -@@ -1072,7 +1074,7 @@ libbalsa_mailbox_mh_add_message(LibBalsa - int fd; - GMimeStream *out_stream; - GMimeFilter *crlffilter; -- int fileno; -+ int mh_fileno; - int retries; - GMimeStream *in_stream; - -@@ -1115,14 +1117,14 @@ libbalsa_mailbox_mh_add_message(LibBalsa - libbalsa_mime_stream_shared_unlock(stream); - g_object_unref(in_stream); - -- fileno = mh->last_fileno; -+ mh_fileno = mh->last_fileno; - retries = 10; - do { - /* rename tempfile to message-number-name */ - char *new_filename; - gint rename_status; - -- new_filename = g_strdup_printf("%s/%d", path, ++fileno); -+ new_filename = g_strdup_printf("%s/%d", path, ++mh_fileno); - rename_status = libbalsa_safe_rename(tmp, new_filename); - g_free(new_filename); - if (rename_status != -1) -@@ -1145,9 +1147,9 @@ libbalsa_mailbox_mh_add_message(LibBalsa - "Too high activity?"); - return FALSE; - } -- mh->last_fileno = fileno; -+ mh->last_fileno = mh_fileno; - -- lbm_mh_update_sequences(mh, fileno, -+ lbm_mh_update_sequences(mh, mh_fileno, - flags | LIBBALSA_MESSAGE_FLAG_RECENT); - - return TRUE; diff --git a/mail/balsa/files/patch-src_threads.h b/mail/balsa/files/patch-src_threads.h deleted file mode 100644 index 585d798ba..000000000 --- a/mail/balsa/files/patch-src_threads.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/threads.h.orig 2009-08-30 05:03:26.000000000 -0400 -+++ src/threads.h 2009-12-25 12:41:53.000000000 -0500 -@@ -23,6 +23,7 @@ - #define __THREADS_H__ - - #include <unistd.h> -+#include <pthread.h> - - /* FIXME: mailbox_lock is really an internal libbalsa mutex. */ - extern pthread_mutex_t mailbox_lock; diff --git a/mail/balsa/pkg-descr b/mail/balsa/pkg-descr deleted file mode 100644 index b7010e980..000000000 --- a/mail/balsa/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Balsa is a mail reader for the GNOME Desktop. It supports many features: - -* Support for local mailbox formats: mbox, maildir, mh -* Allows nested mailboxes -* Support for POP3 and IMAP mail access protocols -* Printing -* Spell Checking -* Multi-threaded mail retrevial (optional) -* MIME support (view images inline, save parts) -* Supports SMTP and/or use of local MTA, ie. Sendmail -* Address Book that integrates with GnomeCard -* Highly configurable -* Active, open development -* Multiple character sets for composing and reading messages -* Allows file attachments to outgoing messages -* GPG/OpenPGP mail signing and encryption - -WWW: http://balsa.gnome.org/ diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist deleted file mode 100644 index 100201a2c..000000000 --- a/mail/balsa/pkg-plist +++ /dev/null @@ -1,226 +0,0 @@ -bin/balsa -bin/balsa-ab -etc/sound/events/balsa.soundlist -libdata/bonobo/servers/GNOME_Balsa.server -share/applications/balsa.desktop -share/balsa/gtksourceview-2.0/balsa-mail-style.xml -share/balsa/gtksourceview-2.0/balsa-mail.lang -share/balsa/hicolor/16x16/apps/balsa-drop-down.png -share/balsa/hicolor/16x16/apps/balsa-encrypted.png -share/balsa/hicolor/16x16/apps/balsa-mark-all.png -share/balsa/hicolor/16x16/apps/balsa-mbox-draft.png -share/balsa/hicolor/16x16/apps/balsa-mbox-sent.png -share/balsa/hicolor/16x16/apps/balsa-mbox-tray-empty.png -share/balsa/hicolor/16x16/apps/balsa-mbox-tray-full.png -share/balsa/hicolor/16x16/apps/balsa-next-flagged.png -share/balsa/hicolor/16x16/apps/balsa-next-part.png -share/balsa/hicolor/16x16/apps/balsa-next-unread.png -share/balsa/hicolor/16x16/apps/balsa-next.png -share/balsa/hicolor/16x16/apps/balsa-postpone.png -share/balsa/hicolor/16x16/apps/balsa-previous-part.png -share/balsa/hicolor/16x16/apps/balsa-previous.png -share/balsa/hicolor/16x16/apps/balsa-reply-all.png -share/balsa/hicolor/16x16/apps/balsa-signature-bad.png -share/balsa/hicolor/16x16/apps/balsa-signature-good.png -share/balsa/hicolor/16x16/apps/balsa-signature-notrust.png -share/balsa/hicolor/16x16/apps/balsa-signature-unknown.png -share/balsa/hicolor/16x16/apps/mail-inbox.png -share/balsa/hicolor/16x16/apps/mail-outbox.png -share/balsa/hicolor/16x16/apps/stock_book_open.png -share/balsa/hicolor/16x16/apps/stock_book_red.png -share/balsa/hicolor/16x16/apps/stock_contact.png -share/balsa/hicolor/16x16/apps/stock_mail-receive.png -share/balsa/hicolor/16x16/apps/stock_mail.png -share/balsa/hicolor/22x22 -share/balsa/hicolor/24x24/apps/balsa-crypt-check.png -share/balsa/hicolor/24x24/apps/balsa-encrypt.png -share/balsa/hicolor/24x24/apps/balsa-encrypted.png -share/balsa/hicolor/24x24/apps/balsa-mark-all.png -share/balsa/hicolor/24x24/apps/balsa-marked-new.png -share/balsa/hicolor/24x24/apps/balsa-next-flagged.png -share/balsa/hicolor/24x24/apps/balsa-next-part.png -share/balsa/hicolor/24x24/apps/balsa-next-unread.png -share/balsa/hicolor/24x24/apps/balsa-next.png -share/balsa/hicolor/24x24/apps/balsa-postpone.png -share/balsa/hicolor/24x24/apps/balsa-preview.png -share/balsa/hicolor/24x24/apps/balsa-previous-part.png -share/balsa/hicolor/24x24/apps/balsa-previous.png -share/balsa/hicolor/24x24/apps/balsa-reply-all.png -share/balsa/hicolor/24x24/apps/balsa-sign.png -share/balsa/hicolor/24x24/apps/balsa-signature-bad.png -share/balsa/hicolor/24x24/apps/balsa-signature-good.png -share/balsa/hicolor/24x24/apps/balsa-signature-notrust.png -share/balsa/hicolor/24x24/apps/balsa-signature-unknown.png -share/balsa/hicolor/24x24/apps/balsa-trash-empty.png -share/balsa/hicolor/24x24/apps/stock_book_blue.png -share/balsa/hicolor/24x24/apps/stock_book_green.png -share/balsa/hicolor/24x24/apps/stock_book_open.png -share/balsa/hicolor/24x24/apps/stock_book_red.png -share/balsa/hicolor/24x24/apps/stock_book_yellow.png -share/balsa/hicolor/24x24/apps/stock_contact.png -share/balsa/hicolor/24x24/apps/stock_mail-receive.png -share/balsa/hicolor/24x24/apps/stock_mail.png -share/balsa/hicolor/24x24/apps/stock_view-fields.png -share/balsa/pixmaps/attachment.png -share/balsa/pixmaps/balsa-logo.png -share/balsa/pixmaps/balsa-top.png -share/balsa/pixmaps/balsa-watermark.png -share/balsa/pixmaps/balsa_icon.png -share/balsa/pixmaps/balsa_logo.png -share/gnome/help/balsa/C/balsa.xml -share/gnome/help/balsa/C/figures/address-book-ldap.png -share/gnome/help/balsa/C/figures/address-book-modify.png -share/gnome/help/balsa/C/figures/address-book-vcard.png -share/gnome/help/balsa/C/figures/address-book.png -share/gnome/help/balsa/C/figures/balsa_logo.png -share/gnome/help/balsa/C/figures/druid-start.png -share/gnome/help/balsa/C/figures/example-alias.png -share/gnome/help/balsa/C/figures/figuresdobaaddress-book-modify.png -share/gnome/help/balsa/C/figures/main-window-toolbar.png -share/gnome/help/balsa/C/figures/main-window.png -share/gnome/help/balsa/C/figures/message-window.png -share/gnome/help/balsa/C/figures/msg-part-select.png -share/gnome/help/balsa/C/figures/newmsg-window-attachments.png -share/gnome/help/balsa/C/figures/newmsg-window-toolbar.png -share/gnome/help/balsa/C/figures/newmsg-window.png -share/gnome/help/balsa/C/figures/preferences-window.png -share/gnome/help/balsa/C/figures/spell-check.png -share/gnome/help/balsa/de/balsa.xml -share/gnome/help/balsa/de/figures/address-book-ldap.png -share/gnome/help/balsa/de/figures/address-book-modify.png -share/gnome/help/balsa/de/figures/address-book-vcard.png -share/gnome/help/balsa/de/figures/address-book.png -share/gnome/help/balsa/de/figures/balsa_logo.png -share/gnome/help/balsa/de/figures/druid-start.png -share/gnome/help/balsa/de/figures/example-alias.png -share/gnome/help/balsa/de/figures/figuresdobaaddress-book-modify.png -share/gnome/help/balsa/de/figures/main-window-toolbar.png -share/gnome/help/balsa/de/figures/main-window.png -share/gnome/help/balsa/de/figures/message-window.png -share/gnome/help/balsa/de/figures/msg-part-select.png -share/gnome/help/balsa/de/figures/newmsg-window-attachments.png -share/gnome/help/balsa/de/figures/newmsg-window-toolbar.png -share/gnome/help/balsa/de/figures/newmsg-window.png -share/gnome/help/balsa/de/figures/preferences-window.png -share/gnome/help/balsa/de/figures/spell-check.png -share/gnome/help/balsa/es/balsa.xml -share/gnome/help/balsa/es/figures/address-book-ldap.png -share/gnome/help/balsa/es/figures/address-book-modify.png -share/gnome/help/balsa/es/figures/address-book-vcard.png -share/gnome/help/balsa/es/figures/address-book.png -share/gnome/help/balsa/es/figures/balsa_logo.png -share/gnome/help/balsa/es/figures/druid-start.png -share/gnome/help/balsa/es/figures/example-alias.png -share/gnome/help/balsa/es/figures/figuresdobaaddress-book-modify.png -share/gnome/help/balsa/es/figures/main-window-toolbar.png -share/gnome/help/balsa/es/figures/main-window.png -share/gnome/help/balsa/es/figures/message-window.png -share/gnome/help/balsa/es/figures/msg-part-select.png -share/gnome/help/balsa/es/figures/newmsg-window-attachments.png -share/gnome/help/balsa/es/figures/newmsg-window-toolbar.png -share/gnome/help/balsa/es/figures/newmsg-window.png -share/gnome/help/balsa/es/figures/preferences-window.png -share/gnome/help/balsa/es/figures/spell-check.png -share/idl/Balsa.idl -share/omf/balsa/balsa-C.omf -share/omf/balsa/balsa-de.omf -share/omf/balsa/balsa-es.omf -share/pixmaps/gnome-balsa2.png -share/sounds/balsa/newmail.wav -share/sounds/balsa/startup.wav -share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pgp-signature.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-mime.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-signature.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-pkcs7-signature.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-message-disposition-notification.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-message-external-body.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-message.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-alternative.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-encrypted.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-signed.png -share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart.png -share/locale/am/LC_MESSAGES/balsa.mo -share/locale/ar/LC_MESSAGES/balsa.mo -share/locale/az/LC_MESSAGES/balsa.mo -share/locale/be/LC_MESSAGES/balsa.mo -share/locale/bg/LC_MESSAGES/balsa.mo -share/locale/ca/LC_MESSAGES/balsa.mo -share/locale/cs/LC_MESSAGES/balsa.mo -share/locale/da/LC_MESSAGES/balsa.mo -share/locale/de/LC_MESSAGES/balsa.mo -share/locale/dz/LC_MESSAGES/balsa.mo -share/locale/el/LC_MESSAGES/balsa.mo -share/locale/en_CA/LC_MESSAGES/balsa.mo -share/locale/en_GB/LC_MESSAGES/balsa.mo -share/locale/es/LC_MESSAGES/balsa.mo -share/locale/et/LC_MESSAGES/balsa.mo -share/locale/eu/LC_MESSAGES/balsa.mo -share/locale/fi/LC_MESSAGES/balsa.mo -share/locale/fr/LC_MESSAGES/balsa.mo -share/locale/ga/LC_MESSAGES/balsa.mo -share/locale/gl/LC_MESSAGES/balsa.mo -share/locale/he/LC_MESSAGES/balsa.mo -share/locale/hi/LC_MESSAGES/balsa.mo -share/locale/hr/LC_MESSAGES/balsa.mo -share/locale/hu/LC_MESSAGES/balsa.mo -share/locale/id/LC_MESSAGES/balsa.mo -share/locale/it/LC_MESSAGES/balsa.mo -share/locale/ja/LC_MESSAGES/balsa.mo -share/locale/ko/LC_MESSAGES/balsa.mo -share/locale/lt/LC_MESSAGES/balsa.mo -share/locale/lv/LC_MESSAGES/balsa.mo -share/locale/mk/LC_MESSAGES/balsa.mo -share/locale/ml/LC_MESSAGES/balsa.mo -share/locale/ms/LC_MESSAGES/balsa.mo -share/locale/nb/LC_MESSAGES/balsa.mo -share/locale/ne/LC_MESSAGES/balsa.mo -share/locale/nl/LC_MESSAGES/balsa.mo -share/locale/nn/LC_MESSAGES/balsa.mo -share/locale/oc/LC_MESSAGES/balsa.mo -share/locale/pa/LC_MESSAGES/balsa.mo -share/locale/pl/LC_MESSAGES/balsa.mo -share/locale/pt/LC_MESSAGES/balsa.mo -share/locale/pt_BR/LC_MESSAGES/balsa.mo -share/locale/ro/LC_MESSAGES/balsa.mo -share/locale/ru/LC_MESSAGES/balsa.mo -share/locale/rw/LC_MESSAGES/balsa.mo -share/locale/sk/LC_MESSAGES/balsa.mo -share/locale/sl/LC_MESSAGES/balsa.mo -share/locale/sq/LC_MESSAGES/balsa.mo -share/locale/sr/LC_MESSAGES/balsa.mo -share/locale/sr@Latn/LC_MESSAGES/balsa.mo -share/locale/sv/LC_MESSAGES/balsa.mo -share/locale/tr/LC_MESSAGES/balsa.mo -share/locale/uk/LC_MESSAGES/balsa.mo -share/locale/vi/LC_MESSAGES/balsa.mo -share/locale/wa/LC_MESSAGES/balsa.mo -share/locale/zh_CN/LC_MESSAGES/balsa.mo -share/locale/zh_HK/LC_MESSAGES/balsa.mo -share/locale/zh_TW/LC_MESSAGES/balsa.mo -@dirrm share/sounds/balsa -@dirrm share/omf/balsa -%%GTKICON%%@dirrmtry share/icons/hicolor/48x48/mimetypes -@dirrm share/gnome/help/balsa/es/figures -@dirrm share/gnome/help/balsa/es -@dirrm share/gnome/help/balsa/de/figures -@dirrm share/gnome/help/balsa/de -@dirrm share/gnome/help/balsa/C/figures -@dirrm share/gnome/help/balsa/C -@dirrm share/gnome/help/balsa -@dirrm share/balsa/pixmaps -@dirrm share/balsa/hicolor/24x24/apps -@dirrm share/balsa/hicolor/24x24 -@dirrm share/balsa/hicolor/16x16/apps -@dirrm share/balsa/hicolor/16x16 -@dirrm share/balsa/hicolor -@dirrm share/balsa/gtksourceview-2.0 -@dirrm share/balsa -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/applications diff --git a/mail/claws-mail-fancy/Makefile b/mail/claws-mail-fancy/Makefile deleted file mode 100644 index 874b1be9d..000000000 --- a/mail/claws-mail-fancy/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: claws-mail-fancy -# Date created: 2009-07-06 -# Whom: Pawel Pekala <c0rn@o2.pl> -# -# $FreeBSD$ -# - -PORTNAME= fancy -PORTVERSION= 0.9.13 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- - -MAINTAINER= pawel@FreeBSD.org -COMMENT= Webkit based HTML renderer plugin for claws-mail - -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 -BUILD_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail - -LICENSE= GPLv3 - -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf -USE_ICONV= yes -USE_GNOME= gtk20 -MAKE_JOBS_SAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" - -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -.include <bsd.port.mk> diff --git a/mail/claws-mail-fancy/distinfo b/mail/claws-mail-fancy/distinfo deleted file mode 100644 index ae145346d..000000000 --- a/mail/claws-mail-fancy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fancy-0.9.13.tar.gz) = 9404628b375fd0b90e388d2fba3835853ac6fb4e70229ccd43d4cabc34f8fb40 -SIZE (fancy-0.9.13.tar.gz) = 369308 diff --git a/mail/claws-mail-fancy/pkg-descr b/mail/claws-mail-fancy/pkg-descr deleted file mode 100644 index 72664223a..000000000 --- a/mail/claws-mail-fancy/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This plugin renders HTML e-mail using the WebKit library. - -WWW: http://www.claws-mail.org/plugins.php diff --git a/mail/claws-mail-fancy/pkg-plist b/mail/claws-mail-fancy/pkg-plist deleted file mode 100644 index b0e7c9445..000000000 --- a/mail/claws-mail-fancy/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -@comment $FreeBSD$ -lib/claws-mail/plugins/fancy.so -lib/claws-mail/plugins/fancy.la -lib/claws-mail/plugins/fancy.a -%%NLS%%share/locale/ca/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/cs/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/es/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/fi/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/fr/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/hu/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/id/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/it/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/ja/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/ru/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/nl/LC_MESSAGES/fancy.mo -%%NLS%%share/locale/sk/LC_MESSAGES/fancy.mo diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile deleted file mode 100644 index 546c9bac8..000000000 --- a/mail/evolution/Makefile +++ /dev/null @@ -1,120 +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.236 2011/04/09 21:46:57 mezz Exp $ -# - -PORTNAME= evolution -PORTVERSION= 2.32.1 -PORTREVISION= 2 -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 - -CONFLICTS= evolution-3.[0-9]* - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ - desktopfileutils gnomedocutils ltasneededhack gnomedesktop -USE_AUTOTOOLS= libtool -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|-DGTK_DISABLE_DEPRECATED||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-calendar_gui_alarm-notify_alarm-queue.c b/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c deleted file mode 100644 index e713de004..000000000 --- a/mail/evolution/files/patch-calendar_gui_alarm-notify_alarm-queue.c +++ /dev/null @@ -1,11 +0,0 @@ ---- calendar/gui/alarm-notify/alarm-queue.c.orig 2011-03-07 20:53:40.000000000 +0100 -+++ calendar/gui/alarm-notify/alarm-queue.c 2011-03-07 20:53:50.000000000 +0100 -@@ -1606,7 +1606,7 @@ popup_notification (time_t trigger, Comp - body = g_strdup_printf ("%s %s", start_str, time_str); - } - -- n = notify_notification_new (summary, body, "stock_appointment-reminder", NULL); -+ n = notify_notification_new (summary, body, "stock_appointment-reminder"); - if (!notify_notification_show(n, NULL)) - g_warning ("Could not send notification to daemon\n"); - diff --git a/mail/evolution/files/patch-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/files/patch-plugins_mail-notification_mail-notification.c b/mail/evolution/files/patch-plugins_mail-notification_mail-notification.c deleted file mode 100644 index adddf1b38..000000000 --- a/mail/evolution/files/patch-plugins_mail-notification_mail-notification.c +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/mail-notification/mail-notification.c.orig 2011-03-07 21:24:25.000000000 +0100 -+++ plugins/mail-notification/mail-notification.c 2011-03-07 21:24:40.000000000 +0100 -@@ -564,9 +564,7 @@ new_notify_status (EMEventTargetFolder * - - notify = notify_notification_new ( - _("New email"), safetext, -- "mail-unread", NULL); -- notify_notification_attach_to_status_icon ( -- notify, status_icon); -+ "mail-unread"); - - /* Check if actions are supported */ - if (can_support_actions ()) { diff --git a/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c b/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c deleted file mode 100644 index 55120db4c..000000000 --- a/mail/evolution/files/patch-plugins_publish-calendar_publish-calendar.c +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/publish-calendar/publish-calendar.c.orig 2011-03-07 21:12:59.000000000 +0100 -+++ plugins/publish-calendar/publish-calendar.c 2011-03-07 21:14:23.000000000 +0100 -@@ -150,8 +150,7 @@ update_publish_notification (GtkMessageT - return; - } - -- notify = notify_notification_new (_("Calendar Publishing"), actual_msg->str, stock_name, NULL); -- notify_notification_attach_to_status_icon (notify, status_icon); -+ notify = notify_notification_new (_("Calendar Publishing"), actual_msg->str, stock_name); - notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL); - notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT); - g_timeout_add (500, show_notify_cb, NULL); diff --git a/mail/evolution/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/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile deleted file mode 100644 index 7db1c7b48..000000000 --- a/mail/gnome-gmail-notifier/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gnome-gmail-notifier -# Date created: Nov 16 2007 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-gmail-notifier -PORTVERSION= 0.10.1 -PORTREVISION= 2 -CATEGORIES= mail deskutils -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= avl@FreeBSD.org -COMMENT= A Gmail Inbox Monitor for the GNOME2 desktop - -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ - soup-2.4:${PORTSDIR}/devel/libsoup \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring - -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= glib20 gtk20 gconf2 libxml2 librsvg2 -USE_GSTREAMER= good - -post-patch: - @${REINPLACE_CMD} -e 's|@DATADIRNAME@|share|' ${WRKSRC}/po/Makefile.in.in - -.include <bsd.port.mk> diff --git a/mail/gnome-gmail-notifier/distinfo b/mail/gnome-gmail-notifier/distinfo deleted file mode 100644 index 6afb0ae7a..000000000 --- a/mail/gnome-gmail-notifier/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-gmail-notifier-0.10.1.tar.bz2) = a25819e55bbcbeccb1ae5ddd8e5ed1a6e0e55f77c5bf6b5661705c29541e50d0 -SIZE (gnome-gmail-notifier-0.10.1.tar.bz2) = 192949 diff --git a/mail/gnome-gmail-notifier/pkg-descr b/mail/gnome-gmail-notifier/pkg-descr deleted file mode 100644 index 6633b9fb5..000000000 --- a/mail/gnome-gmail-notifier/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The Gnome Gmail Notifier project aims to provide a stable, efficient -GTK+2.0 application that provides periodic updates that pertain to the -user's gmail inbox. - -The Notifier presents itself as a system tray icon in the GNOME2 -desktop, displaying a small balloon popup when the user recieves new -mail. - -WWW: http://notifier.geekysuavo.org/ - -- Florent Thoumie -flz@FreeBSD.org diff --git a/mail/gnome-gmail-notifier/pkg-plist b/mail/gnome-gmail-notifier/pkg-plist deleted file mode 100644 index 7cb59a754..000000000 --- a/mail/gnome-gmail-notifier/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/gnome-gmail-notifier -share/applications/gnome-gmail-notifier.desktop -share/gnome-control-center/default-apps/gnome-gmail-notifier.xml -%%DATADIR%%/ggn-about.xml -%%DATADIR%%/ggn-edit.xml -%%DATADIR%%/ggn-error-lg.svg -%%DATADIR%%/ggn-error-sm.svg -%%DATADIR%%/ggn-menu.xml -%%DATADIR%%/ggn-new-lg.svg -%%DATADIR%%/ggn-new-sm.svg -%%DATADIR%%/ggn-normal-lg.svg -%%DATADIR%%/ggn-normal-sm.svg -%%DATADIR%%/ggn-prefs.xml -%%DATADIR%%/ggn-wait.svg -%%DATADIR%%/ggn-warn.svg -%%DATADIR%%/ggn-write.svg -share/locale/es/LC_MESSAGES/gnome-gmail-notifier.mo -share/pixmaps/gnome-gmail-notifier.svg -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/gnome-control-center/default-apps -@dirrmtry share/gnome-control-center diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile deleted file mode 100644 index 956d28120..000000000 --- a/mail/mail-notification/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: mail-notification -# Date created: 18 Sep 2003 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= mail-notification -DISTVERSION= 5.4 -PORTREVISION= 8 -CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= mailnotify - -MAINTAINER= mwisnicki+freebsd@gmail.com -COMMENT= A mail notification for freedesktop.org-compliant system trays - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ - notify:${PORTSDIR}/devel/libnotify - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GNOME= gconf2 gnomeprefix gnomevfs2 libglade2 libgnomeui libxml2 -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -JB_CONF_ARGS= cc="${CC}" cflags="${CFLAGS}" cppflags="${CPPFLAGS}" ldflags="${LDFLAGS}" prefix="${PREFIX}" -JB_CONF_ENV= jb_cppflags="${CPPFLAGS}" jb_ldflags="${LDFLAGS}" -GCONF_SCHEMAS= mail-notification.schemas -INSTALLS_OMF= yes -INSTALLS_ICONS= yes - -OPTIONS= EVOLUTION "Evolution support" off \ - GMAIL "Gmail support" on \ - HOTMAIL "Windows Live Hotmail support" on \ - IMAP "IMAP support" on \ - MAILDIR "Maildir support" on \ - MBOX "mbox support" on \ - MH "MH support" on \ - MOZILLA "Mozilla products support" on \ - POP3 "POP3 support" on \ - SASL "SASL authentication support" on \ - SSL "SSL/TLS support" on \ - SYLPHEED "Sylpheed support" on \ - YAHOO "Yahoo! Mail support" on - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_MBOX) -JB_CONF_ARGS+= mbox=no -.endif -.if defined(WITHOUT_MH) -JB_CONF_ARGS+= mh=no -.endif -.if defined(WITHOUT_MAILDIR) -JB_CONF_ARGS+= maildir=no -.endif -.if defined(WITHOUT_POP3) -JB_CONF_ARGS+= pop3=no -.endif -.if defined(WITHOUT_IMAP) -JB_CONF_ARGS+= imap=no -.endif -.if defined(WITHOUT_POP3) && defined(WITHOUT_IMAP) -# only POP3 and IMAP use SSL and SASL -WITHOUT_SSL= yes -WITHOUT_SASL= yes -.endif -.if defined(WITHOUT_GMAIL) -JB_CONF_ARGS+= gmail=no -PLIST_SUB+= GMAIL="@comment " -.else -PLIST_SUB+= GMAIL="" -.endif -.if defined(WITHOUT_HOTMAIL) -JB_CONF_ARGS+= hotmail=no -PLIST_SUB+= HOTMAIL="@comment " -.else -RUN_DEPENDS+= getlive:${PORTSDIR}/mail/getlive -PLIST_SUB+= HOTMAIL="" -.endif -.if defined(WITHOUT_YAHOO) -JB_CONF_ARGS+= yahoo=no -PLIST_SUB+= YAHOO="@comment " -.else -RUN_DEPENDS+= fetchyahoo:${PORTSDIR}/mail/fetchyahoo -PLIST_SUB+= YAHOO="" -.endif -.if defined(WITHOUT_EVOLUTION) -JB_CONF_ARGS+= evolution=no -PLIST_SUB+= EVOLUTION="@comment " -.else -EVO_VERSION!= make -C ${PORTSDIR}/mail/evolution -V EVO_VERSION -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc:${PORTSDIR}/mail/evolution -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc:${PORTSDIR}/mail/evolution -PLIST_SUB+= EVOLUTION="" EVO_VERSION=${EVO_VERSION} -# Work around the fact that MN is using evolution's private(?) api that is not part of -# evolution-plugin thus it's includes are not covered by pkgconfig metadata. -# That path is frozen at 3.14 even for later versions of libgtkhtml. -CFLAGS+= -I${LOCALBASE}/include/libgtkhtml-3.14 -I${LOCALBASE}/include/libgtkhtml-3.14/editor -.endif -.if defined(WITHOUT_MOZILLA) -JB_CONF_ARGS+= mozilla=no -.endif -.if defined(WITHOUT_SYLPHEED) -JB_CONF_ARGS+= sylpheed=no -.endif -.if defined(WITH_MBOX) \ - || defined(WITH_MH) \ - || defined(WITH_MAILDIR) \ - || defined(WITH_POP3) \ - || defined(WITH_IMAP) \ - || defined(WITH_MOZILLA) \ - || defined(WITH_SYLPHEED) \ - || defined(WITH_HOTMAIL) \ - || defined(WITH_YAHOO) -LIB_DEPENDS+= gmime-2.0.4:${PORTSDIR}/mail/gmime2 -.endif -.if defined(WITHOUT_SSL) -JB_CONF_ARGS+= ssl=no -.else -# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.openssl.mk" -.endif -.if defined(WITHOUT_SASL) -JB_CONF_ARGS+= sasl=no -.else -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 -.endif - -post-patch: -.if ${OSVERSION} < 700042 - @${REINPLACE_CMD} -e "s,-Wno-pointer-sign,," ${WRKSRC}/jb -.endif - -do-configure: - cd ${WRKSRC} && ${JB_CONF_ENV} ./jb configure ${JB_CONF_ARGS} - -do-build: - cd ${WRKSRC} && ./jb build - -do-install: - cd ${WRKSRC} && ./jb install - -.include <bsd.port.post.mk> diff --git a/mail/mail-notification/distinfo b/mail/mail-notification/distinfo deleted file mode 100644 index d5eea0fb4..000000000 --- a/mail/mail-notification/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mail-notification-5.4.tar.bz2) = 5dec5f3852437e7735269697c77a29a24ea230987c764523fe66dabdca815af5 -SIZE (mail-notification-5.4.tar.bz2) = 570008 diff --git a/mail/mail-notification/files/patch-openssl-threads b/mail/mail-notification/files/patch-openssl-threads deleted file mode 100644 index 8c935adef..000000000 --- a/mail/mail-notification/files/patch-openssl-threads +++ /dev/null @@ -1,11 +0,0 @@ ---- jbsrc/lib/src/extras/jb-openssl.c.orig 2008-04-27 16:47:43.000000000 +0200 -+++ jbsrc/lib/src/extras/jb-openssl.c 2008-07-10 22:48:53.000000000 +0200 -@@ -91,7 +91,7 @@ - result = jb_test_compile_string("#define OPENSSL_THREAD_DEFINES\n" - "#include <openssl/opensslconf.h>\n" - "int main () {\n" -- "#ifndef OPENSSL_THREADS\n" -+ "#if !defined(OPENSSL_THREADS) && !defined(THREADS)\n" - "#error \"no thread support\"\n" - "#endif\n" - "}\n", diff --git a/mail/mail-notification/files/patch-po_pl.po b/mail/mail-notification/files/patch-po_pl.po deleted file mode 100644 index 24bf6f940..000000000 --- a/mail/mail-notification/files/patch-po_pl.po +++ /dev/null @@ -1,15 +0,0 @@ ---- po/pl.po.orig 2008-05-22 17:38:01.000000000 +0200 -+++ po/pl.po 2008-07-11 01:44:09.000000000 +0200 -@@ -777,9 +777,9 @@ - #, c-format - msgid "feed retrieved successfully (%i byte)" - msgid_plural "feed retrieved successfully (%i bytes)" --msgstr[0] "nagłówek pobrany pomyślnie (%s bajt)" --msgstr[1] "nagłówek pobrany pomyślnie (%s bajty)" --msgstr[2] "nagłówek pobrany pomyślnie (%s bajtów)" -+msgstr[0] "nagłówek pobrany pomyślnie (%i bajt)" -+msgstr[1] "nagłówek pobrany pomyślnie (%i bajty)" -+msgstr[2] "nagłówek pobrany pomyślnie (%i bajtów)" - - #: ../src/mn-gmail-mailbox.gob:203 ../src/mn-gmail-mailbox.gob:254 - msgid "unable to parse feed" diff --git a/mail/mail-notification/files/patch-src-mn-stock.c b/mail/mail-notification/files/patch-src-mn-stock.c deleted file mode 100644 index a2742d1eb..000000000 --- a/mail/mail-notification/files/patch-src-mn-stock.c +++ /dev/null @@ -1,39 +0,0 @@ -diff -Nrbu src/mn-stock.c.orig src/mn-stock.c ---- src/mn-stock.c.orig 2008-05-22 19:45:35.000000000 +0400 -+++ src/mn-stock.c 2010-05-24 19:36:03.000000000 +0400 -@@ -32,11 +32,11 @@ - const char *icon_name; - const char *source_stock_id; - } icons[] = { -- { MN_STOCK_MAIL, NULL, "stock_mail" }, -- { MN_STOCK_NO_MAIL, NULL, "stock_inbox" }, -- { MN_STOCK_LOCAL, NULL, "stock_folder" }, -- { MN_STOCK_REMOTE, NULL, "stock_internet" }, -- { MN_STOCK_UNKNOWN, NULL, "stock_unknown" }, -+ { MN_STOCK_MAIL, NULL, "mail-message-new" }, -+ { MN_STOCK_NO_MAIL, NULL, "mail-notification" }, -+ { MN_STOCK_LOCAL, NULL, "folder" }, -+ { MN_STOCK_REMOTE, NULL, "applications-internet" }, -+ { MN_STOCK_UNKNOWN, NULL, "dialog-question" }, - { MN_STOCK_ERROR, NULL, NULL, GTK_STOCK_DIALOG_ERROR }, - #if WITH_GMAIL - { MN_STOCK_GMAIL, PKGDATADIR G_DIR_SEPARATOR_S "gmail.png" }, -@@ -48,14 +48,14 @@ - { MN_STOCK_HOTMAIL, PKGDATADIR G_DIR_SEPARATOR_S "hotmail.png" }, - #endif - #if WITH_MBOX || WITH_MOZILLA || WITH_MH || WITH_MAILDIR || WITH_SYLPHEED -- { MN_STOCK_SYSTEM_MAILBOX, NULL, "system" }, -+ { MN_STOCK_SYSTEM_MAILBOX, NULL, "applications-system" }, - #endif - #if WITH_EVOLUTION - { MN_STOCK_EVOLUTION_MAILBOX, NULL, "evolution" }, - #endif -- { MN_STOCK_MAIL_READER, NULL, "stock_mail-handling" }, -- { MN_STOCK_OPEN_MESSAGE, NULL, "stock_mail-open" }, -- { MN_STOCK_CONSIDER_NEW_MAIL_AS_READ, NULL, "stock_mark" } -+ { MN_STOCK_MAIL_READER, NULL, "mail-unread" }, -+ { MN_STOCK_OPEN_MESSAGE, NULL, "mail-read" }, -+ { MN_STOCK_CONSIDER_NEW_MAIL_AS_READ, NULL, "mail-mark-read" } - }; - GtkIconFactory *factory; - GtkIconTheme *icon_theme; diff --git a/mail/mail-notification/pkg-descr b/mail/mail-notification/pkg-descr deleted file mode 100644 index 227c14361..000000000 --- a/mail/mail-notification/pkg-descr +++ /dev/null @@ -1,25 +0,0 @@ -Mail Notification is a status icon (aka tray icon) that informs you if you -have new mail. - -It works with system trays implementing the freedesktop.org System Tray -Specification, such as the GNOME Panel Notification Area, the Xfce -Notification Area and the KDE System Tray. - -Mail Notification features include: - - * multiple mailbox support - * mbox, MH, Maildir, POP3, IMAP, Gmail, Evolution, Mozilla products - (Mozilla, SeaMonkey, Thunderbird, ...) and Sylpheed support - * SASL authentication support - * APOP authentication support - * SSL/TLS support - * automatic detection of mailbox format - * immediate notification (the status icon is updated immediately or - within seconds after a mailbox changes) - * message popups - * HIG 2.0 compliance - -WWW: http://www.nongnu.org/mailnotify/ - -- Jean-Yves Lefort -jylefort@FreeBSD.org diff --git a/mail/mail-notification/pkg-plist b/mail/mail-notification/pkg-plist deleted file mode 100644 index aa5729cbb..000000000 --- a/mail/mail-notification/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -bin/mail-notification -etc/xdg/autostart/mail-notification.desktop -share/applications/mail-notification-properties.desktop -share/gnome/help/mail-notification/C/documentation-license.xml -share/gnome/help/mail-notification/C/figures/mail.png -share/gnome/help/mail-notification/C/mail-notification.xml -share/gnome/help/mail-notification/C/software-license.xml -%%GMAIL%%share/mail-notification/gmail.png -%%HOTMAIL%%share/mail-notification/hotmail.png -share/mail-notification/logo.png -share/mail-notification/new-mail.wav -%%YAHOO%%share/mail-notification/yahoo.png -share/mail-notification/mailbox-properties-dialog.glade -share/mail-notification/properties-dialog.glade -share/omf/mail-notification/mail-notification-C.omf -share/icons/hicolor/16x16/apps/mail-notification.png -share/icons/hicolor/22x22/apps/mail-notification.png -share/icons/hicolor/24x24/apps/mail-notification.png -share/icons/hicolor/32x32/apps/mail-notification.png -share/icons/hicolor/48x48/apps/mail-notification.png -share/icons/hicolor/scalable/apps/mail-notification.svg -share/locale/bg/LC_MESSAGES/mail-notification.mo -share/locale/ca/LC_MESSAGES/mail-notification.mo -share/locale/cs/LC_MESSAGES/mail-notification.mo -share/locale/de/LC_MESSAGES/mail-notification.mo -share/locale/es/LC_MESSAGES/mail-notification.mo -share/locale/fr/LC_MESSAGES/mail-notification.mo -share/locale/ja/LC_MESSAGES/mail-notification.mo -share/locale/nl/LC_MESSAGES/mail-notification.mo -share/locale/pl/LC_MESSAGES/mail-notification.mo -share/locale/pt/LC_MESSAGES/mail-notification.mo -share/locale/pt_BR/LC_MESSAGES/mail-notification.mo -share/locale/ru/LC_MESSAGES/mail-notification.mo -share/locale/sr/LC_MESSAGES/mail-notification.mo -share/locale/sr@Latn/LC_MESSAGES/mail-notification.mo -share/locale/sv/LC_MESSAGES/mail-notification.mo -%%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/liborg-jylefort-mail-notification.so -%%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/org-jylefort-mail-notification.eplug -@dirrm share/omf/mail-notification -@dirrm share/mail-notification -@dirrm share/gnome/help/mail-notification/C/figures -@dirrm share/gnome/help/mail-notification/C -@dirrm share/gnome/help/mail-notification -@dirrmtry share/applications |