Aleksander Machniak
2012-10-24 e04e3144407b7a863999d8aeaf6c3a653219359f
program/steps/mail/compose.inc
@@ -1528,6 +1528,11 @@
{
  global $RCMAIL;
  // we'll not save the message, so it doesn't matter
  if ($RCMAIL->config->get('no_save_sent_messages')) {
    return true;
  }
  if ($RCMAIL->storage->folder_exists($folder, true)) {
    return true;
  }