diff --git a/mail/claws-mail-acpi_notifier/Makefile b/mail/claws-mail-acpi_notifier/Makefile index c5f695491c6b..2cc02f1dd516 100644 --- a/mail/claws-mail-acpi_notifier/Makefile +++ b/mail/claws-mail-acpi_notifier/Makefile @@ -1,9 +1,9 @@ PORTNAME= acpi_notifier COMMENT= ACPI mail LED notifier plugin for Claws Mail WWW= https://www.claws-mail.org/plugin.php?plugin=acpinotifier CLAWS_PLUGINS_BUILD= ${PORTNAME} -.include "${.CURDIR}/../claws-mail/Makefile.claws" +.include "../claws-mail/Makefile.claws" .include diff --git a/mail/claws-mail-fancy/Makefile b/mail/claws-mail-fancy/Makefile index 0dde7e7c57de..147c48c55e9d 100644 --- a/mail/claws-mail-fancy/Makefile +++ b/mail/claws-mail-fancy/Makefile @@ -1,20 +1,13 @@ PORTNAME= fancy COMMENT= Webkit based HTML renderer plugin for Claws Mail WWW= https://www.claws-mail.org/plugins.php -LIB_DEPENDS= libcurl.so:ftp/curl - -.include "../claws-mail/Makefile.ver" - -.if ${MASTER_OPTIONS:MGTK2} -IGNORE= depends on www/webkit-gtk2, which has been removed -.endif -.if ${MASTER_OPTIONS:MGTK3} -LIB_DEPENDS+= libwebkit2gtk-4.0.so:www/webkit2-gtk@40 -.endif +LIB_DEPENDS= libcurl.so:ftp/curl \ + libsoup-3.0.so:devel/libsoup3 \ + libwebkit2gtk-4.1.so:www/webkit2-gtk@41 CLAWS_PLUGINS_BUILD= ${PORTNAME} .include "../claws-mail/Makefile.claws" .include diff --git a/mail/claws-mail-keyword_warner/Makefile b/mail/claws-mail-keyword_warner/Makefile index f0cbe9ac705e..a97b4e5125ab 100644 --- a/mail/claws-mail-keyword_warner/Makefile +++ b/mail/claws-mail-keyword_warner/Makefile @@ -1,9 +1,9 @@ PORTNAME= keyword_warner COMMENT= Configurable keyword warning plugin for Claws Mail WWW= https://www.claws-mail.org/plugins.php CLAWS_PLUGINS_BUILD= ${PORTNAME} -.include "${.CURDIR}/../claws-mail/Makefile.claws" +.include "../claws-mail/Makefile.claws" .include diff --git a/mail/claws-mail-litehtml_viewer/Makefile b/mail/claws-mail-litehtml_viewer/Makefile index 672b475ccd28..b66c1561dff7 100644 --- a/mail/claws-mail-litehtml_viewer/Makefile +++ b/mail/claws-mail-litehtml_viewer/Makefile @@ -1,23 +1,22 @@ PORTNAME= litehtml_viewer -PORTREVISION= 1 COMMENT= Viewer plugin for HTML emails, using the litehtml library WWW= https://www.claws-mail.org/plugins.php LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgumbo.so:devel/gumbo \ libcurl.so:ftp/curl USE_GNOME= cairo glib20 # The configure script does not set REAL_CXX if CXX contains an absolute path. CONFIGURE_ENV= REAL_CXX="${CXX}" CLAWS_PLUGINS_BUILD= ${PORTNAME} post-configure: @${RM} ${WRKSRC}/version .include "../claws-mail/Makefile.claws" .include diff --git a/mail/claws-mail-newmail/Makefile b/mail/claws-mail-newmail/Makefile index 94ae9a4c5000..95cd96a9c25e 100644 --- a/mail/claws-mail-newmail/Makefile +++ b/mail/claws-mail-newmail/Makefile @@ -1,9 +1,11 @@ PORTNAME= newmail COMMENT= Message header summary logging plugin for Claws Mail WWW= https://www.claws-mail.org/plugins.php CLAWS_PLUGINS_BUILD= ${PORTNAME} +NO_GTK= yes + .include "../claws-mail/Makefile.claws" .include diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index 0acd46e7bb1c..3ed5395225b5 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -1,20 +1,15 @@ PORTNAME= notification COMMENT= New mail notification plugin for Claws Mail WWW= https://www.claws-mail.org/plugin.php?plugin=notification -LIB_DEPENDS= libnotify.so:devel/libnotify - -.include "../claws-mail/Makefile.ver" - -.if ${MASTER_OPTIONS:MGTK2} -LIB_DEPENDS+= libcanberra-gtk.so:audio/libcanberra-gtk2 -.endif -.if ${MASTER_OPTIONS:MGTK3} -LIB_DEPENDS+= libcanberra-gtk3.so:audio/libcanberra-gtk3 -.endif +LIB_DEPENDS= libnotify.so:devel/libnotify \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libcanberra.so:audio/libcanberra +USES= xorg +USE_XORG= x11 CLAWS_PLUGINS_BUILD= ${PORTNAME} .include "../claws-mail/Makefile.claws" .include diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile index c814092f29aa..a3a72bcfc580 100644 --- a/mail/claws-mail-pgp/Makefile +++ b/mail/claws-mail-pgp/Makefile @@ -1,13 +1,13 @@ PORTNAME= pgp -PORTREVISION= 1 COMMENT= PGP plugins for Claws Mail WWW= https://www.claws-mail.org/plugin.php?plugin=gpg -LIB_DEPENDS= libgpg-error.so:security/libgpg-error \ +LIB_DEPENDS= libenchant.so:textproc/enchant \ + libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime .include "../claws-mail/Makefile.claws" .include diff --git a/mail/claws-mail-plugins/Makefile b/mail/claws-mail-plugins/Makefile index 83b091a315af..4c4a8a70f018 100644 --- a/mail/claws-mail-plugins/Makefile +++ b/mail/claws-mail-plugins/Makefile @@ -1,34 +1,36 @@ PORTNAME= claws-mail-plugins +DISTVERSION= ${CLAWSVERSION} CATEGORIES= mail news MAINTAINER= portmaster@BSDforge.com COMMENT= claws-mail plugins meta-port WWW= https://www.claws-mail.org/plugins.php USES= metaport -.include "${.CURDIR}/../claws-mail/Makefile.ver" -.include "${.CURDIR}/../claws-mail/Makefile.claws.plugins" +.include "../claws-mail/Makefile.ver" +.include "../claws-mail/Makefile.claws.plugins" # pgpcore, pgpinline, pgpmime, smime CLAWS_PLUGINS+= pgp .for _addon in ${CLAWS_PLUGINS:O} . if exists(../claws-mail-${_addon}) _IGNORE!= ${MAKE} -C ../claws-mail-${_addon} -V IGNORE . if ${_IGNORE} == "" OPTIONS_DEFINE+= ${_addon:tu} ${_addon:tu}_DESC!= ${MAKE} -C ../claws-mail-${_addon} -V COMMENT . endif . endif .endfor +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} .include .for _addon in ${CLAWS_PLUGINS} . if ${PORT_OPTIONS:M${_addon:tu}} != "" RUN_DEPENDS+= claws-mail-${_addon}>=0:mail/claws-mail-${_addon} . endif .endfor .include diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 0eb2494183a2..14d71af3cf0a 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,84 +1,80 @@ PORTNAME= claws-mail -PORTREVISION= 1 CATEGORIES= mail news COMMENT= Lightweight and featureful GTK based e-mail and news client WWW= https://www.claws-mail.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libetpan.so:mail/libetpan \ libgnutls.so:security/gnutls \ libnettle.so:security/nettle RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ mime-support>0:misc/mime-support USES= cpe desktop-file-utils pathfix perl5 python shebangfix xorg USE_GNOME= gdkpixbufextra:run librsvg2 USE_XORG= ice sm SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail CPPFLAGS+= -DGDK_DISABLE_DEPRECATION_WARNINGS OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 LDAP NLS STARTUP \ THEMES -OPTIONS_DEFAULT= COMPFACE ENCHANT GTK2 STARTUP THEMES -OPTIONS_RADIO= BRANCH -OPTIONS_RADIO_BRANCH= GTK2 GTK3 +OPTIONS_DEFAULT= COMPFACE ENCHANT STARTUP THEMES OPTIONS_SUB= yes COMPFACE_DESC= X-Face support ENCHANT_DESC= Spell checking support -GTK2_DESC= Build GTK2+ release -GTK3_DESC= Build GTK3+ release STARTUP_DESC= Startup notification support THEMES_DESC= Additional themes COMPFACE_LIB_DEPENDS= libcompface.so:mail/faces COMPFACE_CONFIGURE_ENABLE= compface DEBUG_CONFIGURE_ON= --enable-maintainer-mode ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant ENCHANT_CONFIGURE_ENABLE= enchant IPV6_CONFIGURE_ENABLE= ipv6 LDAP_USES= ldap LDAP_CONFIGURE_ENABLE= ldap +NLS_USES= gettext-tools +NLS_CONFIGURE_ENABLE= nls + STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification STARTUP_CONFIGURE_ENABLE= startup-notification THEMES_RUN_DEPENDS= claws-mail-themes>0:x11-themes/claws-mail-themes -.include -MASTER_OPTIONS= ${PORT_OPTIONS} .include "Makefile.claws" post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/common/ssl.c post-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/tools && \ ${INSTALL_SCRIPT} acroread2claws-mail.pl \ calypso_convert.pl claws-mail-compose-insert-files.pl \ cm-reparent.pl convert_mbox.pl csv2addressbook.pl ddg_search.pl \ eud2gc.py filter_conv.pl filter_conv_new.pl fix_date.sh \ gif2xface.pl google_msgid.pl kmail-mailbox2claws-mail.pl \ kmail2claws-mail.pl kmail2claws-mail_v2.pl mairix.sh \ mew2claws-mail.pl multiwebsearch.conf multiwebsearch.pl \ nautilus2claws-mail.sh outlook2claws-mail.pl popfile-link.sh \ tb2claws-mail tbird2claws.py textviewer.pl textviewer.sh \ thunderbird-filters-convertor.pl update-po uudec uuooffice \ vcard2xml.py \ ${STAGEDIR}${DATADIR}) post-install-DOCS-on: (cd ${WRKSRC} && ${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR}) ${INSTALL_DATA} ${WRKSRC}/tools/README ${STAGEDIR}${DOCSDIR}/README.tools .include diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws index 9ad662ea94c0..571af97596f3 100644 --- a/mail/claws-mail/Makefile.claws +++ b/mail/claws-mail/Makefile.claws @@ -1,62 +1,53 @@ +DISTVERSION= ${CLAWSVERSION} +PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/ -MAINTAINER= portmaster@bsdforge.com +MAINTAINER= portmaster@BSDforge.com LICENSE= GPLv3 -USES+= gmake gnome iconv libtool pkgconfig tar:xz -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static - -.include "${.CURDIR}/../claws-mail/Makefile.ver" - -.if ${MASTER_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+=--enable-nls -.else -CONFIGURE_ARGS+=--disable-nls -.endif - -.if ${MASTER_OPTIONS:MGTK2} -USE_GNOME+= gtk20 -.endif -.if ${MASTER_OPTIONS:MGTK3} +USES+= gmake iconv libtool pkgconfig tar:xz +.if !defined(NO_GTK) +USES+= gnome USE_GNOME+= gtk30 .endif +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static -.include "${.CURDIR}/../claws-mail/Makefile.claws.plugins" +.include "../claws-mail/Makefile.ver" +.include "../claws-mail/Makefile.claws.plugins" .for p in ${CLAWS_PLUGINS} . if empty(CLAWS_PLUGINS_BUILD:M${p}) CONFIGURE_ARGS+= --disable-${p}-plugin . endif .endfor .if defined(CLAWS_PLUGINS_BUILD) -DISTNAME= claws-mail-${PORTVERSION} +DISTNAME= claws-mail-${DISTVERSION} PKGNAMEPREFIX= claws-mail- -BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail -RUN_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail +BUILD_DEPENDS+= claws-mail>=${DISTVERSION}:mail/claws-mail +RUN_DEPENDS+= claws-mail>=${DISTVERSION}:mail/claws-mail DISTINFO_FILE= ${.CURDIR}/../claws-mail/distinfo . for p in ${CLAWS_PLUGINS_BUILD} PLIST_FILES+= lib/claws-mail/plugins/${p:S|spam_|spam|}.so . endfor do-build: . for p in ${CLAWS_PLUGINS_BUILD} (cd ${WRKSRC}/src/plugins/${p} && ${DO_MAKE_BUILD}) . endfor do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/claws-mail/plugins . for p in ${CLAWS_PLUGINS_BUILD} (cd ${WRKSRC}/src/plugins/${p} && \ ${INSTALL_LIB} .libs/${p:S|spam_|spam|}.so \ ${STAGEDIR}${PREFIX}/lib/claws-mail/plugins) . endfor .endif diff --git a/mail/claws-mail/Makefile.ver b/mail/claws-mail/Makefile.ver index 69843c7f3886..6b14f3d95cbd 100644 --- a/mail/claws-mail/Makefile.ver +++ b/mail/claws-mail/Makefile.ver @@ -1,10 +1 @@ -.if !defined(MASTER_OPTIONS) -MASTER_OPTIONS!= ${MAKE} -C ${.CURDIR}/../claws-mail -V PORT_OPTIONS -.endif - -.if ${MASTER_OPTIONS:MGTK2} -PORTVERSION= 3.21.0 -.endif -.if ${MASTER_OPTIONS:MGTK3} -PORTVERSION= 4.3.1 -.endif +CLAWSVERSION= 4.4.0 diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo index 372dd320ddad..c60eac033ccc 100644 --- a/mail/claws-mail/distinfo +++ b/mail/claws-mail/distinfo @@ -1,6 +1,3 @@ -TIMESTAMP = 1718021837 -SHA256 (claws-mail-3.21.0.tar.xz) = 333f3ac1b6c98542098678d8606583da4adfc7439eb4e81043f7675b45e91a96 -SIZE (claws-mail-3.21.0.tar.xz) = 6848648 -TIMESTAMP = 1718021875 -SHA256 (claws-mail-4.3.1.tar.xz) = d8adf210c767ab58252dfc5ab3c69e603d7ffdb7281a1e3340d2d86062f468a6 -SIZE (claws-mail-4.3.1.tar.xz) = 6782236 +TIMESTAMP = 1773435929 +SHA256 (claws-mail-4.4.0.tar.xz) = 03e0549d5f0fcd7a59804186524105d05ebb5e534d42a4b86a9a90f729ca255b +SIZE (claws-mail-4.4.0.tar.xz) = 6723204 diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist index cb37a503a94d..d058751cd542 100644 --- a/mail/claws-mail/pkg-plist +++ b/mail/claws-mail/pkg-plist @@ -1,302 +1,300 @@ bin/claws-mail include/claws-mail/account.h include/claws-mail/action.h include/claws-mail/adbookbase.h include/claws-mail/addr_compl.h include/claws-mail/addrbook.h include/claws-mail/addrcache.h include/claws-mail/addrclip.h include/claws-mail/addrcustomattr.h include/claws-mail/addrdefs.h include/claws-mail/addrduplicates.h include/claws-mail/addressadd.h include/claws-mail/addressbook-dbus.h include/claws-mail/addressbook.h include/claws-mail/addressbook_foldersel.h include/claws-mail/addressitem.h include/claws-mail/addrgather.h include/claws-mail/addrharvest.h include/claws-mail/addrindex.h include/claws-mail/addritem.h include/claws-mail/addrmerge.h include/claws-mail/addrquery.h include/claws-mail/addrselect.h include/claws-mail/advsearch.h include/claws-mail/alertpanel.h include/claws-mail/autofaces.h include/claws-mail/avatars.h include/claws-mail/browseldap.h include/claws-mail/claws-features.h include/claws-mail/common/claws.h include/claws-mail/common/codeconv.h include/claws-mail/common/defs.h include/claws-mail/common/file-utils.h include/claws-mail/common/hooks.h include/claws-mail/common/log.h include/claws-mail/common/md5.h include/claws-mail/common/mgutils.h include/claws-mail/common/passcrypt.h include/claws-mail/common/pkcs5_pbkdf2.h include/claws-mail/common/plugin.h include/claws-mail/common/prefs.h include/claws-mail/common/progressindicator.h include/claws-mail/common/proxy.h include/claws-mail/common/quoted-printable.h include/claws-mail/common/session.h include/claws-mail/common/smtp.h include/claws-mail/common/socket.h include/claws-mail/common/ssl.h include/claws-mail/common/ssl_certificate.h include/claws-mail/common/string_match.h include/claws-mail/common/stringtable.h include/claws-mail/common/tags.h include/claws-mail/common/template.h include/claws-mail/common/timing.h include/claws-mail/common/tlds.h include/claws-mail/common/unmime.h include/claws-mail/common/utils.h include/claws-mail/common/uuencode.h include/claws-mail/common/version.h include/claws-mail/common/xml.h include/claws-mail/common/xmlprops.h include/claws-mail/compose.h include/claws-mail/crash.h include/claws-mail/customheader.h include/claws-mail/displayheader.h include/claws-mail/editaddress.h include/claws-mail/editaddress_other_attributes_ldap.h include/claws-mail/editbook.h include/claws-mail/editgroup.h include/claws-mail/editjpilot.h include/claws-mail/editldap.h include/claws-mail/editldap_basedn.h include/claws-mail/edittags.h include/claws-mail/editvcard.h include/claws-mail/enriched.h include/claws-mail/entity.h include/claws-mail/etpan/etpan-errors.h include/claws-mail/etpan/etpan-ssl.h include/claws-mail/etpan/etpan-thread-manager-types.h include/claws-mail/etpan/etpan-thread-manager.h include/claws-mail/etpan/imap-thread.h include/claws-mail/etpan/nntp-thread.h include/claws-mail/exphtmldlg.h include/claws-mail/expldifdlg.h include/claws-mail/export.h include/claws-mail/exporthtml.h include/claws-mail/exportldif.h include/claws-mail/file_checker.h include/claws-mail/filtering.h include/claws-mail/folder.h include/claws-mail/folder_item_prefs.h include/claws-mail/foldersel.h include/claws-mail/folderutils.h include/claws-mail/folderview.h include/claws-mail/grouplistdialog.h include/claws-mail/gtk/about.h include/claws-mail/gtk/authors.h include/claws-mail/gtk/claws-marshal.h include/claws-mail/gtk/colorlabel.h -%%GTK2%%include/claws-mail/gtk/colorsel.h include/claws-mail/gtk/combobox.h include/claws-mail/gtk/description_window.h include/claws-mail/gtk/filesel.h include/claws-mail/gtk/foldersort.h include/claws-mail/gtk/gtkaspell.h include/claws-mail/gtk/gtkcmclist.h include/claws-mail/gtk/gtkcmctree.h -%%GTK2%%include/claws-mail/gtk/gtkcmoptionmenu.h include/claws-mail/gtk/gtksctree.h include/claws-mail/gtk/gtkshruler.h include/claws-mail/gtk/gtkunit.h include/claws-mail/gtk/gtkutils.h include/claws-mail/gtk/gtkvscrollbutton.h include/claws-mail/gtk/headers.h include/claws-mail/gtk/icon_legend.h include/claws-mail/gtk/inputdialog.h include/claws-mail/gtk/logwindow.h include/claws-mail/gtk/manage_window.h include/claws-mail/gtk/menu.h include/claws-mail/gtk/pluginwindow.h include/claws-mail/gtk/prefswindow.h include/claws-mail/gtk/progressdialog.h include/claws-mail/gtk/quicksearch.h include/claws-mail/gtk/spell_entry.h include/claws-mail/gtk/sslcertwindow.h include/claws-mail/headerview.h include/claws-mail/html.h include/claws-mail/image_viewer.h include/claws-mail/imap.h include/claws-mail/imap_gtk.h include/claws-mail/import.h include/claws-mail/importldif.h include/claws-mail/importmutt.h include/claws-mail/importpine.h include/claws-mail/inc.h include/claws-mail/jpilot.h include/claws-mail/ldapctrl.h include/claws-mail/ldaplocate.h include/claws-mail/ldapquery.h include/claws-mail/ldapserver.h include/claws-mail/ldapupdate.h include/claws-mail/ldaputil.h include/claws-mail/ldif.h include/claws-mail/localfolder.h include/claws-mail/main.h include/claws-mail/mainwindow.h include/claws-mail/manual.h include/claws-mail/matcher.h include/claws-mail/matcher_parser.h include/claws-mail/matcher_parser_lex.h include/claws-mail/matcher_parser_parse.h include/claws-mail/matchertypes.h include/claws-mail/mbox.h include/claws-mail/message_search.h include/claws-mail/messageview.h include/claws-mail/mh.h include/claws-mail/mh_gtk.h include/claws-mail/mimeview.h include/claws-mail/msgcache.h include/claws-mail/mutt.h include/claws-mail/news.h include/claws-mail/news_gtk.h include/claws-mail/noticeview.h include/claws-mail/oauth2.h include/claws-mail/partial_download.h include/claws-mail/password.h include/claws-mail/password_gtk.h include/claws-mail/passwordstore.h include/claws-mail/pine.h include/claws-mail/plugins/pgpcore/passphrase.h include/claws-mail/plugins/pgpcore/pgp_utils.h include/claws-mail/plugins/pgpcore/prefs_gpg.h include/claws-mail/plugins/pgpcore/sgpgme.h include/claws-mail/pop.h include/claws-mail/prefs_account.h include/claws-mail/prefs_actions.h include/claws-mail/prefs_common.h include/claws-mail/prefs_compose_writing.h include/claws-mail/prefs_customheader.h include/claws-mail/prefs_display_header.h include/claws-mail/prefs_ext_prog.h include/claws-mail/prefs_filtering.h include/claws-mail/prefs_filtering_action.h include/claws-mail/prefs_folder_column.h include/claws-mail/prefs_folder_item.h include/claws-mail/prefs_fonts.h include/claws-mail/prefs_gtk.h include/claws-mail/prefs_image_viewer.h include/claws-mail/prefs_logging.h include/claws-mail/prefs_matcher.h include/claws-mail/prefs_message.h include/claws-mail/prefs_migration.h include/claws-mail/prefs_msg_colors.h include/claws-mail/prefs_other.h include/claws-mail/prefs_proxy.h include/claws-mail/prefs_quote.h include/claws-mail/prefs_receive.h include/claws-mail/prefs_send.h include/claws-mail/prefs_spelling.h include/claws-mail/prefs_summaries.h include/claws-mail/prefs_summary_column.h include/claws-mail/prefs_summary_open.h include/claws-mail/prefs_template.h include/claws-mail/prefs_themes.h include/claws-mail/prefs_toolbar.h include/claws-mail/prefs_wrapping.h include/claws-mail/printing.h include/claws-mail/privacy.h include/claws-mail/procheader.h include/claws-mail/procmime.h include/claws-mail/procmsg.h include/claws-mail/proctypes.h include/claws-mail/quote_fmt.h include/claws-mail/quote_fmt_lex.h include/claws-mail/quote_fmt_parse.h include/claws-mail/recv.h include/claws-mail/remotefolder.h include/claws-mail/send_message.h include/claws-mail/setup.h include/claws-mail/sourcewindow.h include/claws-mail/ssl_manager.h include/claws-mail/statusbar.h include/claws-mail/stock_pixmap.h include/claws-mail/summary_search.h include/claws-mail/summaryview.h include/claws-mail/textview.h include/claws-mail/toolbar.h include/claws-mail/undo.h include/claws-mail/uri_opener.h include/claws-mail/vcard.h include/claws-mail/viewtypes.h include/claws-mail/wizard.h lib/claws-mail/plugins/pgpinline.deps lib/claws-mail/plugins/pgpmime.deps lib/claws-mail/plugins/smime.deps libdata/pkgconfig/claws-mail.pc -share/man/man1/claws-mail.1.gz share/applications/claws-mail.desktop %%DATADIR%%/acroread2claws-mail.pl %%DATADIR%%/calypso_convert.pl %%DATADIR%%/claws-mail-compose-insert-files.pl %%DATADIR%%/cm-reparent.pl %%DATADIR%%/convert_mbox.pl %%DATADIR%%/csv2addressbook.pl %%DATADIR%%/ddg_search.pl %%DATADIR%%/eud2gc.py %%DATADIR%%/filter_conv.pl %%DATADIR%%/filter_conv_new.pl %%DATADIR%%/fix_date.sh %%DATADIR%%/gif2xface.pl %%DATADIR%%/google_msgid.pl %%DATADIR%%/kmail-mailbox2claws-mail.pl %%DATADIR%%/kmail2claws-mail.pl %%DATADIR%%/kmail2claws-mail_v2.pl %%DATADIR%%/mairix.sh %%DATADIR%%/mew2claws-mail.pl %%DATADIR%%/multiwebsearch.conf %%DATADIR%%/multiwebsearch.pl %%DATADIR%%/nautilus2claws-mail.sh %%DATADIR%%/outlook2claws-mail.pl %%DATADIR%%/popfile-link.sh %%DATADIR%%/tb2claws-mail %%DATADIR%%/tbird2claws.py %%DATADIR%%/textviewer.pl %%DATADIR%%/textviewer.sh %%DATADIR%%/thunderbird-filters-convertor.pl %%DATADIR%%/update-po %%DATADIR%%/uudec %%DATADIR%%/uuooffice %%DATADIR%%/vcard2xml.py %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.tools %%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES share/icons/hicolor/128x128/apps/claws-mail.png share/icons/hicolor/48x48/apps/claws-mail.png share/icons/hicolor/64x64/apps/claws-mail.png %%NLS%%share/locale/ca/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/cs/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/da/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/de/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/el_GR/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/es/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/fi/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/fr/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/hu/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/id_ID/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/it/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/ja/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/nb/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/nl/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/pl/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/ro/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/ru/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/sk/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/sq/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/sv/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/tr/LC_MESSAGES/claws-mail.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/claws-mail.mo +share/man/man1/claws-mail.1.gz