# File lib/sup/maildir.rb, line 184
  def mark_flagged msg; maildir_mark_file msg, "F" unless flagged? msg; end