# File lib/sup/maildir.rb, line 176
def
draft?
msg
;
maildir_data
(
msg
)[
2
].
include?
"D"
;
end