alecpl
2010-03-31 6f31b356b2b21882b439324d233aceec413f4737
program/steps/mail/sendmdn.inc
@@ -15,10 +15,13 @@
 | Author: Thomas Bruederli <roundcube@gmail.com>                        |
 +-----------------------------------------------------------------------+
 $Id: sendmail.inc 930 2007-11-25 17:34:19Z thomasb $
 $Id$
*/
// only process ajax requests
if (!$OUTPUT->ajax_call)
  return;
if (!empty($_POST['_uid'])) {
  $sent = rcmail_send_mdn(get_input_value('_uid', RCUBE_INPUT_POST), $smtp_error);