diff options
author | Chris Hutchinson <portmaster@bsdforge.com> | 2021-07-14 09:36:57 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-14 10:37:37 +0200 |
commit | 108b9151fac540a3a654f963a6cc640944846981 (patch) | |
tree | 6c40fa1b820161237af04a84587fa0855e7f9c9c /mail/claws-mail/Makefile | |
parent | 3462983b338c9fb98ebbe1e6dd20abcb5609a6e7 (diff) | |
download | freebsd-ports-108b9151fac540a3a654f963a6cc640944846981.zip |
mail/claws-mail: update to latest 3.18.0
New in this release:
~~~~~~~~~~~~~~~~~~~~
* Support for the OAuth2 authorisation protocol has been added for
IMAP, POP and SMTP using custom, user-generated client IDs.
OAuth2 preferences are found in the Account Preferences on the
Receive page (for POP: Authenticate before POP connection, for
IMAP: Authentication method); the Send page (SMTP authentication:
Authentication method); and on a dedicated OAuth2 page.
* The option 'Save (X-)Face in address book if possible' has been
added to the /Message View/Text Options preferences page.
Previously the (X-)Face would be saved automatically, therefore
this option is turned on by default.
* The Image Viewer has been reworked. New options have been added to
/Message View/Image Viewer: when resizing images, either fit the
image width or fit the image height to the available space.
Fitting the image height is the default. Regardless of this
setting, when displaying images inline they will fit the height.
When displaying an image, left-clicking the image will toggle
between full size and reduced size; right-clicking will toggle
between fitting the height and fitting the width.
* When re-editing a saved message, it is now possible to use
/Options/Remove References.
* It is now possible to attempt to retrieve a missing GPG key via
WKD.
* The man page has been updated.
* Updated translations: Brazilian Portuguese, British English,
Catalan, Czech, Danish, Dutch, French, Polish, Romanian, Russian,
Slovak, Spanish, Traditional Chinese, Turkish.
* bug fixes
See https://www.claws-mail.org/news.php for more details.
PR: 257110
Reported by: bsd@dino.sk
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 008f5a3abe31..e57b86437d03 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libetpan.so:mail/libetpan \ libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz \ libsasl2.so:security/cyrus-sasl2 \ libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt \ |