[Tickets #3394] Re: Save attachments option missing

bugs at horde.org bugs at horde.org
Thu Sep 3 14:51:37 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/3394
------------------------------------------------------------------------------
  Ticket             | 3394
  Updated By         | michael.groene at zew.uni-hannover.de
  Summary            | Save attachments option missing
  Queue              | IMP
  Version            | FRAMEWORK_3
  Type               | Bug
  State              | Resolved
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             | Jan Schneider
------------------------------------------------------------------------------


michael.groene at zew.uni-hannover.de (2009-09-03 10:51) wrote:

> Fixed.

In our Horde-Setup (latest version) there is nothing to select,  
despite the settings in the prefs should result in another behaviour:
// Save attachments when saving in sent-mail folder?
$_prefs['save_attachments'] = array(
     'value' => 'prompt_yes',
     'locked' => false,
     'shared' => false,
     'type' => 'enum',
     'enum' => array('always' => _("Always save attachments"),
                     'prompt_yes' => _("Prompt every time an  
attachment is sent; default to YES"),
                     'prompt_no' => _("Prompt every time an attachment  
is sent; default to NO"),
                     'never' => _("Never save attachments")),
     'desc' => _("When saving sent-mail, should we save attachment data?"),
     'help' => 'prefs-save_attachments');

--> There is no dropdown-bar or something else and though value is  
"prompt_yes" the attachments won't be saved.








More information about the bugs mailing list