sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 69f515653ecdfb20dd3f01f33249e9c7569ce6db
parent 806a067f6659b556511bf221829f0c7bd164bca0
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 31 Aug 2009 22:33:10 -0400

Merge branch 'hook-local-vars' into next

Diffstat:
M lib/sup/hook.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/hook.rb b/lib/sup/hook.rb
@@ -54,6 +54,7 @@ class HookManager
       end
       ret = eval __hook, __binding, __filename
       BufferManager.clear @__say_id if @__say_id
+      @__cache = {}
       ret
     end
   end