sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/

devel/load-index.rb (142B) - raw

      1 require 'sup'
      2 
      3 puts "loading index..."
      4 @index = Redwood::Index.new
      5 @index.load
      6 @i = @index.index
      7 puts "loaded index of #{@i.size} messages"
      8 
      9