summaryrefslogtreecommitdiff
path: root/mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-06 18:48:58 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-06 18:48:58 +0000
commit6a4566b7ae35241450be32bcac122c819ffd3b28 (patch)
tree7739a5e8cc651afc65f6e0b4cd551977dadc0fa2 /mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx
parentreset maintainer to ports@FreeBSD.org since original maintainer doesn't (diff)
- Unbroken on FreeBSD > 502014
PR: ports/85122 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (18 days)
Notes
Notes: svn path=/head/; revision=142118
Diffstat (limited to 'mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx')
-rw-r--r--mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx b/mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx
new file mode 100644
index 000000000000..d63f546d4e64
--- /dev/null
+++ b/mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx
@@ -0,0 +1,20 @@
+--- plugins/dateresend/dateresend.cxx.orig Wed Aug 17 10:09:32 2005
++++ plugins/dateresend/dateresend.cxx Wed Aug 17 10:10:28 2005
+@@ -47,7 +47,7 @@
+ addmenu(4,"Resend in 1 week");
+ }
+ }
+-void dateresend::resendmail(int mode,char *datestr=NULL)
++void dateresend::resendmail(int mode,char *datestr)
+ {
+ int size;
+ char *body=sm->ml->mailbody(size,1);
+@@ -379,7 +379,7 @@
+ addmenu(MPMENU_GENERAL,1,"Send me @ date...");
+ }
+ }
+-void datesender::sendmail(char *subject,char *body,char *datestr=NULL)
++void datesender::sendmail(char *subject,char *body,char *datestr)
+ {
+ int size;
+ createmail *cm=new createmail;