diff options
| author | Renato Botelho <garga@FreeBSD.org> | 2005-09-06 18:48:58 +0000 |
|---|---|---|
| committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-06 18:48:58 +0000 |
| commit | 6a4566b7ae35241450be32bcac122c819ffd3b28 (patch) | |
| tree | 7739a5e8cc651afc65f6e0b4cd551977dadc0fa2 /mail/xc-mail/files/patch-plugins_dataresend_dataresend.cxx | |
| parent | reset 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.cxx | 20 |
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; |
