Created attachment 213202 [details] svn diff for mail/claws-mail: updates to version 3.17.5 The attached svn diff updates mail/claws-mail to version 3.17.5 New in this release: ~~~~~~~~~~~~~~~~~~~~ * Inline Git patches now have colour syntax highlighting The colours of these, and patch attachments, are configurable on the 'Other' tab of the Display/Colors page of the general preferences. * The previously hidden preference, 'summary_from_show', is now configurable within the UI, on the 'Message List' tab of the Display/Summaries page of the general preferences, 'Displayed in From column [ ]'. * 'Re-edit' has been added to the message context menu when in the Drafts folder. * Additional Date header formats are supported: - weekday, month, day, hh, mm, ss, year, zone - weekday, month, day, hh, mm, ss, year * LiteHtml viewer plugin: scrolling with the keyboard has been implemented. * The included tools/scripts have been updated: o eud2gc.py converted to Python 3 o tbird2claws.py converted to Python 3 o tbird2claws.py converted to Python 3 o google_search.pl has been replaced with ddg_search.pl (that is, duckduckgo.com instead of google.com) o fix_date.sh and its documentation have been updated o multiwebsearch.pl 'fm' (freshmeat.net) has been removed; 'google' has been replaced by 'ddg' o the outdated OOo2claws-mail.pl script has been removed * Updated manuals * Updated translations: British English, Catalan, Czech, Danish, Dutch, French, German, Russian, Slovak, Spanish, Swedish, Traditional Chinese, Turkish * bug fixes: many -- not listing in this pr(1) Tested, and built on FreeBSD 13.0-CURRENT r358902 passes all tests. That's it! Thanks! --Chris
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/134236732
A commit references this bug: Author: arrowd Date: Sat Apr 25 11:25:49 UTC 2020 New revision: 532938 URL: https://svnweb.freebsd.org/changeset/ports/532938 Log: mail/claws-mail: Update to 3.17.5. PR: 245464 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Changes: head/mail/claws-mail/Makefile head/mail/claws-mail/Makefile.claws head/mail/claws-mail/distinfo head/mail/claws-mail/files/patch-configure head/mail/claws-mail/files/patch-configure.ac head/mail/claws-mail/files/patch-src_plugins_python_accounttype.c head/mail/claws-mail/files/patch-src_plugins_python_composewindowtype.c head/mail/claws-mail/files/patch-src_plugins_python_folderpropertiestype.c head/mail/claws-mail/files/patch-src_plugins_python_foldertype.c head/mail/claws-mail/files/patch-src_plugins_python_mailboxtype.c head/mail/claws-mail/files/patch-src_plugins_python_messageinfotype.c head/mail/claws-mail/pkg-plist
Committed, thanks for the patch!
Can it build and run with python 3.7?
(In reply to rozhuk.im from comment #4) Likely. I'll test it tomorrow. If it *doesn't* work. I'll post back. Otherwise know that it does. :) --Chris
(In reply to rozhuk.im from comment #4) YES. I just got a report from a user that indicated they *only* have python3.7, and removed 3.6 from the USES list in the Makefile, and everything builds, and works as intended. I'll update the Makefile, and submit another pr(1) --Chris
Assign newly-created PR to me, so that I quickly commit it.
(In reply to Gleb Popov from comment #7) Will do. Thanks Gleb! --Chris