delete message

This commit is contained in:
Eugene Korbut 2009-02-08 06:27:36 +10:00
parent f5edf91670
commit de5fc1c44f
2 changed files with 2 additions and 1 deletions

View file

@ -111,7 +111,7 @@ class WebmailController < ApplicationController
def delete
@msg_id = msg_id_param.to_i
folder.messages().delete(@msg_id)
folder.delete(@msg_id)
redirect_to(:action=>"messages")
end