alecpl
2008-08-13 9a5762a4de13a23a45ac9b85ff475aaf877cf906
program/js/app.js
@@ -2206,10 +2206,10 @@
    };
  this.sent_successfully = function(msg)
  this.sent_successfully = function(type, msg)
    {
    this.list_mailbox();
    this.display_message(msg, 'confirmation', true);
    this.display_message(msg, type, true);
    }