diff options
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 213 | ||||
-rw-r--r-- | mail/claws-mail/distinfo | 4 | ||||
-rw-r--r-- | mail/claws-mail/files/extra-doc:Makefile.in | 11 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-configure.ac | 34 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-src_etpan_imap-thread.c | 10 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-sylpheed-claws.desktop | 11 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-tools-README.sylprint | 18 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-tools-sylprint.pl | 14 | ||||
-rw-r--r-- | mail/claws-mail/pkg-descr | 13 | ||||
-rw-r--r-- | mail/claws-mail/pkg-plist | 2184 |
10 files changed, 0 insertions, 2512 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile deleted file mode 100644 index afad6ef3ec17..000000000000 --- a/mail/claws-mail/Makefile +++ /dev/null @@ -1,213 +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= 1.9.13 -CATEGORIES= mail news ipv6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sylpheed-claws -DISTFILES= ${EXTRACT_ONLY} \ - ${THEMEFILE} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= netchild@FreeBSD.org -COMMENT= A lightweight and very featureful GTK+ based e-mail and news client - -LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan -RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support - -THEMEVERSION= 20040929 -THEMEFILE= sylpheed-iconset-${THEMEVERSION}.tar.gz - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_ICONV= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehack pkgconfig gtk20 -USE_REINPLACE= yes -USE_AUTOTOOLS= autoconf:259 libtool:15 -WANT_GNOME= yes - -MAN1= sylpheed-claws.1 - -CONFIGURE_ARGS= --program-suffix="-claws" --enable-ipv6 \ - --with-libiconv-prefix=${LOCALBASE} - -CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \ - OPENSSL_CFLAGS="-I${OPENSSLINC}" \ - OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -OPTIONS= ALL "Enable all options." off \ - ASPELL "Enable spell checking support." on \ - CLAMAV "Enable virus-checking support." off \ - COMPFACE "Enable X-Face support." on \ - GNOMEPRINT "Enable extended print support (GNOME)." off \ - GPGME "Enable PGP/GnuPG support using GPGME." off \ - JPILOT "Enable JPilot support." off \ - LDAP "Enable LDAP support." off \ - SA_PLUG "Enable SpamAssassin support." off \ - SSL "Enable OpenSSL support." on \ - THEMES "Install additional themes." on - - -.if defined(NOPORTDOCS) -EXTRA_PATCHES= ${FILESDIR}/extra-doc:Makefile.in -.endif - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_SSL) -# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.openssl.mk" -CONFIGURE_ARGS+= --enable-openssl --with-openssl-includes=${OPENSSLINC} \ - --with-openssl-libs=${OPENSSLLIB} -.else -CONFIGURE_ARGS+= --disable-openssl -.endif - -.if ${HAVE_GNOME:Mgnomehier} != "" || defined(WITH_GNOMEPRINT) -USE_GNOME+= gnomehier -PLIST_SUB+= GNOME="" -USE_GNOME+= gnomehier -.else -PLIST_SUB+= GNOME="@comment " -.endif - -.if ${HAVE_GNOME:Mgnomeprint} != "" || defined(WITH_GNOMEPRINT) -PLIST_SUB+= GNOMEPRINT="" -USE_GNOME+= libgnomeprint libgnomeprintui -CONFIGURE_ARGS+= --enable-gnomeprint -.else -PLIST_SUB+= GNOMEPRINT="@comment " -CONFIGURE_ARGS+= --disable-gnomeprint -.endif - - -.if exists(${LOCALBASE}/include/clamav.h) -WITH_CLAMAV= yes -.endif - -.if defined(WITH_CLAMAV) || defined(WITH_ALL) -CONFIGURE_ARGS+= --enable-clamav -PLIST_SUB+= CLAM_PLUG="" -BUILD_DEPENDS= ${LOCALBASE}/sbin/clamd:${PORTSDIR}/security/clamav -.else -CONFIGURE_ARGS+= --disable-clamav -PLIST_SUB+= CLAM_PLUG="@comment " -.endif -.if defined(WITH_COMPFACE) || defined(WITH_ALL) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -CONFIGURE_ARGS+= --enable-compface -.else -CONFIGURE_ARGS+= --disable-compface -.endif -.if defined(WITH_ASPELL) || defined(WITH_ALL) -LIB_DEPENDS+= pspell.16:${PORTSDIR}/textproc/aspell -CONFIGURE_ARGS+= --enable-aspell -.else -CONFIGURE_ARGS+= --disable-aspell -.endif -.if defined(WITH_JPILOT) || defined(WITH_ALL) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot -CONFIGURE_ARGS+= --enable-jpilot -.else -CONFIGURE_ARGS+= --disable-jpilot -.endif -.if defined(WITH_LDAP) || defined(WITH_ALL) -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --enable-ldap -.else -CONFIGURE_ARGS+= --enable-ldap -.endif -.if defined(WITH_SA_PLUG) || defined(WITH_ALL) -RUN_DEPENDS+= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin -CONFIGURE_ARGS+= --enable-spamassassin-plugin -PLIST_SUB+= SA_PLUG="" -.else -CONFIGURE_ARGS+= --disable-spamassassin-plugin -PLIST_SUB+= SA_PLUG="@comment " -.endif -.if defined(WITH_GPGME) || defined(WITH_ALL) -PLIST_SUB+= GPGME="" -CONFIGURE_ARGS+= --enable-pgpmime-plugin --enable-pgpcore-plugin \ - --enable-pgpinline-plugin -LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -.else -PLIST_SUB+= GPGME="@comment " -CONFIGURE_ARGS+= --disable-pgpmime-plugin --disable-pgpcore-plugin \ - --disable-pgpinline-plugin -.endif -.if defined(WITHOUT_THEMES) -PLIST_SUB+= THEMES="@comment " -.else -PLIST_SUB+= THEMES="" -.endif - -post-extract: -.if !defined(WITHOUT_THEMES) - @${MKDIR} ${WRKSRC}/themes - @cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${THEMEFILE} ${EXTRACT_AFTER_ARGS} -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-lresolv||g; s|-lpisock\"|-liconv &|g ;\ - s|gpgme-config|gpgme03-config|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ - ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl - @${REINPLACE_CMD} -e "s|po intl src|po src| ; s:@SYLPHEED_GNOME:#@SYLPHEED_GNOME:g" ${WRKSRC}/Makefile.in - @for f in `${FIND} ${WRKSRC}/tools -type f -print`; do \ - ${REINPLACE_CMD} -e "s|/usr/bin/perl|${PERL}|" $$f; done -# @${LN} -s ${WRKSRC}/po/sylpheed.pot ${WRKSRC}/po/${PORTNAME}.pot -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|src manual faq tools|src tools|' ${WRKSRC}/Makefile.in -.endif - -post-install: -.if !defined(NOPORTDOCS) -.for i in NEWS README README.claws RELEASE_NOTES.claws TODO tools/README.sylprint - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor - @${INSTALL_DATA} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools -.endif - @${MKDIR} ${DATADIR} - @cd ${WRKSRC}/tools && \ - ${INSTALL_SCRIPT} OOo2sylpheed.pl acroread2sylpheed.pl \ - calypso_convert.pl convert_mbox.pl eud2gc.py filter_conv.pl \ - freshmeat_search.pl gif2xface.pl google_msgid.pl \ - google_search.pl gpg-sign-syl kmail2sylpheed.pl \ - kmail2sylpheed_v2.pl maildir2sylpheed.pl multiwebsearch.conf \ - multiwebsearch.pl nautilus2sylpheed.sh outlook2sylpheed.pl \ - tb2sylpheed textviewer.sh update-po uudec vcard2xml.py \ - ${DATADIR} - -.if ${HAVE_GNOME:Mgnomehier} != "" - @${MKDIR} ${PREFIX}/share/gnome/applications - @${INSTALL_DATA} ${WRKSRC}/sylpheed-claws.desktop ${PREFIX}/share/gnome/applications/ -.endif - -.if !defined(WITHOUT_THEMES) - @${MKDIR} ${DATADIR}/themes - @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && ${FIND} . -print | \ - ${GREP} -vE '(xvpics|.directory)' | \ - ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DATADIR}/themes/ - @${CHMOD} -R a+r ${DATADIR}/themes - @${FIND} ${DATADIR}/themes -type d -print0 | ${XARGS} -0 ${CHMOD} a+x -.endif - @${INSTALL_SCRIPT} ${WRKSRC}/tools/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-claws*.png ${PREFIX}/share/pixmaps/ - -.include <bsd.port.post.mk> diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo deleted file mode 100644 index 5bc1b28dfcbb..000000000000 --- a/mail/claws-mail/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (sylpheed-claws-1.9.13.tar.bz2) = afd3b82ca210520f0ad241b77c5e673a -SIZE (sylpheed-claws-1.9.13.tar.bz2) = 3432284 -MD5 (sylpheed-iconset-20040929.tar.gz) = d72cf03bf3d13cf9e2785eaca3807707 -SIZE (sylpheed-iconset-20040929.tar.gz) = 1298891 diff --git a/mail/claws-mail/files/extra-doc:Makefile.in b/mail/claws-mail/files/extra-doc:Makefile.in deleted file mode 100644 index 7cb0b03d88ed..000000000000 --- a/mail/claws-mail/files/extra-doc:Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Mon May 10 10:06:47 2004 -+++ doc/Makefile.in Mon May 10 10:07:06 2004 -@@ -257,7 +257,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --SUBDIRS = faq man manual -+SUBDIRS = man - all: all-recursive - - .SUFFIXES: diff --git a/mail/claws-mail/files/patch-configure.ac b/mail/claws-mail/files/patch-configure.ac deleted file mode 100644 index c5aa15b3d2ba..000000000000 --- a/mail/claws-mail/files/patch-configure.ac +++ /dev/null @@ -1,34 +0,0 @@ ---- configure.ac.orig Sat Jul 30 10:54:42 2005 -+++ configure.ac Sat Jul 30 11:10:47 2005 -@@ -153,9 +153,9 @@ - localedir='${prefix}/${DATADIRNAME}/locale' - AC_SUBST(localedir) - --manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual' -+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual' - AC_SUBST(manualdir) --faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq' -+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq' - AC_SUBST(faqdir) - - dnl Set PACKAGE_DATA_DIR in config.h. -@@ -303,7 +303,18 @@ - AC_MSG_CHECKING([whether to use OpenSSL]) - if test x"$ac_cv_enable_openssl" = xyes; then - AC_MSG_RESULT(yes) -- PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.7, :, ac_cv_enable_openssl=no) -+ case $host_os in -+ *freebsd*) -+ if [ $(openssl version | cut -d ' ' -f 2) \< 0.9.7 ]; then -+ ac_cv_enable_openssl=no -+ else -+ OPENSSL_LIBS=${OPENSSL_LIBS-"-lcrypto -lssl"} -+ fi -+ ;; -+ *) -+ PKG_CHECK_MODULES(OPENSSL, openssl >= 0.9.7, :, ac_cv_enable_openssl=no) -+ ;; -+ esac - if test x$ac_cv_enable_openssl = xyes; then - AC_DEFINE(USE_OPENSSL, 1, Define if you want OpenSSL support) - else diff --git a/mail/claws-mail/files/patch-src_etpan_imap-thread.c b/mail/claws-mail/files/patch-src_etpan_imap-thread.c deleted file mode 100644 index 43316bb10fb2..000000000000 --- a/mail/claws-mail/files/patch-src_etpan_imap-thread.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/etpan/imap-thread.c.orig Sat Jul 30 11:57:41 2005 -+++ src/etpan/imap-thread.c Sat Jul 30 11:58:06 2005 -@@ -8,6 +8,7 @@ - #include <imap.h> - #include <sys/types.h> - #include <sys/stat.h> -+#include <sys/socket.h> - #include <fcntl.h> - #include <sys/mman.h> - #include <sys/wait.h> diff --git a/mail/claws-mail/files/patch-sylpheed-claws.desktop b/mail/claws-mail/files/patch-sylpheed-claws.desktop deleted file mode 100644 index 1eea74683a46..000000000000 --- a/mail/claws-mail/files/patch-sylpheed-claws.desktop +++ /dev/null @@ -1,11 +0,0 @@ ---- sylpheed-claws.desktop.orig Sat Jul 30 11:17:58 2005 -+++ sylpheed-claws.desktop Sat Jul 30 11:18:16 2005 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Encoding=UTF-8 - Name=Sylpheed-Claws --Exec=sylpheed -+Exec=sylpheed-claws - Icon=sylpheed-claws.png - Info="Sylpheed-Claws" - Categories=Application;Network; 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-descr b/mail/claws-mail/pkg-descr deleted file mode 100644 index 67b9da13253f..000000000000 --- a/mail/claws-mail/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Sylpheed is an e-mail client (and news reader) based on GTK+ - -Currently, many features are supported including POP3, IMAP, NNTP, -multiple accounts, threading, filtering, MIME attachments, APOP, SMTP -AUTH, SSL, IPv6, GnuPG, internalization, and more. - -In addition to the above, Sylpheed-claws has a lot of extra features, -e.g. a plugin mechanism, a new filtering/processing mechanism, -extra folder properties and much more... - -WWW: http://sylpheed-claws.sourceforge.net/ - -- Simon 'corecode' Schubert diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist deleted file mode 100644 index d9aaeda627a1..000000000000 --- a/mail/claws-mail/pkg-plist +++ /dev/null @@ -1,2184 +0,0 @@ -bin/sylpheed-claws -bin/sylpheed-switcher -bin/sylprint.pl -etc/sylprint.rc.example -include/sylpheed-claws/account.h -include/sylpheed-claws/action.h -include/sylpheed-claws/adbookbase.h -include/sylpheed-claws/addr_compl.h -include/sylpheed-claws/addrbook.h -include/sylpheed-claws/addrcache.h -include/sylpheed-claws/addrclip.h -include/sylpheed-claws/addrdefs.h -include/sylpheed-claws/addressadd.h -include/sylpheed-claws/addressbook.h -include/sylpheed-claws/addressitem.h -include/sylpheed-claws/addrgather.h -include/sylpheed-claws/addrharvest.h -include/sylpheed-claws/addrindex.h -include/sylpheed-claws/addritem.h -include/sylpheed-claws/addrquery.h -include/sylpheed-claws/addrselect.h -include/sylpheed-claws/alertpanel.h -include/sylpheed-claws/browseldap.h -include/sylpheed-claws/codeconv.h -include/sylpheed-claws/common/base64.h -include/sylpheed-claws/common/defs.h -include/sylpheed-claws/common/hooks.h -include/sylpheed-claws/common/log.h -include/sylpheed-claws/common/md5.h -include/sylpheed-claws/common/mgutils.h -include/sylpheed-claws/common/nntp.h -include/sylpheed-claws/common/passcrypt.h -include/sylpheed-claws/common/plugin.h -include/sylpheed-claws/common/prefs.h -include/sylpheed-claws/common/progressindicator.h -include/sylpheed-claws/common/quoted-printable.h -include/sylpheed-claws/common/session.h -include/sylpheed-claws/common/smtp.h -include/sylpheed-claws/common/socket.h -include/sylpheed-claws/common/ssl.h -include/sylpheed-claws/common/ssl_certificate.h -include/sylpheed-claws/common/string_match.h -include/sylpheed-claws/common/stringtable.h -include/sylpheed-claws/common/sylpheed.h -include/sylpheed-claws/common/template.h -include/sylpheed-claws/common/timing.h -include/sylpheed-claws/common/utils.h -include/sylpheed-claws/common/uuencode.h -include/sylpheed-claws/common/version.h -include/sylpheed-claws/common/xml.h -include/sylpheed-claws/common/xmlprops.h -include/sylpheed-claws/compose.h -include/sylpheed-claws/config.h -include/sylpheed-claws/crash.h -include/sylpheed-claws/customheader.h -include/sylpheed-claws/displayheader.h -include/sylpheed-claws/editaddress.h -include/sylpheed-claws/editbook.h -include/sylpheed-claws/editgroup.h -include/sylpheed-claws/editjpilot.h -include/sylpheed-claws/editldap.h -include/sylpheed-claws/editldap_basedn.h -include/sylpheed-claws/editvcard.h -include/sylpheed-claws/enriched.h -include/sylpheed-claws/etpan/etpan-thread-manager-types.h -include/sylpheed-claws/etpan/etpan-thread-manager.h -include/sylpheed-claws/etpan/etpan-errors.h -include/sylpheed-claws/etpan/etpan-log.h -include/sylpheed-claws/etpan/imap-thread.h -include/sylpheed-claws/exphtmldlg.h -include/sylpheed-claws/expldifdlg.h -include/sylpheed-claws/export.h -include/sylpheed-claws/exporthtml.h -include/sylpheed-claws/exportldif.h -include/sylpheed-claws/filtering.h -include/sylpheed-claws/folder.h -include/sylpheed-claws/folder_item_prefs.h -include/sylpheed-claws/foldersel.h -include/sylpheed-claws/folderutils.h -include/sylpheed-claws/folderview.h -include/sylpheed-claws/gedit-print.h -include/sylpheed-claws/grouplistdialog.h -include/sylpheed-claws/gtk/about.h -include/sylpheed-claws/gtk/colorlabel.h -include/sylpheed-claws/gtk/colorsel.h -include/sylpheed-claws/gtk/description_window.h -include/sylpheed-claws/gtk/filesel.h -include/sylpheed-claws/gtk/foldersort.h -include/sylpheed-claws/gtk/gtkaspell.h -include/sylpheed-claws/gtk/gtksctree.h -include/sylpheed-claws/gtk/gtkshruler.h -include/sylpheed-claws/gtk/gtksourceprintjob.h -include/sylpheed-claws/gtk/gtkutils.h -include/sylpheed-claws/gtk/gtkvscrollbutton.h -include/sylpheed-claws/gtk/inputdialog.h -include/sylpheed-claws/gtk/logwindow.h -include/sylpheed-claws/gtk/manage_window.h -include/sylpheed-claws/gtk/menu.h -include/sylpheed-claws/gtk/pluginwindow.h -include/sylpheed-claws/gtk/prefswindow.h -include/sylpheed-claws/gtk/progressdialog.h -include/sylpheed-claws/gtk/quicksearch.h -include/sylpheed-claws/gtk/sslcertwindow.h -include/sylpheed-claws/gtk/sylpheed-marshal.h -include/sylpheed-claws/headerview.h -include/sylpheed-claws/html.h -include/sylpheed-claws/image_viewer.h -include/sylpheed-claws/imap.h -include/sylpheed-claws/imap_gtk.h -include/sylpheed-claws/import.h -include/sylpheed-claws/importldif.h -include/sylpheed-claws/importmutt.h -include/sylpheed-claws/importpine.h -include/sylpheed-claws/inc.h -include/sylpheed-claws/jpilot.h -include/sylpheed-claws/ldapctrl.h -include/sylpheed-claws/ldaplocate.h -include/sylpheed-claws/ldapquery.h -include/sylpheed-claws/ldapserver.h -include/sylpheed-claws/ldaputil.h -include/sylpheed-claws/ldif.h -include/sylpheed-claws/localfolder.h -include/sylpheed-claws/main.h -include/sylpheed-claws/mainwindow.h -include/sylpheed-claws/manual.h -include/sylpheed-claws/matcher.h -include/sylpheed-claws/matcher_parser.h -include/sylpheed-claws/matcher_parser_lex.h -include/sylpheed-claws/matcher_parser_parse.h -include/sylpheed-claws/mbox.h -include/sylpheed-claws/message_search.h -include/sylpheed-claws/messageview.h -include/sylpheed-claws/mh.h -include/sylpheed-claws/mh_gtk.h -include/sylpheed-claws/mimeview.h -include/sylpheed-claws/msgcache.h -include/sylpheed-claws/mutt.h -include/sylpheed-claws/news.h -include/sylpheed-claws/news_gtk.h -include/sylpheed-claws/noticeview.h -include/sylpheed-claws/partial_download.h -include/sylpheed-claws/pine.h -%%GPGME%%include/sylpheed-claws/plugins/pgpcore/passphrase.h -%%GPGME%%include/sylpheed-claws/plugins/pgpcore/prefs_gpg.h -%%GPGME%%include/sylpheed-claws/plugins/pgpcore/select-keys.h -%%GPGME%%include/sylpheed-claws/plugins/pgpcore/sgpgme.h -%%GPGME%%include/sylpheed-claws/plugins/pgpinline/pgpinline.h -%%GPGME%%include/sylpheed-claws/plugins/pgpmime/pgpmime.h -include/sylpheed-claws/pop.h -include/sylpheed-claws/prefs_account.h -include/sylpheed-claws/prefs_actions.h -include/sylpheed-claws/prefs_common.h -include/sylpheed-claws/prefs_compose_writing.h -include/sylpheed-claws/prefs_customheader.h -include/sylpheed-claws/prefs_display_header.h -include/sylpheed-claws/prefs_ext_prog.h -include/sylpheed-claws/prefs_filtering.h -include/sylpheed-claws/prefs_filtering_action.h -include/sylpheed-claws/prefs_folder_item.h -include/sylpheed-claws/prefs_fonts.h -include/sylpheed-claws/prefs_gtk.h -include/sylpheed-claws/prefs_image_viewer.h -include/sylpheed-claws/prefs_matcher.h -include/sylpheed-claws/prefs_message.h -include/sylpheed-claws/prefs_msg_colors.h -include/sylpheed-claws/prefs_other.h -include/sylpheed-claws/prefs_quote.h -include/sylpheed-claws/prefs_receive.h -include/sylpheed-claws/prefs_send.h -include/sylpheed-claws/prefs_spelling.h -include/sylpheed-claws/prefs_summaries.h -include/sylpheed-claws/prefs_summary_column.h -include/sylpheed-claws/prefs_template.h -include/sylpheed-claws/prefs_themes.h -include/sylpheed-claws/prefs_toolbar.h -include/sylpheed-claws/prefs_wrapping.h -include/sylpheed-claws/privacy.h -include/sylpheed-claws/procheader.h -include/sylpheed-claws/procmime.h -include/sylpheed-claws/procmsg.h -include/sylpheed-claws/quote_fmt.h -include/sylpheed-claws/quote_fmt_lex.h -include/sylpheed-claws/quote_fmt_parse.h -include/sylpheed-claws/recv.h -include/sylpheed-claws/remotefolder.h -include/sylpheed-claws/send_message.h -include/sylpheed-claws/setup.h -include/sylpheed-claws/sourcewindow.h -include/sylpheed-claws/ssl_manager.h -include/sylpheed-claws/statusbar.h -include/sylpheed-claws/stock_pixmap.h -include/sylpheed-claws/summary_search.h -include/sylpheed-claws/summaryview.h -include/sylpheed-claws/textview.h -include/sylpheed-claws/toolbar.h -include/sylpheed-claws/undo.h -include/sylpheed-claws/unmime.h -include/sylpheed-claws/vcard.h -include/sylpheed-claws/wizard.h -lib/sylpheed-claws/plugins/dillo_viewer.so -lib/sylpheed-claws/plugins/trayicon.so -libdata/pkgconfig/sylpheed-claws.pc -@dirrm include/sylpheed-claws/common -@dirrm include/sylpheed-claws/etpan -@dirrm include/sylpheed-claws/gtk -%%GPGME%%@dirrm include/sylpheed-claws/plugins/pgpcore -%%GPGME%%@dirrm include/sylpheed-claws/plugins/pgpinline -%%GPGME%%@dirrm include/sylpheed-claws/plugins/pgpmime -@unexec rmdir %D/include/sylpheed-claws/plugins 2>/dev/null >/dev/null || true -@dirrm include/sylpheed-claws -%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.so -%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin_gtk.so -%%GPGME%%lib/sylpheed-claws/plugins/pgpcore.so -%%GPGME%%lib/sylpheed-claws/plugins/pgpmime.deps -%%GPGME%%lib/sylpheed-claws/plugins/pgpmime.so -%%GPGME%%lib/sylpheed-claws/plugins/pgpinline.deps -%%GPGME%%lib/sylpheed-claws/plugins/pgpinline.so -%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin.so -%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin_gtk.so -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.claws -%%PORTDOCS%%%%DOCSDIR%%/README.sylprint -%%PORTDOCS%%%%DOCSDIR%%/README.tools -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES.claws -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-4.html -%%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-4.html -%%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-1.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-2.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-3.html -%%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-21.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-22.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/es/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/fr/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-1.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-10.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-11.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-12.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-13.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-14.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-15.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-16.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-17.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-18.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-19.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-2.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-20.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-3.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-4.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-5.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-6.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-7.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-8.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-9.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.sgml -share/locale/bg/LC_MESSAGES/sylpheed-claws.mo -share/locale/ca/LC_MESSAGES/sylpheed-claws.mo -share/locale/cs/LC_MESSAGES/sylpheed-claws.mo -share/locale/de/LC_MESSAGES/sylpheed-claws.mo -share/locale/el/LC_MESSAGES/sylpheed-claws.mo -share/locale/en_GB/LC_MESSAGES/sylpheed-claws.mo -share/locale/es/LC_MESSAGES/sylpheed-claws.mo -share/locale/fi/LC_MESSAGES/sylpheed-claws.mo -share/locale/fr/LC_MESSAGES/sylpheed-claws.mo -share/locale/hr/LC_MESSAGES/sylpheed-claws.mo -share/locale/hu/LC_MESSAGES/sylpheed-claws.mo -share/locale/it/LC_MESSAGES/sylpheed-claws.mo -share/locale/ja/LC_MESSAGES/sylpheed-claws.mo -share/locale/ko/LC_MESSAGES/sylpheed-claws.mo -share/locale/nb/LC_MESSAGES/sylpheed-claws.mo -share/locale/nl/LC_MESSAGES/sylpheed-claws.mo -share/locale/pl/LC_MESSAGES/sylpheed-claws.mo -share/locale/pt_BR/LC_MESSAGES/sylpheed-claws.mo -share/locale/ru/LC_MESSAGES/sylpheed-claws.mo -share/locale/sk/LC_MESSAGES/sylpheed-claws.mo -share/locale/sr/LC_MESSAGES/sylpheed-claws.mo -share/locale/sv/LC_MESSAGES/sylpheed-claws.mo -share/locale/zh_CN/LC_MESSAGES/sylpheed-claws.mo -share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed-claws.mo -share/pixmaps/sylpheed-claws-128x128.png -share/pixmaps/sylpheed-claws-64x64.png -share/pixmaps/sylpheed-claws.png -%%GNOME%%share/gnome/applications/sylpheed-claws.desktop -%%DATADIR%%/OOo2sylpheed.pl -%%DATADIR%%/acroread2sylpheed.pl -%%DATADIR%%/calypso_convert.pl -%%DATADIR%%/convert_mbox.pl -%%DATADIR%%/eud2gc.py -%%DATADIR%%/filter_conv.pl -%%DATADIR%%/freshmeat_search.pl -%%DATADIR%%/gif2xface.pl -%%DATADIR%%/google_msgid.pl -%%DATADIR%%/google_search.pl -%%DATADIR%%/gpg-sign-syl -%%DATADIR%%/kmail2sylpheed.pl -%%DATADIR%%/kmail2sylpheed_v2.pl -%%DATADIR%%/maildir2sylpheed.pl -%%DATADIR%%/multiwebsearch.conf -%%DATADIR%%/multiwebsearch.pl -%%DATADIR%%/nautilus2sylpheed.sh -%%DATADIR%%/outlook2sylpheed.pl -%%DATADIR%%/tb2sylpheed -%%DATADIR%%/textviewer.sh -%%DATADIR%%/update-po -%%DATADIR%%/uudec -%%DATADIR%%/vcard2xml.py -%%THEMES%%%%DATADIR%%/themes/Crystal/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Crystal/close.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/continue.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/dir-close.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/dir-open.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/error.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/exec.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/paste.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/preferences.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/properties.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/search.xpm -%%THEMES%%%%DATADIR%%/themes/Crystal/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/ReadMe -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/book.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/category.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/close.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/draft_close.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/draft_open.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/draft_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/drafts_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/drafts_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/exec.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/group.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/linewrap_current.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_application.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_message.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/new.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/offline.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/online.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/replied.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/unread.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Gnomeria/README -%%THEMES%%%%DATADIR%%/themes/Gnomeria/address.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/address_search.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/book.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/category.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/check_spelling.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/clip.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/close.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/complete.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/continue.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/copy.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/cut.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/drafts_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/drafts_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/error.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/exec.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/group.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/interface.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/key.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/ldap.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/linewrapcurrent.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/locked.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mark.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_application.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_audio.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_image.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_message.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/new.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/notice_error.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/notice_note.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/offline.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/online.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/paste.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/preferences.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_emblem_encrypted.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_emblem_failed.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_emblem_passed.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_emblem_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_emblem_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_expired.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_failed.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_passed.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/privacy_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/properties.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/replied.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/sylpheed_logo.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/unread.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Gnomeria/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Gorillaws/ChangeLog -%%THEMES%%%%DATADIR%%/themes/Gorillaws/README -%%THEMES%%%%DATADIR%%/themes/Gorillaws/address.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/address_search.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/book.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/category.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/clip.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/close.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/complete.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/continue.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/drafts_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/drafts_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/error.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/exec.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/exec1.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/exec2.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/folder.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/group.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/ignore_thread.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/interface.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/key.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/ldap.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/linewrapcurrent.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/locked.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail1.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_reply_to_list.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mark.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/messageview_text.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_application.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_application_octet_stream.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_audio.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_gpg_expired.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_gpg_failed.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_gpg_passed.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_gpg_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_image.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_message.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/new.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/notice_error.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/notice_note.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/offline.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/online.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/paste.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/preferences.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/print.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/print1.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_emblem_enabled.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_emblem_failed.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_emblem_passed.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_emblem_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_emblem_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_expired.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_failed.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_passed.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/privacy_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/properties.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/regular.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/replied.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/search.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/unread.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Gorillaws/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/README -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/address.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/address_search.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/book.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/category.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/clip.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/close.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/complete.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/continue.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/error.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/exec.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/folder.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/group.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/interface.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/key.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/ldap.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/locked.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mark.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_application.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_audio.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_image.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_message.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/new.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/notice_error.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/notice_note.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/paste.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/preferences.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_expired.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_failed.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_passed.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/privacy_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/properties.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/regular.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/replied.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/search.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/sylpheed_logo.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/unread.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/Graphitte-0.9.7/work_online.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/GurUnix/ChangeLog -%%THEMES%%%%DATADIR%%/themes/GurUnix/INSTALL -%%THEMES%%%%DATADIR%%/themes/GurUnix/README.txt -%%THEMES%%%%DATADIR%%/themes/GurUnix/address.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/book.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/category.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/clip.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/close.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/complete.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/continue.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/error.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/exec.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/group.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/ignore_thread.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/inbox.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/interface.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/key.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/ldap.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/locked.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_reply_to_list.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/mark.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/messageview_text.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/new.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/notice_error.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/notice_note.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/outbox.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/paste.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/pgp_signed.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/preferences.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/print.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/properties.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/queue.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/replied.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/search.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/unread.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/GurUnix/work_online.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Korillaws/ChangeLog -%%THEMES%%%%DATADIR%%/themes/Korillaws/README -%%THEMES%%%%DATADIR%%/themes/Korillaws/address.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/address_search.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/book.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/category.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/clip.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/close.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/complete.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/continue.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/drafts_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/drafts_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/error.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/exec.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/exec1.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/exec2.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/folder.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/group.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/ignore_thread.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/interface.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/key.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/ldap.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/linewrapcurrent.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/locked.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail1.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_reply_to_list.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mark.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/messageview_text.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_application.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_application_octet_stream.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_audio.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_gpg_expired.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_gpg_failed.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_gpg_passed.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_gpg_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_image.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_message.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/new.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/notice_error.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/notice_note.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/offline.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/online.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/paste.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/preferences.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/print.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/print1.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_emblem_enabled.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_emblem_failed.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_emblem_passed.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_emblem_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_emblem_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_expired.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_failed.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_passed.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/privacy_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/properties.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/regular.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/replied.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/search.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/unread.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Korillaws/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/address.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/close.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/exec.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/new.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/paste.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/replied.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/unread.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Kovico-sylpheed/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/New_Session/Readme.txt -%%THEMES%%%%DATADIR%%/themes/New_Session/address.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/close.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/exec.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/new.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/paste.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/replied.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/unread.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/New_Session/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Phoenity/address.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/book.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/category.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/clip.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/close.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/complete.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/continue.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/delete.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/error.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/exec.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/group.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/interface.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/key.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/ldap.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/locked.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/mark.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/new.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/notice_error.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/notice_note.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/paste.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/preferences.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/properties.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/readme.txt -%%THEMES%%%%DATADIR%%/themes/Phoenity/replied.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/search.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/unread.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/Phoenity/work_online.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/address.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/close.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/exec.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/new.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/paste.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/replied.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/unread.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/README -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/README -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/address.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/book.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/clip.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/close.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/complete.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/continue.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/drafts_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/drafts_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/error.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/exec.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/interface.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/key.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/ldap.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/locked.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mark.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/messageview_text.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_application.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_audio.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_gpg_expired.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_gpg_failed.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_gpg_passed.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_gpg_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_image.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/new.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/replied.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/unread.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/Skypilot Clawssic/work_online.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/Sylpholution/ChangeLog -%%THEMES%%%%DATADIR%%/themes/Sylpholution/ChangeLog.pre-1-4 -%%THEMES%%%%DATADIR%%/themes/Sylpholution/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/all_contacts.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/clip.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/close.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/continue.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/dayview.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/flag-for-followup.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail-replied.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/mark.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/new.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/offline.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/online.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/replied.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/Sylpholution/unread.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/SylZilla/ChangeLog -%%THEMES%%%%DATADIR%%/themes/SylZilla/README -%%THEMES%%%%DATADIR%%/themes/SylZilla/address.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/address_search.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/book.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/category.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/clip.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/close.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/complete.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/continue.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/drafts_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/drafts_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/error.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/exec.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/folder.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/group.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/ignore_thread.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/interface.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/key.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/ldap.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/locked.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_reply_to_list.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mark.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/messageview_text.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_application.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_application_octet_stream.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_audio.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_gpg_expired.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_gpg_failed.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_gpg_passed.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_gpg_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_image.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_message.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/new.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/notice_error.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/notice_note.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/paste.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/preferences.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/print.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/properties.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/regular.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/replied.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/search.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/unread.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/SylZilla/work_online.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/XeNtish/README -%%THEMES%%%%DATADIR%%/themes/XeNtish/address.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/close.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/exec.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/new.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/paste.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/replied.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/unread.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/XeNtish/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/achileus-noname/address.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/book.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/clip.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/close.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/complete.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/continue.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/delete.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/drafts_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/drafts_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/error.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/exec.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/interface.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/key.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/locked.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_extern.xcf -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_extern.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mark.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/messageview_text.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_audio.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_gpg_expired.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_gpg_failed.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_gpg_passed.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_gpg_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_image.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_message.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/new.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/offline.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/online.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/replied.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/unread.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/achileus-noname/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/black/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/black/README -%%THEMES%%%%DATADIR%%/themes/black/address.xpm -%%THEMES%%%%DATADIR%%/themes/black/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/black/book.xpm -%%THEMES%%%%DATADIR%%/themes/black/clip.xpm -%%THEMES%%%%DATADIR%%/themes/black/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/black/close.xpm -%%THEMES%%%%DATADIR%%/themes/black/continue.xpm -%%THEMES%%%%DATADIR%%/themes/black/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/black/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/black/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/black/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/black/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/black/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/black/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/black/error.xpm -%%THEMES%%%%DATADIR%%/themes/black/exec.xpm -%%THEMES%%%%DATADIR%%/themes/black/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/black/group.xpm -%%THEMES%%%%DATADIR%%/themes/black/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/black/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/black/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/black/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/black/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/black/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/black/interface.xpm -%%THEMES%%%%DATADIR%%/themes/black/key.xpm -%%THEMES%%%%DATADIR%%/themes/black/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/black/locked.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/black/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/black/mark.xpm -%%THEMES%%%%DATADIR%%/themes/black/new.xpm -%%THEMES%%%%DATADIR%%/themes/black/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/black/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/black/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/black/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/black/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/black/paste.xpm -%%THEMES%%%%DATADIR%%/themes/black/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/black/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/black/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/black/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/black/replied.xpm -%%THEMES%%%%DATADIR%%/themes/black/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/black/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/black/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/black/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/black/unread.xpm -%%THEMES%%%%DATADIR%%/themes/black/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/black/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/Readme.txt -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/address.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/close.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/dir-close.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/dir-open.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/exec.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/new.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/paste.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/replied.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/unread.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/blue_anarchy/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/mongrel/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/close.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/exec.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel/work_online.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/mongrel2/INSTALL -%%THEMES%%%%DATADIR%%/themes/mongrel2/address.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/book.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/close.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/complete.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/continue.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/delete.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/drafts_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/drafts_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/error.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/exec.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/interface.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/key.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/locked.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mark.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/messageview_text.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_audio.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_gpg_expired.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_gpg_failed.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_gpg_passed.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_gpg_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_image.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/new.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/replied.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/unread.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/mongrel2/work_online.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/mozilla/README -%%THEMES%%%%DATADIR%%/themes/mozilla/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/close.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/exec.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/mozilla/work_online.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/orbit-claws/README -%%THEMES%%%%DATADIR%%/themes/orbit-claws/address.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/book.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/checkbox_off.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/checkbox_on.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/clip.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/close.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/complete.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/continue.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/delete.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/drafts_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/drafts_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/error.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/exec.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/interface.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/key.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/locked.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mark.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/messageview_text.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_audio.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_gpg_expired.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_gpg_failed.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_gpg_passed.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_gpg_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_image.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/new.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/notice_warn.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/replied.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/unread.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/orbit-claws/work_online.xpm -%%THEMES%%%%DATADIR%%/themes/stw/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/stw/address.xpm -%%THEMES%%%%DATADIR%%/themes/stw/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/stw/book.xpm -%%THEMES%%%%DATADIR%%/themes/stw/clip.xpm -%%THEMES%%%%DATADIR%%/themes/stw/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/stw/close.xpm -%%THEMES%%%%DATADIR%%/themes/stw/complete.xpm -%%THEMES%%%%DATADIR%%/themes/stw/continue.xpm -%%THEMES%%%%DATADIR%%/themes/stw/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/stw/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/stw/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/stw/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/stw/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/stw/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/stw/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/stw/error.xpm -%%THEMES%%%%DATADIR%%/themes/stw/exec.xpm -%%THEMES%%%%DATADIR%%/themes/stw/folder.xpm -%%THEMES%%%%DATADIR%%/themes/stw/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/stw/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/stw/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/stw/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/stw/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/stw/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/stw/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/stw/interface.xpm -%%THEMES%%%%DATADIR%%/themes/stw/key.xpm -%%THEMES%%%%DATADIR%%/themes/stw/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/stw/locked.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/stw/mark.xpm -%%THEMES%%%%DATADIR%%/themes/stw/new.xpm -%%THEMES%%%%DATADIR%%/themes/stw/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/stw/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/stw/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/stw/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/stw/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/stw/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/stw/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/stw/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/stw/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/stw/replied.xpm -%%THEMES%%%%DATADIR%%/themes/stw/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/stw/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/stw/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/stw/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/stw/unread.xpm -%%THEMES%%%%DATADIR%%/themes/stw/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/stw/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/tml02c/address.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/book.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/category.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/clip.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/clipkey.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/close.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/complete.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/continue.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/deleted.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/error.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/exec.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/interface.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/jpilot.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/key.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/locked.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/mark.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/new.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/paste.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/replied.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/unread.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/tml02c/work_online.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/.sylpheed_themeinfo -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/README -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/address_book.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/book.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/close.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/complete.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/dir_close.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/dir_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/dir_open.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/dir_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/down_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/draft_close.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/draft_open.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/drafts_close.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/drafts_open.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/edit_extern.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/exec.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/forwarded.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/gpg_signed.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/ignorethread.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/inbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/inbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/inbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/inbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/insert_file.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/interface.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/linewrap.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_attach.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_compose.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_forward.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_receive.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_receive_all.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_reply.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_reply_to_all.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_reply_to_author.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_send.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_send_queue.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mail_sign.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mark.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mime_application.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mime_attach.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mime_audio.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mime_image.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mime_message.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mime_text_enriched.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mime_text_html.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mime_text_plain.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/mime_unknown.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/new.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/news_compose.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/outbox_close.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/outbox_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/outbox_open.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/outbox_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/paste.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/preferences.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/queue_close.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/queue_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/queue_open.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/queue_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/quicksearch.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/replied.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/trash_close.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/trash_close_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/trash_open.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/trash_open_hrm.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/unread.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/up.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/up_arrow.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/vcard.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/work_offline.xpm -%%THEMES%%%%DATADIR%%/themes/tom_2.1.1/work_online.xpm -%%THEMES%%@dirrm %%DATADIR%%/themes/Crystal -%%THEMES%%@dirrm %%DATADIR%%/themes/Everaldo_Kids -%%THEMES%%@dirrm %%DATADIR%%/themes/Gnomeria -%%THEMES%%@dirrm %%DATADIR%%/themes/Gorillaws -%%THEMES%%@dirrm %%DATADIR%%/themes/Graphitte-0.9.7 -%%THEMES%%@dirrm %%DATADIR%%/themes/GurUnix -%%THEMES%%@dirrm %%DATADIR%%/themes/Korillaws -%%THEMES%%@dirrm %%DATADIR%%/themes/Kovico-sylpheed -%%THEMES%%@dirrm %%DATADIR%%/themes/New_Session -%%THEMES%%@dirrm %%DATADIR%%/themes/Phoenity -%%THEMES%%@dirrm %%DATADIR%%/themes/Plain_and_Bluish -%%THEMES%%@dirrm %%DATADIR%%/themes/Skypilot Clawssic -%%THEMES%%@dirrm %%DATADIR%%/themes/SylZilla -%%THEMES%%@dirrm %%DATADIR%%/themes/Sylpholution -%%THEMES%%@dirrm %%DATADIR%%/themes/XeNtish -%%THEMES%%@dirrm %%DATADIR%%/themes/achileus-noname -%%THEMES%%@dirrm %%DATADIR%%/themes/black -%%THEMES%%@dirrm %%DATADIR%%/themes/blue_anarchy -%%THEMES%%@dirrm %%DATADIR%%/themes/mongrel -%%THEMES%%@dirrm %%DATADIR%%/themes/mongrel2 -%%THEMES%%@dirrm %%DATADIR%%/themes/mozilla -%%THEMES%%@dirrm %%DATADIR%%/themes/orbit-claws -%%THEMES%%@dirrm %%DATADIR%%/themes/stw -%%THEMES%%@dirrm %%DATADIR%%/themes/tml02c -%%THEMES%%@dirrm %%DATADIR%%/themes/tom_2.1.1 -%%THEMES%%@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/ja -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/fr -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/es -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/de -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/it -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/fr -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/es -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/en -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/de -%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/sylpheed-claws/plugins -@dirrm lib/sylpheed-claws |