diff options
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; |
