# File lib/sup/modes/resume-mode.rb, line 36
  def send_message
    if super
      DraftManager.discard @m 
      @safe = true
    end
  end