Skip to content

Commit

Permalink
Update sylpheed to 3.3.0, referring PR pkg/47349.
Browse files Browse the repository at this point in the history
Changes of Sylpheed

* 3.3.0

* 3.3.0rc (release candidate)

    * The Japanese manual was updated.
    * The bug that hyperlinks did not respond when 'Show attached files
      first on message view' option was set was fixed.
    * Some compilation fixes were made.
    * Win32: .eml file association was added to installer.
    * Win32: mailto and .eml association are automatically set to default
      on Windows 7 on installation.
    * Win32: included libtiff library was updated to 3.9.7 (security fix).

* 3.3.0beta2 (development)

    * The ability of opening external rfc822 format message files (.eml) was
      added.
    * Sylpheed now accepts mailto: and file: URL without command-line option.
      (sylpheed file:///path/to/file.eml)
    * The option to specify the position of the attach tool button was added.
    * The header labels on the header view now have tooltips.
    * A minor memory leak related to tooltips was fixed.
    * The long-standing drag-without-button-press bug on IMAP folders (since
      3.0) was fixed (#93).
    * The sylpheed.desktop file was modified so that desktop shells can
      recognize Sylpheed as rfc822 and mailto handler.
    * The sylpheed.spec file was fixed so that it builds on x86_64 platform,
      and also builds sylpheed-plugins package.

* 3.3.0beta1 (development)

    * Attached files are now placed first on the message view.
    * Attached files can be opened from the attachment tool menu.
    * The attachment tool menu was moved to the left of the header view.
    * The option 'Toggle attachment list view with tab' and 'Show attached
      files first on message view' were added at 'Common preferences -
      Display - Attachment'.
    * 'Export only selected messages' option was added to the message export
      dialog.
    * The import/export of messages became cancellable.
    * config.rpath and install-sh script in the tarball were updated.
    * IMAP FETCH command response parser was fixed.
  • Loading branch information
taca committed Dec 18, 2012
1 parent d0ddb54 commit b5b8321
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions mail/sylpheed/Makefile
@@ -1,14 +1,14 @@
# $NetBSD: Makefile,v 1.143 2012/12/16 01:52:23 obache Exp $
# $NetBSD: Makefile,v 1.144 2012/12/18 15:37:19 taca Exp $

DISTNAME= sylpheed-3.2.0
PKGREVISION= 5
DISTNAME= sylpheed-3.3.0
CATEGORIES= mail news x11
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v3.2/
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v3.3/
EXTRACT_SUFX= .tar.bz2

MAINTAINER= ahoka@NetBSD.org
HOMEPAGE= http://sylpheed.sraoss.jp/en/
COMMENT= Gtk based e-mail and netnews client
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1

CONFLICTS= sylpheed-claws-[0-9]*

Expand Down
8 changes: 4 additions & 4 deletions mail/sylpheed/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.76 2012/06/29 14:56:16 taca Exp $
$NetBSD: distinfo,v 1.77 2012/12/18 15:37:19 taca Exp $

SHA1 (sylpheed-3.2.0.tar.bz2) = 0aafa1a96a3b18a900866e5d13200cc626f4fbf2
RMD160 (sylpheed-3.2.0.tar.bz2) = b69e3c8ac414e39d955043742bd926ef4e0fc640
Size (sylpheed-3.2.0.tar.bz2) = 3288292 bytes
SHA1 (sylpheed-3.3.0.tar.bz2) = 07b7dd7f0b58065b6f8db7a3b443240aade7da6a
RMD160 (sylpheed-3.3.0.tar.bz2) = bbdedf7e98848b4a24321e64ad8a21c311828e33
Size (sylpheed-3.3.0.tar.bz2) = 3294536 bytes
SHA1 (patch-aa) = 70ba020c9d51711cc5efb3647ae82874e0c16da7

0 comments on commit b5b8321

Please sign in to comment.