sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 073e1f40024d7721ada08bce7c38d87883ec62f6
parent 3682e1c8c3fa77ef2a0de02d75b1b520510ee279
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Sun, 24 Feb 2008 14:51:08 -0800

whoops, add labels accessor to MBox::Loader

Diffstat:
M lib/sup/mbox/loader.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/mbox/loader.rb b/lib/sup/mbox/loader.rb
@@ -6,6 +6,7 @@ module MBox
 
 class Loader < Source
   yaml_properties :uri, :cur_offset, :usual, :archived, :id, :labels
+  attr_accessor :labels
 
   ## uri_or_fp is horrific. need to refactor.
   def initialize uri_or_fp, start_offset=nil, usual=true, archived=false, id=nil, labels=[]