summaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile168
-rw-r--r--mail/claws-mail/distinfo2
-rw-r--r--mail/claws-mail/files/patch-configure40
-rw-r--r--mail/claws-mail/files/patch-format_string_fix12
-rw-r--r--mail/claws-mail/files/patch-po-Makefile.in.in31
-rw-r--r--mail/claws-mail/files/patch-tools-README.sylprint18
-rw-r--r--mail/claws-mail/files/patch-tools-launch_firebird17
-rw-r--r--mail/claws-mail/files/patch-tools-sylprint.pl14
-rw-r--r--mail/claws-mail/pkg-descr21
-rw-r--r--mail/claws-mail/pkg-plist974
10 files changed, 0 insertions, 1297 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
deleted file mode 100644
index 80069e6cc446..000000000000
--- a/mail/claws-mail/Makefile
+++ /dev/null
@@ -1,168 +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= 0.9.6
-PORTREVISION= 1
-CATEGORIES= mail news ipv6
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= sylpheed-claws
-DISTNAME= sylpheed-${PORTVERSION}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= intl.5:${PORTSDIR}/devel/gettext
-
-THEMEVERSION= 20030712
-THEMEFILE= sylpheed-iconset-${THEMEVERSION}.tar.gz
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-USE_GNOME= gtk12
-USE_REINPLACE= yes
-
-MAN1= sylpheed-claws.1
-
-.if !defined(WITHOUT_SSL)
-USE_OPENSSL= yes
-CONFIGURE_ARGS= --enable-openssl --with-openssl-includes=${OPENSSLINC} \
- --with-openssl-libs=${OPENSSLLIB}
-.endif
-
-.include <bsd.port.pre.mk>
-
-CONFIGURE_ARGS+= --program-suffix="-claws" --enable-ipv6
-
-CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
-
-.if defined(WITH_PIXBUF) || defined(WITH_ALL)
-USE_GNOME+= gdkpixbuf
-CONFIGURE_ARGS+= --disable-imlib
-.else
-USE_GNOME+= imlib
-CONFIGURE_ARGS+= --disable-gdk-pixbuf
-.endif
-.if defined(WITH_GPGME) || defined(WITH_ALL)
-LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
-RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
-CONFIGURE_ARGS+= --enable-gpgme
-.endif
-.if defined(WITH_COMPFACE) || defined(WITH_ALL)
-LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces
-.else
-CONFIGURE_ARGS+= --disable-compface
-.endif
-.if defined(WITH_JCONV) || defined(WITH_ALL)
-LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv
-.else
-CONFIGURE_ARGS+= --disable-jconv
-.endif
-.if defined(WITH_ASPELL) || defined(WITH_ALL)
-LIB_DEPENDS+= pspell.15:${PORTSDIR}/textproc/aspell
-CONFIGURE_ARGS+= --enable-aspell
-.endif
-.if defined(WITH_JPILOT) || defined(WITH_ALL)
-LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link
-RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot
-CONFIGURE_ARGS+= --enable-jpilot
-.endif
-.if defined(WITH_LDAP) || defined(WITH_ALL)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
-CONFIGURE_ARGS+= --enable-ldap
-CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS:S/"//g}
-.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
-PLIST_SUB+= SA_PLUG="@comment "
-.endif
-.if defined(WITHOUT_THEMES)
-PLIST_SUB+= THEMES="@comment "
-.else
-PLIST_SUB+= THEMES=""
-.endif
-.if defined(WITHOUT_IMAGE)
-PLIST_SUB+= IMAGE="@comment "
-CONFIGURE_ARGS+= --disable-image-viewer-plugin
-.else
-PLIST_SUB+= IMAGE=""
-.endif
-
-pre-everything::
- @${ECHO} ""
- @${ECHO} "You may define the following build options:"
- @${ECHO} ""
- @${ECHO} " WITH_ALL Enable all options below"
- @${ECHO} ""
- @${ECHO} " WITH_PIXBUF Enable GDK Pixbuf support"
- @${ECHO} " WITH_GPGME Enable GnuPG support using GPGME"
- @${ECHO} " WITH_COMPFACE Enable compface (X-Face) support"
- @${ECHO} " WITH_JCONV Enable enhanced charset conversion"
- @${ECHO} " WITH_ASPELL Enable spell-checking support"
- @${ECHO} " WITH_JPILOT Enable JPilot support"
- @${ECHO} " WITH_LDAP Enable LDAP access support"
- @${ECHO} " WITH_SA_PLUG Build Spamassassin plugin"
- @${ECHO} ""
- @${ECHO} " WITHOUT_SSL Disable OpenSSL support"
- @${ECHO} " WITHOUT_IMAGE Disable internal image viewer"
- @${ECHO} " WITHOUT_THEMES Don't install additional themes"
- @${ECHO} ""
-
-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|%%PREFIX%%|${PREFIX}|g" \
- ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl
- @${REINPLACE_CMD} -e "s|po intl src|po src|" ${WRKSRC}/Makefile.in
- @for f in ${WRKSRC}/tools/*; 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 README.jp README.claws RELEASE_NOTES.claws TODO TODO.jp 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 calypso_convert.pl \
- eud2gc.py filter_conv.pl gif2xface.pl google_msgid.pl \
- gpg-sign-syl kmail2sylpheed.pl kmail2sylpheed_v2.pl \
- launch_firebird newscache_clean.pl outlook2sylpheed.pl \
- tb2sylpheed update-po uudec ${DATADIR}
-.if !defined(WITHOUT_THEMES)
- @${MKDIR} ${DATADIR}/themes
- @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && for d in `${FIND} .`; do \
- if ${TEST} -d $${d}; then ${MKDIR} ${DATADIR}/themes/$${d}; else \
- ${INSTALL_DATA} $${d} ${DATADIR}/themes/$${d}; fi; \
- done
-.endif
- @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin
- @${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.png ${PREFIX}/share/pixmaps/sylpheed-claws.png
-
-.include <bsd.port.post.mk>
diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo
deleted file mode 100644
index 70caca870d95..000000000000
--- a/mail/claws-mail/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (sylpheed-0.9.6claws.tar.bz2) = a4a7e7c9a6c1b17f688a782e8c06ae4b
-MD5 (sylpheed-iconset-20030712.tar.gz) = 7da918c0ebe89cd6c9f8b65bc3e18377
diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure
deleted file mode 100644
index d0ba8d95c09d..000000000000
--- a/mail/claws-mail/files/patch-configure
+++ /dev/null
@@ -1,40 +0,0 @@
---- configure.orig Sat Jul 12 15:59:49 2003
-+++ configure Sun Jul 27 13:26:36 2003
-@@ -1509,7 +1509,7 @@
- ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-
-
--PACKAGE=sylpheed
-+PACKAGE=sylpheed-claws
-
- MAJOR_VERSION=0
- MINOR_VERSION=9
-@@ -2022,7 +2022,7 @@
- fi
-
-
--if test -n "$gnomedatadir"; then
-+if false; then
- SYLPHEED_GNOME_TRUE=
- SYLPHEED_GNOME_FALSE='#'
- else
-@@ -8506,6 +8506,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -12501,9 +12502,9 @@
- localedir='${prefix}/${DATADIRNAME}/locale'
-
-
--manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
-+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual'
-
--faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
-+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq'
-
-
- if test "x${datadir}" = 'x${prefix}/share'; then
diff --git a/mail/claws-mail/files/patch-format_string_fix b/mail/claws-mail/files/patch-format_string_fix
deleted file mode 100644
index 02e73239f621..000000000000
--- a/mail/claws-mail/files/patch-format_string_fix
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u -r1.18 -r1.19
---- src/send_message.c 2003/09/27 21:01:26 1.18
-+++ src/send_message.c 2003/10/03 17:39:39 1.19
-@@ -608,7 +608,7 @@
- if (log_msg)
- log_warning("%s\n", log_msg);
- if (err_msg) {
-- alertpanel_error_log(err_msg);
-+ alertpanel_error_log("%s", err_msg);
- g_free(err_msg);
- }
- }
diff --git a/mail/claws-mail/files/patch-po-Makefile.in.in b/mail/claws-mail/files/patch-po-Makefile.in.in
deleted file mode 100644
index 007d2a254062..000000000000
--- a/mail/claws-mail/files/patch-po-Makefile.in.in
+++ /dev/null
@@ -1,31 +0,0 @@
---- po/Makefile.in.in.orig Sat Jun 21 20:49:51 2003
-+++ po/Makefile.in.in Sun Jul 27 14:05:49 2003
-@@ -8,7 +8,7 @@
- # Please note that the actual code of GNU gettext is covered by the GNU
- # General Public License and is *not* in the public domain.
-
--PACKAGE = @PACKAGE@
-+PACKAGE = sylpheed
- VERSION = @VERSION@
-
- SHELL = /bin/sh
-@@ -44,7 +44,7 @@
- DUMMYPOFILES = @DUMMYPOFILES@
- DISTFILES.common = Makefile.in.in remove-potcdate.sin \
- $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3)
--DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
-+DISTFILES = $(DISTFILES.common) Makevars POTFILES.in sylpheed.pot stamp-po \
- $(POFILES) $(GMOFILES) \
- $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3)
-
-@@ -158,8 +158,8 @@
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
-- $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
-- echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
-+ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN)-claws.mo; \
-+ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN)-claws.mo"; \
- for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
- if test -n "$$lc"; then \
- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
diff --git a/mail/claws-mail/files/patch-tools-README.sylprint b/mail/claws-mail/files/patch-tools-README.sylprint
deleted file mode 100644
index 22b5e00325d4..000000000000
--- a/mail/claws-mail/files/patch-tools-README.sylprint
+++ /dev/null
@@ -1,18 +0,0 @@
---- tools/README.sylprint.orig Sun Jan 6 17:05:30 2002
-+++ tools/README.sylprint Tue Jan 15 00:19:12 2002
-@@ -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
-+ command line options. Must be stored in the local
-+ configuration directory and/or in the ~/.sylpheed
- one (Sylpheed user's configuration directory).
-
- /tmp/sylprint.username.number
diff --git a/mail/claws-mail/files/patch-tools-launch_firebird b/mail/claws-mail/files/patch-tools-launch_firebird
deleted file mode 100644
index 7ee768bce1d5..000000000000
--- a/mail/claws-mail/files/patch-tools-launch_firebird
+++ /dev/null
@@ -1,17 +0,0 @@
---- tools/launch_firebird.orig Sun Jul 27 13:28:33 2003
-+++ tools/launch_firebird Sun Jul 27 13:30:11 2003
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
-
- # Copyright © 2002 Mohammed Sameer <Uniball@linux-egypt.org>
- #
-@@ -45,7 +45,7 @@
-
- STR=`$FIREBIRD -remote "ping()" 2>&1 | grep No`
- #echo $STR
--if [[ "$STR" == "No running window found." ]]; then
-+if [ "$STR" == "No running window found." ]; then
- firebird_new;
- else
- firebird_running;
diff --git a/mail/claws-mail/files/patch-tools-sylprint.pl b/mail/claws-mail/files/patch-tools-sylprint.pl
deleted file mode 100644
index fce5e4ec5bbe..000000000000
--- a/mail/claws-mail/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/claws-mail/pkg-descr b/mail/claws-mail/pkg-descr
deleted file mode 100644
index b156b40ecf6c..000000000000
--- a/mail/claws-mail/pkg-descr
+++ /dev/null
@@ -1,21 +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 the following extra features:
-* allow colour labeling of emails based on filtering rules
-* automatic mailing list reply, allow ignoring of mail threads
-* selectable fonts, compface support, spell checking, SMTP AUTH
-* encryption/decryption of GPG/PGP ascii-armored messages is supported
-* folder properties: associate certain options per folder,
- 'Request Return Receipt', 'Default To', and 'Default account'
-* subject simplification for changing the display of subject lines via RegExp
-* pixmap themes, delete news postings, new mail notification
-* selectable pop download of messages, store GPG passphrase in memory
-and much more...
-
-WWW: http://sylpheed-claws.sourceforge.net/
-
-- Simon 'corecode' Schubert
diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist
deleted file mode 100644
index 351b84823fa9..000000000000
--- a/mail/claws-mail/pkg-plist
+++ /dev/null
@@ -1,974 +0,0 @@
-bin/sylpheed-claws
-bin/sylpheed-switcher
-bin/sylprint.pl
-etc/sylprint.rc.example
-%%IMAGE%%lib/sylpheed-claws/plugins/image_viewer.so
-%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin.so
-%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin_gtk.so
-%%PORTDOCS%%share/doc/sylpheed-claws/NEWS
-%%PORTDOCS%%share/doc/sylpheed-claws/README
-%%PORTDOCS%%share/doc/sylpheed-claws/README.claws
-%%PORTDOCS%%share/doc/sylpheed-claws/README.jp
-%%PORTDOCS%%share/doc/sylpheed-claws/README.sylprint
-%%PORTDOCS%%share/doc/sylpheed-claws/README.tools
-%%PORTDOCS%%share/doc/sylpheed-claws/RELEASE_NOTES.claws
-%%PORTDOCS%%share/doc/sylpheed-claws/TODO
-%%PORTDOCS%%share/doc/sylpheed-claws/TODO.jp
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-1.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-2.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-3.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-1.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-2.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-3.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-4.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-1.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-2.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-3.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-4.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-1.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-2.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-3.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-1.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-2.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-3.html
-%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-1.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-10.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-11.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-12.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-13.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-14.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-15.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-16.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-17.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-18.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-19.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-2.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-22.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-20.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-3.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-4.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-5.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-6.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-7.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-8.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-9.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-1.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-10.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-11.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-12.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-13.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-14.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-15.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-16.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-17.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-18.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-19.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-2.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-20.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-21.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-3.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-4.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-5.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-6.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-7.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-8.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-9.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-1.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-10.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-11.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-12.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-13.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-14.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-15.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-16.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-17.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-18.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-19.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-2.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-20.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-3.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-4.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-5.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-6.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-7.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-8.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-9.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-1.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-10.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-11.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-12.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-13.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-14.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-15.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-16.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-17.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-18.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-19.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-2.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-20.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-3.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-4.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-5.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-6.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-7.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-8.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-9.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-1.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-10.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-11.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-12.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-13.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-14.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-15.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-16.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-17.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-2.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-3.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-4.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-5.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-6.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-7.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-8.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-9.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed.html
-%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed.sgml
-share/locale/bg/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/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/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.Big5/LC_MESSAGES/sylpheed-claws.mo
-share/pixmaps/sylpheed-claws.png
-share/sylpheed-claws/OOo2sylpheed.pl
-share/sylpheed-claws/calypso_convert.pl
-share/sylpheed-claws/eud2gc.py
-share/sylpheed-claws/filter_conv.pl
-share/sylpheed-claws/gif2xface.pl
-share/sylpheed-claws/google_msgid.pl
-share/sylpheed-claws/gpg-sign-syl
-share/sylpheed-claws/kmail2sylpheed.pl
-share/sylpheed-claws/kmail2sylpheed_v2.pl
-share/sylpheed-claws/launch_firebird
-share/sylpheed-claws/newscache_clean.pl
-share/sylpheed-claws/outlook2sylpheed.pl
-share/sylpheed-claws/tb2sylpheed
-%%THEMES%%share/sylpheed-claws/themes/Crystal/.directory
-%%THEMES%%share/sylpheed-claws/themes/Crystal/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/continue.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/dir-close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/dir-open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/error.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/preferences.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/properties.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/search.xpm
-%%THEMES%%share/sylpheed-claws/themes/Crystal/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/README
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/book.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/category.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/checkbox_off.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/checkbox_on.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/clip.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/clipkey.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/complete.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/continue.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/deleted.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/dir_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/dir_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/drafts_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/drafts_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/error.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/folder.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/gpg_signed.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/group.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/inbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/interface.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/jpilot.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/key.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/ldap.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/linewrap.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/locked.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/mark.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/notice_error.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/notice_note.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/notice_warn.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/outbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/preferences.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/properties.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/queue_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/queue_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/quicksearch.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/regular.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/search.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/sylpheed.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/sylpheed_logo.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/trash.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/trash_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/trash_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/work_offline.xpm
-%%THEMES%%share/sylpheed-claws/themes/Graphitte/work_online.xpm
-%%THEMES%%share/sylpheed-claws/themes/INSTALL
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/Readme.txt
-%%THEMES%%share/sylpheed-claws/themes/New_Session/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/New_Session/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/book.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/category.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/checkbox_off.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/checkbox_on.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/clip.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/clipkey.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/complete.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/continue.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/delete.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/deleted.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/dir_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/dir_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/drafts_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/drafts_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/error.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/gpg_signed.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/group.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/inbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/inbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/interface.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/jpilot.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/key.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/ldap.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/linewrap.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/locked.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/mark.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/notice_error.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/notice_note.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/notice_warn.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/outbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/outbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/preferences.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/properties.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/queue_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/queue_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/quicksearch.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/readme.txt
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/search.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/trash_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/trash_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/work_offline.xpm
-%%THEMES%%share/sylpheed-claws/themes/Phoenity/work_online.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/README
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/README
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/XeNtish/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/README
-%%THEMES%%share/sylpheed-claws/themes/black/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/book.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/clip.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/clipkey.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/continue.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/deleted.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/dir_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/dir_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/error.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/group.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/inbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/inbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/interface.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/key.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/linewrap.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/locked.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/mark.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/outbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/outbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/queue_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/queue_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/trash_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/trash_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/black/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/Readme.txt
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/dir-close.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/dir-open.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/blue_anarchy/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/linewrap.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/work_offline.xpm
-%%THEMES%%share/sylpheed-claws/themes/mongrel/work_online.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/README
-%%THEMES%%share/sylpheed-claws/themes/mozilla/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/linewrap.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/work_offline.xpm
-%%THEMES%%share/sylpheed-claws/themes/mozilla/work_online.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/book.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/clip.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/clipkey.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/complete.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/continue.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/deleted.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/dir_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/dir_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/error.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/folder.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/inbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/inbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/interface.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/key.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/linewrap.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/locked.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/mark.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/outbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/outbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/queue_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/queue_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/trash_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/trash_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/stw/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/ChangeLog
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/README
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/book.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/category.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/checkbox_off.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/checkbox_on.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/clip.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/clipkey.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/complete.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/continue.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/deleted.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/drafts_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/drafts_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/drafts_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/drafts_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/error.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/group.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/ignore_thread.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/interface.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/jpilot.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/key.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/ldap.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/linewrap.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/locked.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply_to_list.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/mark.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/messageview_text.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_error.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_note.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_warn.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/pgp_signed.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/preferences.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/print.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/properties.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/quicksearch.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/search.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_close_harm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open_harm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/work.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/work_offline.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/work_online.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/address.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/address_book.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/book.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/category.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/clip.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/clipkey.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/complete.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/continue.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/deleted.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/down_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/drafts_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/drafts_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/edit_extern.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/error.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/exec.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/forwarded.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/ignorethread.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/insert_file.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/interface.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/jpilot.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/key.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/linewrap.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/locked.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_attach.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_forward.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_receive.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_receive_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply_to_all.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply_to_author.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_send.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_send_queue.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_sign.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/mark.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/new.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/news_compose.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/paste.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/quicksearch.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/replied.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_close.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_close_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_open.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_open_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/unread.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/up_arrow.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/vcard.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/work_offline.xpm
-%%THEMES%%share/sylpheed-claws/themes/tml02c/work_online.xpm
-share/sylpheed-claws/update-po
-share/sylpheed-claws/uudec
-%%THEMES%%@dirrm share/sylpheed-claws/themes/Crystal
-%%THEMES%%@dirrm share/sylpheed-claws/themes/Graphitte
-%%THEMES%%@dirrm share/sylpheed-claws/themes/Kovico-sylpheed
-%%THEMES%%@dirrm share/sylpheed-claws/themes/New_Session
-%%THEMES%%@dirrm share/sylpheed-claws/themes/Phoenity
-%%THEMES%%@dirrm share/sylpheed-claws/themes/Plain_and_Bluish
-%%THEMES%%@dirrm share/sylpheed-claws/themes/XeNtish
-%%THEMES%%@dirrm share/sylpheed-claws/themes/black
-%%THEMES%%@dirrm share/sylpheed-claws/themes/blue_anarchy
-%%THEMES%%@dirrm share/sylpheed-claws/themes/mongrel
-%%THEMES%%@dirrm share/sylpheed-claws/themes/mozilla
-%%THEMES%%@dirrm share/sylpheed-claws/themes/stw
-%%THEMES%%@dirrm share/sylpheed-claws/themes/sylzilla
-%%THEMES%%@dirrm share/sylpheed-claws/themes/tml02c
-%%THEMES%%@dirrm share/sylpheed-claws/themes
-@dirrm share/sylpheed-claws
-@unexec rmdir %D/share/pixmaps 2>/dev/null || true
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/ja
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/fr
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/es
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/en
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/de
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/it
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/fr
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/es
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/en
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/de
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq
-%%PORTDOCS%%@dirrm share/doc/sylpheed-claws
-%%SA_PLUG%%@dirrm lib/sylpheed-claws/plugins
-%%SA_PLUG%%@dirrm lib/sylpheed-claws