diff options
author | pawel <pawel@FreeBSD.org> | 2013-12-15 06:02:10 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-12-15 06:02:10 +0800 |
commit | f55dc8b88f592ddde94e8894087d0f1c527690c8 (patch) | |
tree | bc3b83959799cbda6fb422ffc0a6018c49199c02 /mail/claws-mail-pgp | |
parent | 1f17997456e5740cd79f55c715273547d81a35f0 (diff) | |
download | freebsd-ports-gnome-f55dc8b88f592ddde94e8894087d0f1c527690c8.tar.gz freebsd-ports-gnome-f55dc8b88f592ddde94e8894087d0f1c527690c8.tar.zst freebsd-ports-gnome-f55dc8b88f592ddde94e8894087d0f1c527690c8.zip |
Update to version 3.9.3
New in this release:
~~~~~~~~~~~~~~~~~~~~
* The TAB address completion in the Compose window now matches any
part of the address and not just the beginning.
* When copying or moving a message, the type-ahead search now matches
any part of a folder name and not just the beginning.
* It is now possible to replace the current signature in the Compose
window by using the '/Message/Replace signature' menu item.
* It is now possible to disable the 'Subject is empty' warning
dialogue. See the option 'Warn when Subject is empty' option on the
'/Configuration/Preferences/Mail handling/Sending' page.
* When sending messages, if the hostname cannot be determined,
fallback to 'localhost' rather than 'unknown', as the latter is
rejected by some servers.
* Added better handling of messages from broken mailers, such as
yahoo groups.
* PDF plugin: the minimum required version of poppler is 0.12.0.
* PGP/* plugin: long key IDs are now displayed in the dialogues
instead of short IDs.
* PGP/* plugin: The automatic signature check is now non-blocking.
* Python plugin: can now access accounts, mailboxes, folder
properties
* vCalendar plugin: webcals:// URLs are now treated as https://
* Translation updates: Brazilian Portuguese, Czech, Dutch, French,
German, Hebrew, Slovak, Spanish, and Swedish.
* Support for Maemo has been removed.
Diffstat (limited to 'mail/claws-mail-pgp')
-rw-r--r-- | mail/claws-mail-pgp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile index b71740f91fb9..5a5ac73811b4 100644 --- a/mail/claws-mail-pgp/Makefile +++ b/mail/claws-mail-pgp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgp -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= PGP plugins for Claws Mail |