Claws Mail Bugzilla – Bug 1972
undo Move to Trash
Last modified: 2009-10-09 12:41:06
You need to log in before you can comment on or make changes to this bug.
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.
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.
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.