./mail/claws-mail-pgp, Metapackage for the PGP plug-in for Claws-mail

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.0.0, Package name: claws-mail-pgp-4.0.0, Maintainer: pkgsrc-users

This is a meta-package for the three different pieces that
comprise the Claws-Mail PGP plug-in.


Required to run:
[mail/claws-mail-pgpmime] [mail/claws-mail-pgpcore] [mail/claws-mail-pgpinline]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2019-11-26 20:13:27 by Nia Alarie | Files touched by this commit (30) | Package updated
Log message:
claws-mail: Update to 3.17.4

* 3.17.4
--------

* New HTML viewer plugin: Litehtml viewer

* Added option 'Enable keyboard shortcuts' to the 'Keyboard
  shortcuts' frame on /Configuration/Preferences/Other/Miscellaneous

* Compose: implemented copying of attached images to clipboard

* Compose: images and text/uri-list (files) can now be attached by
  pasting into the Compose window

* Python plugin: window sizes are now remembered for the Python
  console, the 'Open URLs' and the 'Set mailbox order' windows.

* Fancy plugin: the download-link feature now follows redirections

* MBOX export: the Enter key in the dialogue now starts the export

* The date (ISO format) has been added to log timestamps

* Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
  Dutch, French, German, Hungarian, Indonesian, Polish, Portuguese,
  Romanian, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
  Turkish

* bug fixes:
	o bug 1920, 'No automatic NNTP filtering'
	o bug 2045, 'address book blocks focus on email window'
	o bug 2131, 'Focus stealing after mail check'
	o bug 2627, 'Filtering does not work on NNTP'
	o bug 3070, 'misbehaving text wrapping when URL chars are
		     present'
	o bug 3838, 'Canceled right-click on message list leaves UI
		     in inconsistent state'
	o bug 3977, 'Fix crashes when some external APIs fail'
	o bug 3979, 'Hang (with killing needed) during action which
		     extracts attachments'
	o bug 4029, 'segfault after deleting message in a window'
	o bug 4031, 'fingerprint in SSL/TLS certificates for ...
		     (regress error)'
	o bug 4037, 'Fix some small issues'
	o bug 4142, 'Translation error on Russian'
	o bug 4145, 'proxy server for sending doesn't work'
	o bug 4155, 'remember directory of last saving'
	o bug 4166, 'corrupted double-linked list'
	0 bug 4167, 'Max line length exceeded when forwarding mail'
	o bug 4188, 'STL file is sent not as an attachment but as its
		     base64 representation in plaintext'
	o CID 1442278, 'impossible to trigger buffer overflow'
	o Make key accelerators from menu work in addressbook window
	o save checkbox choices of display/summaries/defaults prefs
	o Do not throw an error when cancelling 'Save email as...'.
	o occasional crash on drag'n'drop of msgs
	o possible stack overflow in vcalendar's Curl data handler
	o crash when LDAP address source is defined in index, but
	  LDAP support is disabled
	o crash in Fancy plugin if one of the MIME parts has no
	  Content-ID
	o a few small memory leaks in scan_mailto_url()
	o configure script for rare cases where python is not
	  installed
	o incorrect charset conversion in sc_html_read_line().
	o markup in 'key not fully trusted' warning in pgpcore
	o use after free in rare code path in rssyl_subscribe()
	o several memory leaks
	o verify_folderlist_xml() for fresh starts
	o printf formats for size_t and goffset arguments.
	o alertpanel API use in win32 part of mimeview.c
	o pid handling in debug output of kill_children_cb()
	o incorrect pointer arithmetic in w32_filesel.c

* 3.17.3
--------

* Add support for TLS Server Name Indication (SNI). This enables the
  sending of your hostname, if available, to the server so that it
  can select the appropriate certificate for your domain. This is
  useful for servers which host multiple domains on the same IP
  address.
  This is a hidden Account preference, 'use_tls_sni', and is enabled
  by default.

* SSL/TLS certificate manager: The Delete key will now delete the
  selected certificate.

* Window sizes are now remembered for the 'Apply tags' and SSL/TLS
  certificate manager windows.

* bug fixes:
	o bug 3519, 'Links including umlauts are broken'
	o bug 4134, ''Save message to' option not set when it should
		     be'
	o prevent the Tools/SSL/TLS Certificates dialogue from
	  crashing when certificate filenames contain a fingerprint.
	o build on GNU Hurd.
	o various build fixes when building without GnuTLS.

* 3.17.2
--------

* Message List: A context menu has been added to the column headers,
  it has two entries: a new option, 'Lock column headers', and 'Set
  displayed colums'.

* Folder List:  A context menu has been added to the column headers,
  containing 'Set displayed columns'.

* Preferences: The Display/Summaries option page has been split into
  three notebook pages: Folder List, Message List, and Defaults.
  The Message List page contains the new 'Lock column headers'
  option. The Defaults page contains several new options for new
  folders.

