| Summary | Save attachments option missing |
| Queue | IMP |
| Queue Version | FRAMEWORK_3 |
| Type | Bug |
| State | Resolved |
| Priority | 3. High |
| Owners | jan (at) horde (dot) org |
| Requester | jan (at) horde (dot) org |
| Created | 02/02/2006 (7245 days ago) |
| Due | |
| Updated | 09/03/2009 (5936 days ago) |
| Assigned | 02/05/2006 (7242 days ago) |
| Resolved | 02/05/2006 (7242 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
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.
State ⇒ Resolved
Taken from Michael Slusarz
State ⇒ Feedback
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Save attachments option missing
Queue ⇒ IMP
Assigned to Michael Slusarz
State ⇒ Assigned
option to save or not save them in the sent-mail folder.