summaryrefslogtreecommitdiffstats
path: root/mail/mmr/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mmr/files/patch-ae')
-rw-r--r--mail/mmr/files/patch-ae40
1 files changed, 0 insertions, 40 deletions
diff --git a/mail/mmr/files/patch-ae b/mail/mmr/files/patch-ae
deleted file mode 100644
index 7c43b2a..0000000
--- a/mail/mmr/files/patch-ae
+++ /dev/null
@@ -1,40 +0,0 @@
---- mailmsg.cpp.orig Tue May 30 01:59:06 2000
-+++ mailmsg.cpp Fri Oct 25 13:54:39 2002
-@@ -18,7 +18,7 @@
- mailmsg::boundary[] = { "From", NULL };
-
- /* This is called by a program to create a new list of messages */
--mailmsg:: mailmsg(IObottle *mailfile, void (*oncreate)(mailmsg *ptr) = NULL)
-+mailmsg:: mailmsg(IObottle *mailfile, void (*oncreate)(mailmsg *ptr))
- {
- struct mbox_data *MBox;
-
-@@ -173,7 +173,7 @@
- /* Simple corruption check -- early end? */
- if ( strncmp(newdata, "From ",
- strlen("From ")) == 0 ) {
-- cerr << "Warning: Corrupt mailfile?" << endl;
-+ std::cerr << "Warning: Corrupt mailfile?" << std::cerr;
- break;
- }
-
-@@ -338,7 +338,7 @@
-
- /* See/Set the status of the message */
- const char *
--mailmsg:: Status(int in_listing = 0)
-+mailmsg:: Status(int in_listing)
- {
- /* Thread aware. :) */
- if ( in_listing && (mbox->showthreads == HIDE_THREADS) ) {
-@@ -664,8 +664,8 @@
-
- /* Sanity check */
- if ( i != (strlen(newsubject)-RElen) ) {
-- cerr << "Warning: RE stripping: possible corruption!"
-- << endl;
-+ std::cerr << "Warning: RE stripping: possible corruption!"
-+ << std::cerr;
- }
-
- /* Make it the new subject */
OpenPOWER on IntegriCloud