# File lib/sup/maildir.rb, line 181
  def trashed? msg; maildir_data(msg)[2].include? "T"; end