sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 120a3170b1f13fb2394d30772d01bac3ed46e3a0
parent 0cdc29954a8695c7bea081ce8cd991c207aad650
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Thu, 24 Jan 2008 16:23:57 -0800

Merge branch 'master' into next

Diffstat:
M lib/sup/mbox/ssh-file.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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