The same should be done for the function "pernamently_remove_messages".
If not, you can't remove messages from trash!

Oleg

Robin Elfrink wrote:
I'm getting errors when deleting messages from the main list. This patch
fixes that.


--- program/js/app.js   (revision 367)
+++ program/js/app.js   (working copy)
@@ -1246,6 +1246,7 @@
     else
       {
       var id;
+      var selection = this.message_list.get_selection();
       for (var n=0; n<selection.length; n++)
         {
         id = selection[n];



Robin





Reply via email to