# File lib/sup/maildir.rb, line 187 def mark_seen msg; maildir_mark_file msg, "S" unless seen? msg; end