summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-31 17:12:55 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-31 17:12:55 +0000
commit7852033356e05ee5503dd3d0d28b204a4ce0890d (patch)
tree4ee5c6f35f3dfa7fdbac31d231433299b80a3e35 /mail
parentUrlimport enables the user to import modules/packages over the network, from a (diff)
Now that also the plug-ins have been repocopied remove this port.
Approved by: netchild@ (maintainer)
Notes
Notes: svn path=/head/; revision=181165
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/sylpheed-claws/Makefile224
-rw-r--r--mail/sylpheed-claws/distinfo6
-rw-r--r--mail/sylpheed-claws/files/patch-configure106
-rw-r--r--mail/sylpheed-claws/files/patch-configure.ac22
-rw-r--r--mail/sylpheed-claws/files/patch-doc-man-Makefile.in10
-rw-r--r--mail/sylpheed-claws/files/patch-tools-README.sylprint18
-rw-r--r--mail/sylpheed-claws/files/patch-tools-sylprint.pl14
-rw-r--r--mail/sylpheed-claws/pkg-descr13
-rw-r--r--mail/sylpheed-claws/pkg-plist2548
10 files changed, 0 insertions, 2962 deletions
diff --git a/mail/Makefile b/mail/Makefile
index f7355aa6494e..94f302a653a4 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -577,7 +577,6 @@
SUBDIR += svnmailer
SUBDIR += swaks
SUBDIR += sylpheed
- SUBDIR += sylpheed-claws
SUBDIR += sylpheed2
SUBDIR += sylpheed2-devel
SUBDIR += sympa
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
deleted file mode 100644
index f86416606f70..000000000000
--- a/mail/sylpheed-claws/Makefile
+++ /dev/null
@@ -1,224 +0,0 @@
-# New ports collection makefile for: sylpheed-claws
-# Date created: 3 January 2002
-# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sylpheed-claws
-PORTVERSION= 2.6.0
-PORTREVISION= 1
-CATEGORIES= mail news ipv6
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= sylpheed-claws
-DISTFILES= ${EXTRACT_ONLY} \
- ${THEMEFILE}
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= netchild@FreeBSD.org
-COMMENT= A lightweight and very featureful GTK+ based e-mail and news client
-
-LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan
-RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
-
-DEPRECATED= renamed to claws-mail
-CONFLICTS= claws-mail
-
-THEMEVERSION= 20060615
-THEMEFILE= sylpheed-claws-themes-${THEMEVERSION}.tar.gz
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_ICONV= yes
-USE_XLIB= yes
-USE_GNOME= gnomehack pkgconfig gtk20
-#USE_AUTOTOOLS= autoconf:259 libtool:15
-GNU_CONFIGURE= yes
-USE_GCC= 3.3+
-WANT_GNOME= yes
-
-MAN1= sylpheed-claws.1
-
-CONFIGURE_ARGS= \
- --with-libiconv-prefix=${LOCALBASE} \
- --with-manualdir=${DOCSDIR}/manual \
- --with-faqdir=${DOCSDIR}/faq \
- --mandir=${PREFIX}/man
-
-CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
- CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \
- LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-OPTIONS= ALL "Enable all options." off \
- ASPELL "Enable spell checking support." on \
- CLAMAV "Enable virus-checking support." off \
- COMPFACE "Enable X-Face support." on \
- DEBUG "Enable debug support." off \
- DILLO "Enable Dillo HTML viewer." off \
- GNOMEPRINT "Enable extended print support (GNOME)." off \
- GPGME "Enable PGP/GnuPG support using GPGME." off \
- IPV6 "Enable ipv6 support." on \
- JPILOT "Enable JPilot support." off \
- LDAP "Enable LDAP support." off \
- SA_PLUG "Enable SpamAssassin support." off \
- SSL "Enable OpenSSL support." on \
- THEMES "Install additional themes." on
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_SSL)
-# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
-.include "${PORTSDIR}/Mk/bsd.openssl.mk"
-CONFIGURE_ARGS+= --enable-openssl --with-openssl-includes=${OPENSSLINC} \
- --with-openssl-libs=${OPENSSLLIB}
-CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
- OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
-.else
-CONFIGURE_ARGS+= --disable-openssl
-.endif
-
-.if ${HAVE_GNOME:Mgnomeprint} != "" || defined(WITH_GNOMEPRINT)
-PLIST_SUB+= GNOMEPRINT=""
-USE_GNOME+= libgnomeprint libgnomeprintui
-CONFIGURE_ARGS+= --enable-gnomeprint
-.else
-PLIST_SUB+= GNOMEPRINT="@comment "
-CONFIGURE_ARGS+= --disable-gnomeprint
-.endif
-
-.if exists(${LOCALBASE}/include/clamav.h)
-WITH_CLAMAV= yes
-.endif
-
-.if defined(WITH_CLAMAV) || defined(WITH_ALL)
-CONFIGURE_ARGS+= --enable-clamav-plugin
-PLIST_SUB+= CLAM_PLUG=""
-BUILD_DEPENDS= ${LOCALBASE}/sbin/clamd:${PORTSDIR}/security/clamav
-.else
-CONFIGURE_ARGS+= --disable-clamav-plugin
-PLIST_SUB+= CLAM_PLUG="@comment "
-.endif
-.if defined(WITH_COMPFACE) || defined(WITH_ALL)
-LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces
-CONFIGURE_ARGS+= --enable-compface
-.else
-CONFIGURE_ARGS+= --disable-compface
-.endif
-.if defined(WITH_ASPELL) || defined(WITH_ALL)
-LIB_DEPENDS+= pspell.16:${PORTSDIR}/textproc/aspell
-CONFIGURE_ARGS+= --enable-aspell
-.else
-CONFIGURE_ARGS+= --disable-aspell
-.endif
-.if defined(WITH_JPILOT) || defined(WITH_ALL)
-LIB_DEPENDS+= pisock:${PORTSDIR}/palm/pilot-link
-RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot
-CONFIGURE_ARGS+= --enable-jpilot
-.else
-CONFIGURE_ARGS+= --disable-jpilot
-.endif
-.if defined(WITH_LDAP) || defined(WITH_ALL)
-USE_OPENLDAP= yes
-CONFIGURE_ARGS+= --enable-ldap
-.else
-CONFIGURE_ARGS+= --disable-ldap
-.endif
-.if defined(WITH_SA_PLUG) || defined(WITH_ALL)
-RUN_DEPENDS+= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin
-CONFIGURE_ARGS+= --enable-spamassassin-plugin
-PLIST_SUB+= SA_PLUG=""
-.else
-CONFIGURE_ARGS+= --disable-spamassassin-plugin
-PLIST_SUB+= SA_PLUG="@comment "
-.endif
-.if defined(WITH_GPGME) || defined(WITH_ALL)
-PLIST_SUB+= GPGME=""
-CONFIGURE_ARGS+= --enable-pgpmime-plugin --enable-pgpcore-plugin \
- --enable-pgpinline-plugin
-LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme
-RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
-.else
-PLIST_SUB+= GPGME="@comment "
-CONFIGURE_ARGS+= --disable-pgpmime-plugin --disable-pgpcore-plugin \
- --disable-pgpinline-plugin
-.endif
-.if defined(WITHOUT_THEMES)
-PLIST_SUB+= THEMES="@comment "
-.else
-PLIST_SUB+= THEMES=""
-.endif
-.if defined(WITH_DEBUG) || defined(WITH_ALL)
-CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog
-STRIP=
-.endif
-.if defined(WITH_DILLO) || defined(WITH_ALL)
-PLIST_SUB+= DILLO=""
-RUN_DEPENDS+= dillo:${PORTSDIR}/www/dillo
-.else
-PLIST_SUB+= DILLO="@comment "
-CONFIGURE_ARGS+= --disable-dillo-viewer-plugin
-.endif
-
-.if defined(WITHOUT_IPV6) || defined(WITH_ALL)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-post-extract:
-.if !defined(WITHOUT_THEMES)
- @${MKDIR} ${WRKSRC}/themes
- @cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${THEMEFILE} ${EXTRACT_AFTER_ARGS}
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
- ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl
- @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g ; s|/usr/share|${LOCALBASE}/share|g' \
- ${WRKSRC}/src/procmime.c
- @${REINPLACE_CMD} -e "s|po intl src|po src| ; s:@SYLPHEED_GNOME:#@SYLPHEED_GNOME:g" ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e "s:-Wno-unused-function::" ${WRKSRC}/src/Makefile.in
- @for f in `${FIND} ${WRKSRC}/tools -type f -print`; do \
- ${REINPLACE_CMD} -e "s|/usr/bin/perl|${PERL}|" $$f; done
-# @${LN} -s ${WRKSRC}/po/sylpheed.pot ${WRKSRC}/po/${PORTNAME}.pot
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's|src manual faq tools|src tools|' ${WRKSRC}/Makefile.in
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
-.for i in NEWS README RELEASE_NOTES TODO tools/README.sylprint
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
- @${INSTALL_DATA} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools
-.endif
- @${MKDIR} ${DATADIR}
- @cd ${WRKSRC}/tools && \
- ${INSTALL_SCRIPT} OOo2sylpheed.pl acroread2sylpheed.pl \
- calypso_convert.pl convert_mbox.pl eud2gc.py filter_conv.pl \
- freshmeat_search.pl gif2xface.pl google_msgid.pl \
- google_search.pl kmail2sylpheed.pl \
- kmail2sylpheed_v2.pl maildir2sylpheed.pl multiwebsearch.conf \
- multiwebsearch.pl nautilus2sylpheed.sh outlook2sylpheed.pl \
- tb2sylpheed textviewer.sh update-po uudec vcard2xml.py \
- ${DATADIR}
- @${MKDIR} ${PREFIX}/share/applications
- @${INSTALL_DATA} ${WRKSRC}/sylpheed-claws.desktop ${PREFIX}/share/applications/
-.if !defined(WITHOUT_THEMES)
- @${MKDIR} ${DATADIR}/themes
- @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && ${FIND} . -mindepth 2 -print | \
- ${GREP} -vE '(Makefile.*|INSTALL)' | \
- ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DATADIR}/themes/
- @${CHMOD} -R a+r ${DATADIR}/themes
- @${FIND} ${DATADIR}/themes -type d -print0 | ${XARGS} -0 ${CHMOD} a+x
-.endif
- @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylprint.pl ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKSRC}/tools/sylprint.rc ${PREFIX}/etc/sylprint.rc.example
- @${MKDIR} ${PREFIX}/share/pixmaps
- @${INSTALL_DATA} ${WRKSRC}/sylpheed-claws*.png ${PREFIX}/share/pixmaps/
-
-.include <bsd.port.post.mk>
diff --git a/mail/sylpheed-claws/distinfo b/mail/sylpheed-claws/distinfo
deleted file mode 100644
index f8392b963fd1..000000000000
--- a/mail/sylpheed-claws/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (sylpheed-claws-2.6.0.tar.bz2) = c16d658bd7d48bbecc2574e70b95c560
-SHA256 (sylpheed-claws-2.6.0.tar.bz2) = 17aa56bd382d3ffb7ad2e76174a3a43b832a815a23b6b993d864e2e133cdc1c7
-SIZE (sylpheed-claws-2.6.0.tar.bz2) = 5098855
-MD5 (sylpheed-claws-themes-20060615.tar.gz) = 8cf1f94353be228d192d843e89557f42
-SHA256 (sylpheed-claws-themes-20060615.tar.gz) = f34bfb8f53ef4b22e25055c588b19b3bc107b1a3dcf28faab409359b788444d7
-SIZE (sylpheed-claws-themes-20060615.tar.gz) = 1716505
diff --git a/mail/sylpheed-claws/files/patch-configure b/mail/sylpheed-claws/files/patch-configure
deleted file mode 100644
index ecda825e1f29..000000000000
--- a/mail/sylpheed-claws/files/patch-configure
+++ /dev/null
@@ -1,106 +0,0 @@
---- configure.orig Tue Sep 26 13:48:55 2006
-+++ configure Tue Sep 26 13:52:15 2006
-@@ -28199,6 +28199,18 @@
- { echo "$as_me:$LINENO: checking for OPENSSL" >&5
- echo $ECHO_N "checking for OPENSSL... $ECHO_C" >&6; }
-
-+ case $host_os in
-+ *freebsd*)
-+ if test $(openssl version | cut -d ' ' -f 2) \< 0.9.7 ; then
-+ ac_cv_enable_openssl=no
-+ else
-+ OPENSSL_LIBS=${OPENSSL_LIBS-"-lcrypto -lssl"}
-+ echo "${ECHO_T}yes" >&6;
-+ fi
-+ ;;
-+ esac
-+
-+if false; then
- if test -n "$PKG_CONFIG"; then
- if test -n "$OPENSSL_CFLAGS"; then
- pkg_cv_OPENSSL_CFLAGS="$OPENSSL_CFLAGS"
-@@ -28265,6 +28277,8 @@
- echo "${ECHO_T}yes" >&6; }
- :
- fi
-+fi # if false
-+
- if test x$ac_cv_enable_openssl = xyes; then
-
- cat >>confdefs.h <<\_ACEOF
-@@ -29719,18 +29733,18 @@
- rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
- conftest$ac_exeext conftest.$ac_ext;
- if test "$ac_cv_var__res_options" != "yes"; then
-- LIBRESOLV="-lresolv"
-+ LIBRESOLV=""
- fi
- LIBS="$t_oldLibs"
-
- if test "x$LIBRESOLV" = "x"; then
-- { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
--echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
-+ { echo "$as_me:$LINENO: checking for res_query in " >&5
-+echo $ECHO_N "checking for res_query in ... $ECHO_C" >&6; }
- if test "${ac_cv_lib_resolv_res_query+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lresolv $LIBS"
-+LIBS=" $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -29802,7 +29816,7 @@
- { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
- echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
- if test $ac_cv_lib_resolv_res_query = yes; then
-- LIBRESOLV=-lresolv
-+ LIBRESOLV=
- fi
-
- LIBS="$t_oldLibs"
-@@ -29833,13 +29847,13 @@
- { echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6; }
-
-- { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
--echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
-+ { echo "$as_me:$LINENO: checking for res_query in " >&5
-+echo $ECHO_N "checking for res_query in ... $ECHO_C" >&6; }
- if test "${ac_cv_lib_resolv_res_query+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lresolv $LIBS"
-+LIBS=" $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -29911,7 +29925,7 @@
- { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
- echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
- if test $ac_cv_lib_resolv_res_query = yes; then
-- LDAP_LIBS="$LDAP_LIBS -lresolv"
-+ LDAP_LIBS="$LDAP_LIBS "
- fi
-
- { echo "$as_me:$LINENO: checking for bind in -lsocket" >&5
-@@ -30883,7 +30897,7 @@
-
- fi
-
-- { echo "$as_me:$LINENO: checking for unpack_Address in -lpisock" >&5
-+ { echo "$as_me:$LINENO: checking for unpack_Address in -liconv -lpisock" >&5
- echo $ECHO_N "checking for unpack_Address in -lpisock... $ECHO_C" >&6; }
- if test "${ac_cv_lib_pisock_unpack_Address+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-@@ -30961,7 +30975,7 @@
- { echo "$as_me:$LINENO: result: $ac_cv_lib_pisock_unpack_Address" >&5
- echo "${ECHO_T}$ac_cv_lib_pisock_unpack_Address" >&6; }
- if test $ac_cv_lib_pisock_unpack_Address = yes; then
-- JPILOT_LIBS="-lpisock"
-+ JPILOT_LIBS="-liconv -lpisock"
- else
- JPILOT_LIBS="" ac_cv_enable_jpilot="no"
- fi
diff --git a/mail/sylpheed-claws/files/patch-configure.ac b/mail/sylpheed-claws/files/patch-configure.ac
deleted file mode 100644
index 8bc413ea4cd3..000000000000
--- a/mail/sylpheed-claws/files/patch-configure.ac
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.ac.orig Sat Jul 30 10:54:42 2005
-+++ configure.ac Sat Jul 30 11:10:47 2005
-@@ -303,7 +303,18 @@
- AC_MSG_CHECKING([whether to use OpenSSL])
- if test x"$ac_cv_enable_openssl" = xyes; then
- AC_MSG_RESULT(yes)
-- PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.7, :, ac_cv_enable_openssl=no)
-+ case $host_os in
-+ *freebsd*)
-+ if test $(openssl version | cut -d ' ' -f 2) \< 0.9.7 ; then
-+ ac_cv_enable_openssl=no
-+ else
-+ OPENSSL_LIBS=${OPENSSL_LIBS-"-lcrypto -lssl"}
-+ fi
-+ ;;
-+ *)
-+ PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.7, :, ac_cv_enable_openssl=no)
-+ ;;
-+ esac
- if test x$ac_cv_enable_openssl = xyes; then
- AC_DEFINE(USE_OPENSSL, 1, Define if you want OpenSSL support)
- else
diff --git a/mail/sylpheed-claws/files/patch-doc-man-Makefile.in b/mail/sylpheed-claws/files/patch-doc-man-Makefile.in
deleted file mode 100644
index 40953fde2124..000000000000
--- a/mail/sylpheed-claws/files/patch-doc-man-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- doc/man/Makefile.in.orig Sat Nov 5 12:14:20 2005
-+++ doc/man/Makefile.in Sat Nov 5 12:15:52 2005
-@@ -329,6 +329,7 @@
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-+ inst=`echo $$inst | sed -e 's:sylpheed\.1:sylpheed-claws.1:'`; \
- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
- done
diff --git a/mail/sylpheed-claws/files/patch-tools-README.sylprint b/mail/sylpheed-claws/files/patch-tools-README.sylprint
deleted file mode 100644
index 1085b058553b..000000000000
--- a/mail/sylpheed-claws/files/patch-tools-README.sylprint
+++ /dev/null
@@ -1,18 +0,0 @@
---- tools/README.sylprint.orig Sat Nov 5 11:35:01 2005
-+++ tools/README.sylprint Sat Nov 5 11:36:54 2005
-@@ -144,11 +144,12 @@
- sylprint.pl
- The script itself.
-
-- sylprint.rc
-+ %%PREFIX%%/etc/sylprint.rc
-+ ~/.sylpheed/sylprint.rc
- Stores user default preferred configuration for the
- script. Settings in this file may be overriden by
-- command line options. Must be stored in the same
-- directory of the script and/or in the ~/.sylpheed-claws
-+ command line options. Must be stored in the local
-+ configuration directory and/or in the ~/.sylpheed-claws
- one (Sylpheed user's configuration directory).
-
- /tmp/sylprint.username.number
diff --git a/mail/sylpheed-claws/files/patch-tools-sylprint.pl b/mail/sylpheed-claws/files/patch-tools-sylprint.pl
deleted file mode 100644
index fce5e4ec5bbe..000000000000
--- a/mail/sylpheed-claws/files/patch-tools-sylprint.pl
+++ /dev/null
@@ -1,14 +0,0 @@
---- tools/sylprint.pl.orig Tue Jan 8 20:34:37 2002
-+++ tools/sylprint.pl Tue Jan 15 00:13:15 2002
-@@ -36,10 +36,7 @@
- # get user config
- if (defined($ARGV[1]) && $ARGV[1] eq '-r') { $a++; }
- else {
-- @spp = split('/',$0);
-- $spp[$#spp] = '';
-- $spp = join('/',@spp);
-- $rcf="$spp$rc";
-+ $rcf="%%PREFIX%%/etc/$rc";
- if (-x $rcf) { do $rcf; }
- $rcf="$ENV{'HOME'}/.sylpheed/$rc";
- if (-x $rcf) { do $rcf; }
diff --git a/mail/sylpheed-claws/pkg-descr b/mail/sylpheed-claws/pkg-descr
deleted file mode 100644
index 67b9da13253f..000000000000
--- a/mail/sylpheed-claws/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Sylpheed is an e-mail client (and news reader) based on GTK+
-
-Currently, many features are supported including POP3, IMAP, NNTP,
-multiple accounts, threading, filtering, MIME attachments, APOP, SMTP
-AUTH, SSL, IPv6, GnuPG, internalization, and more.
-
-In addition to the above, Sylpheed-claws has a lot of extra features,
-e.g. a plugin mechanism, a new filtering/processing mechanism,
-extra folder properties and much more...
-
-WWW: http://sylpheed-claws.sourceforge.net/
-
-- Simon 'corecode' Schubert
diff --git a/mail/sylpheed-claws/pkg-plist b/mail/sylpheed-claws/pkg-plist
deleted file mode 100644
index bb87f645421d..000000000000
--- a/mail/sylpheed-claws/pkg-plist
+++ /dev/null
@@ -1,2548 +0,0 @@
-bin/sylpheed-claws
-bin/sylprint.pl
-etc/sylprint.rc.example
-include/sylpheed-claws/account.h
-include/sylpheed-claws/action.h
-include/sylpheed-claws/adbookbase.h
-include/sylpheed-claws/addr_compl.h
-include/sylpheed-claws/addrbook.h
-include/sylpheed-claws/addrcache.h
-include/sylpheed-claws/addrclip.h
-include/sylpheed-claws/addrdefs.h
-include/sylpheed-claws/addressadd.h
-include/sylpheed-claws/addressbook.h
-include/sylpheed-claws/addressbook_foldersel.h
-include/sylpheed-claws/addressitem.h
-include/sylpheed-claws/addrgather.h
-include/sylpheed-claws/addrharvest.h
-include/sylpheed-claws/addrindex.h
-include/sylpheed-claws/addritem.h
-include/sylpheed-claws/addrquery.h
-include/sylpheed-claws/addrselect.h
-include/sylpheed-claws/alertpanel.h
-include/sylpheed-claws/browseldap.h
-include/sylpheed-claws/codeconv.h
-include/sylpheed-claws/common/base64.h
-include/sylpheed-claws/common/defs.h
-include/sylpheed-claws/common/hooks.h
-include/sylpheed-claws/common/log.h
-include/sylpheed-claws/common/md5.h
-include/sylpheed-claws/common/mgutils.h
-include/sylpheed-claws/common/nntp.h
-include/sylpheed-claws/common/passcrypt.h
-include/sylpheed-claws/common/plugin.h
-include/sylpheed-claws/common/prefs.h
-include/sylpheed-claws/common/progressindicator.h
-include/sylpheed-claws/common/quoted-printable.h
-include/sylpheed-claws/common/session.h
-include/sylpheed-claws/common/smtp.h
-include/sylpheed-claws/common/socket.h
-include/sylpheed-claws/common/ssl.h
-include/sylpheed-claws/common/ssl_certificate.h
-include/sylpheed-claws/common/string_match.h
-include/sylpheed-claws/common/stringtable.h
-include/sylpheed-claws/common/sylpheed.h
-include/sylpheed-claws/common/template.h
-include/sylpheed-claws/common/timing.h
-include/sylpheed-claws/common/utils.h
-include/sylpheed-claws/common/uuencode.h
-include/sylpheed-claws/common/version.h
-include/sylpheed-claws/common/xml.h
-include/sylpheed-claws/common/xmlprops.h
-include/sylpheed-claws/compose.h
-include/sylpheed-claws/config.h
-include/sylpheed-claws/crash.h
-include/sylpheed-claws/customheader.h
-include/sylpheed-claws/displayheader.h
-include/sylpheed-claws/editaddress.h
-include/sylpheed-claws/editbook.h
-include/sylpheed-claws/editgroup.h
-include/sylpheed-claws/editjpilot.h
-include/sylpheed-claws/editldap.h
-include/sylpheed-claws/editldap_basedn.h
-include/sylpheed-claws/editvcard.h
-include/sylpheed-claws/enriched.h
-include/sylpheed-claws/etpan/etpan-errors.h
-include/sylpheed-claws/etpan/etpan-log.h
-include/sylpheed-claws/etpan/etpan-thread-manager-types.h
-include/sylpheed-claws/etpan/etpan-thread-manager.h
-include/sylpheed-claws/etpan/imap-thread.h
-include/sylpheed-claws/exphtmldlg.h
-include/sylpheed-claws/expldifdlg.h
-include/sylpheed-claws/export.h
-include/sylpheed-claws/exporthtml.h
-include/sylpheed-claws/exportldif.h
-include/sylpheed-claws/filtering.h
-include/sylpheed-claws/folder.h
-include/sylpheed-claws/folder_item_prefs.h
-include/sylpheed-claws/foldersel.h
-include/sylpheed-claws/folderutils.h
-include/sylpheed-claws/folderview.h
-include/sylpheed-claws/gedit-print.h
-include/sylpheed-claws/grouplistdialog.h
-include/sylpheed-claws/gtk/about.h
-include/sylpheed-claws/gtk/colorlabel.h
-include/sylpheed-claws/gtk/colorsel.h
-include/sylpheed-claws/gtk/combobox.h
-include/sylpheed-claws/gtk/description_window.h
-include/sylpheed-claws/gtk/filesel.h
-include/sylpheed-claws/gtk/foldersort.h
-include/sylpheed-claws/gtk/gtkaspell.h
-include/sylpheed-claws/gtk/gtksctree.h
-include/sylpheed-claws/gtk/gtkshruler.h
-include/sylpheed-claws/gtk/gtksourceprintjob.h
-include/sylpheed-claws/gtk/gtkutils.h
-include/sylpheed-claws/gtk/gtkvscrollbutton.h
-include/sylpheed-claws/gtk/icon_legend.h
-include/sylpheed-claws/gtk/inputdialog.h
-include/sylpheed-claws/gtk/logwindow.h
-include/sylpheed-claws/gtk/manage_window.h
-include/sylpheed-claws/gtk/menu.h
-include/sylpheed-claws/gtk/pluginwindow.h
-include/sylpheed-claws/gtk/prefswindow.h
-include/sylpheed-claws/gtk/progressdialog.h
-include/sylpheed-claws/gtk/quicksearch.h
-include/sylpheed-claws/gtk/sslcertwindow.h
-include/sylpheed-claws/gtk/sylpheed-marshal.h
-include/sylpheed-claws/headerview.h
-include/sylpheed-claws/html.h
-include/sylpheed-claws/image_viewer.h
-include/sylpheed-claws/imap.h
-include/sylpheed-claws/imap_gtk.h
-include/sylpheed-claws/import.h
-include/sylpheed-claws/importldif.h
-include/sylpheed-claws/importmutt.h
-include/sylpheed-claws/importpine.h
-include/sylpheed-claws/inc.h
-include/sylpheed-claws/jpilot.h
-include/sylpheed-claws/ldapctrl.h
-include/sylpheed-claws/ldaplocate.h
-include/sylpheed-claws/ldapquery.h
-include/sylpheed-claws/ldapserver.h
-include/sylpheed-claws/ldaputil.h
-include/sylpheed-claws/ldif.h
-include/sylpheed-claws/localfolder.h
-include/sylpheed-claws/main.h
-include/sylpheed-claws/mainwindow.h
-include/sylpheed-claws/manual.h
-include/sylpheed-claws/matcher.h
-include/sylpheed-claws/matcher_parser.h
-include/sylpheed-claws/matcher_parser_lex.h
-include/sylpheed-claws/matcher_parser_parse.h
-include/sylpheed-claws/mbox.h
-include/sylpheed-claws/message_search.h
-include/sylpheed-claws/messageview.h
-include/sylpheed-claws/mh.h
-include/sylpheed-claws/mh_gtk.h
-include/sylpheed-claws/mimeview.h
-include/sylpheed-claws/msgcache.h
-include/sylpheed-claws/mutt.h
-include/sylpheed-claws/news.h
-include/sylpheed-claws/news_gtk.h
-include/sylpheed-claws/noticeview.h
-include/sylpheed-claws/partial_download.h
-include/sylpheed-claws/pine.h
-%%GPGME%%include/sylpheed-claws/plugins/pgpcore/passphrase.h
-%%GPGME%%include/sylpheed-claws/plugins/pgpcore/pgp_viewer.h
-%%GPGME%%include/sylpheed-claws/plugins/pgpcore/prefs_gpg.h
-%%GPGME%%include/sylpheed-claws/plugins/pgpcore/select-keys.h
-%%GPGME%%include/sylpheed-claws/plugins/pgpcore/sgpgme.h
-%%GPGME%%include/sylpheed-claws/plugins/pgpinline/pgpinline.h
-%%GPGME%%include/sylpheed-claws/plugins/pgpmime/pgpmime.h
-include/sylpheed-claws/pop.h
-include/sylpheed-claws/prefs_account.h
-include/sylpheed-claws/prefs_actions.h
-include/sylpheed-claws/prefs_common.h
-include/sylpheed-claws/prefs_compose_writing.h
-include/sylpheed-claws/prefs_customheader.h
-include/sylpheed-claws/prefs_display_header.h
-include/sylpheed-claws/prefs_ext_prog.h
-include/sylpheed-claws/prefs_filtering.h
-include/sylpheed-claws/prefs_filtering_action.h
-include/sylpheed-claws/prefs_folder_column.h
-include/sylpheed-claws/prefs_folder_item.h
-include/sylpheed-claws/prefs_fonts.h
-include/sylpheed-claws/prefs_gtk.h
-include/sylpheed-claws/prefs_image_viewer.h
-include/sylpheed-claws/prefs_matcher.h
-include/sylpheed-claws/prefs_message.h
-include/sylpheed-claws/prefs_msg_colors.h
-include/sylpheed-claws/prefs_other.h
-include/sylpheed-claws/prefs_quote.h
-include/sylpheed-claws/prefs_receive.h
-include/sylpheed-claws/prefs_send.h
-include/sylpheed-claws/prefs_spelling.h
-include/sylpheed-claws/prefs_summaries.h
-include/sylpheed-claws/prefs_summary_column.h
-include/sylpheed-claws/prefs_template.h
-include/sylpheed-claws/prefs_themes.h
-include/sylpheed-claws/prefs_toolbar.h
-include/sylpheed-claws/prefs_wrapping.h
-include/sylpheed-claws/privacy.h
-include/sylpheed-claws/procheader.h
-include/sylpheed-claws/procmime.h
-include/sylpheed-claws/procmsg.h
-include/sylpheed-claws/quote_fmt.h
-include/sylpheed-claws/quote_fmt_lex.h
-include/sylpheed-claws/quote_fmt_parse.h
-include/sylpheed-claws/recv.h
-include/sylpheed-claws/remotefolder.h
-include/sylpheed-claws/send_message.h
-include/sylpheed-claws/setup.h
-include/sylpheed-claws/sourcewindow.h
-include/sylpheed-claws/ssl_manager.h
-include/sylpheed-claws/statusbar.h
-include/sylpheed-claws/stock_pixmap.h
-include/sylpheed-claws/summary_search.h
-include/sylpheed-claws/summaryview.h
-include/sylpheed-claws/textview.h
-include/sylpheed-claws/toolbar.h
-include/sylpheed-claws/undo.h
-include/sylpheed-claws/unmime.h
-include/sylpheed-claws/vcard.h
-include/sylpheed-claws/wizard.h
-lib/sylpheed-claws/plugins/bogofilter.a
-lib/sylpheed-claws/plugins/bogofilter.la
-lib/sylpheed-claws/plugins/bogofilter.so
-%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.a
-%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.la
-%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.so
-%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.a
-%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.la
-%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.so
-%%GPGME%%lib/sylpheed-claws/plugins/pgpcore.a
-%%GPGME%%lib/sylpheed-claws/plugins/pgpcore.la
-%%GPGME%%lib/sylpheed-claws/plugins/pgpcore.so
-%%GPGME%%lib/sylpheed-claws/plugins/pgpinline.a
-%%GPGME%%lib/sylpheed-claws/plugins/pgpinline.deps
-%%GPGME%%lib/sylpheed-claws/plugins/pgpinline.la
-%%GPGME%%lib/sylpheed-claws/plugins/pgpinline.so
-%%GPGME%%lib/sylpheed-claws/plugins/pgpmime.a
-%%GPGME%%lib/sylpheed-claws/plugins/pgpmime.deps
-%%GPGME%%lib/sylpheed-claws/plugins/pgpmime.la
-%%GPGME%%lib/sylpheed-claws/plugins/pgpmime.so
-%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin.a
-%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin.la
-%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin.so
-lib/sylpheed-claws/plugins/trayicon.a
-lib/sylpheed-claws/plugins/trayicon.la
-lib/sylpheed-claws/plugins/trayicon.so
-libdata/pkgconfig/sylpheed-claws.pc
-share/applications/sylpheed-claws.desktop
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.sylprint
-%%PORTDOCS%%%%DOCSDIR%%/README.tools
-%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-claws-manual.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-claws-manual.pdf
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-claws-manual.ps
-%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-claws-manual.txt
-%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-claws-manual.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-claws-manual.pdf
-%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-claws-manual.ps
-%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-claws-manual.txt
-%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-claws-manual.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-claws-manual.pdf
-%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-claws-manual.ps
-%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-claws-manual.txt
-%%PORTDOCS%%%%DOCSDIR%%/manual/pl/sylpheed-claws-manual.html
-%%PORTDOCS%%%%DOCSDIR%%/manual/pl/sylpheed-claws-manual.pdf
-%%PORTDOCS%%%%DOCSDIR%%/manual/pl/sylpheed-claws-manual.ps
-%%PORTDOCS%%%%DOCSDIR%%/manual/pl/sylpheed-claws-manual.txt
-share/locale/bg/LC_MESSAGES/sylpheed-claws.mo
-share/locale/ca/LC_MESSAGES/sylpheed-claws.mo
-share/locale/cs/LC_MESSAGES/sylpheed-claws.mo
-share/locale/de/LC_MESSAGES/sylpheed-claws.mo
-share/locale/el/LC_MESSAGES/sylpheed-claws.mo
-share/locale/en_GB/LC_MESSAGES/sylpheed-claws.mo
-share/locale/es/LC_MESSAGES/sylpheed-claws.mo
-share/locale/fi/LC_MESSAGES/sylpheed-claws.mo
-share/locale/fr/LC_MESSAGES/sylpheed-claws.mo
-share/locale/hr/LC_MESSAGES/sylpheed-claws.mo
-share/locale/hu/LC_MESSAGES/sylpheed-claws.mo
-share/locale/it/LC_MESSAGES/sylpheed-claws.mo
-share/locale/ja/LC_MESSAGES/sylpheed-claws.mo
-share/locale/ko/LC_MESSAGES/sylpheed-claws.mo
-share/locale/nb/LC_MESSAGES/sylpheed-claws.mo
-share/locale/nl/LC_MESSAGES/sylpheed-claws.mo
-share/locale/pl/LC_MESSAGES/sylpheed-claws.mo
-share/locale/pt_BR/LC_MESSAGES/sylpheed-claws.mo
-share/locale/ru/LC_MESSAGES/sylpheed-claws.mo
-share/locale/sk/LC_MESSAGES/sylpheed-claws.mo
-share/locale/sr/LC_MESSAGES/sylpheed-claws.mo
-share/locale/sv/LC_MESSAGES/sylpheed-claws.mo
-share/locale/zh_CN/LC_MESSAGES/sylpheed-claws.mo
-share/locale/zh_TW/LC_MESSAGES/sylpheed-claws.mo
-share/pixmaps/sylpheed-claws-128x128.png
-share/pixmaps/sylpheed-claws-64x64.png
-share/pixmaps/sylpheed-claws.png
-%%DATADIR%%/OOo2sylpheed.pl
-%%DATADIR%%/acroread2sylpheed.pl
-%%DATADIR%%/calypso_convert.pl
-%%DATADIR%%/convert_mbox.pl
-%%DATADIR%%/eud2gc.py
-%%DATADIR%%/filter_conv.pl
-%%DATADIR%%/freshmeat_search.pl
-%%DATADIR%%/gif2xface.pl
-%%DATADIR%%/google_msgid.pl
-%%DATADIR%%/google_search.pl
-%%DATADIR%%/kmail2sylpheed.pl
-%%DATADIR%%/kmail2sylpheed_v2.pl
-%%DATADIR%%/maildir2sylpheed.pl
-%%DATADIR%%/multiwebsearch.conf
-%%DATADIR%%/multiwebsearch.pl
-%%DATADIR%%/nautilus2sylpheed.sh
-%%DATADIR%%/outlook2sylpheed.pl
-%%DATADIR%%/tb2sylpheed
-%%DATADIR%%/textviewer.sh
-%%THEMES%%%%DATADIR%%/themes/Crystal/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Crystal/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/dir-close.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/dir-open.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/error.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/search.xpm
-%%THEMES%%%%DATADIR%%/themes/Crystal/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/ReadMe
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/book.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/category.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/draft_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/draft_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/draft_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/group.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/linewrap_current.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/online.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/sylpheed_icon.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/trash_btn.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/ChangeLog
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/README
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/address.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/address_search.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/book.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/check_spelling.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/clip_gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/dir_close_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/dir_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/dir_noselect.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/dir_open_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/dir_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/drafts_close_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/drafts_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/drafts_open_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/drafts_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/error.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/folder.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/group.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/ham_btn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/inbox_close_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/inbox_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/inbox_open_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/inbox_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/key.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/ldap.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/linewrapcurrent.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_reply_to_list.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/online.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/outbox_close_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/outbox_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/outbox_open_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/outbox_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/print.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_emblem_encrypted.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_emblem_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_emblem_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_emblem_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_emblem_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/privacy_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/queue_close_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/queue_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/queue_open_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/queue_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/quicksearch.xcf
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/search.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/spam.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/spam_btn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/trash_btn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/trash_close_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/trash_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/trash_open_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/trash_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/README
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/address.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/address_search.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/book.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/category.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/check_spelling.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/copy.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/cut.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/error.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/group.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/key.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/ldap.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/linewrapcurrent.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/notice_error.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/notice_note.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/online.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_emblem_encrypted.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_emblem_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_emblem_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_emblem_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_emblem_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/sylpheed_logo.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Gnomeria/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/ChangeLog
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/README
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/address.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/address_search.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/book.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/category.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/error.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/exec1.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/exec2.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/folder.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/group.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/ignore_thread.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/key.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/ldap.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/linewrapcurrent.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail1.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_reply_to_list.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/messageview_text.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_application_octet_stream.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_gpg_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_gpg_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_gpg_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_gpg_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/notice_error.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/notice_note.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/online.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/print.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/print1.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_emblem_enabled.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_emblem_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_emblem_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_emblem_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_emblem_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/regular.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/search.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Gorillaws/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/README
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/address.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/address_search.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/book.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/category.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/error.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/folder.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/group.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/key.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/ldap.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/notice_error.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/notice_note.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/regular.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/search.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/sylpheed_logo.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/work_offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/work_online.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/GurUnix/ChangeLog
-%%THEMES%%%%DATADIR%%/themes/GurUnix/README.txt
-%%THEMES%%%%DATADIR%%/themes/GurUnix/address.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/book.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/category.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/close.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/error.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/group.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/ignore_thread.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/inbox.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/key.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/ldap.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_reply_to_list.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/messageview_text.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/new.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/notice_error.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/notice_note.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/outbox.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/pgp_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/print.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/queue.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/search.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/work_offline.xpm
-%%THEMES%%%%DATADIR%%/themes/GurUnix/work_online.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Korillaws/ChangeLog
-%%THEMES%%%%DATADIR%%/themes/Korillaws/README
-%%THEMES%%%%DATADIR%%/themes/Korillaws/address.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/address_search.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/book.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/category.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/error.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/exec1.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/exec2.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/folder.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/group.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/ignore_thread.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/key.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/ldap.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/linewrapcurrent.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail1.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_reply_to_list.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/messageview_text.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_application_octet_stream.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_gpg_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_gpg_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_gpg_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_gpg_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/notice_error.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/notice_note.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/online.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/print.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/print1.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_emblem_enabled.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_emblem_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_emblem_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_emblem_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_emblem_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/regular.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/search.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Korillaws/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/address.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/address.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/book.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/delete.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/error.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/key.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/messageview_text.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_gpg_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_gpg_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_gpg_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_gpg_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/online.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/New_Session/Readme.txt
-%%THEMES%%%%DATADIR%%/themes/New_Session/address.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/close.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/new.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/New_Session/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/address_search.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/category.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/check_spelling.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/dir_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/dir_open_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/dir_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/drafts_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/drafts_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/error.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/inbox.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/inbox_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/inbox_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/inbox_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/key.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/linewrapcurrent.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/notice_error.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/notice_note.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/online.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/outbox.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/outbox_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/outbox_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/outbox_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_emblem_encrypted.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_emblem_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_emblem_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_emblem_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_emblem_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/privacy_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/read.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/search.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/sylpheed.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/sylpheed_logo.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/trash.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/trash_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/trash_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/trash_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Phoenity/address.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/book.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/category.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/delete.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/error.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/group.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/key.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/ldap.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/notice_error.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/notice_note.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/readme.txt
-%%THEMES%%%%DATADIR%%/themes/Phoenity/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/search.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/work_offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Phoenity/work_online.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/address.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/README
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/address.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/book.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/error.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/key.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/ldap.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/messageview_text.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_gpg_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_gpg_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_gpg_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_gpg_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/work_offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/work_online.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/SylZilla/ChangeLog
-%%THEMES%%%%DATADIR%%/themes/SylZilla/README
-%%THEMES%%%%DATADIR%%/themes/SylZilla/address.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/address_search.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/book.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/category.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/close.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/error.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/folder.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/group.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/ignore_thread.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/key.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/ldap.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_reply_to_list.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/messageview_text.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_application_octet_stream.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_gpg_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_gpg_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_gpg_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_gpg_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/new.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/notice_error.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/notice_note.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/print.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/regular.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/search.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/work_offline.xpm
-%%THEMES%%%%DATADIR%%/themes/SylZilla/work_online.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/ChangeLog
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/ChangeLog.pre-1-4
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/all_contacts.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/close.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/dayview.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/flag-for-followup.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail-replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/new.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/online.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/Sylpholution/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/README
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/address.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/check_spelling.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/ham_btn.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/linewrapcurrent.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_reply_to_list.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/print.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/search.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/spam_btn.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/trash_btn.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/XeNtish/README
-%%THEMES%%%%DATADIR%%/themes/XeNtish/address.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/close.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/new.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/XeNtish/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/address.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/book.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/close.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/delete.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/error.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/key.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_extern.xcf
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/messageview_text.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_gpg_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_gpg_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_gpg_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_gpg_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/new.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/online.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/achileus-noname/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/black/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/black/README
-%%THEMES%%%%DATADIR%%/themes/black/address.xpm
-%%THEMES%%%%DATADIR%%/themes/black/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/black/book.xpm
-%%THEMES%%%%DATADIR%%/themes/black/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/black/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/black/close.xpm
-%%THEMES%%%%DATADIR%%/themes/black/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/black/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/black/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/black/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/black/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/black/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/black/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/black/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/black/error.xpm
-%%THEMES%%%%DATADIR%%/themes/black/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/black/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/black/group.xpm
-%%THEMES%%%%DATADIR%%/themes/black/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/black/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/black/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/black/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/black/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/black/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/black/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/black/key.xpm
-%%THEMES%%%%DATADIR%%/themes/black/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/black/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/black/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/black/new.xpm
-%%THEMES%%%%DATADIR%%/themes/black/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/black/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/black/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/black/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/black/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/black/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/black/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/black/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/black/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/black/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/black/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/black/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/black/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/black/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/black/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/black/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/black/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/black/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/Readme.txt
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/address.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/close.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/dir-close.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/dir-open.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/new.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/blue_anarchy/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/clawsola/ChangeLog
-%%THEMES%%%%DATADIR%%/themes/clawsola/README
-%%THEMES%%%%DATADIR%%/themes/clawsola/address.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/address_search.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/book.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/category.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/check_spelling.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/clip_gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/close.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/dir_close_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/dir_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/dir_noselect.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/dir_open_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/dir_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/drafts_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/drafts_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/error.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/group.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/inbox_close_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/inbox_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/inbox_open_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/inbox_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/key.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/new.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/notice_error.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/notice_note.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/online.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/outbox_close_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/outbox_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/outbox_open_hrm_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/outbox_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_emblem_encrypted.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_emblem_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_emblem_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_emblem_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_emblem_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/privacy_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/properties.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/queue_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/queue_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/read.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/trash_btn.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/trash_close_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/trash_open_mark.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/clawsola/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/mongrel/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/close.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/work_offline.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel/work_online.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/mongrel2/address.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/book.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/close.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/delete.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/error.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/key.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/messageview_text.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_gpg_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_gpg_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_gpg_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_gpg_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/new.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/work_offline.xpm
-%%THEMES%%%%DATADIR%%/themes/mongrel2/work_online.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/mozilla/README
-%%THEMES%%%%DATADIR%%/themes/mozilla/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/close.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/work_offline.xpm
-%%THEMES%%%%DATADIR%%/themes/mozilla/work_online.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/README
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/address.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/book.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/checkbox_off.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/checkbox_on.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/close.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/delete.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/drafts_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/drafts_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/error.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/key.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/messageview_text.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_gpg_expired.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_gpg_failed.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_gpg_passed.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_gpg_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/new.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/notice_warn.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/work_offline.xpm
-%%THEMES%%%%DATADIR%%/themes/orbit-claws/work_online.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/stw/address.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/book.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/close.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/error.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/folder.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/key.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/new.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/stw/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/tml02c/address.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/book.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/category.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/clip.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/clipkey.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/close.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/continue.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/deleted.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/error.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/jpilot.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/key.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/locked.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/new.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/vcard.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/work_offline.xpm
-%%THEMES%%%%DATADIR%%/themes/tml02c/work_online.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/.sylpheed_themeinfo
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/README
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/address_book.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/book.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/close.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/complete.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/dir_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/dir_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/dir_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/dir_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/down_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/draft_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/draft_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/drafts_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/drafts_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/edit_extern.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/exec.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/forwarded.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/gpg_signed.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/ignorethread.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/inbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/inbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/inbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/inbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/insert_file.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/interface.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/linewrap.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_forward.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_receive.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_receive_all.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_reply.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_reply_to_all.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_reply_to_author.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_send.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_send_queue.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_sign.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mark.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_application.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_attach.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_audio.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_image.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_message.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_text_enriched.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_text_html.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_text_plain.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_unknown.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/new.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/news_compose.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/offline.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/online.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/outbox_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/outbox_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/outbox_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/outbox_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/paste.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/preferences.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/queue_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/queue_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/queue_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/queue_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/quicksearch.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/replied.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/sylpheed_icon.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/trash_btn.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/trash_close.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/trash_close_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/trash_open.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/trash_open_hrm.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/unread.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/up.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/up_arrow.xpm
-%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/vcard.xpm
-%%DATADIR%%/update-po
-%%DATADIR%%/uudec
-%%DATADIR%%/vcard2xml.py
-%%THEMES%%@dirrm %%DATADIR%%/themes/tom_2.1.2
-%%THEMES%%@dirrm %%DATADIR%%/themes/tml02c
-%%THEMES%%@dirrm %%DATADIR%%/themes/stw
-%%THEMES%%@dirrm %%DATADIR%%/themes/orbit-claws
-%%THEMES%%@dirrm %%DATADIR%%/themes/mozilla
-%%THEMES%%@dirrm %%DATADIR%%/themes/mongrel2
-%%THEMES%%@dirrm %%DATADIR%%/themes/mongrel
-%%THEMES%%@dirrm %%DATADIR%%/themes/clawsola
-%%THEMES%%@dirrm %%DATADIR%%/themes/blue_anarchy
-%%THEMES%%@dirrm %%DATADIR%%/themes/black
-%%THEMES%%@dirrm %%DATADIR%%/themes/achileus-noname
-%%THEMES%%@dirrm %%DATADIR%%/themes/XeNtish
-%%THEMES%%@dirrm %%DATADIR%%/themes/TangoClaws-0.3
-%%THEMES%%@dirrm %%DATADIR%%/themes/Sylpholution
-%%THEMES%%@dirrm %%DATADIR%%/themes/SylZilla
-%%THEMES%%@dirrm %%DATADIR%%/themes/Skypilot_Clawssic
-%%THEMES%%@dirrm %%DATADIR%%/themes/Plain_and_Bluish
-%%THEMES%%@dirrm %%DATADIR%%/themes/Phoenity
-%%THEMES%%@dirrm %%DATADIR%%/themes/Old_Dark_Theme
-%%THEMES%%@dirrm %%DATADIR%%/themes/New_Session
-%%THEMES%%@dirrm %%DATADIR%%/themes/Logos-1.0.1
-%%THEMES%%@dirrm %%DATADIR%%/themes/Kovico-sylpheed
-%%THEMES%%@dirrm %%DATADIR%%/themes/Korillaws
-%%THEMES%%@dirrm %%DATADIR%%/themes/GurUnix
-%%THEMES%%@dirrm %%DATADIR%%/themes/Graphitte-0.9.7
-%%THEMES%%@dirrm %%DATADIR%%/themes/Gorillaws
-%%THEMES%%@dirrm %%DATADIR%%/themes/Gnomeria
-%%THEMES%%@dirrm %%DATADIR%%/themes/Gnomaws-0.6a
-%%THEMES%%@dirrm %%DATADIR%%/themes/Everaldo_Kids
-%%THEMES%%@dirrm %%DATADIR%%/themes/Crystal
-%%THEMES%%@dirrm %%DATADIR%%/themes
-@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/pl
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/fr
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/es
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrmtry share/pixmaps
-@dirrmtry share/applications
-@dirrmtry lib/sylpheed-claws/plugins
-@dirrmtry lib/sylpheed-claws
-%%GPGME%%@dirrm include/sylpheed-claws/plugins/pgpmime
-%%GPGME%%@dirrm include/sylpheed-claws/plugins/pgpinline
-%%GPGME%%@dirrm include/sylpheed-claws/plugins/pgpcore
-@dirrmtry include/sylpheed-claws/plugins
-@dirrm include/sylpheed-claws/gtk
-@dirrm include/sylpheed-claws/etpan
-@dirrm include/sylpheed-claws/common
-@dirrmtry include/sylpheed-claws