Missing grabbing subject from form data
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 28 Jan 2010 17:31:41 +0000 (10:31 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 28 Jan 2010 17:31:41 +0000 (10:31 -0700)
imp/lib/Ajax/Application.php

index 156f49a..ff096bd 100644 (file)
@@ -1544,6 +1544,7 @@ class IMP_Ajax_Application extends Horde_Ajax_Application_Base
         if ($GLOBALS['prefs']->getValue('compose_bcc')) {
             $headers['bcc'] = $imp_ui->getAddressList($vars->bcc);
         }
+        $headers['subject'] = $vars->subject;
 
         $imp_compose = IMP_Compose::singleton($vars->composeCache);