6.0.0-beta1
7/3/25

[#12017] Provide users with an option to close drafts without deleting them
Summary Provide users with an option to close drafts without deleting them
Queue IMP
Queue Version Git develop
Type Enhancement
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester aarno.sandvik (at) helsinki (dot) fi
Created 02/05/2013 (4531 days ago)
Due
Updated 04/08/2013 (4469 days ago)
Assigned
Resolved 02/05/2013 (4531 days ago)
Milestone
Patch No

History
04/08/2013 10:05:59 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

commit 92851e5c494c8f7c71be07566ad473ac4d795e22
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Tue Feb 5 14:54:10 2013 -0700

     [mms] Add discard draft option to compose page allowing the user 
to cancel composition and permanently delete the original draft 
(Request #12017).

  imp/docs/CHANGES                             |    2 +
  imp/js/compose-dimp.js                       |   10 +++++++-
  imp/js/compose.js                            |   10 +++++---
  imp/js/smartmobile.js                        |    8 ++++++-
  imp/lib/Ajax/Application/Handler/Common.php  |    3 +-
  imp/lib/Basic/Compose.php                    |   27 ++++++++++++-----------
  imp/lib/Compose.php                          |   20 +++++++++++------
  imp/lib/Dynamic/Compose.php                  |    1 +
  imp/lib/Dynamic/Compose/Common.php           |    2 +
  imp/lib/Minimal/Compose.php                  |    6 +++++
  imp/package.xml                              |    2 +
  imp/templates/basic/compose/compose.html.php |    3 ++
  imp/templates/dynamic/compose.html.php       |   29 +++++++++++++++----------
  imp/templates/minimal/compose.html.php       |    3 ++
  imp/templates/smartmobile/compose.html.php   |    1 +
  15 files changed, 87 insertions(+), 40 deletions(-)

http://git.horde.org/horde-git/-/commit/92851e5c494c8f7c71be07566ad473ac4d795e22
02/05/2013 09:56:56 PM Michael Slusarz Comment #2
Assigned to Michael Slusarz
State ⇒ Resolved
Version ⇒ Git develop
Reply to this comment
For UI consistency, it's best to add a separate "Discard" command to 
all views to indicate that it will both cancel the message and discard 
the original draft.

Added to IMP 6.1.

http://git.horde.org/horde-git/-/commit/92851e5c494c8f7c71be07566ad473ac4d795e22
02/05/2013 09:31:29 AM aarno (dot) sandvik (at) helsinki (dot) fi Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Provide users with an option to close drafts without deleting them
Type ⇒ Enhancement
State ⇒ New
Reply to this comment
In smartmobile view users are presented with two options when they 
open a draft. They can either choose to Send the mail or press Cancel. 
Pressing cancel deletes the draft. There should be an option to return 
to drafts without deleting the drafted message. Users can usually do 
this with pressing the back-button from their browser but this doesn't 
seem to be clear enough for them.

Giving them an additional option to return to drafts would make things easier.


Saved Queries