summaryrefslogtreecommitdiff
path: root/mail/balsa/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'mail/balsa/patches/patch-ba')
-rw-r--r--mail/balsa/patches/patch-ba13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/balsa/patches/patch-ba b/mail/balsa/patches/patch-ba
new file mode 100644
index 00000000000..76ba2be465b
--- /dev/null
+++ b/mail/balsa/patches/patch-ba
@@ -0,0 +1,13 @@
+$NetBSD: patch-ba,v 1.1 2002/02/01 17:02:18 mjl Exp $
+
+--- libbalsa/send.c.orig Fri Feb 1 17:13:19 2002
++++ libbalsa/send.c Fri Feb 1 17:13:35 2002
+@@ -937,7 +937,7 @@
+ pthread_detach(send_mail);
+ }
+ #else /*non-threaded code */
+-
++ }
+ send_message_info=send_message_info_new(outbox);
+ balsa_send_message_real(send_message_info);
+ #endif