aboutsummaryrefslogtreecommitdiff
path: root/mail/courier/files/patch-imap__outbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/courier/files/patch-imap__outbox.h')
-rw-r--r--mail/courier/files/patch-imap__outbox.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/courier/files/patch-imap__outbox.h b/mail/courier/files/patch-imap__outbox.h
new file mode 100644
index 000000000000..321f2da3051d
--- /dev/null
+++ b/mail/courier/files/patch-imap__outbox.h
@@ -0,0 +1,11 @@
+--- imap/outbox.h.orig Tue May 27 17:55:10 2003
++++ imap/outbox.h Sun Dec 31 13:24:27 2006
+@@ -10,7 +10,7 @@
+
+ int check_outbox(const char *message, const char *mailbox);
+ int is_outbox(const char *mailbox);
+-int sendmsg(const char *message, char **argv, void (*err_func)(char *));
++int ci_sendmsg(const char *message, char **argv, void (*err_func)(char *));
+ const char *defaultSendFrom();
+
+ #endif