- Update CM to 2.7.2, themes to 20070116.

- Chmod the themes to sane rights.
- Bump portrevision of the plugins.
This commit is contained in:
Alexander Leidinger 2007-01-27 12:48:46 +00:00
parent b32500216b
commit 18b29611e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183408
17 changed files with 278 additions and 153 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= att_remover
PORTVERSION= 1.0.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,7 +7,7 @@
PORTNAME= cachesaver
PORTVERSION= 0.10.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,7 +7,7 @@
PORTNAME= etpan_privacy
PORTVERSION= 0.15.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,7 +7,7 @@
PORTNAME= fetchinfo
PORTVERSION= 0.4.18
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,6 +7,7 @@
PORTNAME= gtkhtml2_viewer
PORTVERSION= 0.14.1
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,7 +7,7 @@
PORTNAME= maildir
PORTVERSION= 0.24.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,7 +7,7 @@
PORTNAME= mailmbox
PORTVERSION= 1.12.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,7 +7,7 @@
PORTNAME= newmail
PORTVERSION= 0.0.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,7 +7,7 @@
PORTNAME= notification
PORTVERSION= 0.8
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,7 +7,7 @@
PORTNAME= perl
PORTVERSION= 0.9.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,7 +7,7 @@
PORTNAME= rssyl
PORTVERSION= 0.10
PORTEPOCH= 1
PORTEPOCH= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,6 +7,7 @@
PORTNAME= smime
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,7 +7,7 @@
PORTNAME= synce
PORTVERSION= 0.6.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-

View File

@ -7,6 +7,7 @@
PORTNAME= vcalendar
PORTVERSION= 1.93
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ \
${MASTER_SITE_LOCAL}

View File

@ -6,7 +6,7 @@
#
PORTNAME= claws-mail
PORTVERSION= 2.7.1
PORTVERSION= 2.7.2
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
@ -22,8 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
CONFLICTS= sylpheed-claws
THEMEVERSION= 20060615
THEMEFILE= sylpheed-claws-themes-${THEMEVERSION}.tar.gz
THEMEVERSION= 20070116
THEMEFILE= claws-mail-themes-${THEMEVERSION}.tar.gz
USE_BZIP2= yes
USE_GETTEXT= yes
@ -212,7 +212,8 @@ post-install:
${GREP} -vE '(Makefile.*|INSTALL)' | \
${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DATADIR}/themes/
@${CHMOD} -R a+r ${DATADIR}/themes
@${FIND} ${DATADIR}/themes -type d -print0 | ${XARGS} -0 ${CHMOD} a+x
@${FIND} ${DATADIR}/themes -type d -print0 | ${XARGS} -0 ${CHMOD} 755
@${FIND} ${DATADIR}/themes -type f -print0 | ${XARGS} -0 ${CHMOD} 644
.endif
@${INSTALL_SCRIPT} ${WRKSRC}/tools/sylprint.pl ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/tools/sylprint.rc ${PREFIX}/etc/sylprint.rc.example

View File

@ -1,6 +1,6 @@
MD5 (claws-mail-2.7.1.tar.bz2) = cc88da5849fcdcde223f2dd0fa7dcba1
SHA256 (claws-mail-2.7.1.tar.bz2) = 6eb6e57ca6d1da1e2d91e7e21698de6144240e50aeded163dff849bcc358c5ba
SIZE (claws-mail-2.7.1.tar.bz2) = 5195631
MD5 (sylpheed-claws-themes-20060615.tar.gz) = 8cf1f94353be228d192d843e89557f42
SHA256 (sylpheed-claws-themes-20060615.tar.gz) = f34bfb8f53ef4b22e25055c588b19b3bc107b1a3dcf28faab409359b788444d7
SIZE (sylpheed-claws-themes-20060615.tar.gz) = 1716505
MD5 (claws-mail-2.7.2.tar.bz2) = 079f167fba6e17ae2c688a0dae858b0f
SHA256 (claws-mail-2.7.2.tar.bz2) = a47a079f583581c2d049195f12a26524390e272c820b2c7233a37582e887a5b5
SIZE (claws-mail-2.7.2.tar.bz2) = 5204013
MD5 (claws-mail-themes-20070116.tar.gz) = 4dba190413eabbf053b9ddc97110f8e5
SHA256 (claws-mail-themes-20070116.tar.gz) = 73b600f9ed774f46a11e20b67e6fb8bb8553a20d436ae9a7c2eb3fe717977167
SIZE (claws-mail-themes-20070116.tar.gz) = 1827645

View File

