summaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile146
-rw-r--r--mail/claws-mail/distinfo2
-rw-r--r--mail/claws-mail/files/patch-configure32
-rw-r--r--mail/claws-mail/files/patch-tools-README.sylprint18
-rw-r--r--mail/claws-mail/files/patch-tools-sylprint.pl14
-rw-r--r--mail/claws-mail/pkg-comment1
-rw-r--r--mail/claws-mail/pkg-descr21
-rw-r--r--mail/claws-mail/pkg-plist725
8 files changed, 0 insertions, 959 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
deleted file mode 100644
index 5dc76dcc025e..000000000000
--- a/mail/claws-mail/Makefile
+++ /dev/null
@@ -1,146 +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.8.6
-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= corecode@corecode.ath.cx
-
-LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
-
-THEMEVERSION= 0.8.3
-THEMEFILE= sylpheed-iconset-${THEMEVERSION}claws.tar.gz
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-USE_GTK= yes
-USE_REINPLACE= yes
-
-MAN1= sylpheed-claws.1
-
-CONFIGURE_ARGS= --program-suffix="-claws" --enable-ipv6
-
-CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
-
-.if defined(WITH_PIXBUF) || defined(WITH_ALL)
-LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
-CONFIGURE_ARGS+= --disable-imlib
-.else
-USE_IMLIB= yes
-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/openldap2
-CONFIGURE_ARGS+= --enable-ldap
-CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS:S/"//g}
-.endif
-.if !defined(WITHOUT_SSL)
-USE_OPENSSL= yes
-CONFIGURE_ARGS+= --enable-ssl
-.endif
-.if defined(WITHOUT_THEMES)
-PLIST_SUB+= THEMES="@comment "
-.else
-PLIST_SUB+= THEMES=""
-.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} ""
- @${ECHO} " WITHOUT_SSL Disable OpenSSL support"
- @${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
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's|src manual faq tools|src tools|' ${WRKSRC}/Makefile.in
-.endif
-
-pre-build:
- @${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool
-
-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 gpg-sign-syl \
- kmail2sylpheed.pl kmail2sylpheed_v2.pl 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.mk>
diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo
deleted file mode 100644
index cf1494de3201..000000000000
--- a/mail/claws-mail/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (sylpheed-0.8.6claws.tar.bz2) = feeae3ce2a6eb0aba24c32475e762a4b
-MD5 (sylpheed-iconset-0.8.3claws.tar.gz) = 7a6a1d4b25d1ddc726b244da8cd3fd84
diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure
deleted file mode 100644
index cbf24e6d422f..000000000000
--- a/mail/claws-mail/files/patch-configure
+++ /dev/null
@@ -1,32 +0,0 @@
---- configure.orig Mon Nov 25 14:32:13 2002
-+++ configure Mon Nov 25 16:11:32 2002
-@@ -1464,7 +1464,7 @@
- ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-
-
--PACKAGE=sylpheed
-+PACKAGE=sylpheed-claws
-
- MAJOR_VERSION=0
- MINOR_VERSION=8
-@@ -1861,7 +1861,7 @@
- fi
-
-
--if test -d "$gnomedir"; then
-+if false; then
- SYLPHEED_GNOME_TRUE=
- SYLPHEED_GNOME_FALSE='#'
- else
-@@ -11389,9 +11389,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-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-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-comment b/mail/claws-mail/pkg-comment
deleted file mode 100644
index 16bcefcf5ddd..000000000000
--- a/mail/claws-mail/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A lightweight and very featurefull GTK+ based e-mail and news client
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 3ac0e9abefb2..000000000000
--- a/mail/claws-mail/pkg-plist
+++ /dev/null
@@ -1,725 +0,0 @@
-bin/sylpheed-claws
-bin/sylpheed-switcher
-bin/sylprint.pl
-etc/sylprint.rc.example
-%%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/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/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/sr/LC_MESSAGES/sylpheed-claws.mo
-share/locale/sv/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/gpg-sign-syl
-share/sylpheed-claws/kmail2sylpheed.pl
-share/sylpheed-claws/kmail2sylpheed_v2.pl
-share/sylpheed-claws/newscache_clean.pl
-share/sylpheed-claws/outlook2sylpheed.pl
-share/sylpheed-claws/tb2sylpheed
-%%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/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/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/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/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/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/close.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/complete.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/continue.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/delete.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/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/ignorethread.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_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/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_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/preferences.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/properties.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_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_hrm.xpm
-%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open.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_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/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/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/tml02c
-%%THEMES%%@dirrm share/sylpheed-claws/themes/sylzilla
-%%THEMES%%@dirrm share/sylpheed-claws/themes/stw
-%%THEMES%%@dirrm share/sylpheed-claws/themes/mozilla
-%%THEMES%%@dirrm share/sylpheed-claws/themes/mongrel
-%%THEMES%%@dirrm share/sylpheed-claws/themes/black
-%%THEMES%%@dirrm share/sylpheed-claws/themes/XeNtish
-%%THEMES%%@dirrm share/sylpheed-claws/themes/Plain_and_Bluish
-%%THEMES%%@dirrm share/sylpheed-claws/themes/New_Session
-%%THEMES%%@dirrm share/sylpheed-claws/themes/Kovico-sylpheed
-%%THEMES%%@dirrm share/sylpheed-claws/themes/Crystal
-%%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