* New Folder Properties: It is now possible to control signing and
  encrypting options on the Compose page. By default it follows the
  Account preferences, but they can be overridden to always sign
  and/or encrypt, or never sign/encrypt.

* Saving sent messages: The global preference, 'Save sent messages',
  can now be overriden by the Folder Property and Account
  preferences. The global preference no longer needs to be activated
  for the Account Preference, 'Put sent messages in ...' option to
  function. Likewise, the Folder Property, 'Save copy of outgoing
  messages to this folder instead of Sent', no longer relies on the
  global preference being set.

* SSL/TLS certificates: The SHA-256 fingerprint is now displayed, and
  the MD5 fingerprint has been removed.

* SSL/TLS certificates list: Status and Expiry columns have been
  added, and expired and invalid certificates are now clearly
  indicated.

* QuickSearch: body searches are now quicker.

* QuickSearch: symbols used in Extended searches are now expanded
  in the 'Edit' dialogue.

* Re-editing: Flags and tags are now preserved when re-editing a
  message.

* Fancy plugin: The minimum required webkitgtk version is now 1.10.0.

* PDF Viewer plugin: Ctrl+scroll now zooms.

* Tools: added cm-break.pl script, which breaks thread references for
  the selected messages; textviewer.pl has been updated and now
  requires perl 5.14.1.

* The legacy "sylpheed-claws" symlink is no longer installed in the
  bindir.

* New translation: Portuguese.

* Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
  Dutch, French, German, Russian, Slovak, Spanish, Swedish, Turkish.

* bug fixes:
	o bug 3418, 'Building on a Cross Compiling toolchain doesn't
		     work'
	o bug 3889, 'Address and quoted message inconsistent in
		     reply'
	o bug 4114, 'autogen.sh: Fix argument quoting'
	o bug 4115, 'autogen: avoid unwarranted re-configure'
	o bug 4120, 'New cert files are created in $HOME instead of
		     in ~/.claws-mail/certs'
	o byg 4121, 'Moving a subfolder in another folder erases its
		     processing rules' (sic)
	o bug 4132, '"Mark all as (un)read" dialog appears when
		     acting on 1 message only'
	o bug 4133, 'trying to read message from an NNTP group (with
		     all expired articles.'
	o regression where mail was not being checked at startup when
	  it should have been
	o links not being opened in browser when Fancy menu is opened
	  with a keyboard
	o show correct address:port in SOCKS5 proxy connection failure
	  message
	o prevent unexpected loss of drafted message
	o Quicksearch eating keypresses it didn't handle
	o build on Debian 7
	o build on FreeBSD, sys/wait.h is needed for WEXITSTATUS
	  macro
	o Reply from mainwindow menu and toolbar when mainwindow's
	  messageview is hidden
	o CID 1438531 Fix wrong test leading to dead code
	o CID 1439871 and validate Unicode char strictly
	o CID 1439996 and remove unnecessary comparison
	o Fancy: left-click on links not opening in browser
	o RSSyl: lost processing rules when renaming folder
	o annoyance where your current reading is disturbed when a
	  new msg is filtered into the current folder
	o don't leave the user in limbo when privacy system is 'none'
	  and auto signing/encrypting is set
	o several memory leaks
   2018-12-01 18:31:08 by Benny Siegert | Files touched by this commit (24)
Log message:
Port claws-mail to use enchant2.

Bump revision of claws-mail itself and of all the plugins.
   2010-11-29 18:58:40 by Matthias Drochner | Files touched by this commit (39) | Package updated
Log message:
update to 3.7.7 (and sync plugins)
changes:
-Enable building with GTK+ 2.22
-QuickSearch can now be run from the command line
-Added a hidden option to set a margin in the text area of the
 Compose window
-updated manual and man page
-bugfixes
-translation updates

pkgsrc change: reset MAINTAINER -- he doesn't use the program anymore
   2009-01-11 04:11:38 by Steven M. Bellovin | Files touched by this commit (44)
Log message:
Updated claws-mail and all of its plug-ins to 3.7.0

* 3.7.0
-------

* Expanding/Collapsing of threads is now approximately 95% faster.

* Cache reading is now approximately 10% faster.

* The shortcut key settings of the main window and the message list
  context menus are now connected.

* The preferences on the 'Other' page have now been moved to
  Other/Miscellaneous. The parent pages are now unselectable and the
  first page is automatically selected on opening the preferences.

* In the Compose window, on the Others tab, the 'Save message to'
  entry now has a drop-down list of the previous save locations.

*  In the Compose window, the Attachments Properties window is now
   confirmed and closed with the Return key.

* When using an external editor to compose messages, the message is
  automatically saved to Drafts when the external editor is closed.

* A hidden option has been added, 'primary_paste_unselects' which
  causes the primary buffer to be cleared and the insertion point to
  be repositioned when the middle mouse button is used for pasting
  text. It is turned off by default.

* In the Actions window, the Escape key now cancels the action
  editing.

* Offline SSL certificate verification has been added.

* Privacy plugins: The decryption failure messages are now shown
  in the NoticeView just above the message text rather than in a
  popup window.

