diff options
author | adam <adam@pkgsrc.org> | 2004-01-13 13:03:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-01-13 13:03:46 +0000 |
commit | 15f7277fe56edce01a6e9d6e890eae245fd45ca7 (patch) | |
tree | 382e0f8783de6888bf049572bc701d9a3c9097f6 /mail/sylpheed-claws | |
parent | 30a48c0f6663a70ad9d4ed2857fd38868f5dd62f (diff) | |
download | pkgsrc-15f7277fe56edce01a6e9d6e890eae245fd45ca7.tar.gz |
Changes 0.9.8:
* Pre-processing and post-processing rules can now be specified.
* A 'Clone Account' function has been added.
* a new Folder Property has been added, 'Scan for new mail'
* the Extended 'Quick-search' has a new symbol
* fast Folder Processing rule creation based on a message
* a new pixmap has been added for use with a 'Check spelling' button
* updated translations: British English, French, German Japanese,
Polish, Spanish, Simpilified Chinese, and Slovak
* Bug fixes
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile.common | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws/PLIST | 6 | ||||
-rw-r--r-- | mail/sylpheed-claws/distinfo | 6 |
4 files changed, 9 insertions, 10 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 28de7eedd44..454778a0610 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2004/01/01 21:39:02 cube Exp $ +# $NetBSD: Makefile,v 1.27 2004/01/13 13:03:46 adam Exp $ # .include "Makefile.common" PKGNAME= sylpheed-claws-${SYLPHEED_VERSION} -PKGREVISION= 1 MAINTAINER= chris@NetBSD.org COMMENT= X based e-mail and netnews client diff --git a/mail/sylpheed-claws/Makefile.common b/mail/sylpheed-claws/Makefile.common index 569d6e977a2..ef984c9d7e6 100644 --- a/mail/sylpheed-claws/Makefile.common +++ b/mail/sylpheed-claws/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2004/01/01 21:39:02 cube Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/01/13 13:03:46 adam Exp $ # DISTNAME= sylpheed-${SYLPHEED_VERSION}claws @@ -21,4 +21,4 @@ GNU_CONFIGURE= YES # Force gnome detection off to avoid installing some extra files CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" -SYLPHEED_VERSION= 0.9.7 +SYLPHEED_VERSION= 0.9.8 diff --git a/mail/sylpheed-claws/PLIST b/mail/sylpheed-claws/PLIST index 10b73eae490..11648876065 100644 --- a/mail/sylpheed-claws/PLIST +++ b/mail/sylpheed-claws/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2003/12/11 15:22:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2004/01/13 13:03:46 adam Exp $ bin/sylpheed include/sylpheed/account.h include/sylpheed/action.h @@ -104,6 +104,7 @@ include/sylpheed/ldapquery.h include/sylpheed/ldapserver.h include/sylpheed/ldaputil.h include/sylpheed/ldif.h +include/sylpheed/localfolder.h include/sylpheed/main.h include/sylpheed/mainwindow.h include/sylpheed/manual.h @@ -135,7 +136,6 @@ include/sylpheed/prefs_folder_item.h include/sylpheed/prefs_fonts.h include/sylpheed/prefs_gtk.h include/sylpheed/prefs_matcher.h -include/sylpheed/prefs_scoring.h include/sylpheed/prefs_spelling.h include/sylpheed/prefs_summary_column.h include/sylpheed/prefs_template.h @@ -148,8 +148,8 @@ include/sylpheed/quote_fmt.h include/sylpheed/quote_fmt_lex.h include/sylpheed/quote_fmt_parse.h include/sylpheed/recv.h +include/sylpheed/remotefolder.h include/sylpheed/rfc2015.h -include/sylpheed/scoring.h include/sylpheed/select-keys.h include/sylpheed/send_message.h include/sylpheed/setup.h diff --git a/mail/sylpheed-claws/distinfo b/mail/sylpheed-claws/distinfo index a7082bdc4a6..272335b5ea2 100644 --- a/mail/sylpheed-claws/distinfo +++ b/mail/sylpheed-claws/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2003/12/11 15:22:28 adam Exp $ +$NetBSD: distinfo,v 1.11 2004/01/13 13:03:46 adam Exp $ -SHA1 (sylpheed-0.9.7claws.tar.bz2) = 5611837ea9a5addd81089d574abffb2c67c92117 -Size (sylpheed-0.9.7claws.tar.bz2) = 2846105 bytes +SHA1 (sylpheed-0.9.8claws.tar.bz2) = 1503e5c46c0886c05ea3a502f61010401c6a4fa8 +Size (sylpheed-0.9.8claws.tar.bz2) = 2866881 bytes |