Bug 1972 - undo Move to Trash
: undo Move to Trash
Status: NEW
: Claws Mail
Other
: 3.5.0
: All All
: P3 enhancement
Assigned To:
:
:
:
  Show dependency treegraph
 
Reported: 2009-08-05 13:43 by
Modified: 2009-10-09 12:41 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2009-08-05 13:43:58
Can I please, please, have an undo Delete Message? (like Thunderbird)

I sometimes delete the wrong message by mistake and often have no idea which
one I deleted. As my trash is usually huge and my inbox often contains months
old messages, I have nae chance of finding the deleted email.
------- Comment #1 From 2009-09-10 10:24:28 -------
I'd second this, but perhaps it's better to have a generic undo which not only
can undo the move to trash (although that *is* what triggered my search here
too) but any operation?

Ideally of course would be a configurable undo list length, but perhaps that is
too much initially.
------- Comment #2 From 2009-09-11 17:23:17 -------
Indeed, I also think that offering the possibility to undo to all kinds of
operations would be a great improvement of the UI. I like how GMail even let's
you undo message sending for a short period of time..

> Ideally of course would be a configurable undo list length
> but perhaps that is too much initially.

The undo/redo stack implementation is not really the problem. I could even
extract a small GObject-based implementation from a small project of mine, with
configurable list length, undo/redo-possible-signals, and stack entry grouping.

However, I am afraid hooking up Claws Mail would be a pretty big task.