sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit e50d09870f79eaeaec7dc702425c3a57fddbc775
parent 1d5366cc5721016e343ad718ba98ab203be6696d
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Sat, 19 Dec 2009 13:53:28 -0500

Merge branch 'master' into next

Diffstat:
M lib/sup/maildir.rb | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/sup/maildir.rb b/lib/sup/maildir.rb
@@ -187,6 +187,8 @@ class Maildir < Source
   def mark_seen msg; maildir_mark_file msg, "S" unless seen? msg; end
   def mark_trashed msg; maildir_mark_file msg, "T" unless trashed? msg; end
 
+  def filename_for_id id; @ids_to_fns[id] end
+
 private
 
   def make_id fn