Index: head/mail/claws-mail/Makefile =================================================================== --- head/mail/claws-mail/Makefile (revision 532937) +++ head/mail/claws-mail/Makefile (revision 532938) @@ -1,83 +1,83 @@ # Created by: Simon 'corecode' Schubert # $FreeBSD$ PORTNAME= claws-mail PORTREVISION= 0 CATEGORIES= mail news COMMENT= Lightweight and featureful GTK+ based e-mail and news client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libetpan.so:mail/libetpan \ libfreetype.so:print/freetype2 \ libsasl2.so:security/cyrus-sasl2 \ libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libnettle.so:security/nettle RUN_DEPENDS= mime-support>0:misc/mime-support -USES= autoreconf gettext-tools compiler:c++11-lang cpe desktop-file-utils gettext gnome pathfix pkgconfig \ - python:3.6 shebangfix ssl xorg +USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \ + gettext-tools gnome pathfix pkgconfig python:3.6 shebangfix ssl xorg USE_XORG= ice sm USE_GNOME= cairo gtk20 librsvg2 SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail INSTALLS_ICONS= yes OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 LDAP \ NLS STARTUP THEMES OPTIONS_DEFAULT=COMPFACE ENCHANT STARTUP THEMES OPTIONS_SUB= yes COMPFACE_DESC= X-Face support COMPFACE_CONFIGURE_ENABLE= compface COMPFACE_LIB_DEPENDS= libcompface.so:mail/faces DEBUG_CONFIGURE_ON= --enable-maintainer-mode ENCHANT_DESC= Spell checking support ENCHANT_CONFIGURE_ENABLE= enchant ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant IPV6_CONFIGURE_ENABLE= ipv6 LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext-tools STARTUP_DESC= Startup notification support STARTUP_CONFIGURE_ENABLE= startup-notification STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification THEMES_DESC= Additional themes THEMES_RUN_DEPENDS= claws-mail-themes>0:x11-themes/claws-mail-themes .include "Makefile.claws" -post-patch: - @${REINPLACE_CMD} 's|-dirty||' ${WRKSRC}/version - post-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/tools && \ - ${INSTALL_SCRIPT} OOo2claws-mail.pl acroread2claws-mail.pl \ - calypso_convert.pl convert_mbox.pl eud2gc.py filter_conv.pl \ - filter_conv_new.pl fix_date.sh gif2xface.pl google_msgid.pl \ - google_search.pl kmail-mailbox2claws-mail.pl kmail2claws-mail.pl \ - kmail2claws-mail_v2.pl multiwebsearch.conf multiwebsearch.pl \ - nautilus2claws-mail.sh outlook2claws-mail.pl tb2claws-mail \ - tbird2claws.py textviewer.pl textviewer.sh \ - thunderbird-filters-convertor.pl uudec uuooffice vcard2xml.py \ + ${INSTALL_SCRIPT} acroread2claws-mail.pl ca-certificates.crt \ + 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 TODO ${STAGEDIR}${DOCSDIR}) ${INSTALL_DATA} ${WRKSRC}/tools/README ${STAGEDIR}${DOCSDIR}/README.tools .include Index: head/mail/claws-mail/Makefile.claws =================================================================== --- head/mail/claws-mail/Makefile.claws (revision 532937) +++ head/mail/claws-mail/Makefile.claws (revision 532938) @@ -1,82 +1,84 @@ # $FreeBSD$ -PORTVERSION= 3.17.4 +PORTVERSION= 3.17.5 CATEGORIES?= mail MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/ MAINTAINER= portmaster@bsdforge.com LICENSE= GPLv3 USES+= autoreconf gettext-tools gmake iconv libtool pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static CLAWS_PLUGINS= acpi_notifier \ address_keeper \ archive \ att_remover \ attachwarner \ bogofilter \ bsfilter \ clamd \ + dillo \ fancy \ fetchinfo \ gdata \ libravatar \ + litehtml_viewer \ mailmbox \ managesieve \ newmail \ notification \ pdf_viewer \ perl \ python \ pgpcore \ pgpinline \ pgpmime \ rssyl \ smime \ spam_report \ spamassassin \ tnef_parse \ vcalendar .for p in ${CLAWS_PLUGINS} CONFIGURE_ARGS+= --disable-${p}-plugin .endfor .if defined(CLAWS_PLUGINS_BUILD) DISTNAME= claws-mail-${PORTVERSION} PKGNAMEPREFIX= claws-mail- BUILD_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail RUN_DEPENDS+= claws-mail>=${PORTVERSION}:mail/claws-mail MASTERDIR= ${.CURDIR}/../../mail/claws-mail DESCR= ${.CURDIR}/pkg-descr FILESDIR= ${.CURDIR}/files PLIST= ${NONEXISTENT} PKGMESSAGE= ${.CURDIR}/pkg-message CONFIGURE_ARGS+= --disable-nls . for p in ${CLAWS_PLUGINS_BUILD} CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S|--disable-${p}-plugin||} 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} && ${MAKE_CMD}) . 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 Index: head/mail/claws-mail/distinfo =================================================================== --- head/mail/claws-mail/distinfo (revision 532937) +++ head/mail/claws-mail/distinfo (revision 532938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564729842 -SHA256 (claws-mail-3.17.4.tar.xz) = 590ed1131e51b3a627e75c3b256068f5176a498628e1c8f3315b9bc09482ae02 -SIZE (claws-mail-3.17.4.tar.xz) = 6280252 +TIMESTAMP = 1586379298 +SHA256 (claws-mail-3.17.5.tar.xz) = daced25bfc2ab5b3f9ac2762b091ca3aede50da23e694d338dff1f066bab59be +SIZE (claws-mail-3.17.5.tar.xz) = 6290944 Index: head/mail/claws-mail/files/patch-configure =================================================================== --- head/mail/claws-mail/files/patch-configure (revision 532937) +++ head/mail/claws-mail/files/patch-configure (nonexistent) @@ -1,20 +0,0 @@ ---- configure.orig 2016-11-12 20:55:45 UTC -+++ configure -@@ -21147,7 +21147,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1" - fi - - -- -+OLDLIBS=$LIBS - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_read_new in -larchive" >&5 - $as_echo_n "checking for archive_read_new in -larchive... " >&6; } - if ${ac_cv_lib_archive_archive_read_new+:} false; then : -@@ -21192,7 +21192,7 @@ else - HAVE_ARCHIVE=no - - fi -- -+LIBS=$OLDLIBS - - - pkg_failed=no Property changes on: head/mail/claws-mail/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/claws-mail/files/patch-src_plugins_python_composewindowtype.c =================================================================== --- head/mail/claws-mail/files/patch-src_plugins_python_composewindowtype.c (revision 532937) +++ head/mail/claws-mail/files/patch-src_plugins_python_composewindowtype.c (nonexistent) @@ -1,20 +0,0 @@ ---- src/plugins/python/composewindowtype.c.orig 2019-01-09 18:38:06 UTC -+++ src/plugins/python/composewindowtype.c -@@ -54,7 +54,7 @@ static void ComposeWindow_dealloc(clawsm - Py_XDECREF(self->text); - Py_XDECREF(self->replyinfo); - Py_XDECREF(self->fwdinfo); -- self->ob_type->tp_free((PyObject*)self); -+ Py_TYPE(self)->tp_free((PyObject*)self); - } - - static void flush_gtk_queue(void) -@@ -345,7 +345,7 @@ static PyObject* ComposeWindow_set_heade - headerfield = PyTuple_GetItem(element, 0); - headercontent = PyTuple_GetItem(element, 1); - if(!headerfield || !headercontent -- || !PyObject_TypeCheck(headerfield, &PyString_Type) || !PyObject_TypeCheck(headercontent, &PyString_Type)) { -+ || !PyObject_TypeCheck(headerfield, &PyBytes_Type) || !PyObject_TypeCheck(headercontent, &PyBytes_Type)) { - PyErr_SetString(PyExc_LookupError, "Argument to set_header_list() must be a list of tuples with two strings"); - return NULL; - } Property changes on: head/mail/claws-mail/files/patch-src_plugins_python_composewindowtype.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/claws-mail/files/patch-src_plugins_python_mailboxtype.c =================================================================== --- head/mail/claws-mail/files/patch-src_plugins_python_mailboxtype.c (revision 532937) +++ head/mail/claws-mail/files/patch-src_plugins_python_mailboxtype.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/plugins/python/mailboxtype.c.orig 2019-01-09 18:47:36 UTC -+++ src/plugins/python/mailboxtype.c -@@ -41,7 +41,7 @@ static int Mailbox_init(clawsmail_Mailbo - static void Mailbox_dealloc(clawsmail_MailboxObject* self) - { - self->folder = NULL; -- self->ob_type->tp_free((PyObject*)self); -+ Py_TYPE(self)->tp_free((PyObject*)self); - } - - static PyObject* Mailbox_str(clawsmail_MailboxObject *self) Property changes on: head/mail/claws-mail/files/patch-src_plugins_python_mailboxtype.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/claws-mail/files/patch-src_plugins_python_messageinfotype.c =================================================================== --- head/mail/claws-mail/files/patch-src_plugins_python_messageinfotype.c (revision 532937) +++ head/mail/claws-mail/files/patch-src_plugins_python_messageinfotype.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/plugins/python/messageinfotype.c.orig 2019-01-09 18:47:36 UTC -+++ src/plugins/python/messageinfotype.c -@@ -43,7 +43,7 @@ typedef struct { - - static void MessageInfo_dealloc(clawsmail_MessageInfoObject* self) - { -- self->ob_type->tp_free((PyObject*)self); -+ Py_TYPE(self)->tp_free((PyObject*)self); - } - - static int MessageInfo_init(clawsmail_MessageInfoObject *self, PyObject *args, PyObject *kwds) Property changes on: head/mail/claws-mail/files/patch-src_plugins_python_messageinfotype.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/claws-mail/files/patch-src_plugins_python_foldertype.c =================================================================== --- head/mail/claws-mail/files/patch-src_plugins_python_foldertype.c (revision 532937) +++ head/mail/claws-mail/files/patch-src_plugins_python_foldertype.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/plugins/python/foldertype.c.orig 2019-01-09 18:47:36 UTC -+++ src/plugins/python/foldertype.c -@@ -40,7 +40,7 @@ typedef struct { - static void Folder_dealloc(clawsmail_FolderObject* self) - { - Py_XDECREF(self->properties); -- self->ob_type->tp_free((PyObject*)self); -+ Py_TYPE(self)->tp_free((PyObject*)self); - } - - static int Folder_init(clawsmail_FolderObject *self, PyObject *args, PyObject *kwds) Property changes on: head/mail/claws-mail/files/patch-src_plugins_python_foldertype.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/claws-mail/files/patch-src_plugins_python_accounttype.c =================================================================== --- head/mail/claws-mail/files/patch-src_plugins_python_accounttype.c (revision 532937) +++ head/mail/claws-mail/files/patch-src_plugins_python_accounttype.c (nonexistent) @@ -1,22 +0,0 @@ ---- src/plugins/python/accounttype.c.orig 2018-09-10 13:00:33 UTC -+++ src/plugins/python/accounttype.c -@@ -24,6 +24,10 @@ - - #include - -+#if PY_MAJOR_VERSION == 3 -+typedef int (*cmpfunc)(PyObject *, PyObject *); -+#endif -+ - typedef struct { - PyObject_HEAD - PrefsAccount *account; -@@ -38,7 +42,7 @@ static int Account_init(clawsmail_Accoun - - static void Account_dealloc(clawsmail_AccountObject* self) - { -- self->ob_type->tp_free((PyObject*)self); -+ Py_TYPE(self)->tp_free((PyObject*)self); - } - - static int Account_compare(clawsmail_AccountObject *obj1, clawsmail_AccountObject *obj2) Property changes on: head/mail/claws-mail/files/patch-src_plugins_python_accounttype.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/claws-mail/files/patch-src_plugins_python_folderpropertiestype.c =================================================================== --- head/mail/claws-mail/files/patch-src_plugins_python_folderpropertiestype.c (revision 532937) +++ head/mail/claws-mail/files/patch-src_plugins_python_folderpropertiestype.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/plugins/python/folderpropertiestype.c.orig 2019-01-09 18:47:36 UTC -+++ src/plugins/python/folderpropertiestype.c -@@ -38,7 +38,7 @@ static int FolderProperties_init(clawsma - - static void FolderProperties_dealloc(clawsmail_FolderPropertiesObject* self) - { -- self->ob_type->tp_free((PyObject*)self); -+ Py_TYPE(self)->tp_free((PyObject*)self); - } - - static PyObject* get_default_account(clawsmail_FolderPropertiesObject *self, void *closure) Property changes on: head/mail/claws-mail/files/patch-src_plugins_python_folderpropertiestype.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/claws-mail/files/patch-configure.ac =================================================================== --- head/mail/claws-mail/files/patch-configure.ac (revision 532937) +++ head/mail/claws-mail/files/patch-configure.ac (revision 532938) @@ -1,53 +1,20 @@ ---- configure.ac.orig 2019-03-07 05:44:37 UTC -+++ configure.ac -@@ -920,6 +920,32 @@ if test x"$enable_libetpan" = xyes; then - AC_TRY_LINK([#include ], [db_mailstorage_init(NULL, NULL);], [libetpan_result=yes], [libetpan_result=no]) - AC_MSG_RESULT([$libetpan_result]) - fi -+ LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`" -+ LIBETPAN_LIBS="`$libetpanconfig --libs`" -+ LIBETPAN_VERSION=`$libetpanconfig --version | $AWK -F. '{printf "%d", ($1 * 100) + $2}'` -+ else -+ libetpanconfig="pkg-config libetpan" -+ CPPFLAGS="$CPPFLAGS `$libetpanconfig --cflags 2>/dev/null`" -+ AC_CHECK_HEADER(libetpan/libetpan.h, [libetpan_result=yes]) -+ if test "x$libetpan_result" = "xyes"; then -+ AC_MSG_CHECKING([whether libetpan-config hints compiles and links fine]) -+ LIBS="$LIBS `$libetpanconfig --libs 2>/dev/null`" -+ AC_TRY_LINK([#include ], [db_mailstorage_init(NULL, NULL);], [libetpan_result=yes], [libetpan_result=no]) -+ AC_MSG_RESULT([$libetpan_result]) -+ fi -+ LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`" -+ LIBETPAN_LIBS="`$libetpanconfig --libs`" -+ LIBETPAN_VERSION=`$libetpanconfig --modversion | $AWK -F. '{printf "%d", ($1 * 100) + $2}'` -+ fi -+ if test "x$libetpan_result" = "xyes"; then -+ if test "$LIBETPAN_VERSION" -lt "57"; then -+ AC_MSG_RESULT([*** Claws Mail requires libetpan 0.57 or newer. See http://www.etpan.org/]) -+ AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 and/or NNTP support.]) -+ AC_MSG_ERROR([libetpan 0.57 not found]) -+ fi -+ AC_SUBST(LIBETPAN_FLAGS) -+ AC_SUBST(LIBETPAN_LIBS) -+ AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP and/or NNTP support.) - fi - if test "x$libetpan_result" = "xyes"; then - LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`" -@@ -1301,7 +1327,7 @@ fi +--- configure.ac.orig 2020-04-08 14:26:12.215936000 -0700 ++++ configure.ac 2020-04-08 14:30:01.861284000 -0700 +@@ -1325,7 +1325,7 @@ dnl Python ********************************************************************* missing_python="" AM_PATH_PYTHON([2.5], [ - AC_PATH_PROG(PYTHON_CONFIG, python$PYTHON_VERSION-config) + AC_PATH_PROG(PYTHON_CONFIG, python"$PYTHON_VERSION"m-config) if test x"$PYTHON_CONFIG" = x"" ; then AC_PATH_PROG(PYTHON_CONFIG, python-config) fi -@@ -1320,7 +1346,7 @@ AM_PATH_PYTHON([2.5], [ +@@ -1344,7 +1344,7 @@ _save_libs="$LIBS" if test x"$platform_win32" = xno; then # libpython.so - PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so" + PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}m.so" AC_CHECK_LIB(dl, dlopen, [LIBS="-ldl"]) AC_MSG_CHECKING([whether to dlopen $PYTHON_SHARED_LIB works]) AC_RUN_IFELSE( Index: head/mail/claws-mail/pkg-plist =================================================================== --- head/mail/claws-mail/pkg-plist (revision 532937) +++ head/mail/claws-mail/pkg-plist (revision 532938) @@ -1,295 +1,301 @@ 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 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 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/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/dillo.so lib/claws-mail/plugins/pgpinline.deps lib/claws-mail/plugins/pgpmime.deps lib/claws-mail/plugins/smime.deps libdata/pkgconfig/claws-mail.pc man/man1/claws-mail.1.gz share/applications/claws-mail.desktop -%%DATADIR%%/OOo2claws-mail.pl %%DATADIR%%/acroread2claws-mail.pl +%%DATADIR%%/ca-certificates.crt %%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%%/google_search.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 %%PORTDOCS%%%%DOCSDIR%%/TODO 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/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/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