* Privacy plugins: when listing the UIDs during a signature check,
  show the UID validity

* tools/popfile-link.sh
  Support for reusing existing POPFile session ID has been added.

* tools/kdeservicemenu
  Support for kde4 has been added.

* win32: better integration has been implemented by using the
  standard file associations.
   2008-10-15 18:22:03 by Steven M. Bellovin | Files touched by this commit (54)
Log message:
Update to 3.6.1:
* 3.6.1
-------

* Claws Mail now requires libetpan 0.57 for IMAP and NNTP.

* SSL support is now provided by gnuTLS exclusively. OpenSSL support
  has been dropped due to licensing issues.

* Added /View/Fullscreen option.

* Re-ordering of the filtering/processing condition and actions lists
  is now possible using drag'n'drop.

* 3.6.0
-------

* Claws Mail now requires libetpan 0.56 for IMAP and NNTP

* Spell checking is now provided by Enchant instead of Aspell. To
  build spell checker support, you will need the libenchant headers.

* The S/MIME plugin is now part of this package.

* IMAP, NNTP, and SSL are now supported in the Windows port.

* Support for client SSL certificates.

* Better support of SSL certificate stores, to be able to verify
  server certificates.

* Renaming of newsgroups is possible.

* "Always open message when selected" can now have three values:
  'Never', 'Always' and 'When message view is visible'.

* Unsaved server passwords can now be temporarily saved for the
  duration of the session. They can be cleared before the session
  expires by using '/Tools/Forget all session passwords'.

* Auto-wrapping settings are now saved in drafted messages.

* Support for basic auto-indentation in the Compose window.

* Support for animated GIFs in the message view.

* Type-ahead search in Filtering, Templates, Actions dialogs now
  select the result of the search.

* Finer granularity in POP3 accounts' Remove After delay - hours in
  addition to days.

* Spam/Ham flag is now stored on IMAP server when possible, using
  "Junk" and "NonJunk" keywords.

* Use less precise intervals when possible for auto-checking, thus
  the CPU is woken up less frequently.

* The warning icon in the main window is cleared when the error it
  relates to is clipped from the network log.

* IMAP errors now reveal the server on which they happen.

* All deprecated GTK interfaces have been replaced with their
  non-deprecated equivalents.

* csv2addressbook.pl: Added support for FoxMail.
   2008-09-26 19:51:18 by Steven M. Bellovin | Files touched by this commit (30)
Log message:
Fix missing .include of ssl, to make things work on Linux; fix
other nits in claws-mail base package, notably missing $NetBSD$
lines.
   2008-07-14 00:34:21 by Steven M. Bellovin | Files touched by this commit (44)
Log message:
Update to 3.5.0:

# IMAP with STARTTLS
The certificate port on TLS was fixed, however this will trigger
one wrong 'New certificate' warning on the first connection.

New in this release:

# Added an option, "Use secure file deletion if possible", which
enables shredding of temporary files and messages instead of
just removing them. This is available on the Other preferences
page.

# Added an option, "Select the HTML part of multipart/alternative
messages". This is available on the Message View/Text Options
preferences page.

# Added an option to the 'Create new folder' dialogue which enables
new folders to inherit the properties of their parent folders
during folder creation.

# Added a hidden option, "two_line_vertical", which toggles the
2-line view in the message list when using the 3-column layout.
Defaults to '1', show 2 lines.

# Added a hidden option, "outgoing_fallback_to_ascii", which allows
the user to specify an outgoing charset/encoding, but still fall
back to 7bit US-ASCII when possible.
Defaults to '1', fallback when possible.

# Added support for the Avant Window Navgator (Awn) information
bubble. This is automatically enabled if dbus is available.

# Face and X-Face headers can now be added globally and per-account
from configuration files under ~/.claws-mail/autofaces/. Further
information is provided in the manual.

# The SHA1 fingerprint is now shown on the SSL certificate dialogue
and the labels are now selectable.

# Several GUI improvements have been made, (Address book, filtering
dialogue, Actions dialogue, and Account preferences).

# New icons have been added for 'Reply to list' and 'Cancel'. The
'Insert file' and 'Close' icons have been improved, as have the
tray icons.

# Added the Trash and Delete icons to the Custom Toolbars options.

# SMTP-only accounts are now not shown in the Receive menus and
Account lists in filtering/processing, as they are irrelevant here.

# tools/csv2addressbook.pl
Support for a gmail exported csv address book was added.

# Updated English, French, and Spanish manuals.

# Updated translations: Brazilian Portuguese, Finnish, French,
German, and Spanish.

# Removed unmaintained translations: Bulgarian, Croatian, Czech,
Dutch, Greek, Hebrew, Japanese, Korean, Norwegian, Russian,
Swedish, and Taiwanese. (New maintainers are very welcome,
contact paul@claws-mail.org)
   2008-06-15 11:52:00 by Joerg Sonnenberger | Files touched by this commit (22)
Log message:
Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.