@ -300,6 +300,7 @@ share/pixmaps/claws-mail.png
%%DATADIR%%/outlook2claws-mail.pl
%%DATADIR%%/tb2claws-mail
%%DATADIR%%/textviewer.sh
%%THEMES%%%%DATADIR%%/themes/Crystal/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Crystal/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Crystal/close.xpm
%%THEMES%%%%DATADIR%%/themes/Crystal/continue.xpm
@ -325,8 +326,9 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/Crystal/properties.xpm
%%THEMES%%%%DATADIR%%/themes/Crystal/search.xpm
%%THEMES%%%%DATADIR%%/themes/Crystal/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/ReadMe
%%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
@ -384,11 +386,11 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/queue_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/quicksearch.xpm
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/replied.xpm
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/sylpheed_icon.xpm
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/trash_btn.xpm
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/trash_close.xpm
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/trash_open.xpm
%%THEMES%%%%DATADIR%%/themes/Everaldo_Kids/unread.xpm
%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/ChangeLog
%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/README
@ -524,6 +526,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/unread.xpm
%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/Gnomaws-0.6a/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/Gnomeria/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Gnomeria/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Gnomeria/README
%%THEMES%%%%DATADIR%%/themes/Gnomeria/address.xpm
@ -630,6 +633,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/Gnomeria/unread.xpm
%%THEMES%%%%DATADIR%%/themes/Gnomeria/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/Gnomeria/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/Gorillaws/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Gorillaws/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Gorillaws/ChangeLog
%%THEMES%%%%DATADIR%%/themes/Gorillaws/README
@ -750,6 +754,7 @@ share/pixmaps/claws-mail.png
%%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/.claws_themeinfo
%%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
@ -854,9 +859,10 @@ share/pixmaps/claws-mail.png
%%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/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/GurUnix/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/GurUnix/ChangeLog
%%THEMES%%%%DATADIR%%/themes/GurUnix/README.txt
%%THEMES%%%%DATADIR%%/themes/GurUnix/README
%%THEMES%%%%DATADIR%%/themes/GurUnix/address.xpm
%%THEMES%%%%DATADIR%%/themes/GurUnix/address_book.xpm
%%THEMES%%%%DATADIR%%/themes/GurUnix/book.xpm
@ -934,6 +940,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/GurUnix/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/GurUnix/work_offline.xpm
%%THEMES%%%%DATADIR%%/themes/GurUnix/work_online.xpm
%%THEMES%%%%DATADIR%%/themes/Korillaws/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Korillaws/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Korillaws/ChangeLog
%%THEMES%%%%DATADIR%%/themes/Korillaws/README
@ -1054,55 +1061,57 @@ share/pixmaps/claws-mail.png
%%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/Kovico-claws/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/address.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/address_book.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/close.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/dir_close.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/dir_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/dir_open.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/dir_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/down_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/edit_extern.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/exec.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/forwarded.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/ignorethread.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/inbox_close.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/inbox_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/inbox_open.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/inbox_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/insert_file.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_attach.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_compose.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_forward.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_receive.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_receive_all.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_reply.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_reply_to_all.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_reply_to_author.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_send.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_send_queue.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/mail_sign.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/new.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/news_compose.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/outbox_close.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/outbox_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/outbox_open.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/outbox_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/paste.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/queue_close.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/queue_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/queue_open.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/queue_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/replied.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/trash_close.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/trash_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/trash_open.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/trash_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/unread.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/Kovico-claws/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/address.xpm
%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/address_book.xpm
@ -1189,8 +1198,8 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/unread.xpm
%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/Logos-1.0.1/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/New_Session/.claws_themeinfo
%%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
@ -1239,6 +1248,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/New_Session/unread.xpm
%%THEMES%%%%DATADIR%%/themes/New_Session/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/New_Session/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/address_book.xpm
%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/address_search.xpm
@ -1333,6 +1343,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/trash_mark.xpm
%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/unread.xpm
%%THEMES%%%%DATADIR%%/themes/Old_Dark_Theme/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/Phoenity/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Phoenity/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Phoenity/address.xpm
%%THEMES%%%%DATADIR%%/themes/Phoenity/address_book.xpm
@ -1414,6 +1425,7 @@ share/pixmaps/claws-mail.png
%%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/.claws_themeinfo
%%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
@ -1463,6 +1475,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/unread.xpm
%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/Plain_and_Bluish/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/README
%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/address.xpm
@ -1546,6 +1559,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/unread.xpm
%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/work_offline.xpm
%%THEMES%%%%DATADIR%%/themes/Skypilot_Clawssic/work_online.xpm
%%THEMES%%%%DATADIR%%/themes/SylZilla/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/SylZilla/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/SylZilla/ChangeLog
%%THEMES%%%%DATADIR%%/themes/SylZilla/README
@ -1650,6 +1664,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/SylZilla/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/SylZilla/work_offline.xpm
%%THEMES%%%%DATADIR%%/themes/SylZilla/work_online.xpm
%%THEMES%%%%DATADIR%%/themes/Sylpholution/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/Sylpholution/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/Sylpholution/ChangeLog
%%THEMES%%%%DATADIR%%/themes/Sylpholution/ChangeLog.pre-1-4
@ -1697,6 +1712,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/Sylpholution/trash_close.xpm
%%THEMES%%%%DATADIR%%/themes/Sylpholution/trash_open.xpm
%%THEMES%%%%DATADIR%%/themes/Sylpholution/unread.xpm
%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/README
%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/address.xpm
@ -1731,7 +1747,104 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/trash_btn.xpm
%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/TangoClaws-0.3/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/XeNtish/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/README
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/address.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/address_book.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/back.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/book.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/check_spelling.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/checkbox_off.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/checkbox_on.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/clip.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/clipkey.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/close.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/complete.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/continue.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/delete.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/deleted.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/dir_close.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/dir_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/dir_open.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/dir_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/down_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/drafts_close.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/drafts_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/drafts_open.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/drafts_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/edit_extern.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/error.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/exec.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/forwarded.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/gpg_signed.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/ham_btn.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/inbox_close.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/inbox_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/inbox_open.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/inbox_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/insert_file.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/interface.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/jpilot.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/key.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/linewrap.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/linewrapcurrent.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/locked.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_attach.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_compose.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_forward.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_receive.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_receive_all.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_reply.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_reply_to_all.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_reply_to_author.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_reply_to_list.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_send.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_send_queue.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mail_sign.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mark.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/messageview_text.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_audio.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_gpg_expired.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_gpg_failed.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_gpg_passed.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_gpg_signed.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_gpg_unknown.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_image.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_text_enriched.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_text_html.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_text_plain.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/mime_unknown.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/new.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/news_compose.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/notice_warn.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/outbox_close.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/outbox_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/outbox_open.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/outbox_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/paste.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/preferences.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/properties.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/queue_close.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/queue_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/queue_open.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/queue_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/quicksearch.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/replied.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/search.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/spam_btn.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/trash_btn.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/trash_close.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/trash_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/trash_open.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/trash_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/unread.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/work_offline.xpm
%%THEMES%%%%DATADIR%%/themes/TangoOrbit/work_online.xpm
%%THEMES%%%%DATADIR%%/themes/XeNtish/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/XeNtish/README
%%THEMES%%%%DATADIR%%/themes/XeNtish/address.xpm
%%THEMES%%%%DATADIR%%/themes/XeNtish/address_book.xpm
@ -1781,6 +1894,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/XeNtish/unread.xpm
%%THEMES%%%%DATADIR%%/themes/XeNtish/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/XeNtish/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/achileus-noname/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/achileus-noname/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/achileus-noname/address.xpm
%%THEMES%%%%DATADIR%%/themes/achileus-noname/address_book.xpm
@ -1866,6 +1980,7 @@ share/pixmaps/claws-mail.png
%%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/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/black/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/black/README
%%THEMES%%%%DATADIR%%/themes/black/address.xpm
@ -1928,8 +2043,9 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/black/unread.xpm
%%THEMES%%%%DATADIR%%/themes/black/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/black/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/blue_anarchy/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/blue_anarchy/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/blue_anarchy/Readme.txt
%%THEMES%%%%DATADIR%%/themes/blue_anarchy/README
%%THEMES%%%%DATADIR%%/themes/blue_anarchy/address.xpm
%%THEMES%%%%DATADIR%%/themes/blue_anarchy/address_book.xpm
%%THEMES%%%%DATADIR%%/themes/blue_anarchy/close.xpm
@ -1970,6 +2086,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/blue_anarchy/unread.xpm
%%THEMES%%%%DATADIR%%/themes/blue_anarchy/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/blue_anarchy/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/clawsola/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/clawsola/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/clawsola/ChangeLog
%%THEMES%%%%DATADIR%%/themes/clawsola/README
@ -2081,6 +2198,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/clawsola/unread.xpm
%%THEMES%%%%DATADIR%%/themes/clawsola/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/clawsola/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/mongrel/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/mongrel/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/mongrel/address_book.xpm
%%THEMES%%%%DATADIR%%/themes/mongrel/close.xpm
@ -2106,6 +2224,7 @@ share/pixmaps/claws-mail.png
%%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/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/mongrel2/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/mongrel2/address.xpm
%%THEMES%%%%DATADIR%%/themes/mongrel2/address_book.xpm
@ -2184,6 +2303,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/mongrel2/unread.xpm
%%THEMES%%%%DATADIR%%/themes/mongrel2/work_offline.xpm
%%THEMES%%%%DATADIR%%/themes/mongrel2/work_online.xpm
%%THEMES%%%%DATADIR%%/themes/mozilla/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/mozilla/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/mozilla/README
%%THEMES%%%%DATADIR%%/themes/mozilla/address_book.xpm
@ -2210,6 +2330,7 @@ share/pixmaps/claws-mail.png
%%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/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/orbit-claws/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/orbit-claws/README
%%THEMES%%%%DATADIR%%/themes/orbit-claws/address.xpm
@ -2292,6 +2413,7 @@ share/pixmaps/claws-mail.png
%%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/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/stw/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/stw/address.xpm
%%THEMES%%%%DATADIR%%/themes/stw/address_book.xpm
@ -2353,6 +2475,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/stw/unread.xpm
%%THEMES%%%%DATADIR%%/themes/stw/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/stw/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/tml02c/.claws_themeinfo
%%THEMES%%%%DATADIR%%/themes/tml02c/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/tml02c/address.xpm
%%THEMES%%%%DATADIR%%/themes/tml02c/address_book.xpm
@ -2421,85 +2544,82 @@ share/pixmaps/claws-mail.png
%%THEMES%%%%DATADIR%%/themes/tml02c/vcard.xpm
%%THEMES%%%%DATADIR%%/themes/tml02c/work_offline.xpm
%%THEMES%%%%DATADIR%%/themes/tml02c/work_online.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/.sylpheed_themeinfo
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/README
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/address_book.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/book.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/close.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/complete.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/dir_close.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/dir_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/dir_open.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/dir_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/down_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/draft_close.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/draft_open.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/drafts_close.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/drafts_open.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/edit_extern.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/exec.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/forwarded.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/gpg_signed.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/ignorethread.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/inbox_close.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/inbox_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/inbox_open.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/inbox_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/insert_file.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/interface.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/linewrap.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_attach.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_compose.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_forward.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_receive.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_receive_all.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_reply.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_reply_to_all.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_reply_to_author.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_send.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_send_queue.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mail_sign.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mark.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_application.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_attach.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_audio.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_image.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_message.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_text_enriched.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_text_html.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_text_plain.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/mime_unknown.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/new.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/news_compose.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/offline.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/online.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/outbox_close.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/outbox_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/outbox_open.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/outbox_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/paste.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/preferences.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/queue_close.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/queue_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/queue_open.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/queue_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/quicksearch.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/replied.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/sylpheed_icon.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/trash_btn.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/trash_close.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/trash_close_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/trash_open.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/trash_open_hrm.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/unread.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/up.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/up_arrow.xpm
%%THEMES%%%%DATADIR%%/themes/tom_2.1.2/vcard.xpm
%%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
%%DATADIR%%/update-po
%%DATADIR%%/uudec
%%DATADIR%%/vcard2xml.py
%%THEMES%%@dirrm %%DATADIR%%/themes/tom_2.1.2
%%THEMES%%@dirrm %%DATADIR%%/themes/tom_2.1.1
%%THEMES%%@dirrm %%DATADIR%%/themes/tml02c
%%THEMES%%@dirrm %%DATADIR%%/themes/stw
%%THEMES%%@dirrm %%DATADIR%%/themes/orbit-claws
@ -2511,6 +2631,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%@dirrm %%DATADIR%%/themes/black
%%THEMES%%@dirrm %%DATADIR%%/themes/achileus-noname
%%THEMES%%@dirrm %%DATADIR%%/themes/XeNtish
%%THEMES%%@dirrm %%DATADIR%%/themes/TangoOrbit
%%THEMES%%@dirrm %%DATADIR%%/themes/TangoClaws-0.3
%%THEMES%%@dirrm %%DATADIR%%/themes/Sylpholution
%%THEMES%%@dirrm %%DATADIR%%/themes/SylZilla
@ -2520,7 +2641,7 @@ share/pixmaps/claws-mail.png
%%THEMES%%@dirrm %%DATADIR%%/themes/Old_Dark_Theme
%%THEMES%%@dirrm %%DATADIR%%/themes/New_Session
%%THEMES%%@dirrm %%DATADIR%%/themes/Logos-1.0.1
%%THEMES%%@dirrm %%DATADIR%%/themes/Kovico-sylpheed
%%THEMES%%@dirrm %%DATADIR%%/themes/Kovico-claws
%%THEMES%%@dirrm %%DATADIR%%/themes/Korillaws
%%THEMES%%@dirrm %%DATADIR%%/themes/GurUnix
%%THEMES%%@dirrm %%DATADIR%%/themes/Graphitte-0.9.7