# File lib/sup/maildir.rb, line 183
  def mark_draft msg; maildir_mark_file msg, "D" unless draft? msg; end