diff options
author | recht <recht@pkgsrc.org> | 2004-05-06 10:03:54 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-05-06 10:03:54 +0000 |
commit | 462e1108682f3f6c56b8e26d5924b4f3483b65bb (patch) | |
tree | 8f16ca56144bb7ac131bcbaca1677f3242640ca3 /mail/evolution/patches/patch-ad | |
parent | 6a2509da7f3bf95f079d52dfbb9fd5331a6a5d8b (diff) | |
download | pkgsrc-462e1108682f3f6c56b8e26d5924b4f3483b65bb.tar.gz |
Update to 1.4.6
changes:
Updated translations and bug-fixes.
Among them:
#54319 - Message-list blank even tho there are messages (Jeff Stedfast)
#50535 - Doesn't handle EHLO errors proper (Jeff Stedfast)
#50485 - Problems with accentuated gpg passphrases (Jeff Stedfast)
#50096 - GroupWise attachments and indexing (Jeff Stedfast)
#45504 - Warning Dialogs "Error while 'Fetching Mail" On POP3
auto download (Michael Zucchi)
#49357 - Email date is incorrect (Jeff Stedfast)
#46006 - Attempted ESMTP handshake with invalid IPv6 address (Jeff Stedfast)
#41610 - Crash if remote POP reports 0 byte len messag e(Michael Zucchi)
#48759 - Strange behaviour with save as dialog (Jeff Stedfast)
#47638 - Default charset is empty (Jeff Stedfast)
#48466 - Properties window open after attachment removed (Charles Zhang)
#48166 - Size filter doesnt remember the size (Jeff Stedfast)
#53530 - Duplicate of attachments are seen on forward as Redirect (Bill Zhu)
#48998 - Apply Button always remain activated (Charles Zhang)
#51551 - Encoding of the Organization is UNKNOWN (Suresh Chandrasekharan)
#40917 - backspace shouldn't highlight the whole remaining string in
Setup Assistant (Suresh Chandrasekharan)
#47878 - Change "Helvetica" to "Sans Regular" for printing footers (Rodney Dawes)
#32996 - Can select VFolders as Offline folders in Evolution
Settings (Michael Zucchi)
#39410 - "Work offline" does not propobly sync all mails in "offline folders"
(Michael Zucchi)
#48290 - Selecting inverse theme causes text to be printed white-on-white (Antonio Zu)
[...]
And many, many more.
see http://bugzilla.ximian.com/show_bug.cgi
Diffstat (limited to 'mail/evolution/patches/patch-ad')
-rw-r--r-- | mail/evolution/patches/patch-ad | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/evolution/patches/patch-ad b/mail/evolution/patches/patch-ad index 9642d4aaad3..080a3910421 100644 --- a/mail/evolution/patches/patch-ad +++ b/mail/evolution/patches/patch-ad @@ -1,15 +1,17 @@ -$NetBSD: patch-ad,v 1.3 2003/01/09 13:59:25 rh Exp $ +$NetBSD: patch-ad,v 1.4 2004/05/06 10:03:54 recht Exp $ ---- camel/providers/imap/camel-imap-store.c.orig Fri Dec 6 03:06:49 2002 +--- camel/providers/imap/camel-imap-store.c.orig 2003-09-08 22:55:16.000000000 +0200 +++ camel/providers/imap/camel-imap-store.c -@@ -24,6 +24,10 @@ +@@ -24,6 +24,12 @@ * */ ++#ifdef _PTH_PTHREAD_H_ +#ifdef _POSIX_THREAD_SYSCALL_SOFT +#undef _POSIX_THREAD_SYSCALL_SOFT +#endif +#define _POSIX_THREAD_SYSCALL_SOFT 0 ++#endif #ifdef HAVE_CONFIG_H #include <config.h> |