sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit a8dc644c5c07cb0d00099fd0c7eb6a8443a61641
parent 7e4f813b066df3cf865a115830ac9facd3caf07e
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Sun, 16 Aug 2009 17:02:25 -0400

Merge branch 'master' into next

Diffstat:
M lib/sup/mbox/loader.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/mbox/loader.rb b/lib/sup/mbox/loader.rb
@@ -113,7 +113,7 @@ class Loader < Source
     need_blank = File.exists?(@filename) && !File.zero?(@filename)
     File.open(@filename, "a") do |f|
       f.puts if need_blank
-      f.puts "From #{from_email} #{date}"
+      f.puts "From #{from_email} #{date.utc}"
       yield f
     end
   end