Enter your search terms
GNU-Darwin
Web
Submit search form
# File lib/rmail/header.rb, line 633
def
date=(time) delete(
'Date'
) add(
'Date'
, time.rfc2822)
end