Update Sylpheed-devel to 1.9.8. Note quite a few things have changed with
1.9.8, some quite noticable, eg the folder view. I've also commented out the sylpheed-claws sourceforge mirror until it's caught up. Main changes: * The filter preferences dialog, the edit account dialog, and the folderview were reimplemented using GtkTreeView. * Auto-scroll on DnD was implemented. * GBK encoding is supported. * The broken PLAIN authentication for SMTP AUTH was fixed. * A workaround for some SMTP servers, which terminate connection right after QUIT command was sent, was made. (specifically Gmail server) * Clear-signed messages are not MIME-encoded anymore. * The line-wrapping of composition window was modified not to screw up itemized lines.
This commit is contained in:
parent
ddf547da31
commit
75a3980e1b
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:27 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2005/04/12 20:40:00 chris Exp $
|
||||
|
||||
DISTNAME= sylpheed-1.9.7
|
||||
DISTNAME= sylpheed-1.9.8
|
||||
CATEGORIES= mail news x11
|
||||
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
|
||||
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/03/29 12:27:47 xtraeme Exp $
|
||||
$NetBSD: distinfo,v 1.3 2005/04/12 20:40:00 chris Exp $
|
||||
|
||||
SHA1 (sylpheed-1.9.7.tar.bz2) = 04de9af4c609c61d79f4ffecf2c776c76462edec
|
||||
RMD160 (sylpheed-1.9.7.tar.bz2) = b0c04232d20ddf7c451e270534eb98cd8c040219
|
||||
Size (sylpheed-1.9.7.tar.bz2) = 2219760 bytes
|
||||
SHA1 (sylpheed-1.9.8.tar.bz2) = 9dea77fb3287dbace235a63e34bd516f0a5e557a
|
||||
RMD160 (sylpheed-1.9.8.tar.bz2) = 43171520be17ee4c61e120296f70f87250a05512
|
||||
Size (sylpheed-1.9.8.tar.bz2) = 2222082 bytes
|
||||
|
|
Loading…
Reference in a new issue