pkgsrc/mail/balsa/patches/patch-ab
adam c979f0f392 Changes 2.4.8:
* QUOTA and MYRIGHTS IMAP extension support.
* IMAP compression (COMPRESS=DEFLATE) when supported by server
* making opening attachment easier by saving them in a directory
* downloadable images when using Webkit html widget
* faster opening of the compose window.
* text searching enabled in the WebKit html viewer.
* options to hide toolbars and other parts of the UI (useful on netbooks etc).
* For laptop/wifi users: not trying to reach POP3 servers while disconnected,
  and instead checking immediately on reconnection.
* infinite loop avoided.
* avoid crashes when manually verifing GPG signature.
2010-09-07 19:12:02 +00:00

12 lines
325 B
Text

$NetBSD: patch-ab,v 1.10 2010/09/07 19:12:03 adam Exp $
--- src/threads.h.orig 2009-08-30 09:03:26.000000000 +0000
+++ src/threads.h
@@ -23,6 +23,7 @@
#define __THREADS_H__
#include <unistd.h>
+#include <pthread.h>
/* FIXME: mailbox_lock is really an internal libbalsa mutex. */
extern pthread_mutex_t mailbox_lock;