]> git.cworth.org Git - sup/commit
bugfix: attachment tempfile deletion
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 8 Jan 2008 18:42:58 +0000 (10:42 -0800)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 8 Jan 2008 19:47:23 +0000 (11:47 -0800)
commit385c5e85852e1a2c81ce3672e90fa1d021f7bd3f
treec1afb3343b2005cf32e0955c78f6cdf3d9c6b79e
parente8e365f1820a714b3ebb6e08ed0ee3bd3625d2cc
bugfix: attachment tempfile deletion

attachment temp files (used for Attachment#view!) now use (a
monkey-patched) Tempfile, so they should be deleted upon program exit or
gc or however it works.
lib/sup/message-chunks.rb
lib/sup/message.rb