- @readurl = url_for(:host => SERVER_URL,
- :protocol => SERVER_PROTOCOL,
- :controller => "message", :action => "read",
- :message_id => message.id)
- @replyurl = url_for(:host => SERVER_URL,
- :protocol => SERVER_PROTOCOL,
- :controller => "message", :action => "reply",
- :message_id => message.id)