From: William Morgan Date: Fri, 25 Jan 2008 00:23:37 +0000 (-0800) Subject: bugfix: ssh-file path method missing X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=3936930fd1d7d37704b58fbdec42c26c2af2b596;p=sup bugfix: ssh-file path method missing --- diff --git a/lib/sup/mbox/ssh-file.rb b/lib/sup/mbox/ssh-file.rb index 25074be..d474636 100644 --- a/lib/sup/mbox/ssh-file.rb +++ b/lib/sup/mbox/ssh-file.rb @@ -122,6 +122,7 @@ class SSHFile def seek loc; @offset = loc; end def tell; @offset; end def total; size; end + def path; @fn end def size if @file_size.nil? || (Time.now - @last_size_check) > SIZE_CHECK_INTERVAL